Performs metabolite identification using MAIT.
MAIT_identify_metabolites(dataset, metadata.variable,
xSet = NULL, data.folder = NULL, features = NULL,
mass.tolerance = 0.5)
list representing the dataset from a metabolomics experiment.
metadata's variable.
xcmsSet object that can be passed. Stored in dataset$xSet.
string indicating the data folder.
features that can be used to help to identify the metabolites.
mass tolerance.
Returns an object resulted from identifyMetabolites function from MAIT package.
After runing the MAIT_identify_metabolites function, the results table can be aaccessed by:
mait.metab.table = mait.metabolites@FeatureInfo@metaboliteTable
where 'mait.metabolites' is the result obtained from runing MAIT_identify_metabolites.
http://www.bioconductor.org/packages/release/bioc/html/MAIT.html