rbind.normalizedMatrix {EnrichedHeatmap}R Documentation

Bind matrix by rows

Description

Bind matrix by rows

Usage

## S3 method for class 'normalizedMatrix'
rbind(..., deparse.level = 1)

Arguments

...

matrices

deparse.level

-deparse.level

Value

A normalizedMatrix class object.

Author(s)

z.gu@dkfz.de

Examples

# There is no example
NULL


[Package EnrichedHeatmap version 1.10.0 Index]