View source: R/workbench_advise_lipidomics.R
workbench_advise_lipidomics | R Documentation |
workbench_advise_lipidomics
is the function for the creation of the
SummarizedExperiment object from a Metabolomics Workbench output.
workbench_advise_lipidomics(filtered, coldata, metadata, data_type, id)
filtered |
List. It is the result from the |
coldata |
the colData object from the Metabolomics Workbench output. |
metadata |
metadata to be saved in the final summarized experiment. |
data_type |
information about the data type (Area, Concentration, Peak Heigth...). |
id |
the id of the selected metabolomics workbench experiment . |
This function take the filtered matrix (assay), the target file (coldata) and the metadata to build a SummarizedExperiment. The rowData of the SumExp is also builded.
res: a list with two SummerizedExperiment
Last change 28/12/2021
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.