closeMatchPpm | R Documentation |
Matches peaks between two spectra.
closeMatchPpm(x, y, xidx, yidx, xolength, dppm, dmz)
x |
sorted M/Z values (ascending order) of input spectrum (no NA). |
y |
sorted M/Z values (ascending order) of reference spectrum (no NA). |
xidx |
indices of the M/Z peaks of x, taken from the original spectrum ordered in decreasing intensity values. |
yidx |
indices of the M/Z peaks of y, taken from the original spectrum ordered in decreasing intensity values. |
xolength |
The length of the output. |
dppm |
The M/Z tolerance in PPM. |
dmz |
Minimum M/Z tolerance. |
A list of results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.