View source: R/calc_kendrick.R
calc_kendrick | R Documentation |
Calculates the Kendrick mass and Kendrick defect needed for Kendrick plots
calc_kendrick(ftmsObj, base_compounds = "CH2")
ftmsObj |
an object of class 'peakData' or 'compoundData', typically a result of |
base_compounds |
character vector, containing any of 'CH2', 'CO2', 'H2', 'H20', or 'CHO', the family of compounds to be used in determining the Kendrick Mass. |
Kendrick-mass = (Observed-Mass)*(Nominal-Mass(base)/Exact-Mass(base)) |
|
Kendrick-defect = ceiling(Kendrick-mass) - Kendrick-mass |
an object of the same class as ftmsObj
with columns in e_meta
giving Kendrick mass and defects
Lisa Bramer
Hughey, C. A., Hendrickson, C. L., Rodgers, R. P., Marshall, A. G., & Qian, K. (2001). Kendrick mass defect spectrum: a compact visual analysis for ultrahigh-resolution broadband mass spectra. Analytical Chemistry, 73(19), 4676-4681.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.