plotSpkBox: Boxplots of Fold Changes Calculated by spkBox

Description Usage Arguments Value Author(s) Examples

View source: R/plotSpkBox.R

Description

Plots boxplots of the data resulting from a call to spkBox.

Usage

1
plotSpkBox(boxs, fc=2, box.names=NULL, ...)

Arguments

boxs

the output of a call to spkBox

fc

expected fold change

box.names

names to be printed below each boxplot

...

parameters passed to boxplot

Value

Boxplots for spike-in and non-spike-in comparisons stratified by ALE strata are produced.

Author(s)

Matthew N. McCall

Examples

1
2
3
4
data(affy)
affySlope <- spkSlope(affy)
affyBox <- spkBox(affy, affySlope)
plotSpkBox(affyBox) 

mccallm/spkTools documentation built on May 7, 2019, 1:26 p.m.