Annotate A Gtf File (Cufflinks)
1
0
Entering edit mode
11.1 years ago

Hi,

I'm working on RNA-Seq data. Here's my basic workflow :

STAR -> cufflinks -> cuffmerge

So after that, I've a merged transcriptome gtf file. Now I want to annotate it to furthyer use it in differential expression analysis. So here's my idea. First extract the transcritp sequence using the gtf coordinates. Then, blast each sequence against ensembl transcript to annotate them.

What do you think ? Is there maybe another tool ?

thanks,

N.

cufflinks gtf • 4.5k views
ADD COMMENT
0
Entering edit mode

Hi, I am in similar situation. I have draft genome but no annotations. I need to do differential splicing analysis between conditions. How should I go about this ? Should I do tophat2 -> cufflinks -> cuffmerge -> Annotate GTF ?

If yes, then what would be the best way to annotate the GTF generated by cufflinks ?

Is there any alternative way for this ?

ADD REPLY
0
Entering edit mode
11.1 years ago
biorepine ★ 1.5k

Convert cufflinks GTF into BED12 format using the following script and overlap the genomic-c0ordinates with known reference genome (RefSeq/UCSC/ENSEMBLE) by using BED tools. It gives you proper annotation. Here no need to to do BLAST and you can save lot of time.

For new transcripts that are not in the above databases, you need to add them. In your case, you can obtain all the gencode and human body map discovered lncRNAs (human-hg19) and add them to the reference genome BED file. That should work.

ADD COMMENT
0
Entering edit mode

The problem is that the annotation of the species is not very good and a lot of things are missing (linke lncRNAs)

ADD REPLY
0
Entering edit mode

i updated my answer. Hope it helps.

ADD REPLY

Login before adding your answer.

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