adductNames | R Documentation |
adductNames
returns all supported adduct definitions that can be used by
mass2mz()
and mz2mass()
.
adducts
returns a data.frame
with the adduct definitions.
adductNames(polarity = c("positive", "negative"))
adducts(polarity = c("positive", "negative"))
polarity |
|
for adductNames
: character
vector with all valid adduct names
for the selected ion mode. For adducts
: data.frame
with the adduct
definitions.
Michael Witting, Johannes Rainer
## retrieve names of adduct names in positive ion mode
adductNames(polarity = "positive")
## retrieve names of adduct names in negative ion mode
adductNames(polarity = "negative")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.