Add isotope information to the parent mass and optionally remove isotopoloques from mfd table.
Required for further data evaluation that considers isotope information.
A data.table with additional columns such as "int_13c" containing stable isotope abundance information.
Arguments
mfd
data.table with molecular formula data as derived from
ume::assign_formulas. Column names of elements/isotopes must match names in
the isotope column of ume::masses; values are integers representing
counts per formula.
remove_isotopes
If set to TRUE (default), all entries for isotopologues are removed from mfd.
The main isotope information for each parent ion is still maintained in the "intxy"-columns.
verbose
logical; if TRUE, show progress messages.
...
Additional arguments passed to methods.
Author
Boris P. Koch
See Also
Other Formula assignment:
add_known_mf(),
calc_eval_params(),
check_formula_library(),
ume_assign_formulas()