Description Usage Arguments Value Author(s) See Also
Identify metabolites using multiple databases one time.
1 | metIdentify4all(ms1.data, ms2.data, parameter.list, path = ".")
|
ms1.data |
The name of ms1 peak table (csv format). Column 1 is "name", column 2 is "mz" and column 3 is "rt" (second). |
ms2.data |
MS2 data, must be mgf, msp or mzXML format. For example, ms2.data = c("test.mgf", "test2.msp"). |
parameter.list |
A list contains paramters for each processing. The parameter must get using metIdentifyParam or mzIdentifyParam. |
path |
Work directory. |
A list containing mzIdentifyClass object.
Xiaotao Shen shenxt1990@163.com
The example and demo data of this function can be found https://jaspershen.github.io/metIdentify/articles/metIdentify.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.