Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasenfinch/spectral_binning_as_an_approach_to_post-acquisition_processing_of_fie-hrms_data

Spectral binning as an approach to post-acquisition processing of high resolution FIE-HRMS metabolome fingerprinting data
https://github.com/jasenfinch/spectral_binning_as_an_approach_to_post-acquisition_processing_of_fie-hrms_data

manuscript mass-spectrometry metabolomic-fingerprinting metabolomics post-acquisition-processing reproducible-research

Last synced: 4 days ago
JSON representation

Spectral binning as an approach to post-acquisition processing of high resolution FIE-HRMS metabolome fingerprinting data

Awesome Lists containing this project

README

        

# Spectral binning as an approach to post-acquisition processing of high resolution FIE-MS metabolome fingerprinting data

[![Docker](https://github.com/jasenfinch/Spectral_binning_as_an_approach_to_post-acquisition_processing_of_FIE-HRMS_data/actions/workflows/dockerpublish.yml/badge.svg)](https://github.com/jasenfinch/Spectral_binning_as_an_approach_to_post-acquisition_processing_of_FIE-HRMS_data/actions/workflows/dockerpublish.yml)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

This is the code and analysis repository for the article:

[Finch, J.P., Wilson, T., Lyons, L., Phillips, H., Beckmann, M. and Draper, J., 2022. Spectral binning as an approach to post-acquisition processing of high resolution FIE-MS metabolome fingerprinting data. *Metabolomics*, 18(8), pp.1-9.](https://doi.org/10.1007/s11306-022-01923-6)

All code is written in R and the [drake](https://docs.ropensci.org/drake/) package has been used for workflow management.
The [renv](https://github.com/rstudio/renv) package has been used to ensure a reproducible R environment.

## Compile the manuscript

### Using docker

The manuscript can be compiled using a pre-built docker image, directly from GitHub:

``` sh
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
```

### Locally

To generate the manuscript, simply [clone the repository](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository), open the R console, set the working directory to the repository clone using `setwd()` and run the command `drake::r_make()`.