mass.match | R Documentation |
Given two vectors of m/z values and the tolerance ppm level, find the potential matches between the two vectors.
mass.match(x, known.mz, match.tol.ppm = 5)
x |
m/z values from the data. |
known.mz |
m/z values from the known feature table. |
match.tol.ppm |
tolerance level in ppm. |
A vector the same length as x. 1 indicates matched, and 0 indicates unmatched.
Tianwei Yu <tyu8@emory.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.