get_color_mapping_list-HeatmapAnnotation-method {ComplexHeatmap}R Documentation

Get a list of color mapping objects

Description

Get a list of color mapping objects

Usage

## S4 method for signature 'HeatmapAnnotation'
get_color_mapping_list(object)

Arguments

object

a HeatmapAnnotation-class object.

Details

Color mapping for visible simple annotations are only returned.

This function is only for internal use.

Value

A list of ColorMapping-class objects or an empty list.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# no example for this internal method
NULL


[Package ComplexHeatmap version 1.20.0 Index]