BioSystemsUM / cobamp

Constraint-based modeling framework for the enumeration of pathway analysis concepts
http://cobamp.readthedocs.io
GNU General Public License v3.0
14 stars 2 forks source link
analysis constraint-based elementary flux metabolic model modes pathway

|License| |PyPI version| |RTD version|

CoBAMP

CoBAMP (Constraint-Based Analysis of Metabolic Pathways) is a Python package containing pathway analysis methods for use with constraint-based metabolic models. The main purpose is to provide a framework that is both modular and flexible enough to be integrated in other packages (such as cobrapy, framed or cameo) that already implement generic data structures for metabolic models.

CoBAMP depends on optlang (https://github.com/biosustain/optlang) for solving (mixed-integer) linear programming problems, and thus, requires a compatible solver and Python dependency installed from the following list:

Current methods include:

Documentation

Documentation available at https://cobamp.readthedocs.io/

Instalation from PyPI (stable releases)

pip install cobamp

Credits and License



Developed at the Centre of Biological Engineering, University of Minho

Please refer to this work through this `publication <https://doi.org/10.1093/bioinformatics/btz598>`__ by Vieira and Rocha (2019):

- CoBAMP: a Python framework for metabolic pathway analysis in constraint-based models, *Bioinformatics*, btz598

Released under the GNU Public License (version 3.0).

.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-blue.svg
   :target: https://opensource.org/licenses/GPL-3.0
.. |PyPI version| image:: https://badge.fury.io/py/cobamp.svg
   :target: https://badge.fury.io/py/cobamp
.. |RTD version| image:: https://readthedocs.org/projects/cobamp/badge/?version=latest&style=plastic
   :target: https://cobamp.readthedocs.io/