boxplot-methods {lumi} | R Documentation |
boxplot of a ExpressionSet object
Description
Creating boxplot
of sample intensities in a ExpressionSet object
Usage
## S4 method for signature 'ExpressionSet':
boxplot(x, range = 0, main, logMode = TRUE, subset = 5000, ...)
Arguments
x |
a ExpressionSet object |
range |
parameter of boxplot |
main |
title of the boxplot |
logMode |
whether plot the data in log2 scale or not |
subset |
subset of rows used to plot. It can be an index vector, or the length of a random subset |
... |
optional arguments to boxplot . |
See Also
LumiBatch-class
, boxplot
Examples
## load example data
data(example.lumi)
boxplot(example.lumi)
[Package
lumi version 1.2.0
Index]