covBoxplots {BiSeq}R Documentation

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.

Author(s)

Katja Hebestreit

See Also

boxplot

Examples

data(rrbs)
covBoxplots(rrbs)

[Package BiSeq version 1.28.0 Index]