subset_matrix_by_row {ComplexHeatmap}R Documentation

Subset the Matrix by Rows

Description

Subset the Matrix by Rows

Usage

subset_matrix_by_row(x, i)

Arguments

x

A matrix.

i

The row indices.

Details

Mainly used for constructing the AnnotationFunction-class object.

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.4.3 Index]