Using Gencode annotation with cufflinks
1
0
Entering edit mode
9.3 years ago
drollix ▴ 10

Hello,

I am experimenting with the latest Gencode human annotation releases (v20 and v21) with my RNA-seq pipeline. After filtering the annotation file for known and level 1 and level 2 transcripts, I find that cufflinks reports multiple FPKM values for some ENSG genes in the gene.fpkm_tracking file. A manual inspection suggests that the multiple FPKM values correspond to distinct transcripts for these genes, but these values should ideally get rolled up into the gene level value (as it does for a majority of the other multi-transcript genes).

Has anyone else noticed this, and is there a secret sauce to working with the Gencode annotation GTF files with cufflinks?

RNA-Seq cufflinks • 2.5k views
ADD COMMENT
1
Entering edit mode
9.3 years ago
EagleEye 7.5k

If you experience problem with V20, try this on your GTF and check your results (I had problem saying that duplicate GeneID, in your case cufflinks did not throw it as duplicate but instead it has two different expression values).

sed -i 's/\"\ tag\ \"PAR\"\;/\"\;\ tag\ \"PAR\"\;/g' gencode.v20.annotation.gtf
ADD COMMENT
0
Entering edit mode

Thanks, I'll give it a try, though the genes with duplicated FPKM's were not on chromosome Y. I also didn't find any pattern (yet) about the transcript structures of the multi-FPKM genes. Some had disjoint transcripts while some had completely overlapping ones.

ADD REPLY

Login before adding your answer.

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