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

https://github.com/jorainer/metabolomics2020

Contribution to the (online) conference from the metabolomics society metabolomics2020 (http://metabolomics2020.org/)
https://github.com/jorainer/metabolomics2020

Last synced: 3 months ago
JSON representation

Contribution to the (online) conference from the metabolomics society metabolomics2020 (http://metabolomics2020.org/)

Awesome Lists containing this project

README

        

# Contribution (Poster) for the Metabolomics 2020 Conference

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4080896.svg)](https://doi.org/10.5281/zenodo.4080896)

This repository contains the contribution to the (online) conference
[metabolomics2020](http://metabolomics2020.org/) of the metabolomics society.

## Title

A scalable and flexible infrastructure for mass spectrometry data in R

## Authors

Johannes Rainer, Sebastian Gibb, Laurent Gatto.

## Abstract

The R statistical environment has become one of the most frequently used
analysis platforms in (bio)statistical data analysis. Several software solutions
exist also in R to handle, process and analyze metabolomics data or mass
spectrometry (MS) data in general, but they mostly don't share data structures
hence preventing interoperability.

The objective of the R for Mass Spectrometry initiative is to provide a data
analysis and development environment that is flexible (it must support
user-centered applications such as data exploration and analysis, and
developer-centered requirements such as enabling novel method development),
efficient and scalable (applicable to small and large data sets on desktops,
laptops or HPC systems), reproducible (to support reproducible research
practices) and thoroughly tested and documented.

As first packages we implemented the `MsCoreUtils` package that provides core
functionality for MS data which is independent of any data structure, and the
`Spectra` package to represent MS spectra data independently of its storage or
origin and provide user functionality to visualize and process this data
efficiently, including centroiding, smoothing, combining, normalizing, comparing
and matching of MS spectra e.g. against MS spectral databases. Adapting existing
software packages such as `xcms` to these new infrastructure will simplify their
integration into complete data analysis pipelines.

The R for Mass Spectrometry initiative has a strong commitment to open source
software and community contributions are highly welcome. All of its packages
are, or will be, part of the Bioconductor project.

## Poster

The poster: [metabolomics-2020-poster.pdf](metabolomics-2020-poster.pdf). The
poster is also available in Zenodo - thus, to cite the poster please use
[https://doi.org/10.5281/zenodo.4080896](https://doi.org/10.5281/zenodo.4080896).

The poster was created with
[posterdown](https://github.com/brentthorne/posterdown), the source code of the
poster: [metabolomics-2020-poster.Rmd](metabolomics-2020-poster.Rmd).

The full tutorial of the analysis performed in the poster is available in the
[jorainer/SpectraTutorials](https://github.com/jorainer/SpectraTutorials) github
repository.