Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

Rdisop (version 1.32.0)

addMolecules: 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

Value

A list with the elements
formula
repeated sum formula
mass
exact monoisotopic mass of molecule
score
dummy value, always 1.0
isotopes
a list of isotopes

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.

Examples

Run this code
# For proton-Adduct of Ethanol:
subMolecules("C2H7O", "H")

Run the code above in your browser using DataLab