Hey Pierre,
i try your tip. I search currently a tool thats calculate the value e.g. in MACS2 the pileup value in the results. Which means how many fragments you can find covering the peak summit. And I want the max coverage of a base for every single feature(e.g. exon). For example depth 5x is the maximum. The problem in bedtools coverage is, that only calculate the depth for each single base, but not the max depth of single base.


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 REPLYwhen responding to existing posts to keep threads logically organized.