MAplot-methods {lumi} | R Documentation |
MAplot of a ExpressionSet object
Description
Creating pairwise MAplot of sample intensities in a ExpressionSet object
Usage
## S4 method for signature 'ExpressionSet':
MAplot(object, ..., logMode=TRUE, subset = 5000)
Arguments
object |
an ExpressionSet object |
... |
optional arguments to MAplot . |
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 |
See Also
LumiBatch-class
, MAplot
Examples
## load example data
data(example.lumi)
MAplot(example.lumi)
[Package
lumi version 1.4.0
Index]