I aligned RNA-Seq data to a genome using tophat2. Now I have the bam file and I am looking for a straight-forward way to produce mapping statistics - how many reads map onto exons, introns and intergenic regions.
So my input consists of a bam file and the gtf file which I used with tophat2. What's the easiest way to get from this input to the output I need?
If there is no off-the-shelf tool that would do this, please suggest a pipeline by specifying the steps that I need to make to get from the input to the desired output.
So my input consists of a bam file and the gtf file which I used with tophat2. What's the easiest way to get from this input to the output I need?
If there is no off-the-shelf tool that would do this, please suggest a pipeline by specifying the steps that I need to make to get from the input to the desired output.
Comment