getRawCountMatrix | R Documentation |
Access raw count matrix from sample
getRawCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'Pagoda2'
getRawCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'seurat'
getRawCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'Seurat'
getRawCountMatrix(sample, transposed = FALSE)
## S4 method for signature 'Conos'
getRawCountMatrix(sample, transposed = FALSE)
sample |
sample from which to get the raw count matrix |
transposed |
boolean Whether the raw 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.