add.AdditiveUnit: Horizontally Add Heatmaps or Annotations to a Heatmap List

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Horizontally Add Heatmaps or Annotations to a Heatmap List

Usage

1
2
## S3 method for class 'AdditiveUnit'
x + y

Arguments

x

A Heatmap-class object, a HeatmapAnnotation-class object or a HeatmapList-class object.

y

A Heatmap-class object, a HeatmapAnnotation-class object or a HeatmapList-class object.

Details

It is only a helper function. It actually calls add_heatmap,Heatmap-method, add_heatmap,HeatmapList-method or add_heatmap,HeatmapAnnotation-method depending on the class of the input objects.

The HeatmapAnnotation-class object to be added should only be row annotations. Column annotations should be added to the heatmap list by %v%.

x and y can also be NULL.

Value

A HeatmapList-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

%v% operator is used for vertical heatmap list.

Examples

1
2
# There is no example
NULL

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.