Skip to content

workflow4metabolomics/probmetab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProbMetab for Galaxy

install with bioconda Build Status

Our project

The Workflow4Metabolomics, W4M in short, is a French infrastructure offering software tool processing, analyzing and annotating metabolomics data. It is based on the Galaxy platform.

ProbMetab

ProbMetab, an R package that promotes substantial improvement in automatic probabilistic liquid chromatography-mass spectrometry-based metabolome annotation. The inference engine core is based on a Bayesian model implemented to (i) allow diverse source of experimental data and metadata to be systematically incorporated into the model with alternative ways to calculate the likelihood function and (ii) allow sensitive selection of biologically meaningful biochemical reaction databases as Dirichlet-categorical prior distribution. Additionally, to ensure result interpretation by system biologists, we display the annotation in a network where observed mass peaks are connected if their candidate metabolites are substrate/product of known biochemical reactions. This graph can be overlaid with other graph-based analysis, such as partial correlation networks, in a visualization scheme exported to Cytoscap, , with web and stand-alone versions.

Homepage: http://labpib.fmrp.usp.br/methods/probmetab/ GitHUb: https://github.com/rsilvabioinfo/ProbMetab

Author: Ricardo R. Silva

Citation:

Ricardo R. Silva, Fabien Jourdan, Diego M. Salvanha, Fabien Letisse, Emilien L. Jamin, Simone Guidetti-Gonzalez, Carlos A. Labate and Ricardo Z.N. Vêncio. “ProbMetab: an R package for Bayesian probabilistic annotation of LC-MS based metabolomics”. Bioinformatics (2014) doi: 10.1093/bioinformatics/btu019

Galaxy

Galaxy is an open, web-based platform for data intensive biomedical research. Whether on the free public server or your own instance, you can perform, reproduce, and share complete analyses.

Homepage: https://galaxyproject.org/

Dependencies using Conda

install with bioconda

Conda is package manager that among many other things can be used to manage Python packages.

#To install miniconda2
#http://conda.pydata.org/miniconda.html
#To install the xcms R library using conda:
conda install r-snow r-probmetab==1.0 r-batch
#To set an environment:
conda create -n r-probmetab r-snow r-probmetab==1.0 r-batch`
#To activate the environment:
. activate r-probmetab

Travis

Build Status

Test and Deploy with Confidence. Easily sync your GitHub projects with Travis CI and you'll be testing your code in minutes!

Test Status

Planemo test using conda: passed

Planemo shed_test: not tested

Historic contributors