consensus_clustering_within_resolution | R Documentation |
Perform consensus clustering among clusterings of same number of clusters
consensus_clustering_within_resolution( labelmat, ks = NULL, sample.weighted = FALSE, n.cores = NULL )
labelmat |
n-by-m sample by clustering label matrix |
ks |
vector of length m, number of clustering for each clustering |
sample.weighted |
boolean, whether adding weights to samples |
n.cores |
maximum number of cores used for parallel computation |
a list containing
consensus clustering results saved in a label matrix
idx mapping the original columns to the new columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.