prepare-Heatmap-method {ComplexHeatmap}R Documentation

Prepare the heatmap

Description

Prepare the heatmap

Usage

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

Arguments

object

a Heatmap-class object.

process_rows

whether process rows of the heatmap

Details

The preparation of the heatmap includes following steps:

This function is only for internal use.

Value

A Heatmap-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# no example for this internal method
NULL


[Package ComplexHeatmap version 1.18.1 Index]