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

Is ranking by variance done from top to lowest or vice versa? #68

Open
JohannesWiesner opened this issue Nov 28, 2022 · 1 comment
Open

Comments

@JohannesWiesner
Copy link

Hi! Thanks so much for this wonderful tool! I just wanted to know what the ordering of ranking is when the user clicks on "Rank by sum" or "Rank by variance" (I couldn't find any info on this). So for example, if I would like to sort my columns by variance, does that mean columns on the left side have low variance and columns on the right side have high variance or vice versa?

@u8sand u8sand transferred this issue from MaayanLab/clustergrammer-web Mar 7, 2023
@u8sand
Copy link

u8sand commented Mar 7, 2023

Hi @JohannesWiesner -- sorry for missing this issue.

The "Rank By" buttons compute rank in descending order. So,

  • For rows: highest sum/variance is on the top, lowest on the bottom
  • For columns: highest sum/variance is on the left, lowest on the right

It would indeed be helpful for people to make this more explicit in the docs and or on the interface.

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

2 participants