equilibrator-pathway


Nameequilibrator-pathway JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://gitlab.com/equilibrator/equilibrator-pathway/
SummaryPathway analysis tools by eQuilibrator
upload_time2023-12-22 01:25:09
maintainer
docs_urlNone
authorElad Noor, Moritz E. Beber
requires_python>=3.9
licenseMIT
keywords biochemical reaction equilibrator pathway analysis enzyme cost minimization max-min driving force
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            equilibrator-pathway
====================

[![PyPI version](https://badge.fury.io/py/equilibrator-pathway.svg)](https://badge.fury.io/py/equilibrator-pathway)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/equilibrator-pathway/badges/version.svg)](https://anaconda.org/conda-forge/equilibrator-pathway)
[![Python version](https://img.shields.io/pypi/pyversions/equilibrator-pathway.svg)](https://www.python.org/downloads)
[![MIT license](https://img.shields.io/pypi/l/equilibrator-pathway.svg)](https://mit-license.org/)

[![pipeline status](https://gitlab.com/equilibrator/equilibrator-pathway/badges/develop/pipeline.svg)](https://gitlab.com/elad.noor/equilibrator-pathway/commits/develop)
[![codecov](https://codecov.io/gl/equilibrator/equilibrator-pathway/branch/develop/graph/badge.svg?token=OxxaCqgaLs)](https://codecov.io/gl/equilibrator/equilibrator-pathway)
[![Join our Google group](https://img.shields.io/badge/google_group-equilibrator_users-blue)](https://groups.google.com/g/equilibrator-users)
[![Documentation Status](https://readthedocs.org/projects/equilibrator/badge/?version=latest)](https://equilibrator.readthedocs.io/en/latest/?badge=latest)

Pathway analysis tools based on thermodynamic and kinetic models.
This package can run two different pathway analysis methods:
- Max-min Driving Force (MDF)<sup>1</sup>: 
  objective ranking of pathways by the degree to which their flux is constrained by low thermodynamic driving force.
- [Enzyme Cost Minimization (ECM)](https://www.metabolic-economics.de/enzyme-cost-minimization/)<sup>2, 3</sup>: 
  estimating the specific cost in enzymes for sustaining a flux, given a kinetic model.


## Installation

The easiest way to install equilibrator-pathway is PyPI (and we recommend using a virtual environment):
```
virtualenv -p python3 equilibrator
source equilibrator/bin/activate
pip install equilibrator-pathway
```
or, if you prefer installing with conda:
```
conda install -c conda-forge equilibrator-pathway
```

The following [example Jupyter notebook](https://gitlab.com/equilibrator/equilibrator-pathway/-/tree/develop/examples)
can help you get started.

If you only want to try out MDF or ECM without installing anything locally, we have
a simple web interface for you at [eQuilibrator](http://equilibrator.weizmann.ac.il/pathway/) <sup>4</sup>.


References
----------
1. E. Noor, A. Bar-Even, A. Flamholz, E. Reznik, W. Liebermeister, R. Milo (2014), *Pathway Thermodynamics Highlights Kinetic Obstaclesin Central Metabolism*, PLOS Comp. Biol., [DOI: 10.1371/journal.pcbi.1003483](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3930492/)
2. [https://www.metabolic-economics.de/enzyme-cost-minimization/](https://www.metabolic-economics.de/enzyme-cost-minimization/)
3. E. Noor, A. Flamholz, A. Bar-Even, D. Davidi, R. Milo, W. Liebermeister (2016), *The Protein Cost of Metabolic Fluxes: Prediction from Enzymatic Rate Laws and Cost Minimization*, PLOS Comp. Biol., [DOI: 10.1371/journal.pcbi.1005167](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5094713/)
4. Flamholz, E. Noor, A. Bar-Even, R. Milo (2012) *eQuilibrator - the biochemical thermodynamics calculator*, Nucleic Acids Res, [DOI: 10.1093/nar/gkr874](http://bioinformatics.oxfordjournals.org/content/28/15/2037.long)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/equilibrator/equilibrator-pathway/",
    "name": "equilibrator-pathway",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "biochemical reaction,eQuilibrator,pathway analysis,enzyme cost minimization,max-min driving force",
    "author": "Elad Noor, Moritz E. Beber",
    "author_email": "eladn@weizmann.ac.il, midnighter@posteo.net",
    "download_url": "https://files.pythonhosted.org/packages/5e/eb/afcedf30a3aa16127bfefae437b8552899e7d0d2eb49c81ddcb3a56ca8f3/equilibrator-pathway-0.5.1.tar.gz",
    "platform": null,
    "description": "equilibrator-pathway\n====================\n\n[![PyPI version](https://badge.fury.io/py/equilibrator-pathway.svg)](https://badge.fury.io/py/equilibrator-pathway)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/equilibrator-pathway/badges/version.svg)](https://anaconda.org/conda-forge/equilibrator-pathway)\n[![Python version](https://img.shields.io/pypi/pyversions/equilibrator-pathway.svg)](https://www.python.org/downloads)\n[![MIT license](https://img.shields.io/pypi/l/equilibrator-pathway.svg)](https://mit-license.org/)\n\n[![pipeline status](https://gitlab.com/equilibrator/equilibrator-pathway/badges/develop/pipeline.svg)](https://gitlab.com/elad.noor/equilibrator-pathway/commits/develop)\n[![codecov](https://codecov.io/gl/equilibrator/equilibrator-pathway/branch/develop/graph/badge.svg?token=OxxaCqgaLs)](https://codecov.io/gl/equilibrator/equilibrator-pathway)\n[![Join our Google group](https://img.shields.io/badge/google_group-equilibrator_users-blue)](https://groups.google.com/g/equilibrator-users)\n[![Documentation Status](https://readthedocs.org/projects/equilibrator/badge/?version=latest)](https://equilibrator.readthedocs.io/en/latest/?badge=latest)\n\nPathway analysis tools based on thermodynamic and kinetic models.\nThis package can run two different pathway analysis methods:\n- Max-min Driving Force (MDF)<sup>1</sup>: \n  objective ranking of pathways by the degree to which their flux is constrained by low thermodynamic driving force.\n- [Enzyme Cost Minimization (ECM)](https://www.metabolic-economics.de/enzyme-cost-minimization/)<sup>2, 3</sup>: \n  estimating the specific cost in enzymes for sustaining a flux, given a kinetic model.\n\n\n## Installation\n\nThe easiest way to install equilibrator-pathway is PyPI (and we recommend using a virtual environment):\n```\nvirtualenv -p python3 equilibrator\nsource equilibrator/bin/activate\npip install equilibrator-pathway\n```\nor, if you prefer installing with conda:\n```\nconda install -c conda-forge equilibrator-pathway\n```\n\nThe following [example Jupyter notebook](https://gitlab.com/equilibrator/equilibrator-pathway/-/tree/develop/examples)\ncan help you get started.\n\nIf you only want to try out MDF or ECM without installing anything locally, we have\na simple web interface for you at [eQuilibrator](http://equilibrator.weizmann.ac.il/pathway/) <sup>4</sup>.\n\n\nReferences\n----------\n1. E. Noor, A. Bar-Even, A. Flamholz, E. Reznik, W. Liebermeister, R. Milo (2014), *Pathway Thermodynamics Highlights Kinetic Obstaclesin Central Metabolism*, PLOS Comp. Biol., [DOI: 10.1371/journal.pcbi.1003483](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3930492/)\n2. [https://www.metabolic-economics.de/enzyme-cost-minimization/](https://www.metabolic-economics.de/enzyme-cost-minimization/)\n3. E. Noor, A. Flamholz, A. Bar-Even, D. Davidi, R. Milo, W. Liebermeister (2016), *The Protein Cost of Metabolic Fluxes: Prediction from Enzymatic Rate Laws and Cost Minimization*, PLOS Comp. Biol., [DOI: 10.1371/journal.pcbi.1005167](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5094713/)\n4. Flamholz, E. Noor, A. Bar-Even, R. Milo (2012) *eQuilibrator - the biochemical thermodynamics calculator*, Nucleic Acids Res, [DOI: 10.1093/nar/gkr874](http://bioinformatics.oxfordjournals.org/content/28/15/2037.long)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pathway analysis tools by eQuilibrator",
    "version": "0.5.1",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/equilibrator/equilibrator-pathway/-/issues",
        "Download": "https://pypi.org/project/equilibrator-pathway/",
        "Homepage": "https://gitlab.com/equilibrator/equilibrator-pathway/",
        "Source Code": "https://gitlab.com/equilibrator/equilibrator-pathway/"
    },
    "split_keywords": [
        "biochemical reaction",
        "equilibrator",
        "pathway analysis",
        "enzyme cost minimization",
        "max-min driving force"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1a59291866a4b041bb900440d42536ba279fa0c07ce36e73bac46281a89d893",
                "md5": "9195157da2d50d6b7dec10418170ca94",
                "sha256": "0508041510d4ace9336f67631787e5ad09cc009b7e1ef84099af5c7c68443d14"
            },
            "downloads": -1,
            "filename": "equilibrator_pathway-0.5.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9195157da2d50d6b7dec10418170ca94",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 40155,
            "upload_time": "2023-12-22T01:25:06",
            "upload_time_iso_8601": "2023-12-22T01:25:06.927738Z",
            "url": "https://files.pythonhosted.org/packages/d1/a5/9291866a4b041bb900440d42536ba279fa0c07ce36e73bac46281a89d893/equilibrator_pathway-0.5.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eebafcedf30a3aa16127bfefae437b8552899e7d0d2eb49c81ddcb3a56ca8f3",
                "md5": "0688803ca8525e86a43cfb3f71cbab09",
                "sha256": "9afeaef83418c1bb4ba14871bcfa0285ad3866d909c44c456c1cad5ef62ef6ab"
            },
            "downloads": -1,
            "filename": "equilibrator-pathway-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0688803ca8525e86a43cfb3f71cbab09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 47016,
            "upload_time": "2023-12-22T01:25:09",
            "upload_time_iso_8601": "2023-12-22T01:25:09.007094Z",
            "url": "https://files.pythonhosted.org/packages/5e/eb/afcedf30a3aa16127bfefae437b8552899e7d0d2eb49c81ddcb3a56ca8f3/equilibrator-pathway-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-22 01:25:09",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "equilibrator",
    "gitlab_project": "equilibrator-pathway",
    "lcname": "equilibrator-pathway"
}
        
Elapsed time: 0.16206s