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)

Arguments

dist_mats

A list of distance matrices of each bin that is to be clustered.

method

A string to pass to fastcluster to determine clustering method.

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.2.0 Index]