velocyto-team / velocyto.R

RNA velocity estimation in R
http://velocyto.org
177 stars 215 forks source link

Do I need to normalize unspliced reads as long as I've normalized spliced reads? #186

Open dg520 opened 2 years ago

dg520 commented 2 years ago

Hi,

Thanks for developing and maintaining this powerful tool! I have a question about normalization. I need to regress out some batch effects before running velocyto.R, similar to this tutorial provided by Seurat team. However, I'm quite confused about the fact that they only applied normalization (via SCTransform function) on the "spliced" assay but not on the "unspliced" assay. How can the Velocyto result hold in this way? What is the reason for not normalizing the "unspliced" assay? Any insight is really appreciated!

Best, Dadi