Description Usage Arguments Value
A function to extract a data matrix from a number of objects
1 2 3 4 5 6 7 8 9 10 | extractMat(Y, ...)
## S4 method for signature 'ExpressionSet'
extractMat(Y, logTransformGaussian, ...)
## S4 method for signature 'SummarizedExperiment'
extractMat(Y, ...)
## S4 method for signature 'matrix'
extractMat(Y, ...)
|
Y |
a phyloseq or eSet object, or another object, or a raw data matrix |
... |
additional arguments for the extractor function |
logTransformGaussian |
A boolean, should array data be logtransformed |
A data matrix with samples in the rows and features in the columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.