R/101_deprecated_functions.R
mzIdentifyParam.Rd
Generate the mzIdentify parameter list.
mzIdentifyParam( ms1.match.ppm = 25, polarity = c("positive", "negative"), column = c("rp", "hilic"), candidate.num = 1, database, threads = 3 )
Precursor match ppm tolerance.
The polarity of data, "positive"or "negative".
"hilic" (HILIC column) or "rp" (reverse phase).
The number of candidates.
MS1 database name.
Number of threads
A mzIdentifyClass object.
The example and demo data of this function can be found https://tidymass.github.io/metid/articles/metid.html
Xiaotao Shen xiaotao.shen@outlook.com