Description Usage Arguments Value Examples
View source: R/getMolDataMatrices.R
Returns a list of molecular data type matrices, with rownames in each matrix prefixed with a data type abbreviation.
| 1 | getMolDataMatrices(molDataMats = NULL)
 | 
| molDataMats | A named list of molecular data type matrices with feature data specified along the rows, and feature names indicated in the row names. | 
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.
| 1 | molDataMats <- getMolDataMatrices()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.