SBML-MCA Code
Status: Beta
Brought to you by:
jannisuhlendorf
File | Date | Author | Commit |
---|---|---|---|
html | 2009-03-20 | jannisuhlendorf | [r174] updated docu |
models | 2009-04-24 | jannisuhlendorf | [r189] uupd |
odepack | 2009-03-12 | jannisuhlendorf | [r167] mv |
tmp | 2009-03-12 | jannisuhlendorf | [r167] mv |
COPYING | 2009-03-12 | jannisuhlendorf | [r167] mv |
README | 2009-03-12 | jannisuhlendorf | [r167] mv |
fortran.py | 2009-03-12 | jannisuhlendorf | [r167] mv |
gui.py | 2009-10-02 | jannisuhlendorf | [r195] new |
kineticizer.py | 2009-06-17 | jannisuhlendorf | [r192] added biotables support functn |
misc.py | 2009-05-02 | jannisuhlendorf | [r190] keep up to date |
model_regulation.py | 2009-05-02 | jannisuhlendorf | [r190] keep up to date |
model_variation.py | 2009-04-08 | jannisuhlendorf | [r184] new file model_regulation to analyze regulations |
regulator.py | 2009-04-24 | jannisuhlendorf | [r189] uupd |
sbml_mca.py | 2009-08-31 | jannisuhlendorf | [r193] added support for root and exponential function |
thermodynamics.py | 2009-03-18 | jannisuhlendorf | [r170] thermodynamics changed |
-------- SBML-MCA -------- SBML-MCA is a set of tools written in python to perform metabolic control analyses on biochemical network models provided in the SBML format. Functionalities inlude the computation of first and second order response coefficients, elasticities, first order control coefficients and the first order spectral response coefficients. Additionaly the tools allow to compute the propagation of perturbations in a biochemical network and the construction of kinetic SBML models from structural SBML models and data on the steady state. SBML-MCA is provided under the MIT license. See the COPYING file included. ------------ DEPENDENCIES ------------ * python >= 2.4 * libSBML * numpy * scipy * pylab ----- TOOLS ----- sbml_mca.py - Basic MCA functionality, simulation of SBML models, computation of steady states. Type ./sbml_mca.py --help for more information. model_variation.py - Compute the influence of parameter fluctuations on the steady state fluxes and metabolite concentrations. Type ./model_variation.py --help for more information. ------------ DOCUMENATION ------------ An API documentation created by ecydoc ca be found in the html directory.