columnAnnotation {ComplexHeatmap} | R Documentation |
Construct column annotations
columnAnnotation(...)
... |
pass to |
The function is identical to
HeatmapAnnotation(..., which = "column")
A HeatmapAnnotation-class
object.
Zuguang Gu <z.gu@dkfz.de>
df = data.frame(type = c("a", "a", "a", "b", "b", "b")) ha = rowAnnotation(df = df)