Learn R Programming

BiSeq (version 1.12.0)

covBoxplots: Creates boxplots of coverages per sample

Description

A boxplot per sample is plotted for the coverages of CpG-sites. It is constrained to CpG-sites which are covered in the respective sample (coverage != 0 and not NA).

Usage

R covBoxplots(object, ...)

Arguments

object
A BSraw.
...
Other graphical parameters passed to the boxplot function.

See Also

boxplot

Examples

Run this code
data(rrbs)
covBoxplots(rrbs)

Run the code above in your browser using DataLab