Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single-cell RNAseq using Seurat, FindVariableFeatures and ScaleData before and after doublet prediction. #18

Open
FarzanehRah opened this issue Dec 9, 2022 · 0 comments

Comments

@FarzanehRah
Copy link

Hello,
Thank you so much for these wonderful workshops.
I am trying to use your pipeline and have the question:
In "seurat_01_qc", before predicting the doublet, we need to run NormalizeData, FindVariableFeatures and ScaleData,
in "seurat_02_dim_reduction", we run FindVariableFeatures and ScaleData before the reduction of dimension,
in "seurat_03_integration", before the integration, we run again NormalizeData, FindVariableFeatures and after the integration, ScaleData.
Until now, I thought it was sufficient to run NormalizeData, FindVariableFeatures and ScaleData only once after QC and data filtering, but it seems that my conclusion was not correct.
If we use SCTransform for normalization, should we run it before doublet prediction, before dimension reduction, and before integration as well?
I would also like to know if there is any rules for choosing the appropriate slot of Seurat object for each analysis?

Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant