Hi everyone! I'm running tophat2 with a reference annotation, then cufflinks with -G option providing the same annotation. using -G option I expect the result to be only about the known transcripts. however when analyzing with cummRbund I can find new isoforms for a gene. it is weired because I think cufflinks was not suppose to assemble any new transcripts while using -G option. how can I get rid of those new isoforms? is it possible to somehow filter the result in cummRbund?
It might not totally answer your question, but as I recently had a lot of trouble with Cufflinks, I can suggest you an alternative to Cufflinks ( that is much faster by the way) : Stringtie ( https://ccb.jhu.edu/software/stringtie/ ) I was stucked with cufflinks during days, and Stringtie solved my issue in only 10 minutes (I was also using tophat2 before) If you have some times and you are curious, maybe you should try and compare the result stringtie produce compared to the cufflinks results !
Hope it could help !
thanks I will try it out.