User

Difference between revisions of "Prescott/Code"

From SYSOS

< User:Prescott
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Layering Toolbox ==
 
== Layering Toolbox ==
'''TPP & Moritz Lang & Antonis Papachristodoulou, PLoS Computational Biology, 2015'''
+
'''TPP, Moritz Lang & Antonis Papachristodoulou, PLoS Computational Biology, 2015'''
  
This work describes how to systematically decompose an SBML-encoded model of a biomolecular reaction network into functionalities, and investigate the behaviour of each functionality in the context of all combinations of the others. We have implemented this method in Matlab through a toolbox, found [[Media:LayeringToolbox.zip|here]].
+
This work describes how to systematically decompose an SBML-encoded model of a biomolecular reaction network into functionalities, and investigate the behaviour of each functionality in the context of all combinations of the others. We have implemented this method in MATLAB through a toolbox, found [[Media:LayeringToolbox.zip|here]]. Please check the [[Media:README_PLOS2015.pdf|documentation]] for licensing, requirements, and installation/usage instructions.
  
 
== Model Reduction ==
 
== Model Reduction ==
 
'''TPP & Antonis Papachristodoulou, Journal of Theoretical Biology, 2012'''
 
'''TPP & Antonis Papachristodoulou, Journal of Theoretical Biology, 2012'''
  
This paper described how to implement a dissipativity analysis to estimate the model order reduction error. The attached [[Media:JTBMMSOSTOOLS.zip|code]] is that referred to in the paper, used to estimate the error incurred by the reduction of the benchmark Michaelis-Menten enzyme kinetics. It has been developed for use with SOSTOOLS v2, which has recently been superseded by [http://www.eng.ox.ac.uk/control/sostools SOSTOOLS v3].
+
This paper described how to implement a dissipativity analysis to estimate the model order reduction error. The attached [[Media:JTBMMSOSTOOLS.zip|MATLAB code]] is that referred to in the paper, used to estimate the error incurred by the reduction of the benchmark Michaelis-Menten enzyme kinetics. It has been developed for use with SOSTOOLS v2, which has recently been superseded by [http://www.eng.ox.ac.uk/control/sostools SOSTOOLS v3].

Latest revision as of 15:01, 25 November 2015

Layering Toolbox

TPP, Moritz Lang & Antonis Papachristodoulou, PLoS Computational Biology, 2015

This work describes how to systematically decompose an SBML-encoded model of a biomolecular reaction network into functionalities, and investigate the behaviour of each functionality in the context of all combinations of the others. We have implemented this method in MATLAB through a toolbox, found here. Please check the documentation for licensing, requirements, and installation/usage instructions.

Model Reduction

TPP & Antonis Papachristodoulou, Journal of Theoretical Biology, 2012

This paper described how to implement a dissipativity analysis to estimate the model order reduction error. The attached MATLAB code is that referred to in the paper, used to estimate the error incurred by the reduction of the benchmark Michaelis-Menten enzyme kinetics. It has been developed for use with SOSTOOLS v2, which has recently been superseded by SOSTOOLS v3.