hclust_fun: hclust_fun function

Description Usage Arguments Value

Description

function that performs hierarchical clustering and outputs the right format for our gap function

Usage

1
hclust_fun(R, k, met = c("ward", "average", "complete", "single"))

Arguments

R

a correlation matrix

k

the number of clusters

met

the method for hierarchical clustering, one of ward, average, complete or single

Value

a vector where each gene is attributed a cluster


azolling/EBmodules documentation built on May 11, 2019, 5:17 p.m.