Giter VIP home page Giter VIP logo

r-costa / sbml2hyb Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 32.46 MB

sbml2hyb is a tool for SBML compatible hybrid modelling of biological systems

Home Page: https://doi.org/10.6084/m9.figshare.21803316.v1

License: GNU General Public License v3.0

Python 99.57% Jupyter Notebook 0.43%
converter hybrid-model python sbml-model systems-biology interface gui keras-tensorflow neural-network bioprocess

sbml2hyb's Introduction

SBML2HYB

Overview

Hybrid modelling combine parametric functions (derived from knowledge) and nonparametric functions (derived from data) in the same model structure. The sbml2hyb tool is a stand-alone executable application for SBML compatible hybrid modelling. The tool is written in Python and is intended as an interface to convert existing SBML models into a hybrid model (combines mechanistic equations and ML techniques).

The new internal hybrid model format HMOD (intermediate format — enables communication between the essential components of the mechanistic and hybrid models) can be translated to SBML and vice-versa in sbml2hyb. See HMOD file example.

DOI Code style: black Documentation Status License: GPL v3 PyPI version

Quick start guide

Installation

  • Users have two options to install sbml2hyb:

(i) As a typical stand-alone executable Windows application; download the files. After saving the Windows folder where you prefer on your computer, double-click the executable (sbml2hyb_exe.exe) file to open the tool. It works also on macOS system.

(ii) As a Python package (pip installer); run the following command via pip: pip install sbml2hyb

  • sbml2hyb is written in Python (requires version 3.8 or higher).
  • Alternatively, you can clone this GitHub repository to a location on your computer's file system and then run sbml2hyb.py from the command-line.

After installing the package the user can simply import the library and call it. This is an example on how to use:

  from sbml2hyb import sbml2hyb

Package Dependencies

  • tkinter 3.10.7
  • Pillow 9.0
  • libsbml 5.19.6
  • Python 3.8.2
  • Tensorflow 2.10.0

Getting Started

► How to use SBML2HYB

The users can use sbml2hyb either via the command line interface or via a graphical user interface (GUI) that allows to convert SBML files into HMOD files and vice versa. Once the simple Graphical User Interface (GUI) window opens, click the "Translate SBML file" or "Translate HMOD file" button, to find the SBML or HMOD mechanistic model file you want to convert on the tool, respectively. After few seconds, the user get the final output in the main panel of the GUI. Here, the user can save (click "Save file" button) the standard model file (.xml or .hmod).

The user can then add the information of the neural network component (Click "Add ML" button) into the HMOD/SBML model format (note that first the user needs to load a mechanistic HMOD/SBML model file). Once the user do this, they need select the "inputs" and "outputs" options of the neural network, and the Keras H5 file (i.e., add the ML component information). Click the "Confirm" button. Finally, the resulting hybrid model in HMOD (or SBML) format can then be reconverted in SBML (or HMOD), respectively. Click "Translate HMOD file" or "Translate SBML file" button.

NOTE: To generate an Keras H5 file that serves as a blueprint of the machine learning segment of a hybrid model, the Keras library from Tensorflow should be used (see instructions and an example as notebook).

Visit also the documentation of the tool hosted on Read the Docs.

► Creating a hybrid SBML model

Example: Park&Ramirez model

You can view the mechanistic model SBML file input for this example in a separate file. The screenshot below (Figure 1) illustrates the output of the Park&Ramirez mechanistic HMOD model after the SBML conversion. The user select then the model "inputs" (S) and "outputs" (miu, vPM, VPT) options of the neural network, and the Keras H5 file (Figure 2) to convert directly to the hybrid model. You can view the resulting final hybrid HMOD file from the tool here and printscreens below (Figure 3). The hybrid model in HMOD format is then reconverted in the hybrid SBML model.

Figure 1.

alt text

Figure 2.

alt text

Figure 3.

alt text

☼ Citation

Please cite our paper if you use SBML2HYB:

José Pinto*, Rafael S. Costa*†, L. Alexandre, J. Ramos, Rui Oliveira, SBML2HYB: a Python interface for SBML compatible hybrid modelling. Bioinformatics (2023) | DOI: https://doi.org/10.1093/bioinformatics/btad044, PMID: 36661327

⸎ Developed at

  • NOVA School of Science and Technology, Universidade NOVA de Lisboa

alt text

⁇ Help

If you have any trouble using the tool or suggestions, please contact: rs [dot] costa [at] fct [dot] unl [dot] pt OR open an issue.

License

This work is licensed under a GNU Public License (version 3.0).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.