ComplexHeatmap (version 1.10.2)

make_layout-Heatmap-method: Make the layout of a single heatmap

Description

Make the layout of a single heatmap

Usage

## S3 method for class 'Heatmap':
make_layout(object)

Arguments

object
a Heatmap-class object.

Value

Details

The layout of the single heatmap will be established by setting the size of each heatmap components. Also functions that make graphics for heatmap components will be recorded.

Whether apply row clustering or column clustering affects the layout, so clustering should be applied first before making the layout.

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 DataLab