plotSpkBox {spkTools} | R Documentation |
Plots boxplots of the data resulting from a call to spkBox.
plotSpkBox(boxs, fc=2, box.names=NULL, ...)
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 |
Boxplots for spike-in and non-spike-in comparisons stratified by ALE strata are produced.
Matthew N. McCall
data(affy) affySlope <- spkSlope(affy) affyBox <- spkBox(affy, affySlope) plotSpkBox(affyBox)