The goal of the isoorbi R package is to help you process isotopocule
measurements from an Orbitrap Iso mass spectrometer. It
expects .isox
files created by IsoX as input.
# To install from CRAN
install.packages("isoorbi")
library(isoorbi)
orbi_read_isox(file)
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.
For questions and other discussion, please use the isoorbi slack workspace.
To get a bug fix or to use the latest features, install the development version of isoorbi from GitHub.
# install the development version
install.packages("devtools")
::install_github("isoverse/isoorbi") devtools