ComplexHeatmap (version 1.10.2)

Heatmap-class: Class for a single heatmap

Description

Class for a single heatmap

Arguments

Methods

The Heatmap-class provides following methods:

Details

The components for a single heamtap are placed into a 9 x 7 layout:

+------+ (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:

From left to right in row 5, the regions are:

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.

Examples

Run this code
# for examples, please go to `Heatmap` method page
NULL

Run the code above in your browser using DataCamp Workspace