get_classes-HierarchicalPartition-method {cola} | R Documentation |
Get class IDs from the HierarchicalPartition object
## S4 method for signature 'HierarchicalPartition' get_classes(object, depth = max_depth(object))
object |
A |
depth |
Depth of the hierarchy. |
A data frame of classes IDs. The class IDs are the node IDs where the subgroup sits in the hierarchy.
Zuguang Gu <z.gu@dkfz.de>
data(cola_rh) get_classes(cola_rh) get_classes(cola_rh, depth = 2)