normalize_comb_mat {ComplexHeatmap}R Documentation

Normalize a list of combination matrice

Description

Normalize a list of combination matrice

Usage

normalize_comb_mat(...)

Arguments

...

If it is a single argument, the value should be a list of combination matrices.

Details

It normalizes a list of combination matrice to make them have same number and order of sets and combination sets.

The sets (by set_name) from all combination matrice should be the same.

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.0.0 Index]