Skip to content

This is a simple refactorization of some use case of the AMN code

License

Notifications You must be signed in to change notification settings

brsynth/AMN_refactor

Repository files navigation

Artificial Metabolic Networks with Graphs

This project combines the graph structure of metabolic model, and the learning abilities of neural networks to model the behavior of the metabolic system of bacteria (ecoli or putida). The graph structure to create the neural model comes from the genome scale metabolic model. The data used to learn can be generated by flux balance analysis, using the Cobra python library, or comes from experiments.

The Artificial Metabolic Networks (AMN) is a general framework proposed by Léon Faure, Bastien Mollet, Wolfram Liebermeister and Jean-Loup Faulon in the article A neural-mechanistic hybrid approach improving the predictive power of genome-scale metabolic models - 2022.01.09.475487v3.full.pdf, with the corresponding repository. Here we refactor the model AMNWt of this works and explores other model also using the graph structure of metabolic model.

The exploratory notebook train evaluate model could be an easy start to run the code for the first start.

Installation instructions:

conda env create -n <local-env-name> --file environment.yml

How to use

Description

About

This is a simple refactorization of some use case of the AMN code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published