All Projects → opencobra → Cobrapy

opencobra / Cobrapy

Licence: gpl-2.0
COBRApy is a package for constraint-based modeling of metabolic networks.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cobrapy

Indra
INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated model assembly system interfacing with NLP systems and databases to collect knowledge, and through a process of assembly, produce causal graphs and dynamical models.
Stars: ✭ 105 (-60.67%)
Mutual labels:  bioinformatics, modeling
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+5739.7%)
Mutual labels:  bioinformatics, modeling
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (-7.12%)
Mutual labels:  bioinformatics, modeling
qmflows
This library tackles the construction and efficient execution of computational chemistry workflows
Stars: ✭ 35 (-86.89%)
Mutual labels:  bioinformatics
universal-routed-flux-demo
The code in this repo is intended for people who want to get started building universal flux applications, with modern and exciting technologies such as Reactjs, React Router and es6.
Stars: ✭ 31 (-88.39%)
Mutual labels:  flux
Reactive
Reactive: Examples of the most famous reactive libraries that you can find in the market.
Stars: ✭ 256 (-4.12%)
Mutual labels:  flux
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (-2.25%)
Mutual labels:  bioinformatics
gff3toembl
Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
Stars: ✭ 27 (-89.89%)
Mutual labels:  bioinformatics
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (-3%)
Mutual labels:  bioinformatics
mini-kotlin
Minimal Flux architecture written in Kotlin.
Stars: ✭ 20 (-92.51%)
Mutual labels:  flux
deepsignal-plant
Detecting methylation using signal-level features from Nanopore sequencing reads of plants
Stars: ✭ 21 (-92.13%)
Mutual labels:  bioinformatics
platon
Identification & characterization of bacterial plasmid-borne contigs from short-read draft assemblies.
Stars: ✭ 52 (-80.52%)
Mutual labels:  bioinformatics
Bio.jl
[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
Stars: ✭ 257 (-3.75%)
Mutual labels:  bioinformatics
Packages
Aim to be the bioinformatics repository with more and newer packages
Stars: ✭ 13 (-95.13%)
Mutual labels:  bioinformatics
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (-2.62%)
Mutual labels:  bioinformatics
2020plus
Classifies genes as an oncogene, tumor suppressor gene, or as a non-driver gene by using Random Forests
Stars: ✭ 44 (-83.52%)
Mutual labels:  bioinformatics
Dnafeaturesviewer
👁 Python library to plot DNA sequence features (e.g. from Genbank files)
Stars: ✭ 259 (-3%)
Mutual labels:  bioinformatics
varsome-api-client-python
Example client programs for Saphetor's VarSome annotation API
Stars: ✭ 21 (-92.13%)
Mutual labels:  bioinformatics
searchgui
Highly adaptable common interface for proteomics search and de novo engines
Stars: ✭ 22 (-91.76%)
Mutual labels:  bioinformatics
p5-HackaMol
Object-Oriented Perl 5, Moose Library for Molecular Hacking
Stars: ✭ 12 (-95.51%)
Mutual labels:  modeling

================================================================ COBRApy - Constraint-Based Reconstruction and Analysis in Python

.. image:: https://img.shields.io/pypi/v/cobra.svg :target: https://pypi.org/project/cobra/ :alt: Current PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/cobra.svg :target: https://pypi.org/project/cobra/ :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/l/cobra.svg :target: https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html :alt: GNU Lesser General Public License 2 or later

.. image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg :target: https://github.com/opencobra/cobrapy/blob/devel/.github/CODE_OF_CONDUCT.md :alt: Code of Conduct

.. image:: https://github.com/opencobra/cobrapy/workflows/CI-CD/badge.svg :target: https://github.com/opencobra/cobrapy/workflows/CI-CD :alt: GitHub Actions CI/CD Status

.. image:: https://codecov.io/gh/opencobra/cobrapy/branch/master/graph/badge.svg :target: https://codecov.io/gh/opencobra/cobrapy :alt: Codecov

.. image:: https://readthedocs.org/projects/cobrapy/badge/?version=latest :target: https://cobrapy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://badges.gitter.im/opencobra/cobrapy.svg :target: https://gitter.im/opencobra/cobrapy :alt: Gitter Chat Room

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black :alt: Black

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 <https://cobrapy.readthedocs.org/en/stable/>_ and can also be downloaded <https://readthedocs.org/projects/cobrapy/downloads/>_.

Please use the Google Group <http://groups.google.com/group/cobra-pie>_ 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 <https://stackoverflow.com/help/how-to-ask>_ on how to ask questions. Alternatively, you can use gitter.im <https://gitter.im/opencobra/cobrapy>_ 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 <http://opencobra.github.io/>_.

If you use COBRApy in a scientific publication, please cite doi:10.1186/1752-0509-7-74 <http://dx.doi.org/doi:10.1186/1752-0509-7-74>_

Installation

Use pip to install COBRApy from PyPI <https://pypi.org/project/cobra/>_ (we recommend doing this inside a virtual environment <http://docs.python-guide.org/en/latest/dev/virtualenvs/>_)::

pip install cobra

If you want to load MATLAB models, you will need additional dependencies. Please install::

pip install cobra[array]

For further information, please follow the detailed installation instructions <INSTALL.rst>_.

Contributing

Contributions are always welcome! Please read the contributing guidelines <https://github.com/opencobra/cobrapy/blob/devel/.github/CONTRIBUTING.rst>_ to get started.

License

The COBRApy source is released under both the GPL and LGPL licenses version 2 or later. You may choose which license you choose to use the software under.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License or the GNU Lesser 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].