make_row_cluster-Heatmap-method {ComplexHeatmap}R Documentation

Make Cluster on Rows

Description

Make Cluster on Rows

Usage

## S4 method for signature 'Heatmap'
make_row_cluster(object)

Arguments

object

A Heatmap-class object.

Details

The function will fill or adjust row_dend_list, row_order_list, row_title and matrix_param slots.

If order is defined, no clustering will be applied.

This function is only for internal use.

Value

A Heatmap-class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.0.0 Index]