all_nodes-HierarchicalPartition-method {cola}R Documentation

All nodes in the hierarchy

Description

All nodes in the hierarchy

Usage

## S4 method for signature 'HierarchicalPartition'
all_nodes(object, depth = max_depth(object))

Arguments

object

A HierarchicalPartition-class object.

depth

Depth in the hierarchy.

Value

A vector of node ID.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

data(cola_rh)
all_nodes(cola_rh)

[Package cola version 1.0.1 Index]