Metabolomics
A quick overview on metabolomic resources
🔗 General resources
FOSS For Spectroscopy by Bryan A. Hanson, DePauw University: The following table collects information about free and open source software (FOSS) for spectroscopy. A great links to many links!
List of metabolomics resources by biswapriyamisra/metabolomics
Mummichog Mummichog is a free Python program for analyzing data from high throughput, untargeted metabolomics. It leverages the organization of metabolic networks to predict functional activity directly from feature tables, bypassing metabolite identification. Thus, high-quality hypotheses can be quickly generated from a LC-MS data table.
Workflow4metabolomics - Collaborative portal dedicated to metabolomics data processing, analysis and annotation for Metabolomics community.
Databases and R tools
- customCMPdb: Integrating Community and Custom Compound Collections
- HMBD Query
- CompoundDB
- new version of package here
- rformassspectrometry/MsBackendHmdb - The MsBackendHmdb package provides functionality to import and handle MS/MS spectrum data from The Human Metabolome Database HMDB. The package defines the MsBackendHmdbXml backend which can be used to import and use MS2 spectrum data from HMDB xml files with the Spectra R package.
- biodbHmdb - biodbHmdb is a biodb extension package that implements a connector to HMDB Metabolites. We present here the different ways to search for HMDB (Wishart et al. 2012) entries with this package. Note that the whole HMDB is downloaded locally by biodb and stored on disk, since this is the only way to access HMDB programmatically. Any search on HMDB is hence currently run on the local machine.
- webchem is a R package to retrieve chemical information from the web. This package interacts with a suite of web APIs to retrieve chemical information.
- Human-Metabolome-Database_PATHWAY.R tutorial by liyix (2021)
Blog posts
Multi-omic analysis in R
- mixomics - a great starting place
- ggforestplot is an R package for plotting measures of effect and their confidence intervals (e.g. linear associations or log and hazard ratios, in a forestplot layout, a.k.a. blobbogram).
NMR
R Packages and tools
- PepsNMR
- Introduction to AlpsNMR
- rDolphin
- tameNMR is a suite of tools for processing and analysis of NMR data from metabolomics experiments. It is designed as a set of command line programs to be used as standalone tools or for design of automated workflows in Galaxy (galaxyproject.org) framework.
Blog posts & Misc. links
- ChemoSpec - Blog by Bryan Hanson with lots of good information
Mass sppec
R Packages and tools
- xcms R package. Framework for processing and visualization of chromatographically separated and single-spectra mass spectral data. Imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. Preprocesses data for high-throughput, untargeted analyte profiling. Vignette
- MSnbase - an R/Bioconductor package that provides infrastructure for plotting, manipulation and processing mass spectrometry and proteomics data.
- rformassspectrometry -The aim of the RforMassSpectrometry initiative is to provide efficient, thoroughly documented, tested and flexible R software for the analysis and interpretation of high throughput mass spectrometry assays, including proteomics and metabolomics experiments. The project formalises the longtime collaborative development efforts of its core members under the RforMassSpectrometry organisation to facilitate dissemination and accessibility of their work.