cellCountsPerCluster | R Documentation |
Cell counts per cluster
cellCountsPerCluster(object, ...)
## S4 method for signature 'SingleCellExperiment'
cellCountsPerCluster(object)
object |
Object. |
... |
Additional arguments. |
DFrame
.
Updated 2023-10-27.
data(SingleCellExperiment_Seurat, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_Seurat
x <- cellCountsPerCluster(object)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.