getCountMatrix | R Documentation |
Extracts the unprocessed raw count matrix.
getCountMatrix(object, ...)
## S4 method for signature 'SPATA2'
getCountMatrix(object, assay_name = activeAssay(object), ...)
## S4 method for signature 'MolecularAssay'
getCountMatrix(object, ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
assay_name |
Only relevant if the |
A matrix of unprocessed molecular counts with rownames corresponding to the features and column names corresponding to the barcodes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.