Subset normalized matrix by rows

# S3 method for 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

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL
#> NULL