All nodes in the hierarchy

# S4 method for HierarchicalPartition
all_nodes(object, merge_node = merge_node_param())

Arguments

object

A HierarchicalPartition-class object.

merge_node

Parameters to merge sub-dendrograms, see merge_node_param.

Value

A vector of node ID.

Author

Zuguang Gu <z.gu@dkfz.de>

Examples

data(golub_cola_rh)
all_nodes(golub_cola_rh)
#> [1] "0"   "01"  "011" "012" "013" "02"  "021" "022" "03"