Hi, friends. I only want to perform differential expression analysis on the annotated transcripts of my existing reference genome. I use tophat2 for alignment with --no-novel-juncs --no-novel-indels --transcriptome-only parameters, and then I directly use Tophat2's accepted_hits.bam file as the input file of Cuffquant, and use the genome's reference annotation file genome.gtf as the reference annotation file, can this achieve my purpose? I do not wish to perform an analysis of any new transcripts. So I have not used Cufflinks and Cuffmerge to assemble and merge transcriptomes. Is this correct?
Thank you so much for your advice. As you say, I have tried HISAT2, but it is killed due to some reasons like a large genome, and so on. So I use Tophat2 to solve my problem. Now, I want to try salmon as you recommended. Thanks.