Skip to content

A Julia package for building, and running Biochemical Systems Theory (BST) models

License

Notifications You must be signed in to change notification settings

varnerlab/BSTModelKit.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Build Status

BSTModelKit.jl is a package for constructing, solving, and analyzing Biochemical Systems Theory (BST) models of biochemical networks written in the Julia programming language. In particular, BSTModelKit.jl provides a set of tools for constructing and solving S-system BST representations of the form:

$$ \frac{dX_{i}}{dt} = \alpha_{i}\prod_{j\in\mathcal{P}}X_{j}^{g_{ij}} - \beta_{i}\prod_{j\in\mathcal{R}}X_{j}^{h_{ij}}\qquad{i=1,\dots,n} $$

where $X_{i}$ is the concentration of the species $i$, the values $\alpha_{i}$ and $\beta_{i}$ are kinetic parameters (rate constants), $\mathcal{P}$ is the set of species that produce $X_{i}$, $\mathcal{R}$ is the set of species that consume $X_{i}$, and $g_{ij}$ and $h_{ij}$ are the kinetic order coefficients relating species $i$ and $j$.

The S-system BST representation was developed by Savageau, Voit, and coworkers. For a nice introduction to the S-system representation, see:

Finally, BSTModelKit.jl is a research code, expect there will be (many) bugs, breaking changes (often), etc.

Installation and Requirements

BSTModelKit.jl can be installed, updated, or removed using the Julia package management system. To access the package management interface, open the Julia REPL, and start the package mode by pressing ]. While in package mode, to install BSTModelKit.jl, issue the command:

(@v1.1.x) pkg> add BSTModelKit

To use BSTModelKit.jl in your projects, issue the command:

julia> using BSTModelKit

Documentation

Documentation for the BSTModelKit.jl package can be found here.

Funding

The work described here was supported by the following grants:

  • The Interaction of Basal Risk, Pharmacological Ovulation Induction, Pregnancy and Delivery on Hemostatic Balance NIH NHLBI R-33 HL 141787 (PI’s Bernstein , Orfeo) and
  • The Pregnancy Phenotype and Predisposition to Preeclampsia NIH NHLBI R01 HL 71944 (PI Bernstein).

Disclaimer

This software is proved "AS IS" without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in action or contract, tort or otherwise, arising from, out of, or in connection with the software or the use of other dealings in the software.

About

A Julia package for building, and running Biochemical Systems Theory (BST) models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages