README.md

metabolis: An R package for metabolomics data analysis

Description

This package provides methods to perform the statistical analysis of metabolomics datasets. These methods include the reading of datasets (as 3 table dataMatrix, sampleMetadata and variableMetadata .tsv files) into an ExpressionSet object (metRead), quality control (metView) and transformation (metTransform) of the dataMatrix, and univariate hypothesis testing (metTest). Multivariate analysis and feature selection can be further performed with the ropls and biosigner packages, respectively (see the sacurine vignette).

Author

Etienne A. Thevenot et al.

This package was developed through fruitful discussions within our Metabolomics Data Sciences and Integration team at CEA (Incl Natacha Lenuzza, Philippe Rinaudo, Pierrick Roger, Alyssa Imbert, Camille Roquencourt), with experimenters from the Drug Metabolism Research Laboratory (Incl Aurelie Roux, Samia Boudah, Florence Castelli, Christophe Junot, Francois Fenaille), and with biostatisticians from the MetaboHUB infrastructure for metabolomics and fluxomics (Incl Marie Tremblay-Franco, Jean-Francois Martin, Melanie Petera). The functions have been wrapped into Galaxy modules and integrated into the Workflow4metabolomics with the help of the W4M Core Team.

Methods

Formats

3 tabular file format used for import/export

Input (i.e. preprocessed) data consists of a 'samples times variables' matrix of intensities (datMatrix numeric matrix), in addition to sample and variable metadata (sampleMetadata and variableMetadata data frames). Theses 3 tables can be conveniently imported to/exported from R as tabular files:

ExpressionSet class used within the data analysis workflow

Within the R workflow, the ExpressionSet class perfectly handles these 3 tables (for additional information about ExpressionSet class, see the 'An introduction to Biobase and ExpressionSets' documentation from the Biobase package).

Installation

install.packages("devtools", dep=TRUE)  
devtools::install_github("https://github.com/ethevenot/metabolis")

Tutorial

See the metabolis vignette for a detailed example of the analysis of a metabolomics dataset.

Please cite



ethevenot/metabolis documentation built on June 28, 2019, 1:27 p.m.