Description Usage Arguments Details Author(s) See Also Examples
Convert a character string representing an elemental formula to a list representing the elemental formula. The list can be used as input to other functions.
1 | ListFormula(elemental.formula)
|
elemental.formula |
character string representing the elemental formula. |
To maintain compatibility with MolecularWeight
,
MonoisotopicMass
, and IsotopicDistribution
the elemental formula can contain only C,H,N,O,S,P,Br,Cl,F,I,Si, and
Sn (I and Sn are default elements in MolecularWeight
only). Elements not in this set will be ignored and a warning will be
generated. The function can handle repeated elements, but not element
multiplication indicated by parenthesis.
Known issue: Lower case letters after numbers, such as the “o” in “C12oBr5H5” will not be caught with a warning and the resulting list will contain the incorrect number of elements.
Nathan G. Dodder
1 2 3 | ListFormula("C14H8Cl4")
ListFormula("C6H5OH")
ListFormula("C15H12I3NO4")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.