add_heatmap-Heatmap-method: Add Heatmap to the Heatmap List

add_heatmap-Heatmap-methodR Documentation

Add Heatmap to the Heatmap List

Description

Add Heatmap to the Heatmap List

Usage

## S4 method for signature 'Heatmap'
add_heatmap(object, x, direction = c("horizontal", "vertical"))

Arguments

object

A Heatmap-class object.

x

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

direction

Whether the heatmap is added horizontal or vertically?

Details

Normally we directly use + for horizontal concatenation and %v% for vertical concatenation.

Value

A HeatmapList-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.