Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

namesAssign.HeatmapAnnotation

Assign Annotation Names


Description

Assign Annotation Names

Usage

## S3 replacement method for class 'HeatmapAnnotation'
names(x) <- value

Arguments

x

A HeatmapAnnotation-class object.

value

A vector of new names.

Examples

ha = HeatmapAnnotation(foo = 1:10, bar = anno_points(10:1))
names(ha) = c("A", "B")
names(ha)

ComplexHeatmap

Make Complex Heatmaps

v2.6.2
MIT + file LICENSE
Authors
Zuguang Gu
Initial release
2020-11-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.