HI, all
I am facing a strange problem for cufflinks: Reads that are aligned to exons obviously can NOT be counted by cufflinks. Please see if you have the same problem when running the following test.
A simple test SAM file (htt.sam)
Here is the GTF file (for test purpose, only transcript ENST00000355072 of gene HTT):
htt_ENST00000355072.gtf
The reads in SAM file are obviously resided in the exonic region of GTF file (see UCSC screenshot)
However, running cufflinks command
will only give 0 FPKM value in the output file (genes.expr):
I found this problem by double-checking the cufflinks results of a genome-wide RNA-seq analysis; HTT gene has well-aligned reads, but its FPKM is zero. This is not the only case. I am simplifying the problem here by only showing the part of SAM file and GTF file.
Thanks for helps ahead.
I am facing a strange problem for cufflinks: Reads that are aligned to exons obviously can NOT be counted by cufflinks. Please see if you have the same problem when running the following test.
A simple test SAM file (htt.sam)
Code:
HWUSI-EAS623:1:91:16574:8737#0 16 chr4 3129018 255 40M * 0 0 AGCTGGCTGCTTCTTCAGGGGTTTCCACTCCAGGGTCAGC @BBBCE-EEEDGGGDDFGEFGFGAGGGGGEGGGGGGGGDF NM:i:0 NH:i:1 XS:A:- HWUSI-EAS623:1:5:14642:7499#0 0 chr4 3129040 255 40M * 0 0 TTCCACTCCAGGGTCAGCAGGTCATGACATCATCACAGAA GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGFF NM:i:0 NH:i:1 XS:A:- HWUSI-EAS623:1:27:15057:20736#0 16 chr4 3129048 255 40M * 0 0 CAGGGTCAGCAGGTCATGACATCATCACAGAACAGCCACG EAEEEEEEBEEEGEGEEEBEEEEEEFEGBGGEGFGGGGGG NM:i:0 NH:i:1 XS:A:- HWUSI-EAS623:1:117:13132:3189#0 16 chr4 3129072 255 40M * 0 0 TCACATAACAGCCACGGTCACAGCACACACTGCACGCGGA @B@CB7EEEEGGGEGGGGGGGGGGGECECECDDD*BBBBB NM:i:2 NH:i:1 XS:A:-
htt_ENST00000355072.gtf
The reads in SAM file are obviously resided in the exonic region of GTF file (see UCSC screenshot)
However, running cufflinks command
Code:
cufflinks --GTF htt_ENST00000355072.gtf htt.sam
Code:
$ cat genes.expr gene_id bundle_id chr left right FPKM FPKM_conf_lo FPKM_conf_hi status ENSG00000197386 3 chr4 3076406 3245676 0 0 0 OK
Thanks for helps ahead.
Comment