draw-EnrichedHeatmap-method {EnrichedHeatmap}R Documentation

Draw a single heatmap

Description

Draw a single heatmap

Usage

## S4 method for signature 'EnrichedHeatmap'
draw(object, internal = FALSE, ...)

Arguments

object

an EnrichedHeatmap-class object.

internal

only used internally.

...

pass to draw,HeatmapList-method.

Details

The function creates an EnrichedHeatmapList-class object which only contains a single heatmap and call draw,EnrichedHeatmapList-method to make the final heatmap.

Value

An EnrichedHeatmapList-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# see documentation of EnrichedHeatmap
NULL

[Package EnrichedHeatmap version 1.12.0 Index]