Heatmap-class
provides following methods:Heatmap
: constructor method.draw,Heatmap-method
: draw a single heatmap.add_heatmap,Heatmap-method
append heatmaps and row annotations to a list of heatmaps.row_order,HeatmapList-method
: get order of rowscolumn_order,HeatmapList-method
: get order of columnsrow_dend,HeatmapList-method
: get row dendrogramscolumn_dend,HeatmapList-method
: get column dendrograms+------+ (1) +------+ (2) +------+ (3) +------+ (4) +-+-+-+------+-+-+-+ |1|2|3| 4(5) |5|6|7| +-+-+-+------+-+-+-+ +------+ (6) +------+ (7) +------+ (8) +------+ (9)
From top to bottom in column 4, the regions are:
draw_title,Heatmap-method
.draw_dend,Heatmap-method
.draw_annotation,Heatmap-method
.draw_dimnames,Heatmap-method
.draw_heatmap_body,Heatmap-method
.draw_dimnames,Heatmap-method
.draw_annotation,Heatmap-method
.draw_dend,Heatmap-method
.draw_title,Heatmap-method
.From left to right in row 5, the regions are:
draw_title,Heatmap-method
.draw_dend,Heatmap-method
.draw_dimnames,Heatmap-method
.draw_dimnames,Heatmap-method
.draw_dend,Heatmap-method
.draw_title,Heatmap-method
.The Heatmap-class
is not responsible for heatmap legend and annotation legends. The draw,Heatmap-method
method
will construct a HeatmapList-class
object which only contains one single heatmap
and call draw,HeatmapList-method
to make a complete heatmap.
# for examples, please go to `Heatmap` method page
NULL
Run the code above in your browser using DataLab