addMolecules | R Documentation |
Simple arithmetic modifications of sum formulas.
addMolecules(formula1, formula2, elements = NULL, maxisotopes = 10)
subMolecules(formula1, formula2, elements = NULL, maxisotopes = 10)
formula1 |
Sum formula (can be a vector). |
formula2 |
Sum formula. |
elements |
List of allowed chemical elements, defaults to full periodic system of elements. See |
maxisotopes |
Maximum number of isotopes shown in the resulting molecules. |
'addMolecules' adds the second argument to the first. 'subMolecules' subtracts the second argument from the first. This can be useful to revert e.g. adduct/fragment formation found in ESI mass spectrometry, or to mimic simple chemical reactions. No chemical checks are performed.
The input vector formula1 will be converted into molecule objects similar
to function getMolecule
. However, the results will be amended
or reduced by formula2.
# Remove the proton-adduct from Ethanol
subMolecules("C2H7O", "H")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.