get_hierarchical_clusters {mappeR}R Documentation

Perform hierarchical clustering and process dendrograms

Description

Perform hierarchical clustering and process dendrograms

Usage

get_hierarchical_clusters(dist_mats, method, global_clustering = TRUE)

Arguments

dist_mats

A list of distance matrices to be used for clustering.

method

A string to pass to hclust to determine clustering method.

global_clustering

Whether you want clustering to happen in a global (all level visible) or local (only current level set visible) context

Value

A list containing named vectors (one per dendrogram), whose names are data point names and whose values are cluster labels


[Package mappeR version 1.3.0 Index]