A framework for deconvolution, alignment and postprocessing of 1D NMR spectra, resulting in a data matrix of aligned signal integrals. The deconvolution part uses the algorithm described in Koh et al. (2009). The alignment part is based on functions from the ‘speaq’ package, described in Beirnaert et al. (2018) and Vu et al. (2011). A detailed description and evaluation of an early version of the package, ‘MetaboDecon1D v0.2.2’, can be found in Haeckl et al. (2021).
Installation
Copy paste the following command in a running R session (e.g. in RStudio):
if (!"devtools" %in% installed.packages()[, "Package"]) {
install.packages("devtools", repos = c(CRAN = "https://cloud.r-project.org"))
}
devtools::install_github("spang-lab/metabodecon", build_manual = TRUE, build_vignettes = TRUE)
Usage
At Get Started you can see an example how metabodecon can be used to deconvolute an existing data set, followed by alignment of the data and some additional postprocessing steps, resulting in a data matrix of aligned signal integrals.
At Function Reference you get an overview of all functions provided by metabodecon.
Documentation
metabodecon’s documentation is available at spang-lab.github.io/metabodecon. It includes pages about