Heatmap-class: Class for a single heatmap

Description Details Methods Author(s) Examples

Description

Class for a single heatmap

Details

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
         +------+ (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.

Methods

The Heatmap-class provides following methods:

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# for examples, please go to `Heatmap` method page
NULL

eilslabs/ComplexHeatmap documentation built on May 16, 2019, 1:21 a.m.