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