Skip to content

isoverse/clumpedr

Repository files navigation

clumpedr

CRAN_Status_Badge Build Status AppVeyor Build Status R-CMD-check

Clumpedr aims to facilitate analysis of clumped isotope data. It builds on isoreader which is used to import raw data files from the mass spectrometer, and most of the important data processing parts are based on Huntington et al. 2009 and Daëron et al. 2016.

Clumpedr includes dataprocessing steps such as:

  • exclusion of failed cycles, based on a sudden drop of pressure
  • simple background corrections using the mass 47.5 cup
  • linear intensity matching of reference gas mass 44 to the sample gas, and application of this shift to all other masses
  • calculation of delta values
  • default calculations use the Brand et al., 2010 pararameters.
  • calculation of big delta values, Δ₄₇
  • summarize per sample
  • per-run correction and calculation of the empirical reference frame

Installation

clumpedr is currently in development, and thus has not been released on CRAN yet. Therefore, install it using:

devtools::install_github("isoverse/clumpedr")

If this doesn't work, make sure you have devtools installed (install.packages("devtools")).

For the development version, use:

devtools::install_github("isoverse/clumpedr", ref = "dev")

Explanation

See the data processing vignette called clumped for an extensive example on how to use clumpedr!

vignette("clumped")

Contributing

Contributions to improving the clumped data processing package are more than welcome! If something doesn't work the way you expect and you don't know how to fix it, write an issue. If you do know how to fix it, feel free to write a pull request!

References

  • Huntington, K. W., Eiler, J. M., Affek, H. P., Guo, W., Bonifacie, M., Yeung, L. Y., Thiagarajan, N., ..., Methods and limitations of 'clumped' CO₂ isotope (Δ₄₇) analysis by gas-source isotope ratio mass spectrometry, Journal of Mass Spectrometry, 44(9), 1318–1329 (2009). http://dx.doi.org/10.1002/jms.1614
  • Daëron, M., Blamart, D., Peral, M., & Affek, H. P., Absolute isotopic abundance ratios and the accuracy of Δ₄₇ measurements, Chemical Geology, 442(), 83–96 (2016). http://dx.doi.org/10.1016/j.chemgeo.2016.08.014

See also

  • clumpedr is part of the isoverse
  • Use isoreader to read in raw measurement
  • seasonalclumped can be used to reconstruct temperature and salinity variations from seasonal oxygen and clumped isotope records.
  • isogeochem can be used to calculate equilibrium Δ₄₇ and Δ₄₈ values, carbonate growth temperatures, isotopic fractionation factors and more.
  • D47crunch is the Python processing code to process clumped data from δ₄₇ values. It features a pooled regression for the empirical transfer function and many other features.