Hi,
I'm very new to RNA-seq analysis.
I ran Cuffdiff on GenePattern, and I wanted to know how I can get the raw read count for each gene. Can I get this information from any of the output files of Cuffdiff?
Thanks,
Debbie
Hi,
I'm very new to RNA-seq analysis.
I ran Cuffdiff on GenePattern, and I wanted to know how I can get the raw read count for each gene. Can I get this information from any of the output files of Cuffdiff?
Thanks,
Debbie
Before you run cuffdiff, you must have assembled the transcripts and calculated the abundances for every gene and transcript using cufflinks. So you can find the expression information in cufflinks output files. But be careful, you may get FPKM or RPKM instead of raw count from cufflinks. If you want get raw count information you can try HTSeq or RSEM.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
The Bowtie-Tophat-Cufflinks suite does not report raw counts. It estimates RPKM per isoform, which is not a raw count. You can get gene expression data from cufflinks, but it wont be count data.
Thank you all for your help.
What does the
sampleName_count
column in thegenes.count_tracking
output file represent?