assignClusterDynamic {TimeSeriesExperiment}R Documentation

Cluster assignment using dynamic branch cutting.

Description

This function computes the cluster assignment for hierarchical clustering results using dynamic branch cutting.

Usage

assignClusterDynamic(hclst, max_height = 0.9, ...)

Arguments

hclst

an object of class hclust representing the clustering of features of X.

max_height

a fraction of the total tree height used to compute maxTreeHeight argument for cutreeDynamic function from dynamicTreeCut package.

...

other parameters for cutreeDynamic.

Value

a data.frame containing cluster assignments.


[Package TimeSeriesExperiment version 1.11.1 Index]