View source: R/getMolDataMatrices.R
getMolDataMatrices | R Documentation |
Returns a list of molecular data type matrices, with rownames in each matrix prefixed with a data type abbreviation.
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.
molDataMats <- getMolDataMatrices()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.