run_cluster_machine {mappeR} | R Documentation |
Ship data off to the clustering goblins
Description
This function tells the computer to look away for a second, so the goblins come and cluster your data while it's not watching.
Usage
run_cluster_machine(dist_mats, method, global_clustering = TRUE)
Arguments
dist_mats |
A list of distance matrices of each bin that is to be clustered. |
method |
A string to pass to |
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 (within each bin)
[Package mappeR version 1.3.0 Index]