View source: R/Microclusters.R
readjust_clusters | R Documentation |
By default, minimum number of clusters to be generated is the squareroot of the number of cells.
readjust_clusters(clusters, data, cellsPerPartition = 100)
clusters |
List of clusters, each entry being a vector of cells in a cluster. |
data |
NUM_SAMPLES x NUM_PROTEINS data matrix that was used to generate clusters |
cellsPerPartition |
the number of cells for a single partition the algorithm should aim for |
Repartitioned clusters, such that a desireable number of microclusters is acheived.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.