columnAnnotation: Construct column annotations

Description Usage Arguments Details Value Author(s) Examples

Description

Construct column annotations

Usage

1

Arguments

...

pass to HeatmapAnnotation

Details

The function is identical to

1
    HeatmapAnnotation(..., which = "column")  

Value

A HeatmapAnnotation-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
df = data.frame(type = c("a", "a", "a", "b", "b", "b"))
ha = rowAnnotation(df = df)

eilslabs/ComplexHeatmap documentation built on May 16, 2019, 1:21 a.m.