calc_dbe | R Documentation |
Calculate double bond equivalent (DBE) and double bond equivalent minus Oxygen (DBE-O) values for peaks where empirical formula is available
calc_dbe(ftmsObj, valences = NULL)
ftmsObj |
an object of class 'peakData' or 'compoundData', typically a result of |
valences |
a dataframe with columns giving the valence for each element. Names must be any of 'C', 'H', 'N', 'O', 'S', 'P'. Values must be integers corresponding to the valence for each element. Defaults to NULL, in which case the valences that result in the formula given in the details section are used. |
If no valences are provided, DBE = 1 + C - O - S - 0.5*(N + P + H) |
|
If valences are provided DBE, = 1 + \frac{\sum_{i}N_i(V_i-2)}{2} where N_i and V_i are the number of atoms and corresponding valences. |
|
DBE-0 = 1 + C - O - S - 0.5(N + P + H) - O |
|
an object of the same class as ftmsObj
with a column in e\_meta
giving DBE, DBE-O, and DBE_AI values
Lisa Bramer, Allison Thompson
Koch, B. P., & Dittmar, T. (2006). From mass to structure: an aromaticity index for highâresolution mass data of natural organic matter. Rapid communications in mass spectrometry, 20(5), 926-932.
Errata: Koch, B. P., & Dittmar, T. (2016). From mass to structure: an aromaticity index for high-resolution mass data of natural organic matter. Rapid communications in mass spectrometery, 30(1), 250. DOI: 10.1002/rcm.7433
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.