getCountMatrix | R Documentation |
Access count matrix from sample
getCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'Pagoda2'
getCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'seurat'
getCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'Seurat'
getCountMatrix(sample, transposed = FALSE)
sample |
sample from which to get the count matrix |
transposed |
boolean Whether the count matrix should be transposed (default=FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.