Python framework for building and analysing protein allocation models
Project description
PAModelpy - Protein Allocation Model reconstruction in Python
What is PAModelpy?
Models of metabolism are powerful tools to explore the metabolic potential of microorganism. Powerful tools have been created to support Python-based analysis of genome-scale models. These models, however, cannot capture all metabolic phenotypes and the simulation results have high flux variability. Adding protein to each reaction increases the simulation fidelity. The PAModelpy package is designed to integrate protein constraints and protein sectors as described by Alter et al. (2021) to metabolic models. It is the Python implementation of the PAM MATLAB framework to create GECKO like ME models.
The PAModelpy package builds upon the community-wide used COBRApy. We have extended this package with the following features:
- protein-reaction associations
- infrastructure to include isozymes and promiscuous enzymes
- protein sectors
- specialized objects to build protein allocation models
- the possibility to perform a computational efficient sensitivity analysis
Installation
PAModelpy is a PiPy package which allows for easy installation with pip:
pip install PAModelpy
Note that the package has been tested with the Gurobi solver.
Code structure:
- EnzymeSectors: The objects which are used to store the data of the different enzyme sectors which are added to the genome-scale model
- PAModel: Proteome Allocation (PA) model class. This class builds on to the
cobra.core.Model
class from the COBRApy toolbox with functions to build enzyme sectors, to add enzyme kinetics parameters and in the future to perform a sensitivity analysis on the enzyme variables. - Enzyme: Different classes which relate enzymes to the model with enzyme constraints and variables.
- CatalyticEvent: A class which serves as an interface between reactions and enzyme. This allows for easy lookup of Protein-Reaction assocations.
- PAMValidator: Functions to validate the model predictions with physiology data and giving a graphical overview. The script uses data for E.coli (found in
./Data/Ecoli_physiology
) by default.
Dependencies
The dependencies of the PAModelpy package can be found in src/pyproject.toml
License
Copyright institute of Applied Microbiology, RWTH Aachen University, Aachen, Germany (2023)
PAModelpy is free of charge open source software, which can be used and modified for your particular purpose under the MIT or Apache 2.0 of the users choice.
Please note that according to these licenses, the software is provided 'as is', WITHOUT WARRANTY OF ANY KIND, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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 pamodelpy-0.0.3.17.tar.gz
.
File metadata
- Download URL: pamodelpy-0.0.3.17.tar.gz
- Upload date:
- Size: 48.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 732c4169c681964f64a27366b56b21706e25408846f584d581bc953e564dbb53 |
|
MD5 | ad076641957307d99bbb88ce7adaed40 |
|
BLAKE2b-256 | d0a3e2310ba2255b0c7b4495e13dc0905c55f405e55b11f3ac8ee48c98efbe68 |
File details
Details for the file PAModelpy-0.0.3.17-py3-none-any.whl
.
File metadata
- Download URL: PAModelpy-0.0.3.17-py3-none-any.whl
- Upload date:
- Size: 52.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8375d5bac8ee521841d8aaaace54c86bcada6f6e12a30f89498a96f3db421763 |
|
MD5 | 58ce23bdf584e2f41767ed23100715a6 |
|
BLAKE2b-256 | 206ac891de5a82fa02eda425b145d3c55e68dbfe10be66cff80160981b1d4f38 |