extractMat | R Documentation |
A function with S4 dispatching to extract the count matrix
extractMat(Y, ...)
## S4 method for signature 'SingleCellExperiment'
extractMat(Y, ...)
## S4 method for signature 'matrix'
extractMat(Y, ...)
## S4 method for signature 'data.frame'
extractMat(Y, ...)
## S4 method for signature 'phyloseq'
extractMat(Y, ...)
Y |
a matrix, data frame, phyloseq object or SingleCellExperiment |
... |
additional arguments, currently ignored |
A data matrix with samples in the columns and genes in the rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.