The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

isoorbi

Documentation R-CMD-check codecov CRAN status

Overview

The goal of the isoorbi R package is to help you process isotopocule measurements from an Orbitrap Isotope Solutions mass spectrometer. It expects .isox files created by IsoX as input.

Installation

You can install the current CRAN version of isoorbi with:

install.packages("isoorbi")

To use the latest updates, you can install the development version of isoorbi from GitHub with:

if(!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
devtools::install_github("isoverse/isoorbi")

Show me some code

library(isoorbi)

system.file(package = "isoorbi", "extdata", "testfile_flow.isox") |>
  orbi_read_isox() |>
  orbi_flag_satellite_peaks() |>
  orbi_define_basepeak(basepeak_def = "M0")|> 
  orbi_summarize_results(ratio_method = "sum") |>
  orbi_export_data_to_excel(file = "data_summary.xlsx")

Package layout

Getting help

If you encounter a bug, please file an issue with a minimal reproducible example on GitHub.

For questions and other discussion, please use the isoorbi slack workspace.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.