I have a BAM file with alignments and a GFF file with non-overlapping gene annotation. Using these, I would like to find out what the highest coverage for each gene was.
In other words, I am looking for something like HTSeq-count (http://www-huber.embl.de/users/ander...doc/count.html), except I want the max coverage of reads to be returned instead of the total count of reads.
Is there any tool that can do something like this or am I stuck writing my own script?
In other words, I am looking for something like HTSeq-count (http://www-huber.embl.de/users/ander...doc/count.html), except I want the max coverage of reads to be returned instead of the total count of reads.
Is there any tool that can do something like this or am I stuck writing my own script?
Comment