Heatmap-class {ComplexHeatmap}R Documentation

Class for a single heatmap

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)
   +-+-+-+------+-+-+-+
   |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

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


[Package ComplexHeatmap version 1.18.1 Index]