columnAnnotation {ComplexHeatmap}R Documentation

Construct Column Annotations

Description

Construct Column Annotations

Usage

columnAnnotation(...)

Arguments

...

Pass to HeatmapAnnotation.

Details

The function is identical to

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

Value

A HeatmapAnnotation-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.9.4 Index]