addMolecules: Add/subtract sum formulae

View source: R/addMolecules.R

addMoleculesR Documentation

Add/subtract sum formulae

Description

Simple arithmetic modifications of sum formulae.

Usage

addMolecules(formula1, formula2, elements = NULL, maxisotopes = 10)

subMolecules(formula1, formula2, elements = NULL, maxisotopes = 10)

Arguments

formula1

Sum formula.

formula2

Sum formula.

elements

list of allowed chemical elements, defaults to full periodic system of elements.

maxisotopes

maximum number of isotopes shown in the resulting molecules.

Details

'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 mimick simple chemical reactions. No chemical checks are performed.#'

Value

The input vector formula1 either amended or reduced by formula2.

Examples

# Remove the proton-Adduct from Ethanol
subMolecules("C2H7O", "H")

sneumann/Rdisop documentation built on Oct. 19, 2024, 2:39 p.m.