isotracer: an R package for the analysis of tracer addition experiments

CRAN version GitLab pipeline status In Dev version Coverage report Lifecycle Status

Isotope tracer addition experiments are used to answer a wide variety of biological, ecological and evolutionary questions. In these experiments, a labeled element is injected into a biological system and its fate is traced throughout the system to estimate the flux of matter across compartments. Tracer additions can be used across all levels of biological organization from cells and tissues, to organisms and ecosystems. The isotracer package provides tools to analyze data from such experiments.

Getting started

The recommended way to install the package is to get the latest version from CRAN:

install.packages("isotracer")

The documentation for the latest stable version is available online. Start with the Quick Start tutorial!

If you are feeling adventurous, you might want to install the latest development version from GitLab. It might have new features that the stable version on CRAN doesn’t have yet, but it might also be less stable:

devtools::install_gitlab("matthieu-bruneaux/isotracer")

How to cite the package

Running citation("isotracer") will return two references you can use if you want to cite isotracer.

The first reference is the paper describing the original method:

The second reference is the paper introducing isotracer itself:

Contact