Description Usage Arguments Value Author(s)
View source: R/functions4data_processing.R
From mzXML data extract peaks according to IS table.
1 2 3 4 5 6 7 8 9 | extractPeaks(
path = ".",
ppm = 15,
threads = 4,
is.table = "is.xlsx",
mz = NULL,
rt = NULL,
rt.tolerance = 40
)
|
path |
Work directory. |
ppm |
see xcms. |
threads |
Number of threads. |
is.table |
Peak table. Two columns, column 1 is name of peak, column 2 is m/z of peaks. |
mz |
mz |
rt |
rt |
rt.tolerance |
Rt tolerance. |
Result contains EIC of peaks.
Xiaotao Shen shenxt1990@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.