getCountMatrix {conos} | R Documentation |
Access count matrix from sample
Description
Access count matrix from sample
Usage
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)
Arguments
sample |
sample from which to get the count matrix |
transposed |
boolean Whether the count matrix should be transposed (default=FALSE) |
[Package conos version 1.5.2 Index]