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