getMolDataMatrices {rcellminer}R Documentation

Returns a list of molecular data type matrices, with rownames in each matrix prefixed with a data type abbreviation.

Description

Returns a list of molecular data type matrices, with rownames in each matrix prefixed with a data type abbreviation.

Usage

getMolDataMatrices(molDataMats = NULL)

Arguments

molDataMats

A named list of molecular data type matrices with feature data specified along the rows, and feature names indicated in the row names.

Value

a list containing molecular data type matrices, with rownames in each matrix prefixed with a data type abbreviation, e.g., 'exp' for mRNA expression, etc. The matrix-specific data type abbreviations are derived from the names of molDataMats.

Examples

molDataMats <- getMolDataMatrices()


[Package rcellminer version 2.16.0 Index]