Description Usage Arguments Value See Also
View source: R/selectAnchors.R
This is a helper function for selectAnchors
. Anchors are iteratively
selected from highly abundant feature pairs, subject to feature m/z, rt, & Q
constraints set by the user.
1 | iterativeAnchorSelection(cTable, windx, windy, swap = FALSE)
|
cTable |
data frame, contains only feature ids, mzs, rts, Qs, & labels |
windx |
numeric positive retention time exclusion window in X dataset. |
windy |
numeric positive retention time exclusion windown in Y dataset. |
swap |
logical. When FALSE, searches for abundant features in dataset X, complemented by dataset Y features; when TRUE, searches for abundant features in dataset Y, complemented by dataset X features. |
data frame of anchor feature alignments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.