names.HeatmapAnnotation {ComplexHeatmap}R Documentation

Annotation Names

Description

Annotation Names

Usage

## S3 method for class 'HeatmapAnnotation'
names(x)

Arguments

x

A HeatmapAnnotation-class object.

Examples

ha = HeatmapAnnotation(foo = 1:10, bar = anno_points(10:1))
names(ha)

[Package ComplexHeatmap version 2.2.0 Index]