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

# no example for this internal method
NULL


[Package ComplexHeatmap version 1.20.0 Index]