seuratMergeClusters | R Documentation |
Given an input mapping, group Seurat clusters of the active Seurat Ident together, i.e. merging them
seuratMergeClusters(scData, clustList)
scData
the Seurat object
clustList
a list() object where the names are the new cluster names and their values are all the clusters to be merged. If the list consists of multiple sets of clusters to be merged, ensure the sets do not overlap.
Rehrauer, Hubert
Schmid, Peter
data("pbmc_small")
clustList <- list("foo"=as.character(c(1, 2)))
seuratMergeClusters(pbmc_small, clustList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.