Description Details Methods Author(s) Examples
Class for a Single Heatmap
The Heatmap-class
is not responsible for heatmap legend and annotation legends. The draw,Heatmap-method
method
constructs a HeatmapList-class
object which only contains one single heatmap
and call draw,HeatmapList-method
to make the complete heatmap.
The Heatmap-class
provides following methods:
Heatmap
: constructor method.
draw,Heatmap-method
: draw a single heatmap.
add_heatmap,Heatmap-method
append heatmaps and annotations to a list of heatmaps.
row_order,HeatmapList-method
: get order of rows
column_order,HeatmapList-method
: get order of columns
row_dend,HeatmapList-method
: get row dendrograms
column_dend,HeatmapList-method
: get column dendrograms
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.