Finding Subclusters in Seurat Clusters
1
3
Entering edit mode
3.5 years ago
fouerghi20 ▴ 80

I have performed clustering on my Seurat object and I would like to focus on one specific cluster and find study its subclusters. To do this, I understand that you have to subset the Seurat object. However, do I also have to run FindVariableFeatures() on this subset and then RunPCA again to find the appropriate dimensions to proceed with dimensionality reduction? I ran it with both this and without it and it yielded quite different results. Not sure which process is correct. Any help is appreciated.

seurat scRNAseq cluster subcluster • 5.5k views
ADD COMMENT
7
Entering edit mode
3.5 years ago

Yes, you will want to re-run those steps. The variable features within that cluster and between all the others are likely very different, which will have dramatic effects on the dimensionality reduction. Without doing so, I expect it'll struggle to pull out many meaningful sub-clusters.

ADD COMMENT
0
Entering edit mode

Thank you Andrew. I appreciate the help.

ADD REPLY
0
Entering edit mode

Hi Andrew, Do we still have to run NormalizeData and ScaleData, as well as FindVariableFeatures and RunPCA?

ADD REPLY
0
Entering edit mode

You shouldn't have to run NormalizeData again since it's just doing a log transformation and multiplying by a scaling factor, but the others, yes.

ADD REPLY
0
Entering edit mode

Thank you!

ADD REPLY

Login before adding your answer.

Traffic: 2623 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6