View source: R/credential_knots.R
credentialknots | R Documentation |
Heuristic search for knots which satisfy credentialing filters
credentialknots(Knots, ppmwid = 9, rtwid = 1, mpc = c(12, 120), ratio = 1/1, ratio.lim = 0.1, maxnmer = 4, cd = 13.00335 - 12, .zs = 1:4)
Knots |
data.frame Rows are knots. |
ppmwid |
numeric The maximum mass error in ppm. |
rtwid |
numeric The maximum retention time difference in seconds. |
mpc |
numeric Vector containing the minimum and maximum allowable mass per carbon. |
ratio |
numeric The ratio of U12C/U13C. |
ratio.lim |
numeric The maximum deviation from that ratio. |
maxnmer |
integer The biggest n-mer to search for. |
cd |
numeric The mass spacing to search for (defaults to C13 - C12) |
.zs |
charge states to be considered |
list A list with values "knot_quipu" and "quipu". knot_quipu
assigns feature knots to quipu - credentialed groups. quipu
contains aggregate information about each credentialed group.
findknots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.