plot.coverage.by.sample: plot.coverage.by.sample
Description
Make a barplot of coverage per sample
Usage
# S3 method for coverage.by.sample
plot(coverage.sample, file.name,
statistic = c("mean", "median"))Arguments
coverage.sample
Data frame of coverage data, typically from get.coverage.by.sample.statistics
statistic
Statistic to be plotted (mean or median)