draw_annotation-Heatmap-method: Draw column annotations

Description Usage Arguments Details Value Author(s) Examples

Description

Draw column annotations

Usage

1
2
## S4 method for signature 'Heatmap'
draw_annotation(object, which = c("top", "bottom"))

Arguments

object

a Heatmap-class object.

which

are the annotations put on the top or bottom of the heatmap?

Details

A viewport is created which contains column annotations.

Since the column annotations is a HeatmapAnnotation-class object, the function calls draw,HeatmapAnnotation-method to draw the annotations.

This function is only for internal use.

Value

This function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# no example for this internal method
NULL

eilslabs/ComplexHeatmap documentation built on May 16, 2019, 1:21 a.m.