I’m using this code for my trimmed paired-end RNA-Seq libraries
tophat2 -o outdir --mate-inner-dist 60 --mate-std-dev 50 -p 6 --GTF <annotation_file.gtf> -g 2 --library-type fr-secondstrand --no-discordant --no-mixed <bowtie2_index> file_trimmed_1.fastq file_trimmed_2.fastq
and prepare the count table with featuresCount from bam file for differential expression analysis.
Is it a correct way?
Thanks