Presentation is loading. Please wait.

Presentation is loading. Please wait.

Efficient and flexible modelling of dynamical biochemical systems

Similar presentations


Presentation on theme: "Efficient and flexible modelling of dynamical biochemical systems"— Presentation transcript:

1 Efficient and flexible modelling of dynamical biochemical systems
by Jan Bert van Klinken and Davide Chiarugi

2 A typical iteration of biological modelling
1. data gathering 2. formalising natural description 3. applying analysis methods 4. interpreting analysis results

3 Problems encountered 1. kinetic coefficients difficult to obtain 2. loss of overview with large models 3. finding efficient and informative analysis methods 4. interpreting analysis results

4 4. interpreting analysis results

5 What is our strategy to tackle these problems?
--> Listen well to biologists! --> Realise a flexible interaction with the computer!

6 fast and many modelling iterations
What is our strategy to tackle these problems? --> Realise a flexible interaction with the computer! fast and many modelling iterations rapid prototyping

7 In order for this to happen, we need to adopt the right piece of software . . .
our choice --> the MATLAB environment

8 1. a technical computing language 2. an interactive environment for
MATLAB is 1. a technical computing language 2. an interactive environment for - algorithm development - data visualisation - data analysis - numerical computation from

9 Now let’s get practical!
1. data gathering 2. formalising natural description 3. applying analysis methods 4. interpreting analysis results

10 I. DATA GATHERING stoichiometric data --> directly from literature
initial concentrations --> only look at pools and external substance concentrations kinetic coefficients

11 I. DATA GATHERING stoichiometric data --> directly from literature
initial concentrations --> only look at pools and external substance concentrations kinetic coefficients --> use Gibbs standard free energies!

12 I. DATA GATHERING A B kinetic coefficients --> use Gibbs standard free energies!

13 I. DATA GATHERING A B kinetic coefficients --> use Gibbs standard free energies!

14 I. DATA GATHERING A B kinetic coefficients --> use Gibbs standard free energies! often known for metabolites! is determined intuitively

15 II. FORMALISING MODEL formal language --> reduced p calculus (CCS)
basal rates --> kinetic coefficients + a vector of initial values for simulation

16 NOW HOW CAN WE BE SURE WE FORMALISED CORRECTLY??
II. FORMALISING MODEL formal language --> reduced p calculus (CCS) basal rates --> kinetic coefficients + a vector of initial values for simulation NOW HOW CAN WE BE SURE WE FORMALISED CORRECTLY??

17 A graph inferred from the process identities to gain insight into pathways and pools.

18 A graph inferred from the process identities to gain insight into pathways and pools.

19 A graph inferred from the process identities to gain insight into pathways and pools.

20 The list of reactions corresponding to the CCS description.

21 The list of reactions corresponding to the CCS description.
external substances are replenished continuously

22 III. PERFORMING ANALYSES
CCS is reducible to a matrix form --> a reactant and stoichiometric matrix columns are reactions rows are participating substances R ( i , j ) = r --> r substances of type i react in reaction j S ( i , j ) = s --> substance type i reacting in j is updated [x]inew := [x]iold + s

23 III. PERFORMING ANALYSES
such that we can write the set of ODE’s as

24 III. PERFORMING ANALYSES
such that we can write the set of ODE’s as in MATLAB code dx = S*v; v = diag(k)*exp(R’*log(x)); stochastic case uses similar computations stochastic case is similar

25 stochastic case is similar

26 take 10000 times more stochastic noise
original Gillespie algorithm simulate for steps takes 16.8 seconds plot substance concentrations stochastic case is similar

27 Substance quantities are reconverted into actual concentrations!
stochastic case is similar Substance quantities are reconverted into actual concentrations!

28 deterministic Euler simulation with large stepsize
simulate for steps takes 9.0 seconds stochastic case is similar plot also reaction flows (/fluxes)

29 stochastic case is similar

30 III. PERFORMING ANALYSES
Because of both process calculus and matrix representation, various other analysis methods could be applied --> FBA, MCA, modelchecking Also, various system biology toolboxes for MATLAB are available on the internet

31 IV. INTERPRETING RESULTS
MATLAB provides various ways for further analysis or visualisation of the simulation results . . .

32 IV. INTERPRETING RESULTS
MATLAB provides various ways for further analysis or visualisation of the simulation results . . . For instance, if we want to check if all reactions are active, or if we want to get an idea of the stiffness of the system . . .

33 type which calculates and plots the log10 activity of each reaction (i.e. log10(v1+v-1)) There is a difference in activity of almost 20 orders of magnitude (1020) !!! So we have to do with a very stiff system

34 IV. INTERPRETING RESULTS
MATLAB provides various ways for further analysis or visualisation of the simulation results . . . Since the system is stiff, we would like to have an indication of how much time it will take to reach a steady state . . .

35 Let’s perform a deterministic simulation with implicit integration, and fix the timestep of a transition a priori to increase exponentially. . .

36 Then plot both concentration and time on a log scale
Let’s perform a deterministic simulation with implicit integration, and fix the timestep of a transition a priori to increase exponentially. . . Then plot both concentration and time on a log scale Steady state is reached after about 1 second, whereas the first observable changes already happen after seconds. Very stiff indeed!


Download ppt "Efficient and flexible modelling of dynamical biochemical systems"

Similar presentations


Ads by Google