Difference between scTransform/dimension reduction on merged object vs. individual #9214
Unanswered
NickOGrady
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am working on a single cell project that has multiple samples from multiple participants over different timeframes. After looking through the vignettes, I'm having trouble understanding the differences from running scTransform() on a merged object of each sample (which imports as layers), versus normalizing and then running dimension reduction on each object individually.
As a general example, I have these 3 samples from the same participant as a 10x seurat object.:
Versus performing each of the previous steps on a sample at a time, through a loop:
I noticed the resulting TSNE plots are different, but I don't know the source of the differences.
The differences are more subtle when only considering these 3 samples from the same pariticpant, but become more obvious when more samples and participants are involved. Any help in understanding these mechanisms would be greatly appreciated.
I am using Seurat package version 5.1.0.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions