How to use FindSubCluster? #4122
-
I just found the FindSubCluster tool within Seurat, and am super excited to use it. Just not sure exactly how! The usage is here:
I receive an error when using it.
My object name is scfp. I have done FindClusters already. The cluster I wish to subcluster is 7. I think my trouble is with the graph.name argument.EDIT: I tried this:
Still no success yet... Any help would really be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Figured it out partially. Thanks to help from @fracarb8 at BioStars. I went to: https://satijalab.org/seurat/articles/multimodal_reference_mapping.html and Ctrl+F: Turns out graph.name is an argument in So it looks something like this:
Now I have to see what actually is happening, and what the tSNE and uMAPs look like now! Thank you Thank you! |
Beta Was this translation helpful? Give feedback.
Figured it out partially. Thanks to help from @fracarb8 at BioStars.
I went to: https://satijalab.org/seurat/articles/multimodal_reference_mapping.html
and Ctrl+F:
graph.name
Turns out graph.name is an argument in
FindNeighbors
. So I just the FindNeighbors command choosinggraph.name
as some arbitrary name (test). and then reran FindSubCluster and it worked! Now I'm going to play around with it to optimize the subclustering.So it looks something like this: