powered by
Cuts a tree as resulting from hclust function, into groups (a.k.a. modules).
hclust
allbranches(hh,minlen=5)
A list contains vectors of module memberships.
a tree as produced by hclust function.
The minimum number of elements in each module.
cutree, hclust, clusters.detection
cutree
clusters.detection
data(Metabolites) data=Metabolites$readMet$concentration hh=hclust(dist(data),method="ward.D") res=allbranches(hh)
Run the code above in your browser using DataLab