AlpsNMR
is an R package that can load Bruker and JDX samples as well as
preprocess them.
It includes functions for region exclusion, normalization, peak detection & integration and outlier detection among others. See the package vignette for details.
if (!"BiocManager" %in% rownames(installed.packages()))
install.packages("BiocManager")
BiocManager::install("AlpsNMR")
if (!"remotes" %in% rownames(installed.packages()))
install.packages("remotes")
remotes::install_github("sipss/AlpsNMR")
Checkout the Introduction to AlpsNMR vignette that shows how to import data and preprocess it using AlpsNMR
. See our publication for further details.
See also the tutorial with a real dataset from beginning to end, including all the steps of untargeted metabolomics analysis.