Description Usage Arguments Value
matchIonMode
allows to matches Cluster from different ion modes against each
other. Cluster are matched by retention time and then checked if they share
a common neutral mass.
1 2 3 4 5 6 7 8 9 10 | matchIonMode(
pos,
neg,
pos_adducts = c("[M+H]+", "[M+Na]+"),
neg_adducts = c("[M-H]-"),
tolerance = 0,
ppm = 0,
rtOffset = 0,
rtimeTolerance = Inf
)
|
pos |
|
pos_adducts |
|
neg_adducts |
|
tolerance |
|
ppm |
|
rtOffset |
|
rtimeTolerance |
|
data.frame
with the results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.