SkylineExperiment {lipidr} | R Documentation |
Constructor for Skyline experiment from list of assays
SkylineExperiment(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 arbirary 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 SkylineExperiment. |
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. |
SkylineExperiment object