mzRTindexer | R Documentation |
This function locate the closest pair of a reference (m/z - RT) pair in a 2-D grid of 'm/z' and 'RT' vectors.
mzRTindexer(MZvec, RTvec, MZref, RTref, massAccuracy, RTtolerance)
MZvec |
m/z vector |
RTvec |
RT vector |
MZref |
a reference m/z |
RTref |
a reference RT |
massAccuracy |
m/z tolerance |
RTtolerance |
RT tolerance |
index of closest pair to the reference (m/z - RT) pair
This function returns NULL in case no match is detected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.