Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/earmingol/cobra_utils

Utility to simplify obtaining information from genome-scale models as well as their manipulation. This implementation is available only for working with COBRApy.
https://github.com/earmingol/cobra_utils

biochemistry bioinformatics cobra cobrapy computational-biology metabolic-models metabolic-network metabolic-reconstruction modeling modeling-tool python systems-biology

Last synced: 23 days ago
JSON representation

Utility to simplify obtaining information from genome-scale models as well as their manipulation. This implementation is available only for working with COBRApy.

Awesome Lists containing this project

README

        

# COBRA utils

[![PyPI version](https://badge.fury.io/py/cobra-utils.svg)](https://pypi.org/project/cobra-utils/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3470217.svg)](https://doi.org/10.5281/zenodo.3470217)

This is a series of utilities to use together with [COBRApy](https://github.com/opencobra/cobrapy).
The goal of this tool is to make easier the usage of COBRApy.

## Installation

To install this package from a Unix OS, run:

```
pip install cobra-utils
```

To install this package from Windows, run:
```
python -m pip install cobra-utils
```

In case you downloaded the source code, in a Unix OS run:

```
pip install -e .
```

or in Windows:
```
python -m pip install -e .
```

## Examples
* [Loading a model and retrieving reactions information](./notebooks/Ecoli_Rxn_Information.ipynb)
* [Reporter metabolites and pathways from differential expression in two strains of *E. coli*](./notebooks/Ecoli_Reporter_Metabolites_Pathways.ipynb)