clusters | R Documentation |
Cluster identifiers
clusters(object, ...)
## S4 method for signature 'SingleCellExperiment'
clusters(object)
object |
Object. |
... |
Additional arguments. |
factor
.
Updated 2021-10-14..
Seurat::Idents()
.
monocle3::clusters()
.
data(SingleCellExperiment_Seurat, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_Seurat
x <- clusters(object)
head(x)
table(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.