Description Usage Arguments Value
function that performs hierarchical clustering and outputs the right format for our gap function
| 1 | hclust_fun(R, k, met = c("ward", "average", "complete", "single"))
 | 
| R | a correlation matrix | 
| k | the number of clusters | 
| met | the method for hierarchical clustering, one of ward, average, complete or single | 
a vector where each gene is attributed a cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.