Replies: 1 comment 2 replies
Clusters are independent of the embedding and only rely on the LSI reduced dimensions space. The UMAP is just a way to visualize that LSI dim reduction. So the addClusters() and addUMAP do not affect each other.
Yes - if you want to look at cells on a UMAP after running Harmony, you absolutely need to run |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I noticed that calling clusters function addClusters() precedes embedding function addUMAP() in the full manual while the order is reversed in the 10X Multiome vignette. Is there any particular reason for it.
Secondly, after running addHarmony() do we run addUMAP with Harmony has the reduced dimension?
Thank you!
All reactions