Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gene order in Cluster Analysis #260

Open
BlazZupan opened this issue Aug 2, 2018 · 0 comments
Open

Gene order in Cluster Analysis #260

BlazZupan opened this issue Aug 2, 2018 · 0 comments

Comments

@BlazZupan
Copy link
Contributor

It would help if Cluster Analysis would arrange genes in the order of selected clusters and differential expression scores. That is, if say select say first three clusters, the order of genes in the emitted data by the widget should follow the list of genes displayed in each of the clusters, starting with the first cluster, and the going through the remaining clusters and ordered genes in each cluster. It may of course happen that there is an overlap (same gene present in different clusters), but the above described procedures solves this by adding this gene when first encountered by traversing clusters.

Here is an example. Say we have three clusters, each with following set of genes (they are ordered by differential expression score):

C1: G1, G4, G5
C2: G2, G6, G4, G10
C3: G11, G1, G6

The order of genes in the output data file is therefore:
G1, G4, G5, G2, G6, G10, G11

@BlazZupan BlazZupan modified the milestone: 0.8 Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant