Perform hierarchical clustering and process dendrograms.
get_hierarchical_clusters(dist_mats, method, cut_height = -1)
A list containing named vectors (one per dendrogram), whose names are data point names and whose values are cluster labels.
A list of distance matrices to be used for clustering.
A string to pass to hclust to tell it what kind of clustering to do.
A global cut height. If not specified or negative, dendrograms will be cut individually.