Skip to content

How to use FindSubCluster? #4122

Discussion options

You must be logged in to vote

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 choosing graph.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:

scfp <- FindNeighbors(scfp, graph.name = "test", dims = 1:100)
scfp <- FindClusters(scfp, graph.name = "test", resolution = 4, algorithm = 1, verbose = TRUE)
subclusteredscfp <- FindSubCluster(scfp, "7", "test", subcluster.name = "test…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Pancreas-Pratik
Comment options

@Pancreas-Pratik
Comment options

Answer selected by Pancreas-Pratik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant