LipidomicsExperiment | R Documentation |
Constructor for Lipidomics experiment from list of assays
LipidomicsExperiment(assay_list, metadata, colData = NULL, rowData = NULL)
assay_list |
A list or SimpleList of matrix-like elements,
or a matrix-like object. Passed to |
metadata |
A list containing arbitrary information about the experiment. It should at least contain 2 elements:
|
colData |
An optional DataFrame describing the samples (contains clinical information). Row names, if present, become the column names of the LipidomicsExperiment. |
rowData |
A DataFrame object describing the rows (contains generated lipid annotations). Row names, if present, become the row names of the SummarizedExperiment object. The number of rows of the DataFrame must be equal to the number of rows of the matrices in assays. |
LipidomicsExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.