R/101_deprecated_functions.R
identify_metabolite_all.Rd
Identify metabolites using multiple databases one time.
identify_metabolite_all(ms1.data, ms2.data, parameter.list, path = ".")
The name of ms1 peak table (csv format). Column 1 is "name", column 2 is "mz" and column 3 is "rt" (second).
MS2 data, must be mgf, msp or mzXML format. For example, ms2.data = c("test.mgf", "test2.msp").
A list contains paramters for each processing. The parameter must get using metIdentifyParam or mzIdentifyParam.
Work directory.
A list containing mzIdentifyClass object.
The example and demo data of this function can be found https://tidymass.github.io/metid/articles/multiple_databases.html