collect_classes-HierarchicalPartition-method | R Documentation |
Collect classes from HierarchicalPartition object
## S4 method for signature 'HierarchicalPartition'
collect_classes(object, merge_node = merge_node_param(),
show_row_names = FALSE, row_names_gp = gpar(fontsize = 8),
anno = get_anno(object[1]), anno_col = get_anno_col(object[1]), ...)
object |
A |
merge_node |
Parameters to merge sub-dendrograms, see |
show_row_names |
Whether to show the row names. |
row_names_gp |
Graphic parameters for row names. |
anno |
A data frame of annotations for the original matrix columns. By default it uses the annotations specified in |
anno_col |
A list of colors (color is defined as a named vector) for the annotations. If |
... |
Other arguments. |
The function plots the hierarchy of the classes.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola_rh)
collect_classes(golub_cola_rh)
collect_classes(golub_cola_rh, merge_node = merge_node_param(depth = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.