get_clusters {mappeR} | R Documentation |
Initate the clustering process
Description
This function processes the binned data and global distance matrix to return freshly clustered data.
Usage
get_clusters(bins, dists, method, global_clustering = TRUE)
Arguments
bins |
A list containing "bins" of vectors of names of data points. |
dists |
A distance matrix containing pairwise distances between named data points. |
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 bin), whose names are data point names and whose values are cluster labels
[Package mappeR version 1.3.0 Index]