decorate_column_names {ComplexHeatmap}R Documentation

Decorate heatmap column names

Description

Decorate heatmap column names

Usage

decorate_column_names(..., envir = new.env(parent = parent.frame()))

Arguments

...

pass to decorate_dimnames

envir

where to look for variables inside code

Details

This is a helper function which pre-defined which argument in decorate_dimnames.

Value

The function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# No example for this function
NULL

[Package ComplexHeatmap version 1.18.1 Index]