Check if an isotope is possible for a vector of molecular formulas.
Usage
isotopePossible(MF, isotope = "13C", isotope_rules_table = isotope_rules())
Arguments
- MF
a character vector of molecular formulas
- isotope
the isotope to check
- isotope_rules_table
tibble containing available isotopic rules. Defaults to
isotope_rules()
.
Examples
isotopePossible(c('C12H22O11','H2O'))
#> [1] TRUE FALSE