add_heatmap-HeatmapAnnotation-method: Add Annotations or Heatmaps as a Heatmap List

Description Usage Arguments Details Value Author(s) Examples

Description

Add Annotations or Heatmaps as a Heatmap List

Usage

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

Arguments

object

A HeatmapAnnotation-class object.

x

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

direction

Whether it is horizontal list or a vertical list?

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

1
2
# There is no example
NULL

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