Skip to main content

sbml2hyb is a Pyton tool for SBML compatible hybrid modelling.

Project description

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 an 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

Developed at

  • NOVA School of Science and Technology, Universidade NOVA de Lisboa (since 2021)

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).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sbml2hyb-1.0.3.tar.gz (138.3 kB view hashes)

Uploaded Source

Built Distribution

sbml2hyb-1.0.3-py3-none-any.whl (136.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page