Learn R Programming

varitas (version 0.0.2)

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

file.name

Name of output file

statistic

Statistic to be plotted (mean or median)

Value

None