View source: R/access_wrappers.R
extractRawCountMatrices | R Documentation |
Extract the cell groups from the object
extractRawCountMatrices(object, transposed = TRUE)
## S3 method for class 'Conos'
extractRawCountMatrices(object, transposed = TRUE)
## S3 method for class 'Seurat'
extractRawCountMatrices(object, transposed = TRUE)
## S3 method for class 'dgCMatrix'
extractRawCountMatrices(object, transposed = TRUE)
object |
object from which to extract the cell groups |
transposed |
boolean Whether the raw count matrix should be transposed (default=TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.