Skip to main content

Calculation of standard thermodynamic potentials of biochemical reactions

Project description

eQuilibrator - a thermodynamics calculator for biochemical reactions

PyPI version Anaconda-Server Badge Python version MIT license

pipeline status codecov Join our Google group Documentation Status

What is equilibrator-api?

equilibrator-api is a Python package for obtaining estimates of reactions Gibbs energies. It is mainly meant for biologists/bioengineers with basic programming skills that work on metabolism and want to easily add thermodynamic data to their models.

The documentation is browseable online at readthedocs.

If your list of reactions is very short, we recommend trying our website called eQuilibrator before spending the time necessary for learning how to use equilibrator-api.

The main advantages of equilibrator-api are:

  • Batch mode: can be used for large reaction datasets (even more than 1000 reactions)
  • Does not require a network connection (except during installation and initialization)
  • Works with standard compound identifiers (such as ChEBI, KEGG, BiGG and MetaNetX) for more than 500,000 compounds

To access more advanced features, such as adding new compounds that are not among the 500,000 currently in the MetaNetX database, try using our equilibrator-assets package.

Cite us

If you plan to use results from equilibrator-api in a scientific publication, please cite our paper:

M. E. Beber, M. G. Gollub, D. Mozaffari, K. M. Shebek, A. I. Flamholz, R. Milo, and E. Noor, eQuilibrator 3.0: a database solution for thermodynamic constant estimation Nucleic Acids Research (2021), DOI:10.1093/nar/gkab1106

A very simple example

Note that creating a ComponentContribution object for the first time after installation, starts an initialization step which downloads ~1.5 GBytes of data to your computer. It can take more than an hour (depending on the connection speed). Note that the initialization might not work inside a Jupyter notebook environment - in that case you should try running it in a standard python shell first and then run the Jupyter notebook.

from equilibrator_api import ComponentContribution
cc = ComponentContribution()
rxn = cc.parse_reaction_formula("kegg:C00002 + kegg:C00001 = kegg:C00008 + kegg:C00009")
print(f"ΔG'0 = {cc.standard_dg_prime(rxn)}")

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

equilibrator_api-0.7.0.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

equilibrator_api-0.7.0-py2.py3-none-any.whl (40.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file equilibrator_api-0.7.0.tar.gz.

File metadata

  • Download URL: equilibrator_api-0.7.0.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for equilibrator_api-0.7.0.tar.gz
Algorithm Hash digest
SHA256 65f8cacc1ee6a54e22ef1b6149d26394468bd1a8a0e5dc4aff2b79300ce3f49b
MD5 aef614771e36285eb33f41a1644b53a7
BLAKE2b-256 88eef82a838efa4adae098a8d0adc223721aa30c9d31fcf2d65d4dd8c93016c8

See more details on using hashes here.

File details

Details for the file equilibrator_api-0.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for equilibrator_api-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 353a7c40b20da34f45b4412fde8e6df32c020f45e57df35e1af3beeadc318839
MD5 15523dacbc610309ac777447b366b437
BLAKE2b-256 d20371daa09d8e86f933610a8aba7036deb6f45525cd5fe6cb4d83902acfe311

See more details on using hashes here.

Supported by

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