View source: R/ClusterStabilityAnalysis.R
Iterate through multiple rounds of louvain clustering
1 2 | iterate_louvain_clusters(input_dataset = NULL, subsample_size = NULL,
num_iterations = 50, graph_knn = 5)
|
input_dataset |
matrix to be clustered on |
subsample_size |
number of subsamples to take in each clustering iteration |
num_iterations |
number of rounds of clustering to test before stability analysis |
graph_knn |
number of neighbors on knn graph for clustering |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.