Transform a molecular formula
Usage
transformMF(
MF,
transformation = "M - [O] + [NH2]",
transformation_rules_table = transformation_rules()
)
Arguments
- MF
molecular formula to transform
- transformation
transformation to apply
- transformation_rules_table
transformations table containing available transformations rules. Defaults to
transformation_rules()
.