standardizeFormula {MetaboCoreUtils}R Documentation

Standardize a chemical formula

Description

standardizeFormula standardizes a supplied chemical chem_formula according to the Hill notation system.

Usage

standardizeFormula(x)

Arguments

x

character Single string with the chemical formula to standardize.

Value

character Single string with the standardized chemical formula.

Author(s)

Michael Witting

See Also

pasteElements() countElements()

Examples


standardizeFormula("C6O6H12")

[Package MetaboCoreUtils version 1.2.0 Index]