Description Usage Arguments Value
This function performs consensus clustering.
1 2  | consensus_cluster(R, kmin = 2, kmax, clusterAlg = "hclust_ward", B = 10,
  prop_resamp = 0.8)
 | 
R | 
 a correlation matrix  | 
kmin | 
 the minimum number of clusters  | 
kmax | 
 the maximum number of clusters  | 
clusterAlg | 
 the clustering algorithm, one of the following kmeans, hclust_ward,hclust_average,hclust_complet,hclust_single  | 
B | 
 the number of resampling steps  | 
prop_resamp | 
 the proportion of the data that we want to resample  | 
best k (number of clusters) chosen by this method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.