Description Usage Arguments Value Author(s)
Match peaks according to m/z and RT.
| 1 2 3 4 5 6 7 | sxtMTmatch(
  data1,
  data2,
  mz.tol,
  rt.tol = 30,
  rt.error.type = c("relative", "abs")
)
 | 
| data1 | First data for matching, first column must be mz and seconod column must be rt. | 
| data2 | Second data for matching, first column must be mz and seconod column must be rt. | 
| mz.tol | mz tol for ms1 and ms2 data matching. | 
| rt.tol | RT tol for ms1 and ms2 data matching. | 
| rt.error.type | RT error is calculated with relative or absolute. | 
Return a result which give the matching result of data1 and database.
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.