Spectral binning as an approach to post-acquisition processing of high resolution FIE-MS metabolome fingerprinting data
This is the code and analysis repository for the article:
All code is written in R and the drake package has been used for workflow management. The renv package has been used to ensure a reproducible R environment.
The manuscript can be compiled using a pre-built docker image, directly from GitHub:
docker run -v $(pwd):/home/rstudio/Spectral_binning_as_an_approach_to_post-acquisition_processing_of_FIE-HRMS_data ghcr.io/jasenfinch/spectral-binning:latest
To generate the manuscript, simply clone the repository, open the R console, set the working directory to the repository clone using setwd()
and run the command drake::r_make()
.