Difference of FPKM between cufflink and cuffdiff
1
0
Entering edit mode
9.0 years ago
cfarmeri ▴ 210

Hi

I have each rna-seq data of 2 experiment samples. After mapping through tophat, I tried to compare gene expression difference. As for respective samples, cufflinks get FPKM of genes to me. Simultaneously, I compared the two samples FPKM by using cuffdiff. But the FPKM from cufflinks and cuffdiff are not same, so I'm wondering which I should use for the purpose of comparing gene expression difference between two samples.

Please help me. Thanks!

RNA-Seq • 6.7k views
ADD COMMENT
4
Entering edit mode
8.7 years ago

Yes, it's because the "Library Normalization Methods" used by default for each one. Meanwhile cufflinks use classic-fpkm normalization, the cuffdiff default is geometric. Please check the section "Library Normalization Methods" in the link below. To change the method when you run cuffdiff, type --library-norm-method classic-fpkm in options.

Source: http://cole-trapnell-lab.github.io/cufflinks/cuffdiff/index.html#library-types

ADD COMMENT
1
Entering edit mode

So cool, thanks!

ADD REPLY
1
Entering edit mode

What a really nice answer!

ADD REPLY

Login before adding your answer.

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