plot.coverage.by.sample {varitas} | R Documentation |
plot.coverage.by.sample
Description
Make a barplot of coverage per sample
Usage
## S3 method for class 'coverage.by.sample'
plot(coverage.sample, file.name,
statistic = c("mean", "median"))
Arguments
coverage.sample |
Data frame of coverage data, typically from |
file.name |
Name of output file |
statistic |
Statistic to be plotted (mean or median) |
Value
None
[Package varitas version 0.0.2 Index]