Learn R Programming

hopach (version 2.32.0)

Hierarchical Ordered Partitioning and Collapsing Hybrid (HOPACH)

Description

The HOPACH clustering algorithm builds a hierarchical tree of clusters by recursively partitioning a data set, while ordering and possibly collapsing clusters at each level. The algorithm uses the Mean/Median Split Silhouette (MSS) criteria to identify the level of the tree with maximally homogeneous clusters. It also runs the tree down to produce a final ordered list of the elements. The non-parametric bootstrap allows one to estimate the probability that each element belongs to each cluster (fuzzy clustering).

Copy Link

Version

Monthly Downloads

205

Version

2.32.0

License

GPL (>= 2)

Maintainer

Katherine S Pollard

Last Published

February 15th, 2017

Functions in hopach (2.32.0)

boot2fuzzy

function to write MapleTree files for viewing bootstrap estimated cluster membership probabilities based on hopach clustering results
hopach-internal

Functions used internally by the hopach package
disscosangle

Functions to compute pair-wise distances
makeoutput

function to write a text file with hopach output
hopach2tree

function to write MapleTree files for viewing hopach hierarchical clustering results
boothopach

functions to perform non-parametric bootstrap resampling of hopach clustering results
correlationordering

function to compute empirical correlation between distance in a list and distance by a metric
hdist-class

Class "hdist" - S4 class to hold distance matrices.
prune

function to prune a HOPACH tree.
labelstomss

Functions to compute silhouettes and split silhouettes
golub

Gene expression dataset from Golub et al. (1999)
hopach

function to perform HOPACH hierarchical clustering
dplot

function to make a pseudo-color image of a distance matrix with the row and column ordering based on HOPACH clustering results.
bootplot

function to make a barplot of bootstrap estimated cluster membership probabilities
distancematrix

functions to compute pair wise distances between vectors