ComplexHeatmap (version 1.10.2)

unify_mat_list: 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

Value

  • A list of matrix

Details

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

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataCamp Workspace