mzMatch | R Documentation |
This function searches marches between a given mz and a vector of mz values with certain mass tolerance and returns the index of the matched values. It is used by identification functions to find candidates of each class of lipid based on full MS information.
mzMatch(mz, mzvector, ppm)
mz |
mz value to be matched |
mzvector |
vector of mz values |
ppm |
mass error tolerance |
Numeric vector indicating the index of matched mz values and ppms for each one of those matches (match1, ppm1, match2, ppm2, etc.)
M Isabel Alcoriza-Balaguer <maialba@alumni.uv.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.