adductNames {MetaboCoreUtils} | 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")