I have mapped my RNA-Seq data to a genome using tophat2. Now I have the BAM files and would like to produce stats about the read coverage by region (exons, introns, intergenic). I have the gtf file which I used with tophat2. So my input data is a BAM file and a GTF file. Can I use BEDOPS to get the desired output from this input?