You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I want to sort columns by two categories.
Usual way to do that in a grid is to sort by one, then sort by the second one.
If the sort is stable, this will result in columns sorted by the second category, but within cols with the same second category, they should remain sorted by the first category.
Seem that it's not the case for morpheus, which limits ad-hoc analysis that can be performed.
click "mRNAseq_cluster" column category to sort by.
now click "gender" to sort by.
Expected: two groups by gender (it is) and within each of them sorted by "mRNAseq_cluster" (same order if mRNAseq_cluster in both gender groups).
Observed: mRNAseq_cluster order is scrambled.
The text was updated successfully, but these errors were encountered:
It looks like you're only sorting by gender in your screenshot. Please shift-click to add an additional sort field. You should then see an arrow when a 2 superscript next to the secondary sort field.
Say I want to sort columns by two categories.
Usual way to do that in a grid is to sort by one, then sort by the second one.
If the sort is stable, this will result in columns sorted by the second category, but within cols with the same second category, they should remain sorted by the first category.
Seem that it's not the case for morpheus, which limits ad-hoc analysis that can be performed.
Steps to reproduce:
Expected: two groups by gender (it is) and within each of them sorted by "mRNAseq_cluster" (same order if mRNAseq_cluster in both gender groups).
Observed: mRNAseq_cluster order is scrambled.
The text was updated successfully, but these errors were encountered: