Description
it would be nice if one could get a per base (per target region) coverage information from DeepTools in the spirit of GATK DepthOfCoverage or samtools depth or bedtools coverage like "multiBamCoverage"
bedtools coverage is missing filtering options
bedtools multicov is only per region
samtools depth is slow for many bam files/regions
GATK has license issues while installation and also not fast
deepTools so far has only tools for regions, bamCoverage is always full genome
only fast alternative is sambamba depth base/region, like samtools depth, but multi-threaded, only no summary statistics
It should allow for the usual DeepTools read/mapping filtering options.
It should also print out 0-coverage bases.
Summary statistics per base per region would be another nice feature.