unify_mat_list {ComplexHeatmap}R Documentation

Unify a list of matrix

Description

Unify a list of matrix

Usage

unify_mat_list(mat_list, default = 0)

Arguments

mat_list

a list of matrix, all of them should have dimension names

default

default values for the newly added rows and columns

Details

All matrix will be unified to have same row names and column names

Value

A list of matrix

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


[Package ComplexHeatmap version 1.18.1 Index]