extractJointCountMatrix | R Documentation |
Extract the joint count matrix from the object
extractJointCountMatrix(object, raw = TRUE, ...)
## S3 method for class 'Conos'
extractJointCountMatrix(object, raw = TRUE)
## S3 method for class 'Seurat'
extractJointCountMatrix(object, raw = TRUE, transposed = TRUE, sparse = TRUE)
## S3 method for class 'dgCMatrix'
extractJointCountMatrix(object, raw = TRUE)
object |
object from which to extract the cell groups |
raw |
boolean If TRUE, return merged "raw" count matrices (default=TRUE) |
... |
additional parameters to be passed to extractJointCountMatrix |
transposed |
boolean If TRUE, return merged transposed count matrices (default=TRUE) |
sparse |
boolean If TRUE, return merged the sparse dgCMatrix matrix (default=TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.