get_classes-HierarchicalPartition-method {cola}R Documentation

Get class IDs from the HierarchicalPartition object

Description

Get class IDs from the HierarchicalPartition object

Usage

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

Arguments

object

A HierarchicalPartition-class object.

depth

Depth of the hierarchy.

Value

A data frame of classes IDs. The class IDs are the node IDs where the subgroup sits in the hierarchy.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


[Package cola version 1.6.0 Index]