View source: R/SingleCellRNASeq.R
merge_clusters | R Documentation |
Merged clusters
merge_clusters(
object,
cluster.type = c("louvain", "walktrap", "kmeans"),
merge_cluster_ids = c()
)
object |
The SingCellaR object. |
cluster.type |
The clustering method name. |
merge_cluster_ids |
The vector of cluster ids that will be merged together e.g. c('cl1:cl2','cl9:cl10'). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.