Description Usage Arguments Details Value Author(s) Examples
Get signatures rows
1 2 3 4 5 6 7 8 | ## S4 method for signature 'HierarchicalPartition'
get_signatures(object, depth = max_depth(object),
scale_rows = object[1]@scale_rows,
anno = get_anno(object),
anno_col = get_anno_col(object),
show_column_names = FALSE,
verbose = TRUE, plot = TRUE,
...)
|
object |
a |
depth |
depth of the hierarchy. |
scale_rows |
whether apply row scaling when making the heatmap. |
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 |
show_column_names |
whether show column names in the heatmap. |
verbose |
whether to print messages. |
plot |
whether to make the plot. |
... |
other arguments pass to |
The function calls get_signatures,ConsensusPartition-method
to find signatures at
each node of the partition hierarchy.
A list of row indices where rows are significantly different between subgroups in at least one node.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.