Using DESeq normalized gene count to replace FPKM?
1
0
Entering edit mode
Jike Cui ▴ 10
@jike-cui-6056
Last seen 9.6 years ago
hi, A few papers have concluded that DESeq is more accurate for DE genes discovery than methods using FPKM, and that the bias in FPKM is that a gene’s FPKM depends on the expression of other genes due to the division by library size. Now if my purpose is for visualization or analysis other than looking for DEGs, I wonder if it’s better to replace FPKM by DESeq normalized gene count divided by gene length? Thanks for your comment! Jack [[alternative HTML version deleted]]
Visualization DESeq Visualization DESeq • 8.3k views
ADD COMMENT
0
Entering edit mode
Simon Anders ★ 3.7k
@simon-anders-3855
Last seen 3.7 years ago
Zentrum für Molekularbiologie, Universi…
Hi Jack On 23/07/13 17:29, Jike Cui wrote: > A few papers have concluded that DESeq is more accurate for DE genes > discovery than methods using FPKM, and that the bias in FPKM is that a > gene?s FPKM depends on the expression of other genes due to the division by > library size. > > Now if my purpose is for visualization or analysis other than looking for > DEGs, I wonder if it?s better to replace FPKM by DESeq normalized gene > count divided by gene length? Yes, definitely. Look at it this way: To account for sequencing depth, you divide the raw counts by a number which quantifies this depth. Simply using the total number of reads (divided by 1 million) is an obvious but very simplistic choice, and the various other scaling normalization schemes (our median-of-ratios approach from DESeq, but also other similar suggestions such as TMM, etc.) are simply meant to suggest a more clever way to find a number to divide by. In case of DESeq, we try to get this numbers to be close to one. If you want to have the same scale as typical FPKM values (and so have better comparability across experiments), you could then divide everything by something like geometric mean of the total read counts of all samples / 1 million You may want to look, though, also at the variance-stabilizing transformation (VST) and the regularized log transformation (rlog) that we offer in DESeq2, and which, we feel, offers a better input for downstream visualization. Simon
ADD COMMENT

Login before adding your answer.

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