join_gnps_wrapper | R Documentation |
Wrapper for the C function "join_gnps"
join_gnps_wrapper(x, y, xPrecursorMz, yPrecursorMz, tolerance, ppm)
x |
Numeric vector or matrix for query masses. |
y |
Numeric vector or matrix for target masses. |
xPrecursorMz |
Numeric vector of precursor values for queries. |
yPrecursorMz |
Numeric vector of precursor values for targets. |
tolerance |
Numeric value specifying the tolerance in daltons. |
ppm |
Numeric value specifying the tolerance in ppm. |
The result returned from the C function "join_gnps".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.