ComplexHeatmap (version 1.10.2)

draw_heatmap_body-Heatmap-method: Draw the heatmap body

Description

Draw the heatmap body

Usage

## S3 method for class '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.

Value

  • This function returns no value.

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.

Examples

Run this code
# no example for this internal method
NULL

Run the code above in your browser using DataCamp Workspace