Raw Reads To Calculate Differential Gene Exrepssion
2
0
Entering edit mode
11.4 years ago
camelbbs ▴ 710

Hi all,

I am now using raw reads to calculate the differential gene expression. I see DESeq gives SizeFactors for each sample and can use that for normalization. But it seems DESeq only use that normalization for visualization, not for calculate the differential pvalue. Is that correct?

I've read DESeq paper and still not very clear about that. I know DESeq use NB distribution to calculate the pvalue. But for raw reads, it must be normalized first, right?? Thanks,

Che

read • 3.1k views
ADD COMMENT
3
Entering edit mode
11.4 years ago

I'm curious what makes you think that the sizeFactors are only used for visualization?

If you download the source code to for the package and poke around a bit, you'll see that the sizeFactors are used everywhere from dispersion estimation, nbinomTest-ing, fitting GLMs, getting variance stabilized data, etc.

ADD COMMENT
0
Entering edit mode

Thanks a lot Steve. I may make a mistake. Is the sizeFactors the only normalization method used in DESeq? After the sizeFactors normalization, can the value be used for fold-change detection between two samples?

ADD REPLY
0
Entering edit mode

Have you read the DESeq vignette? Fold changes are calculated for you after a call to nbinomTest, for example. To just get something like a matrix of expression that you can calculate fold changes for data exploration, look at the example in section 6, where they shoot their data through a variance stabilizing transformation.

ADD REPLY
0
Entering edit mode
11.4 years ago
camelbbs ▴ 710

As my thinking, sizeFactors is a similar method to RPM normaliztion, the only difference is RPM use all reads in one sample as "sizeFactors", but sizeFactors use the median scaled counts. Can anyone confirm this?

ADD COMMENT

Login before adding your answer.

Traffic: 3208 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