rowAnnotation {ComplexHeatmap}R Documentation

Construct row annotations

Description

Construct row annotations

Usage

rowAnnotation(...)

Arguments

...

pass to HeatmapAnnotation

Details

The function is identical to

    HeatmapAnnotation(..., which = "row")  

Value

A HeatmapAnnotation-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

df = data.frame(type = c("a", "a", "a", "b", "b", "b"))
ha = columnAnnotation(df = df)


[Package ComplexHeatmap version 1.18.1 Index]