Description Usage Arguments Examples
Assign Annotation Names
1 2 | ## S3 replacement method for class 'HeatmapAnnotation'
names(x) <- value
|
x |
A |
value |
A vector of new names. |
1 2 3 | ha = HeatmapAnnotation(foo = 1:10, bar = anno_points(10:1))
names(ha) = c("A", "B")
names(ha)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.