| Metabolite-class | R Documentation |
The Metabolite object is a representation of metabolomic data, metabolomic annotation, and sample annotation.
A Metabolite class.
assayDataa data.frame or data.table of metabolite measurements (peak area data or normalized data, sample [row] * feature [column]).
featureDataa data.frame or data.table of metabolite annotation (chemical annotation)
sampleDataa data.frame or data.table of sample annotation (sample meta data).
featureIDa character of the metabolite ID column (in feature file and the column names of data), default: CHEM_ID (provided from Metabolon file).
sampleIDa character of the sample ID column (in sample and the first column of data), default: PARENT_SAMPLE_NAME (provided from Metabolon file).
logsLog information of data analysis process.
miscDataAncillary data.
Metabolite, load_excel, load_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.