Learn R Programming

AllelicImbalance (version 1.6.2)

boxplot: boxplots

Description

uses base graphics box plot

Usage

"boxplot"(x, strand = "*", labels.axis = TRUE, ...)

Arguments

x
ReferenceBias object
strand
'+','-' or '*'
labels.axis
logical
...
arguments to forward to internal boxplots function

Details

The boxplot will show the density over frequencies for each sample

Examples

Run this code
#load example data

data("ReferenceBias")
boxplot(ReferenceBias)

Run the code above in your browser using DataLab