extractData | R Documentation |
Helper function to extract data matrix from phyloseq, expressionset objects etc. Also filers out all zero rows
extractData(data, logTransformGaussian = TRUE)
data |
The list of data objects, either matrix, phyloseq or ExpressionSet objects |
logTransformGaussian |
A boolean, should array data be logtransformed |
the raw data matrices, samples in the rows
data(Zhang)
matrixList = extractData(list("microbiome" = zhangMicrobio,
"metabolome" = zhangMetabo))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.