Extract.normalizedMatrix: Subset normalized matrix by rows

Description Usage Arguments Value Author(s) Examples

Description

Subset normalized matrix by rows

Usage

1
2
## S3 method for class 'normalizedMatrix'
x[i, j, drop = FALSE]

Arguments

x

the normalized matrix returned by normalizeToMatrix

i

row index

j

column index

drop

whether drop the dimension

Value

A normalizedMatrix class object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

eilslabs/EnrichedHeatmap documentation built on May 16, 2019, 1:22 a.m.