How do you extract raw counts from CUFFLINKS?
2
2
Entering edit mode
9.8 years ago
gtho123 ▴ 260

I would like to extract the raw counts from my RNA-Seq experiment from Cufflinks. I know the arguments about alternate splicing but I am trying to compare different differential expression methods in my model plant.

While the Cufflinks manual is very clear. In the Cuffnorm section it says these reads "should not be used with downstream differential expression tools that require raw counts as input".

However, the CummeRbund release schedule says that "raw and normalized count tables and associated statistics all features" have been available for some time. From what I can tell this is the obtained from the count() function. However in the example the count column values seem normalised. So I would like to check are these values appropriate to use in applications like DESeq and edgeR?

If not is there another way to get these values?

RNA-Seq • 5.5k views
ADD COMMENT
4
Entering edit mode
9.8 years ago

Just use htseq-count or featureCounts. If some random value column from cufflinks agrees with these values then you'll know for the future which one to use. Cufflinks is a complicated enough program that one needs to go through the code to actually know what's truly going on, so I would strongly dissuade you from using any of it's values in DESeq2/edgeR/etc. without checking in a couple samples if they match what's expected.

ADD COMMENT
0
Entering edit mode
5.6 years ago

Just multiply each samples count table by the library size factors, Trapnell's answer here: https://github.com/cole-trapnell-lab/cufflinks/issues/12

ADD COMMENT

Login before adding your answer.

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