Open WubingZhang opened 2 years ago
Thanks for your interest in our method! I would not recommend using quminorm on UMI counts. It is meant for read counts from protocols like Smart-seq2. It is not meant to fully normalize the counts, nor to make each cell have the same total count. So the pipeline we recommend would be apply quminorm to read counts, then apply whatever normalization you like to the quasi UMI counts, such as sctransform or scry. You could also just apply to the quasi-UMI counts a count-based dimension reduction like GLM-PCA, NewWave, scvi, or a newer method like countland.
The total counts of single cells differ significantly, which affects the downstream differential expression analysis. So I was thinking to normalize the data before differential expression analysis. Seurat SCTransform partially solves my problem, and I think quminorm might be worth a try. Any suggestions?
Thanks!