Skip to contents

Detect ComplexHeatmap Heatmap grid layout components

Usage

detect_heatmap_components(...)

Arguments

...

additional arguments are ignored.

Value

list of character vectors, where list names represent different features of the heatmap, and each character vector includes the grid layout component name stem suitable for use in heatmap_column_group_labels().

Details

This function is a wrapper around ComplexHeatmap::list_components() which also creates a list of component names based upon common naming conventions used in the ComplexHeatmap package.

See also

Other jamses heatmaps: heatmap_column_group_labels(), heatmap_se()