prepare-Heatmap-method: Prepare the Heatmap

prepare-Heatmap-methodR Documentation

Prepare the Heatmap

Description

Prepare the Heatmap

Usage

## 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:

  • making clustering on rows (by calling make_row_cluster,Heatmap-method)

  • making clustering on columns (by calling make_column_cluster,Heatmap-method)

  • making the layout of the heatmap (by calling make_layout,Heatmap-method)

This function is only for internal use.

Value

The Heatmap-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.