Integrated prior-knowledge for metabolomics

OmniPath Metabolomics provides pre-built prior-knowledge networks for multi-omics causal reasoning (COSMOS). The COSMOS PKN combines metabolite–protein interactions from TCDB, SLC, BRENDA, MRCLinksDB, STITCH, genome-scale metabolic models (Human-GEM, Recon3D), and more. Available as a Python library and as this HTTP API with interactive documentation.

COSMOS PKN API

Get the full human transporter PKN:

Get transporters + receptors:

Filter by resource:

More endpoints:

Python usage
pip install omnipath-metabo

from omnipath_metabo.datasets.cosmos import build_transporters
bundle = build_transporters()
# 51,067 edges, 3,045 metabolites, 2,317 proteins

OmniPath Metabolomics is developed by the Saez Lab at Heidelberg University. Source code: GitHub.