calc_aroma | R Documentation |
Calculate aromaticity and modified aromaticity index values for peaks where empirical formula is available
calc_aroma(ftmsObj)
ftmsObj |
an object of class 'peakData' or 'compoundData', typically a result of |
AI = \frac{1 + C - O - S - 0.5(N + P + H)}{C - O - S - N - P}
and AI_MOD = \frac{1 + C - 0.5O - S - 0.5(N + P + H)}{C - 0.5*O - S - N - P}
. When the numerator or denominator is <=0, AI and AI_MOD = 0.
When AI > 0.5 a compound is considered not aromatic,
0.5 < = AI <0.67 a compound is aromatic, and when AI >= 0.67 a compound is a condensed aromatic
an object of the same class as ftmsObj
with a column in e\_meta
giving aromaticity and modified aromaticity values
Lisa Bramer
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.