COBRApy is a package for constraints-based modeling of biological networks
Project description
cobrapy - Constraint-Based Reconstruction and Analysis in Python
What is cobrapy?
COBRA methods are widely used for genome-scale modeling of metabolic networks in both prokaryotes and eukaryotes. cobrapy is a constraint-based modeling package that is designed to accommodate the biological complexity of the next generation of COBRA models and provides access to commonly used COBRA methods, such as flux balance analysis, flux variability analysis, and gene deletion analyses.
Our aim with cobrapy is to provide useful, efficient infrastructure for:
creating and managing metabolic models
accessing popular solvers
analyzing models with methods such as FVA, FBA, pFBA, MOMA etc.
inspecting models and drawing conclusions on gene essentiality, testing consequences of knock-outs etc.
Our goal with cobrapy is for it to be useful on its own, and for it to be the natural choice of infrastructure for developers that want to build new COBRA related python packages for e.g. visualization, strain-design and data driven analysis. By re-using the same classes and design principles, we can make new methods both easier to implement and easier to use, thereby bringing the power of COBRA to more researchers.
The documentation is browseable online at readthedocs and can also be downloaded.
Please use the Google Group for help. By writing a well formulated question, with sufficient detail, you are much more likely to quickly receive a good answer! Please refer to these StackOverflow guidelines on how to ask questions. Alternatively, you can use gitter.im for quick questions and discussions about cobrapy (faster response times). Please keep in mind that answers are provided on a volunteer basis.
More information about opencobra is available at the website.
If you use cobrapy in a scientific publication, please cite doi:10.1186/1752-0509-7-74
Installation
Use pip to install cobrapy from PyPI (we recommend doing this inside a virtual environment):
pip install cobra
In case you downloaded the source code, run:
pip install -e .
In the cobrapy directory. For further information, please follow the detailed installation instructions.
Contributing
Contributions are always welcome! Please read the contributions guideline to get started.
License
The cobrapy source is released under both the GPL and LGPL licenses. You may choose which license you choose to use the software under. However, please note that binary packages which include GLPK (such as the binary wheels distributed at https://pypi.python.org/pypi/cobra) will be bound by its license as well.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License or the Lesser GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Installation of cobrapy
For installation help, please use the Google Group. For usage instructions, please see the documentation.
All releases require Python 2.7+ or 3.4+ to be installed before proceeding. Mac OS X (10.7+) and Ubuntu ship with Python. Windows users without python can download and install python from the python website. Please note that though Anaconda and other python distributions may work with cobrapy, they are not explicitly supported (yet!).
Stable version installation
cobrapy can be installed with any recent installation of pip. Instructions for several operating systems are below:
Mac OS X or Linux
In a terminal, run sudo pip install cobra
We highly recommend updating pip beforehand (pip install pip --upgrade).
Microsoft Windows
The preferred installation method on Windows is also to use pip. The latest Windows installers for Python 2.7 and 3.4 include pip, so if you use those you will already have pip.
In a terminal, run C:\Python27\Scripts\pip.exe install cobra (you may need to adjust the path accordingly).
To install without pip, you will need to download and use the appropriate installer for your version of python from the python package index.
Installation for development
Get the detailed contribution instructions for contributing to cobrapy.
Installation of optional dependencies
Optional dependencies
On windows, these can downloaded from [this site] (http://www.lfd.uci.edu/~gohlke/pythonlibs/). On Mac/Linux, they can be installed using pip, or from the OS package manager (e.g brew, apt, yum).
libsbml >= 5.10 to read/write SBML level 2 files
Use sudo pip install python-libsbml on Mac/Linux
lxml to speed up read/write of SBML level 3 files.
scipy >= 0.11 for MOMA and saving to *.mat files. - Windows scipy installer
pytest and pytest-benchmark are required for testing
You can install all packages directly by
pip install "cobra[all]"
Solvers
cobrapy uses optlang to interface the mathematical solvers used to optimize the created COBRA models, which at the time of writing
ILOG/CPLEX (available with Academic and Commercial licenses).
Testing your installation
While it is not a hard requirement for using cobrapy, you need pytest and pytest-benchmark to run its tests. First do
pip install pytest pytest-benchmark
or to install cobrapy directly with the test dependencies
pip install "cobra[test]"
Then start python and type the following into the Python shell
from cobra.test import test_all
test_all()
You should see some skipped tests and expected failures, and the function should return 0. If you see a value other than 0 please file an issue report.
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 cobra-0.14.2.tar.gz
.
File metadata
- Download URL: cobra-0.14.2.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.0a4+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af1a89ceb4519b5f28ac4f1af6bacf935c2b2dcb210117be2ad0304a271e2155 |
|
MD5 | 03ae57902c7fb3c0abcf3b7b3772711e |
|
BLAKE2b-256 | 4bbf941c9ac4f67a539ee00c4ca5720b8b2853f9a5df53c9ce3f25ac47a0fa5e |
File details
Details for the file cobra-0.14.2-py2.py3-none-any.whl
.
File metadata
- Download URL: cobra-0.14.2-py2.py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.0a4+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac3d815831eb4316c72a60b3882088319e658e8be4ff341aa342d0a96c093258 |
|
MD5 | 4da8e71aed32951672f13c569c88c74a |
|
BLAKE2b-256 | d39412ae5e185ad8e6bb71cd240988df3cb1378261d5bedcca3f28229cb0eb59 |