Description Usage Arguments Value
View source: R/Functions_Spectra.R
find mz patterns in a list of spectra
1 | findPatterns(speclist, patterns, ppm = 5, mzdiff = 0)
|
speclist |
list of spectra (matrices, all with two columns: |
patterns |
a named list of patterns (numeric vectors of mz values to look for) |
ppm |
min difference between peaks in ppm |
mzdiff |
min difference between peaks in m/z |
a list (same length as speclist) of logical vectors specifying if patterns are matched
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.