cutreeDynamicTree(dendro, maxTreeHeight = 1, deepSplit = TRUE, minModuleSize = 50)
hclust
.TRUE
, method will favor sensitivity and produce more smaller clusters. When
FALSE
, there will be fewer bigger clusters.minModuleSize
objects
will be left unlabeled.maxTreeHeight
; the resulting clusters are then
examined for substructure and if subclusters are detected, they are assigned separate labels. Subclusters
are detected by structure and are required to have a minimum of minModuleSize
objects on them to
be assigned a separate label. A rough degree of control over what it means to be a subcluster is
implemented by the parameter deepSplit
.hclust
, cutreeHybrid