Description Usage Arguments Methods (by generic) Slots See Also
An S4 class to store feature and annotation data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S4 method for signature 'ExprsArray'
show(object)
## S4 method for signature 'ExprsArray,ANY,ANY,ANY'
x[i, j]
## S4 method for signature 'ExprsArray'
x$name
## S4 method for signature 'ExprsArray'
subset(x, subset, select)
## S4 method for signature 'ExprsArray,missing'
plot(x, y, a = 1, b = 2, c = 3, ...)
## S4 method for signature 'ExprsArray'
summary(object)
## S4 method for signature 'ExprsArray'
getFeatures(object)
|
object, x |
An object of class |
i, j |
Subsets entire |
name |
Returns |
subset |
Subsets entire |
select |
Subsets entire |
y |
Leave missing. Argument exists because of |
a, b, c |
A numeric scalar. Indexes the first, second, and third dimensions to plot.
Set |
... |
Additional arguments passed to |
show
: Method to show ExprsArray
object.
[
: Method to subset ExprsArray
object.
$
: Method to subset ExprsArray
object.
subset
: Method to subset ExprsArray
object.
plot
: Method to plot two or three dimensions of data.
summary
: Method to plot summary graphs for a sub-sample of feature data.
getFeatures
: Method to return features within an ExprsArray
object.
exprs
A matrix. Stores the feature data.
annot
A data.frame. Stores the annotation data.
preFilter
Typically a list. Stores feature selection history.
reductionModel
Typically a list. Stores dimension reduction history.
ExprsArray-class
ExprsModel-class
ExprsPipeline-class
ExprsEnsemble-class
ExprsPredict-class
RegrsPredict-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.