PathwaySeeker integrates proteomics and metabolomics data, map reactions, recover balanced equations, and visualize metabolic networks as interactive graphs.
Designed to accelerate multi-omics exploration in environmental, industrial, or discovery-driven contexts.
conda create -n pathseeker python=3.11
conda activate pathseekerpip install -r requirements.txtpython -m ipykernel install --user --name=pathseeker --display-name "Python (pathseeker)"The pipeline is modular: each step can be run in the terminal (script mode) or in Jupyter notebooks (exploratory mode).
To run in Jupyter notebook:
jupyter labOpen notebooks/multiomics_graph.ipynb and run the pipeline step by step.
matched_metabolites_reactions_all.csv→ final table with reactions and equationsgraph_all.html→ interactive graph, viewable in any browsergraph_all.json→ JSON representation of the graph (nodes, edges, attributes), compatible with PathwayViz
Between Step 4 and Step 5, manual curation of the data is recommended before proceeding.
The graph can be visualized either in a web browser or embedded in Jupyter.
- Lummy M O Monteiro - multiomics graph
- Marjolein T Oostrom
- Niaz Chowdhury
- Sutanay Choudhury
