SBOannotator: A Python tool for the automated assignment of Systems Biology Ontology terms
Project description
SBOannotator
SBOannotator: a Python tool for the automated assignment of Systems Biology Ontology terms
Developers : Nantia Leonidou & Elisabeth Fritze
How to cite the SBOannotator?
The SBOannotator is described in this article: https://doi.org/10.1093/bioinformatics/btad437
Overview
SBOannotator is the first standalone tool that automatically assigns SBO terms to multiple entities of a given SBML model, The main focus lies on the reactions, as the correct assignment of precise SBO annotations requires their extensive classification. Our implementation does not consider only top-level terms but examines the functionality of the underlying enzymes to allocate precise and highly specific ontology terms to biochemical reactions. Transport reactions are examined separately and are classified based on the mechanism of molecule transport. Pseudo-reactions that serve modeling purposes are given reasonable terms to distinguish between biomass production and the import or export of metabolites. Finally, other model entities, such as metabolites and genes, are annotated with appropriate terms. Including SBO annotations in the models will enhance the reproducibility, usability, and analysis of biochemical networks.
Web Application
Web application hosted at TueVis is accessible and ready to use at sbo-annotator-tuevis.cs.uni-tuebingen.de/
Installation
pip install SBOannotator
Prerequisites
This tool has the following dependencies:
python >=3.8.5
Packages:
- sqlite3
- libsbml
- collections
- requests
- json
- time
Input data
doc
: an SBML documentmodel_libsbml
: SBML model of interestmodelType
: type of modelling framework (see below)database_name
: name of imported database, without extensionnew_filename
: file name for output model
Types of modelling framework accepted:
- constraint-based
- logical
- continuous
- discrete
- hybrid
- logical
Outputs
model_libsbml
: Annotated libSBML model
Usage
To run SBOannotator use the __main__.py
script and modify the parameters in the readSBML
and sbo_annotator
functions as wished.
Alternatively run python __main__.py
in the command line within the project folder.
If ERROR occurs, check the current version of Python:
python --version'
conda install python>=3.8.5
Exemplary models and Results
The folder models/BiGG_Models
contains all the tested models as they were downloaded from
the BiGG database.
The annotated models after using the SBOannotator are listed in the folder named models/Annotated_Models
.
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 SBOannotator-3.0.4.tar.gz
.
File metadata
- Download URL: SBOannotator-3.0.4.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 055ee53eea3aa9acb7d1411871d2a9beb800ff14524517fce8bec853b0ea944c |
|
MD5 | f3998658a611a5972ad1b06a659fd0d9 |
|
BLAKE2b-256 | 91db029e98bd95e5d9c22e8e67dc2f1c3efafd2aa36e2c6a83456b43b997fdf3 |
File details
Details for the file SBOannotator-3.0.4-py3-none-any.whl
.
File metadata
- Download URL: SBOannotator-3.0.4-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bb0583137ea45f8cb160e9ec61c1138e7c3f8ed7acdc920f051f1917332a8e0 |
|
MD5 | abf163186c0881dd2aaea91d751b28a7 |
|
BLAKE2b-256 | 1e552e976e0a8af284620c9346d27e7b8c4d1c1dc682e10604c10602c25dc912 |