Question regarding normalization in Seurat
1
0
Entering edit mode
22 months ago
ylin575 ▴ 10

Hello everyone,

I have a question regarding Seurat regarding data normalization. I am following the tutorial on the pbmc3k dataset. After removing unwanted cells, the next step is to normalize data. The tutorial has this to say:

After removing unwanted cells from the dataset, the next step is to normalize the data. By default, we employ a global-scaling normalization method “LogNormalize” that normalizes the feature expression measurements for each cell by the total expression, multiplies this by a scale factor (10,000 by default), and log-transforms the result. Normalized values are stored in pbmc[["RNA"]]@data.

My question is what is this 'total expression', is it the total expression (i.e. total RNA molecule count) in the cell or the total expression in the entire dataset?

Thank you!

Yong

Seurat scRNAseq • 1.1k views
ADD COMMENT
1
Entering edit mode
22 months ago
ATpoint 81k

It is the sum of counts for that cell, so basically if a given cell has a given column in the count matrix it is the colSum of that column.

ADD COMMENT
0
Entering edit mode

Thanks for the clarification!

ADD REPLY

Login before adding your answer.

Traffic: 1578 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6