prepare-Heatmap-method {ComplexHeatmap} | R Documentation |
Prepare the heatmap
## S4 method for signature 'Heatmap' prepare(object, process_rows = TRUE)
object |
a |
process_rows |
whether process rows of the heatmap |
The preparation of the heatmap includes following steps:
making clustering on rows if specified (by calling make_row_cluster,Heatmap-method
)
making clustering on columns if specified (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.
A Heatmap-class
object.
Zuguang Gu <z.gu@dkfz.de>
# no example for this internal method NULL