findzknots | R Documentation |
Find knots - sets of features with defined spacing and retention time.
findzknots(features, .z = 1, ppmwid = 5, rtwid = 1, cd = 13.00335 - 12)
features |
data.frame Rows are features. Columns are "cc" |
.z |
integer Charge state to assume |
ppmwid |
numeric The maximum mass error in ppm. |
rtwid |
numeric The maximum retention time difference in seconds. |
cd |
numeric The mass spacing to search for (defaults to C13 - C12) |
list A list with values "cc_knot" and "knot". cc_knot
contains the features assignments to a knot. knot
contains aggregate information about each knot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.