make_layout-Heatmap-method: Make the Layout of a Single Heatmap

Description Usage Arguments Details Value Author(s) Examples

Description

Make the Layout of a Single Heatmap

Usage

1
2
## S4 method for signature 'Heatmap'
make_layout(object)

Arguments

object

A Heatmap-class object.

Details

The layout of the single heatmap will be established by setting the size of each heatmap component. Also how to make graphics for heatmap components will be recorded by saving as functions.

Whether to apply row clustering or column clustering affects the layout, so clustering should be applied first by prepare,Heatmap-method before making the layout.

This function is only for internal use.

Value

A Heatmap-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.