sctransform on scRNA seq
Hello , Correct me if I'm wrong please : does sctransform a method to eliminate batch effect and dropout phenomen in order to reduce zeros in the expression matrix ? thanks
• 1,457 views
•
link
1 answer
SCTransform is a way to normalize the counts, and batch effects at the manifold and clustering levels are usually taken care of via integration with Seurat integration, fastMNN, scVI, etc.
Imputation with e.g. MAGIC would be the method to "infer" gene counts for cells with dropout of certain genes. Use imputation with caution though as it's imperfect.
• 0 views
•
link
Log in to answer this question.