Description Usage Arguments Value Examples
ms2Match
1 | ms2Match(exp.spectrum, lib.spectrum, ppm.tol = 30, mz.ppm.thr = 400)
|
exp.spectrum |
exp.spectrum |
lib.spectrum |
lib.spectrum |
ppm.tol |
ppm.tol |
mz.ppm.thr |
mz.ppm.thr |
ms2 match data frame
1 2 3 | exp.spectrum <- data.frame(mz = 1:10, intensity = 1:10)
lib.spectrum <- data.frame(mz = 1:10, intensity = 1:10)
ms2Match(exp.spectrum, lib.spectrum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.