Team:KULeuven/Model/Overview

From 2008.igem.org

Revision as of 21:36, 17 August 2008 by Nickvd (Talk | contribs)

  dock/undock dropdown  


Introduction

As an introduction to modeling we've made a small presentation for the workout sessions of the first meeting. This presentation handles the following items:

  • some definitions
  • the difference between white box and black box models with an example
  • focus on the role of ODE's
  • the need for modeling
  • some modeling tools
  • and iGEM modeling

This presentation is mainly based on the wiki of ETH Zürich 2006/2007.

Why modeling?

WhyWeNeedComputer.png

Modeling steps

Position in the system

For each of the subsystems (compartments) we started with the idea of what it was supposed to do, considering it as a black-box system (as described in the project page). To make sure that Dr. Coli was able to do his work properly, we had to design several subsystems and be well aware of the different interfaces between these subsystems.

Describing the system

.. (todo: ODE/parameters)

Models

We implemented these subsystems in both Celldesigner and the MATLAB Symbiology Toolbox. A nice tutorial for modeling in Celldesigner can be found on Imperial College Computer Modelling Practicals Spring 2008. These 2 environments offer a grapical user-interface which makes it easy to implement biochemical pathways (and the kinetic laws which govern these). In the pictures in each of the subsytems you can see clearly the influence of the different species: activation, repression, complexation, ... We also provide links to the actual implemented diagrams which can be freely downloaded to simulate the subsystems yourself.

Simulation(s)

...

Sensitivity Analysis

Good modeling practice requires that the modeler provides an evaluation of the confidence in the model, possibly assessing the uncertainties associated with the modeling process and with the outcome of the model itself. Uncertainty and Sensitivity Analysis offer valid tools for characterizing the uncertainty associated with a model. Uncertainty analysis (UA) quantifies the uncertainty in the outcome of a model. Sensitivity Analysis has the complementary role of ordering by importance the strength and relevance of the inputs in determining the variation in the output. Sensitivity analysis lets you calculate the time-dependent sensitivities of all the species states with respect to species initial conditions and parameter values in the model.

A sensitivity analysis is needed e.g. when some of the parameter values are not known. The true value of a parameter is unimportant when the most essential species states are insensitive to the unknown parameter. Only for the sensitive unknown parameters are experiments needed to determine their true values. In our project we have been able to find hypothetical values for all used parameters, but a sensitivity analyses is nevertheless always valuable to detect critical parameters. These are the parameter values on which our project critically depends and which should be analyzed/characterized as exact as possible.

todo: add (search?) formula with which these anaylises are performed.

Important notes

1. The idea of a pulsgenerator as reset mechanism has been cancelled for the following reasons:

  • it takes too long before the proposed system generates a pulse-like event
  • the pulse itself is too long
  • a constant lactonase production sequence generates enough lactonase to reset the timer

More information about this problem and the solution can be found on Reset-page.

2. A mathematical analyses of the memory has been done to prove that it has 2 stable states and to describe the boundary which separates the trajectories leading to one of the steady states.

More information about this problem and the solution can be found on Memory-page.