Description Usage Arguments Details Value Author(s) Examples
Prepare the Heatmap
1 2 |
object |
A |
process_rows |
Whether to process rows of the heatmap. |
process_columns |
Whether to process columns of the heatmap. |
The preparation of the heatmap includes following steps:
making clustering on rows (by calling make_row_cluster,Heatmap-method
)
making clustering on columns (by calling make_column_cluster,Heatmap-method
)
making the layout of the heatmap (by calling make_layout,Heatmap-method
)
This function is only for internal use.
The Heatmap-class
object.
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.