Dear all,
I have been analysing RNAseq experiments using the default tuxedo pipeline for about a year, i.e., TopHat2 + cufflinks + cuffmerge + cuffdiff2 and one thing I have never understood is the value that running cufflinks with the -G/--GTF option adds to the analysis.
Considering that cufflinks acts as a transcript assembler, with the -G option it does not search for novel transcripts, which means that the output GTF contains the same transcripts as the original reference. Therefore, cuffmerge will merge as many reference annotation files as available samples which will produce, again, the reference annotation. The only difference is that if cuffmerge is run including the fasta reference, it will add some attributes that allow cuffdiff to test for differential expression at the TSS and CDS level.
Considering all this, my question is whether there is any big difference between running the whole pipeline without searching for novel isoforms (cufflinks -G) and running directly cuffdiff with the reference annotation directly. I must say that I have tried this in the past and that the gene level results where slightly different, but most importantly, the second option is much faster than the whole pipeline.
Any input will be highly appreciated.
Thanks,
Asier
I have been analysing RNAseq experiments using the default tuxedo pipeline for about a year, i.e., TopHat2 + cufflinks + cuffmerge + cuffdiff2 and one thing I have never understood is the value that running cufflinks with the -G/--GTF option adds to the analysis.
Considering that cufflinks acts as a transcript assembler, with the -G option it does not search for novel transcripts, which means that the output GTF contains the same transcripts as the original reference. Therefore, cuffmerge will merge as many reference annotation files as available samples which will produce, again, the reference annotation. The only difference is that if cuffmerge is run including the fasta reference, it will add some attributes that allow cuffdiff to test for differential expression at the TSS and CDS level.
Considering all this, my question is whether there is any big difference between running the whole pipeline without searching for novel isoforms (cufflinks -G) and running directly cuffdiff with the reference annotation directly. I must say that I have tried this in the past and that the gene level results where slightly different, but most importantly, the second option is much faster than the whole pipeline.
Any input will be highly appreciated.
Thanks,
Asier
Comment