View source: R/101_deprecated_functions.R
mzIdentifyParam | R Documentation |
Generate the mzIdentify parameter list.
mzIdentifyParam(
ms1.match.ppm = 25,
polarity = c("positive", "negative"),
column = c("rp", "hilic"),
candidate.num = 1,
database,
threads = 3
)
ms1.match.ppm |
Precursor match ppm tolerance. |
polarity |
The polarity of data, "positive"or "negative". |
column |
"hilic" (HILIC column) or "rp" (reverse phase). |
candidate.num |
The number of candidates. |
database |
MS1 database name. |
threads |
Number of threads |
A mzIdentifyClass object.
Xiaotao Shen xiaotao.shen@outlook.com
The example and demo data of this function can be found https://tidymass.github.io/metid/articles/metid.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.