ComplexHeatmap (version 1.10.2)

draw_annotation-Heatmap-method: Draw column annotations

Description

Draw column annotations

Usage

## S3 method for class '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?

Value

  • This function returns no value.

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.

Examples

Run this code
# no example for this internal method
NULL

Run the code above in your browser using DataLab