extractMat {combi} | R Documentation |
A function to extract a data matrix from a number of objects
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