isoorbi

Documentation R-CMD-check

Overview

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.

Installation

# To install from CRAN
install.packages("isoorbi")

Getting started

library(isoorbi)

orbi_read_isox(file)

Getting help

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.

Development version

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")

devtools::install_github("isoverse/isoorbi")