draw_heatmap_body-Heatmap-method: Draw the heatmap body

Description Usage Arguments Details Value Author(s) Examples

Description

Draw the heatmap body

Usage

1
2
## S4 method for signature 'Heatmap'
draw_heatmap_body(object, k = 1, ...)

Arguments

object

a Heatmap-class object.

k

a matrix may be split by rows, the value identifies which row-slice.

...

pass to viewport, basically for defining the position of the viewport.

Details

The matrix can be split into several parts by rows if km or split is specified when initializing the Heatmap object. If the matrix is split, there will be gaps between rows to identify different row-slice.

A viewport is created which contains subset rows of the heatmap.

This function is only for internal use.

Value

This function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# no example for this internal method
NULL

eilslabs/ComplexHeatmap documentation built on May 16, 2019, 1:21 a.m.