findCP core package
Project description
findCPcore - find ChokePoint reactions in genome-scale metabolic models
findCPcore
is a Python tool for the computation of chokepoint reactions in genome-scale metabolic models. The tool allows the calculation of chokepoints taking into account only the topology of the metabolic network or also using its dynamic information.
The documentation can be found at readthedocs and can also be downloaded.
A command line application of the tool is provided at findCPcli.
You can also try it with Binder.
For citation purposes please refer to:
Oarga et al. "Growth Dependent Computation of Chokepoints in Metabolic Networks." International Conference on Computational Methods in Systems Biology. Springer, Cham, 2020. https://doi.org/10.1007/978-3-030-60327-4_6
Table of Contents
Install
$ pip install findCPcore
Quickstart
Example of network refinement and chokepoint computation:
from findCPcore import CobraMetabolicModel
model = CobraMetabolicModel("aureus.xml")
# update flux bounds with FVA
model.fva(update_flux=True)
# compute chokepoints
model.find_chokepoints()
# get chokepoints
model.chokepoints()
Maintainers
Contributing
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
License
GPL © Alex Oarga
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
Built Distribution
File details
Details for the file findCPcore-0.1.1.tar.gz
.
File metadata
- Download URL: findCPcore-0.1.1.tar.gz
- Upload date:
- Size: 8.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6125bd8076aac52c4b79960c86c062680debf3add6c9edbabb83ff0243206e3a |
|
MD5 | a7eb19162e57c5f48cc22470e8badfa9 |
|
BLAKE2b-256 | 0a0b0052e0fb9e1001c52c24d11941e468a4d53ebffba0286751ba30a763e330 |
File details
Details for the file findCPcore-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: findCPcore-0.1.1-py3-none-any.whl
- Upload date:
- Size: 44.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17e9283be2bb84cdef84d94ac96ebfaab7bf7803f3dd988a81f639e5ad592099 |
|
MD5 | 14a9b38f1a1b37f1cfd1824e4110f131 |
|
BLAKE2b-256 | 8a4573e4b9817245a83ab87b038b35a1dd58f4299ed8a685660aa3f4429f512e |