Hey everybody,
I search a tool to compute the max depth of a feature (e.g. exon, gene)
For example:
I have a feature and three reads. the Two reads overlaps a base or three reads overlaps another base. Now I want the max depth of the base. Here in the example is the max depth three.
Is there a tool to get this values?
Thank you for your help.
Check out bam-readcount if you need base level statistics.
For feature level summaries featureCounts or HTSeq-count noted below are good options.
BTW: Requirements in the title of your post (feature level) and the description in the body (base level summary) are not matching.
thank all for your answers.
Currently i search a tool that compute the pileup value as in MACS2. Which means how many fragments you can find covering the peak summit. But I don't finde a tool where I get the highest covering value for a feature. I try to use BamStats04 .. the tip from Pierre .
Thanks
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.