adduct {MSbox} | R Documentation |
Common adducts
Description
calculate common adduct ions in positive or negative ion mode
Usage
adduct(F, mode = c("+", "-"))
Arguments
F |
chemical formula, case insensitive |
mode |
ionization mode, either positive '+' or negative '-' |
Author(s)
Yonghui Dong
Examples
adduct('C1H4', mode = '-')
adduct('C1h4', mode = '+')
[Package MSbox version 1.4.8 Index]