Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

draw-Heatmap-method

Draw a Single Heatmap


Description

Draw a Single Heatmap

Usage

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

Arguments

object

A Heatmap-class object.

internal

If TRUE, it is only used inside the calling of draw,HeatmapList-method. It only draws the heatmap without legends where the legend will be drawn by draw,HeatmapList-method.

test

Only for testing. If it is TRUE, the heatmap body is directly drawn.

...

Pass to draw,HeatmapList-method.

Details

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

There are some arguments which control the some settings of the heatmap such as legends. Please go to draw,HeatmapList-method for these arguments.

Value

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL

ComplexHeatmap

Make Complex Heatmaps

v2.6.2
MIT + file LICENSE
Authors
Zuguang Gu
Initial release
2020-11-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.