View source: R/Clustering_functions.R
merge_cluster | R Documentation |
merge_cluster
merge_cluster(old_cluster, new_cluster, max_number = NULL)
old_cluster |
original cluster assignment that need to be updated |
new_cluster |
new cluster assignment that need to be integrated with old_cluster. |
max_number |
Threshold in size for clusters in new_cluster. Only cluster with number of cells smaller than max_number will be integrated in old cluster. If max_number is NULL, then all the clusters in new_cluster are integrated in old cluster. |
Numeric vector of length equal to old_cluster showing the merged cluster assignment between old cluster and new_cluster.
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.