Description Usage Arguments Value Examples
Cell Counts per Cluster
| 1 2 3 4 5 6 7 | cellCountsPerCluster(object, ...)
## S4 method for signature 'SingleCellExperiment'
cellCountsPerCluster(object, interestingGroups)
## S4 method for signature 'seurat'
cellCountsPerCluster(object, interestingGroups)
 | 
| object | Object. | 
| ... | Additional arguments. | 
| interestingGroups | Character vector of interesting groups. Must be
formatted in camel case and intersect with  | 
tibble grouped by "ident" column, arranged by abundance.
| 1 2 | # seurat ====
cellCountsPerCluster(seurat_small)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.