GenomeComb
cg bam_histo ?options? regionfile bamfile ?intervals?
create a report with coverage data of given regions in a bam file
bam_histo creates a report with the coverage for the region(s) of interest given in regionfile. The report is a tsv file with a line for each region in the region file. Each line will show the number of bases with a coverage (sequencing depth) in the given intervals. It will also show the size of the region and the average, minimum and maximum depth
Report