Add Heatmap to the Heatmap List

# S4 method for 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.

Examples

# There is no example NULL
#> NULL