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

# There is no example
NULL


[Package ComplexHeatmap version 2.2.0 Index]