I am trying to dig deeper into my Seurat single-cell data analysis. If I want to further sub-cluster a big cluster then what would be the best way to do it:
1) Decreasing the resolution at FindClusters
stage
or
2) extracting the individual cell index and re-clustering and then further analysis.
What would be the major difference in outcome between two approaches?
How to perfrom the second approach in Seurat? using Whichcells
function to extract and then I am not sure about next step please
Thank you.
It doesn't matter, since the raw count table are the same either way. The real important thing is the algo you use for sub-clustering. Modularity based clustering may not work good. Maybe gaussian mixture will be better?
Clustering is not based on the raw counts table (in the default Seurat workflow, at least). It's based on the reduced dimensions matrix which will change when you remove some of the sources of variation.