+.AdditiveUnit {EnrichedHeatmap}R Documentation

Add heatmaps or row annotations to a heatmap list

Description

Add heatmaps or row annotations to a heatmap list

Usage

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

Arguments

x

an EnrichedHeatmap-class object, a Heatmap-class object, a HeatmapAnnotation-class object or a HeatmapList-class object.

y

an EnrichedHeatmap-class object, a Heatmap-class object, a HeatmapAnnotation-class object or a HeatmapList-class object.

Details

It overwrites +.AdditiveUnit in the ComplexHeatmap package.

Value

A HeatmapList-class object or an EnrichedHeatmapList-class object

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# users should not use it directly
NULL

[Package EnrichedHeatmap version 1.10.0 Index]