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.
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 ?