ComplexHeatmap (version 1.10.2)

columnAnnotation: Construct column annotations

Description

Construct column annotations

Usage

columnAnnotation(...)

Arguments

Value

Details

The function is identical to

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

Examples

Run this code
df = data.frame(type = c("a", "a", "a", "b", "b", "b"))
ha = rowAnnotation(df = df)

Run the code above in your browser using DataLab