Analyze SBML kinetics.
Project description
SBMLKinetics
SBMLKinetics is a Python package to evaluate and classify kinetics in SBML models. There are many possible kinetics like the zeroth order, mass action, Michaelis-Menten, Hill kinetics and others. This work characterizes the kinetics in the BioModels Database as an example to improve modeling best practices. Our tool can analyze any data sets with SBML files as input. Users can also use this tool to compare different data sets. For instance, we compare the distribution of kinetics for the signaling and metabolic networks and find the substantial differences between two types of networks.
Citing
If you are using any of the code, please cite the article (https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-023-05380-3) and the PYPI web page (https://pypi.org/project/SBMLKinetics/).
For users
Installation
pip install SBMLKinetics
A Classification Example
Here is a classification example generated by SBMLKinetics:
Please see more examples in the documentation.
Documentation
Please see the documentation at https://sunnyxu.github.io/SBMLKinetics/ for details.
For developers
Setup environment
- Install spyder3
- Clone the
SBMLKinetics
repository usinggit clone https://github.com/SunnyXu/SBMLKinetics
- Create a virtual environment for the project.
cd SBMLKinetics
python -m venv kv
source kv/Scripts/activate
(Use "\" in windows.)pip install -r requirements.txt
deactivate
To verify the setup:
- Return to the
SBMLKinetics
directory. source kv/Scripts/activate
(Use "\" in windows.)export PYTHONPATH=`pwd`
python tests/test_simple_sbml.py
. The tests should run without error. (Use "\" in windows.)
Running Codes
cd SBMLKinetics
source kv/bin/activate
(Use "\" in windows.) When you're done, usedeactivate
.
Documentation
examples/tutorial.py
has code illustrating usageSBMLKinetics/common/*.py
has codes for the SmpleSBML (simple_sbml.py
), Reaction (reaction.py
), and KineticLaw (kinetic_law.py
).
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 SBMLKinetics-1.1.1.tar.gz
.
File metadata
- Download URL: SBMLKinetics-1.1.1.tar.gz
- Upload date:
- Size: 43.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.28.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f1608f5e49561f23920f6f06c93b4d2814ccb80c3dcc7109114650b77ee7d2f |
|
MD5 | 01331a77ba0a088bd60bcffe935ee251 |
|
BLAKE2b-256 | 9360ba0109ca2ede261c7a1eee8b0f6bbb83d7c68964052f83c55883c5ecde59 |
File details
Details for the file SBMLKinetics-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: SBMLKinetics-1.1.1-py3-none-any.whl
- Upload date:
- Size: 87.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.28.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4aa6db05256e68a802b147063f322495c3c2aac229d98dfd579b6bd4fc52530a |
|
MD5 | cf546d8fad7716e6f71a6731390a7233 |
|
BLAKE2b-256 | b4de503104d87e69f077fdd11e6691b8d60975a677e18783a1659def5cc71ee4 |