tilschaef / scRNA-seq

From fastq to preprocessed counttable (for in-house CELSeq2 method), with Kallisto | Bustools workflow.
0 stars 0 forks source link

Normalization method #2

Closed Rebecza closed 3 years ago

Rebecza commented 3 years ago

Concerning: Seurat's normalization in analysis/kb_seurat_pp.rmd

Seurat has made updates over the years in their normalization methods. One new feature they build is: SCTransform. In this function they combine normalization, HVG selection and scaling + optional regression.

I was always used to using the "older" normalization from Seurat: log((count/scaling factor)*10.000)+1) in short, so with the addition of a pseudocount and taking the natural log. Which is also incorporated in the rmd here.

For the lab as a general method, it would be better to use the updated method for normalization (I discussed this with Simon as well).

Based on this paper, the newer normalization method they set-up at the same time as SCTransform, shows better results for scRNA-seq data.

Options: