prepare-Heatmap-method: Prepare the Heatmap

Description Usage Arguments Details Value Author(s) Examples

Description

Prepare the Heatmap

Usage

1
2
## S4 method for signature 'Heatmap'
prepare(object, process_rows = TRUE, process_columns = TRUE)

Arguments

object

A Heatmap-class object.

process_rows

Whether to process rows of the heatmap.

process_columns

Whether to process columns of the heatmap.

Details

The preparation of the heatmap includes following steps:

This function is only for internal use.

Value

The 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.