Description Usage Arguments Details Examples
Concatenate Heatmap Annotations
1 2 |
... |
|
gap |
Gap between the groups of annotations. |
The heatmap annotations should have same number of observations.
1 2 3 4 5 6 7 | ha1 = HeatmapAnnotation(foo = 1:10)
ha2 = HeatmapAnnotation(bar = anno_points(10:1))
ha = c(ha1, ha2)
ha
ha3 = HeatmapAnnotation(sth = cbind(1:10, 10:1))
ha = c(ha1, ha2, ha3, gap = unit(c(1, 4), "mm"))
ha
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.