ComplexHeatmap (version 1.10.2)

rowAnnotation: Construct row annotations

Description

Construct row annotations

Usage

rowAnnotation(...)

Arguments

Value

Details

The function is identical to

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

Examples

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

Run the code above in your browser using DataCamp Workspace