SlideShare uma empresa Scribd logo
1 de 30
RESOLVE workshop
May 15, 2013
Natal van Riel, Christian Tiemann, Fianne Sips
Eindhoven University of Technology, the Netherlands
Dept. of Biomedical Engineering, n.a.w.v.riel@tue.nl
Systems Medicine and Metabolic Diseases
The university
• A research university specializing
in engineering science & technology
• 9 departments
• Biomedical Engineering • Built Environment
• Electrical Engineering • Industrial Design
• Industrial Eng. & Innovation Sciences • Chemical Eng. and Chemistry
• Applied Physics • Mechanical Engineering
• Mathematics and Computer Science
• Students
• 4,800 BSc students
• 2,800 MSc students
• 200 technological designers (PDEng)
• 1,100 doctoral candidates (PhD)
• Strategic Research Areas
• Energy
• Health
• Smart Mobility
/ biomedical engineering PAGE 216-8-2013
The Biomedical Engineering department
• 8 groups
• Soft tissue biomech. & eng. (Baaijens
& Bouten)
• Cardiovasculair biomechanics (van
de Vosse)
• Orthopaedic biomechanics (Ito)
• Chemical biology (Brunsveld)
• Biomedical chemistry (Meijer)
• Biomedical NMR (Nicolaij)
• Biomedical image analysis (ter Haar-
Romeny)
• Computational biology (Hilbers)
• Bachelor
• Biomedical Engineering
• Medical Sciences and
Technology (Sept. 2012)
• Master
• Biomedical Engineering
• Medical Engineering
• 3 thematic research programs
• Regenerative Medicine
• Molecular Imaging
• Systems Medicine
/ biomedical engineering PAGE 38/16/2013
The Computational Biology group
Understanding complex dynamic biochemical systems
/ biomedical engineering PAGE 416-8-2013
Systems
biology
Molecular
modeling
Program
/ biomedical engineering PAGE 516-8-2013
Day 1 (Wed. May 15, 2013)
• 10:00 Opening
• 10:15 Lecture 1: Modelling with differential equations
• 11:10 Coffee break
• 11:30 Computer practical 1: Modelling and simulation of pathways
• 13:00 lunch
• 14:00 Lecture 2: Parameter estimation
• 15:00 Computer practical 2: Parameter estimation in practice
• 16:15 Pitch talks by participants
• 16:45 Discussion about possibilities to model data provided by the participants.
Select cases that are interesting to be explored in more detail.
• 17:30 Drinks
• 19:00 Workshop dinner
Program
Day 2 (Thu. May 16, 2013)
• 9:00 Inquiry of observations and (remaining) questions of day 1
• 9:15 Lecture 3: Introducing ADAPT
• 10:10 Coffee break
• 10:30 Computer practical 3: ADAPT
• 12:30 lunch
• 13:30 Computer practical 4:
• Option 1 Work with your own data
• Option 2 Continue working on previous practicals
• 15:30 Wrap-up discussion
• 16:00 Closure
/ biomedical engineering PAGE 616-8-2013
/ biomedical engineering PAGE 716-8-2013
Lecture 1: Modelling with
differential equations
Contents
• Models
• Nomenclature
• Differential Equations
• decay reaction
• Simulation
• numbers required
• decay reaction in Excel
and Matlab
• Computer practical 1:
• modelling and simulation of pathways
• irreversible enzymatic reaction
/ biomedical engineering PAGE 816-8-2013
Convergence of Life Sciences, Physical Sciences and
Engineering
• The Three Revolutions
/ biomedical engineering PAGE 916-8-2013
/ biomedical engineering PAGE 1016-8-2013
Models and modeling
/ biomedical engineering PAGE 1116-8-2013
M.C. Escher
Karl Popper
(1902 – 1994)
George Box (1919 - 2013)
Mathematical models in systems biology
TOP-DOWN
• Bioinformatics
• ‘omics’-based
• Statistics / statistical models
• Hypothesis driven
• Targeted measurements
• Differential equations
BOTTOM-UP
/ biomedical engineering PAGE 1216-8-2013
/ biomedical engineering PAGE 1316-8-2013
Nomenclature
Processinput output
Nomenclature and definitions
Dynamic systems with input(s) and output(s)
• (State) variables: x, dynamics x(t)
• (Independent) input: u, u(t)
• Output: y, y(x,u,t)
• 0, , ,x u y t 
model
f(x,u,t)
u(t) y(t)
ENVIRONMENT
input
• experimental
perturbations
output process
• observations
• measurements
output model
process
Nomenclature and definitions
• Derivative:
• Scalar, vector:
• Parameters:
'( )x t x
( )
,
dx t dx
dt dt
2
2
, "( ),
d x
x t x
dt

, ,x x x 1 2[ , ,..., ]nx x x x
1
2T
n
x
x
x
x

0
n
x 
, ,p p p
/ biomedical engineering PAGE 1616-8-2013
Nomenclature and definitions
• Differential equations
• Ordinary Differential Equation (ODE)
• Only derivatives w.r.t. one of the independent variables
Here: time (dynamics)
• Partial DE (PDE)
E.g. also derivatives in space
• Autonomous
• Steady-state: rate of change = 0
• Stable / unstable
• Bistable
2
2
2
c
t x
heat equation
0ˆ
dx
dt
( ( ), ( ), )
dx
f x t u t p
dt
( ( ), )
dx
f x t p
dt
/ biomedical engineering PAGE 1716-8-2013
Differential Equations
biology physics
model model
scheme equations
Differential Equations (DE)
• Mathematical framework to describe a deterministic relation
involving continuously varying quantities (modeled by
functions) and their rates of change in time and/or space
(expressed as derivatives)
Back to Sir Isaac Newton (classical mechanics)
• Newton's laws allow one to predict the unknown position of a body as a function
of time (trajectory) in relation to the position, velocity, acceleration and various
forces acting on the body
• DE’s can describe real world (physical, chemical, biological)
processes (that ‘live’ in continuous time)
• DE’s can capture mechanistic understanding
• DE’s play a prominent role in many areas of science and
technology (engineering, physics, economics, …)
/ biomedical engineering PAGE 1816-8-2013
/ biomedical engineering PAGE 1916-8-2013
From a ‘wiring diagram’ to a set of ODEs
• Mass balance for each species
Change in concentration = (producing reactions) -
(consuming and degrading processes)
• Each mass balance will translate into a (1st order) differential
equation
• Species are coupled through interactions (biochemical
conversions)  network  system of coupled differential
equations
( )dx t
dt
An irreversible monomolecular reaction
• An irreversible monomolecular reaction
Autonomous system (chemistry: closed system)
• Law of mass action
• Model with y = [A]
• Initial condition
• Solution
• Required: values for parameter(s) and initial conditions
k
A
dy
ky
dt
(0) 5y1k
/ biomedical engineering PAGE 2016-8-2013
0
kt
y A e
0(0)y A
/ biomedical engineering PAGE 2116-8-2013
Simulation of biochemical systems
/ biomedical engineering PAGE 2216-8-2013
Simulation of 1st order ODE’s
Numerical: discretization (here equidistant)
• Taylor series expansion
• For small td the higher powers td
2, td
3, … are very small.
This suggests the crude approximation
• Forward Euler method (1st order fixed step method):
2
[ 1] [ ] '[ ] ''[ ] . . .
2
d
d
t
y i y i t y i y i H OT 
[ 1] [ ] '[ ] [ ] ( )d dy i y i t y i y i t f i
[ 1] [ ] ( , [ ])dy i y i t f i y i
'( ) ( ( ))y t f y t
y(0) = y0 td 2td0
[ ] ( ),dy i y it i 
/ biomedical engineering PAGE 2316-8-2013
Forward Euler method
• A recurrence relation (Difference Equation)
i i+1
slope= f (y[i])
td
y[i]
y[i+1]
[ 1] [ ] ( , [ ])dy i y i t f i y i
Example:
molecular decay
/ biomedical engineering PAGE 2416-8-2013
Effect of integration step td on accuracy
• exact solution
• td = 1
• td = 0.1
• td = 0.01
0 2 4 6 8 10
0
1
2
3
4
5
Euler integration k=1
-
( ) (0) 5kt t
y t y e e
y ky
/ biomedical engineering PAGE 2516-8-2013
Using computers to simulate (bio)chemical kinetics
• A great number of computer tools is available for simulation of
systems of coupled DE’s
• Matlab Python
− Systems Biology Tlbx - PySCeS (Python Simulator
− for Cellular Systems)
• Supply a code that computes the time derivatives of the ‘state
variables’ (right-hand side of 1st order differential equations)
• Graphical modeling and simulation tools
/ biomedical engineering PAGE 2616-8-2013
1st order fixed step method
• 1st order fixed step method
• Euler:
• In Matlab:
• t1, tend, td and x0 depend on the system and the simulation
• p is a vector with the model parameters
• x is matrix with different time points as the rows and the states in
the columns
[ 1] [ ] ( )dx i x i t f i
tspan=t1:td:tend;
x(1,:)=x0;
for i=1:length(tspan)-1
x(i+1,:)=x(i,:)+td*f(i,x(i,:),p);
end
function dx=f(i,x,p)
… %enter the ODE’s here
( ) ( ( ))x t f x t
x(0) = x0
autonomous system:
/ biomedical engineering PAGE 2716-8-2013
Variable step integration methods
• Higher order, variable step method
• In Matlab:
• ‘options’ defines settings of the simulation algorithm and can be
changed using odeset; usually default (options=[]) is OK
• all input arguments of ode15s after ‘options’ are user defined; the
function with the ODE’s has to accept these as the 3rd (and so forth)
inputs
• t is determined by Matlab
tspan=[t1,tend];
[t,x]=ode15s(@f,tspan,x0,options, p); %see help ode15s
function dxdt=f(t,x, p)
… %enter the ODE’s here
dxdt=dxdt(:); %ode45 requires output to be a column
( ) ( ( ))x t f x t
x(0) = x0
/ biomedical engineering PAGE 2816-8-2013
Computer practical 1: Modelling
and simulation of pathways
/ biomedical engineering PAGE 2916-8-2013
/ biomedical engineering PAGE 3016-8-2013

Mais conteúdo relacionado

Mais procurados

Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential EquationSalim Hosen
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equationsEmdadul Haque Milon
 
Intro to Approximate Bayesian Computation (ABC)
Intro to Approximate Bayesian Computation (ABC)Intro to Approximate Bayesian Computation (ABC)
Intro to Approximate Bayesian Computation (ABC)Umberto Picchini
 
Mathematical modelling
Mathematical modellingMathematical modelling
Mathematical modellingSadia Zareen
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational StatisticsSetia Pramana
 
Maths partial differential equation Poster
Maths partial differential equation PosterMaths partial differential equation Poster
Maths partial differential equation PosterEr. Ashish Pandey
 
applications of first order non linear partial differential equation
applications of first order non linear partial differential equationapplications of first order non linear partial differential equation
applications of first order non linear partial differential equationDhananjaysinh Jhala
 
Numerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolationNumerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolationNikolai Priezjev
 
Application of Ordinary Differential Equation in civil engineering
Application of Ordinary Differential Equation in civil engineeringApplication of Ordinary Differential Equation in civil engineering
Application of Ordinary Differential Equation in civil engineeringEngr Mir Noor Ahmed Langove
 
Linear differential equation with constant coefficient
Linear differential equation with constant coefficientLinear differential equation with constant coefficient
Linear differential equation with constant coefficientSanjay Singh
 
Gauss Forward And Backward Central Difference Interpolation Formula
 Gauss Forward And Backward Central Difference Interpolation Formula  Gauss Forward And Backward Central Difference Interpolation Formula
Gauss Forward And Backward Central Difference Interpolation Formula Deep Dalsania
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadraturesTarun Gehlot
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its applicationKrishna Peshivadiya
 
application of differential equation and multiple integral
application of differential equation and multiple integralapplication of differential equation and multiple integral
application of differential equation and multiple integraldivya gupta
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equationJUGAL BORAH
 

Mais procurados (20)

Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential Equation
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equations
 
Intro to Approximate Bayesian Computation (ABC)
Intro to Approximate Bayesian Computation (ABC)Intro to Approximate Bayesian Computation (ABC)
Intro to Approximate Bayesian Computation (ABC)
 
Mathematical modelling
Mathematical modellingMathematical modelling
Mathematical modelling
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational Statistics
 
Maths partial differential equation Poster
Maths partial differential equation PosterMaths partial differential equation Poster
Maths partial differential equation Poster
 
applications of first order non linear partial differential equation
applications of first order non linear partial differential equationapplications of first order non linear partial differential equation
applications of first order non linear partial differential equation
 
Numerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolationNumerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolation
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Application of Ordinary Differential Equation in civil engineering
Application of Ordinary Differential Equation in civil engineeringApplication of Ordinary Differential Equation in civil engineering
Application of Ordinary Differential Equation in civil engineering
 
Linear differential equation with constant coefficient
Linear differential equation with constant coefficientLinear differential equation with constant coefficient
Linear differential equation with constant coefficient
 
Mathematical modeling
Mathematical modelingMathematical modeling
Mathematical modeling
 
Gauss Forward And Backward Central Difference Interpolation Formula
 Gauss Forward And Backward Central Difference Interpolation Formula  Gauss Forward And Backward Central Difference Interpolation Formula
Gauss Forward And Backward Central Difference Interpolation Formula
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadratures
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its application
 
Vector space
Vector spaceVector space
Vector space
 
application of differential equation and multiple integral
application of differential equation and multiple integralapplication of differential equation and multiple integral
application of differential equation and multiple integral
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
U unit4 vm
U unit4 vmU unit4 vm
U unit4 vm
 

Semelhante a Modelling with differential equations

It final upto_4th_year syllabus_14.03.14
It final upto_4th_year syllabus_14.03.14It final upto_4th_year syllabus_14.03.14
It final upto_4th_year syllabus_14.03.14Chinmoy Ghorai
 
introduction to modeling, Types of Models, Classification of mathematical mod...
introduction to modeling, Types of Models, Classification of mathematical mod...introduction to modeling, Types of Models, Classification of mathematical mod...
introduction to modeling, Types of Models, Classification of mathematical mod...Waqas Afzal
 
On the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterativeOn the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterativeAlexander Decker
 
Colin Prentice SPEDDEXES 2014
Colin Prentice SPEDDEXES 2014Colin Prentice SPEDDEXES 2014
Colin Prentice SPEDDEXES 2014aceas13tern
 
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories Natal van Riel
 
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity InterventionVictor Asanza
 
math bio for 1st year math students
math bio for 1st year math studentsmath bio for 1st year math students
math bio for 1st year math studentsBen Bolker
 
Fluid dynamics
Fluid dynamicsFluid dynamics
Fluid dynamicsCik Minn
 
Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...Natal van Riel
 
Modelling physiological uncertainty
Modelling physiological uncertaintyModelling physiological uncertainty
Modelling physiological uncertaintyNatal van Riel
 
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...Luigi Vanfretti
 
Systems medicine of metabolic syndrome and its comorbidities
Systems medicine of metabolic syndrome and its comorbiditiesSystems medicine of metabolic syndrome and its comorbidities
Systems medicine of metabolic syndrome and its comorbiditiesNatal van Riel
 
Feature Engineering
Feature Engineering Feature Engineering
Feature Engineering odsc
 
Qsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharingQsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharingNatal van Riel
 
Homework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docxHomework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docxadampcarr67227
 

Semelhante a Modelling with differential equations (20)

Unit1 pg math model
Unit1 pg math modelUnit1 pg math model
Unit1 pg math model
 
It final upto_4th_year syllabus_14.03.14
It final upto_4th_year syllabus_14.03.14It final upto_4th_year syllabus_14.03.14
It final upto_4th_year syllabus_14.03.14
 
introduction to modeling, Types of Models, Classification of mathematical mod...
introduction to modeling, Types of Models, Classification of mathematical mod...introduction to modeling, Types of Models, Classification of mathematical mod...
introduction to modeling, Types of Models, Classification of mathematical mod...
 
On the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterativeOn the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterative
 
Colin Prentice SPEDDEXES 2014
Colin Prentice SPEDDEXES 2014Colin Prentice SPEDDEXES 2014
Colin Prentice SPEDDEXES 2014
 
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
 
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
 
Intro to modelling_wur
Intro to modelling_wurIntro to modelling_wur
Intro to modelling_wur
 
FluidDynamics.ppt
FluidDynamics.pptFluidDynamics.ppt
FluidDynamics.ppt
 
math bio for 1st year math students
math bio for 1st year math studentsmath bio for 1st year math students
math bio for 1st year math students
 
Fluid dynamics
Fluid dynamicsFluid dynamics
Fluid dynamics
 
Talk Kumagaya
Talk KumagayaTalk Kumagaya
Talk Kumagaya
 
Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...
 
Modelling physiological uncertainty
Modelling physiological uncertaintyModelling physiological uncertainty
Modelling physiological uncertainty
 
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
 
Data integration and building a profile for yourself as an online scientist
Data integration and building a profile for yourself as an online scientistData integration and building a profile for yourself as an online scientist
Data integration and building a profile for yourself as an online scientist
 
Systems medicine of metabolic syndrome and its comorbidities
Systems medicine of metabolic syndrome and its comorbiditiesSystems medicine of metabolic syndrome and its comorbidities
Systems medicine of metabolic syndrome and its comorbidities
 
Feature Engineering
Feature Engineering Feature Engineering
Feature Engineering
 
Qsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharingQsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharing
 
Homework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docxHomework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docx
 

Mais de Natal van Riel

Quantification of variability and uncertainty in systems medicine models
Quantification of variability and uncertainty in systems medicine modelsQuantification of variability and uncertainty in systems medicine models
Quantification of variability and uncertainty in systems medicine modelsNatal van Riel
 
Modelling metabolic fluxes
Modelling metabolic fluxesModelling metabolic fluxes
Modelling metabolic fluxesNatal van Riel
 
Modelling and monitoring of intervention
Modelling and monitoring of interventionModelling and monitoring of intervention
Modelling and monitoring of interventionNatal van Riel
 
A systems biology approach reveals the physiological origin of increased plas...
A systems biology approach reveals the physiological origin of increased plas...A systems biology approach reveals the physiological origin of increased plas...
A systems biology approach reveals the physiological origin of increased plas...Natal van Riel
 
Humetics 2014 12-10-final
Humetics 2014 12-10-finalHumetics 2014 12-10-final
Humetics 2014 12-10-finalNatal van Riel
 
The Eindhoven Diabetes Education Simulator (e/DES)
The Eindhoven Diabetes Education Simulator (e/DES)The Eindhoven Diabetes Education Simulator (e/DES)
The Eindhoven Diabetes Education Simulator (e/DES)Natal van Riel
 
The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...
The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...
The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...Natal van Riel
 
Gastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/e
Gastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/eGastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/e
Gastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/eNatal van Riel
 
Genome-Scale Metabolic Models and Systems Medicine of Metabolic Syndrome
Genome-Scale Metabolic Models and Systems Medicine of Metabolic SyndromeGenome-Scale Metabolic Models and Systems Medicine of Metabolic Syndrome
Genome-Scale Metabolic Models and Systems Medicine of Metabolic SyndromeNatal van Riel
 
Modelling progressive metabolic diseases with parameter transition trajectories
Modelling progressive metabolic diseases with parameter transition trajectoriesModelling progressive metabolic diseases with parameter transition trajectories
Modelling progressive metabolic diseases with parameter transition trajectoriesNatal van Riel
 
Systems medicine and metabolic profiling of diseases
Systems medicine and metabolic profiling of diseasesSystems medicine and metabolic profiling of diseases
Systems medicine and metabolic profiling of diseasesNatal van Riel
 
Systems Medicine and Metabolic Diseases
Systems Medicine and Metabolic DiseasesSystems Medicine and Metabolic Diseases
Systems Medicine and Metabolic DiseasesNatal van Riel
 

Mais de Natal van Riel (12)

Quantification of variability and uncertainty in systems medicine models
Quantification of variability and uncertainty in systems medicine modelsQuantification of variability and uncertainty in systems medicine models
Quantification of variability and uncertainty in systems medicine models
 
Modelling metabolic fluxes
Modelling metabolic fluxesModelling metabolic fluxes
Modelling metabolic fluxes
 
Modelling and monitoring of intervention
Modelling and monitoring of interventionModelling and monitoring of intervention
Modelling and monitoring of intervention
 
A systems biology approach reveals the physiological origin of increased plas...
A systems biology approach reveals the physiological origin of increased plas...A systems biology approach reveals the physiological origin of increased plas...
A systems biology approach reveals the physiological origin of increased plas...
 
Humetics 2014 12-10-final
Humetics 2014 12-10-finalHumetics 2014 12-10-final
Humetics 2014 12-10-final
 
The Eindhoven Diabetes Education Simulator (e/DES)
The Eindhoven Diabetes Education Simulator (e/DES)The Eindhoven Diabetes Education Simulator (e/DES)
The Eindhoven Diabetes Education Simulator (e/DES)
 
The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...
The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...
The Eindhoven Diabetes Education Simulator (e-DES) - incorporating different ...
 
Gastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/e
Gastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/eGastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/e
Gastles op VWO over Systeembiologie en Biomedische Technologie aan de TU/e
 
Genome-Scale Metabolic Models and Systems Medicine of Metabolic Syndrome
Genome-Scale Metabolic Models and Systems Medicine of Metabolic SyndromeGenome-Scale Metabolic Models and Systems Medicine of Metabolic Syndrome
Genome-Scale Metabolic Models and Systems Medicine of Metabolic Syndrome
 
Modelling progressive metabolic diseases with parameter transition trajectories
Modelling progressive metabolic diseases with parameter transition trajectoriesModelling progressive metabolic diseases with parameter transition trajectories
Modelling progressive metabolic diseases with parameter transition trajectories
 
Systems medicine and metabolic profiling of diseases
Systems medicine and metabolic profiling of diseasesSystems medicine and metabolic profiling of diseases
Systems medicine and metabolic profiling of diseases
 
Systems Medicine and Metabolic Diseases
Systems Medicine and Metabolic DiseasesSystems Medicine and Metabolic Diseases
Systems Medicine and Metabolic Diseases
 

Último

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Último (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Modelling with differential equations

  • 1. RESOLVE workshop May 15, 2013 Natal van Riel, Christian Tiemann, Fianne Sips Eindhoven University of Technology, the Netherlands Dept. of Biomedical Engineering, n.a.w.v.riel@tue.nl Systems Medicine and Metabolic Diseases
  • 2. The university • A research university specializing in engineering science & technology • 9 departments • Biomedical Engineering • Built Environment • Electrical Engineering • Industrial Design • Industrial Eng. & Innovation Sciences • Chemical Eng. and Chemistry • Applied Physics • Mechanical Engineering • Mathematics and Computer Science • Students • 4,800 BSc students • 2,800 MSc students • 200 technological designers (PDEng) • 1,100 doctoral candidates (PhD) • Strategic Research Areas • Energy • Health • Smart Mobility / biomedical engineering PAGE 216-8-2013
  • 3. The Biomedical Engineering department • 8 groups • Soft tissue biomech. & eng. (Baaijens & Bouten) • Cardiovasculair biomechanics (van de Vosse) • Orthopaedic biomechanics (Ito) • Chemical biology (Brunsveld) • Biomedical chemistry (Meijer) • Biomedical NMR (Nicolaij) • Biomedical image analysis (ter Haar- Romeny) • Computational biology (Hilbers) • Bachelor • Biomedical Engineering • Medical Sciences and Technology (Sept. 2012) • Master • Biomedical Engineering • Medical Engineering • 3 thematic research programs • Regenerative Medicine • Molecular Imaging • Systems Medicine / biomedical engineering PAGE 38/16/2013
  • 4. The Computational Biology group Understanding complex dynamic biochemical systems / biomedical engineering PAGE 416-8-2013 Systems biology Molecular modeling
  • 5. Program / biomedical engineering PAGE 516-8-2013 Day 1 (Wed. May 15, 2013) • 10:00 Opening • 10:15 Lecture 1: Modelling with differential equations • 11:10 Coffee break • 11:30 Computer practical 1: Modelling and simulation of pathways • 13:00 lunch • 14:00 Lecture 2: Parameter estimation • 15:00 Computer practical 2: Parameter estimation in practice • 16:15 Pitch talks by participants • 16:45 Discussion about possibilities to model data provided by the participants. Select cases that are interesting to be explored in more detail. • 17:30 Drinks • 19:00 Workshop dinner
  • 6. Program Day 2 (Thu. May 16, 2013) • 9:00 Inquiry of observations and (remaining) questions of day 1 • 9:15 Lecture 3: Introducing ADAPT • 10:10 Coffee break • 10:30 Computer practical 3: ADAPT • 12:30 lunch • 13:30 Computer practical 4: • Option 1 Work with your own data • Option 2 Continue working on previous practicals • 15:30 Wrap-up discussion • 16:00 Closure / biomedical engineering PAGE 616-8-2013
  • 7. / biomedical engineering PAGE 716-8-2013 Lecture 1: Modelling with differential equations
  • 8. Contents • Models • Nomenclature • Differential Equations • decay reaction • Simulation • numbers required • decay reaction in Excel and Matlab • Computer practical 1: • modelling and simulation of pathways • irreversible enzymatic reaction / biomedical engineering PAGE 816-8-2013
  • 9. Convergence of Life Sciences, Physical Sciences and Engineering • The Three Revolutions / biomedical engineering PAGE 916-8-2013
  • 10. / biomedical engineering PAGE 1016-8-2013 Models and modeling
  • 11. / biomedical engineering PAGE 1116-8-2013 M.C. Escher Karl Popper (1902 – 1994) George Box (1919 - 2013)
  • 12. Mathematical models in systems biology TOP-DOWN • Bioinformatics • ‘omics’-based • Statistics / statistical models • Hypothesis driven • Targeted measurements • Differential equations BOTTOM-UP / biomedical engineering PAGE 1216-8-2013
  • 13. / biomedical engineering PAGE 1316-8-2013 Nomenclature Processinput output
  • 14. Nomenclature and definitions Dynamic systems with input(s) and output(s) • (State) variables: x, dynamics x(t) • (Independent) input: u, u(t) • Output: y, y(x,u,t) • 0, , ,x u y t  model f(x,u,t) u(t) y(t) ENVIRONMENT input • experimental perturbations output process • observations • measurements output model process
  • 15. Nomenclature and definitions • Derivative: • Scalar, vector: • Parameters: '( )x t x ( ) , dx t dx dt dt 2 2 , "( ), d x x t x dt  , ,x x x 1 2[ , ,..., ]nx x x x 1 2T n x x x x  0 n x  , ,p p p
  • 16. / biomedical engineering PAGE 1616-8-2013 Nomenclature and definitions • Differential equations • Ordinary Differential Equation (ODE) • Only derivatives w.r.t. one of the independent variables Here: time (dynamics) • Partial DE (PDE) E.g. also derivatives in space • Autonomous • Steady-state: rate of change = 0 • Stable / unstable • Bistable 2 2 2 c t x heat equation 0ˆ dx dt ( ( ), ( ), ) dx f x t u t p dt ( ( ), ) dx f x t p dt
  • 17. / biomedical engineering PAGE 1716-8-2013 Differential Equations biology physics model model scheme equations
  • 18. Differential Equations (DE) • Mathematical framework to describe a deterministic relation involving continuously varying quantities (modeled by functions) and their rates of change in time and/or space (expressed as derivatives) Back to Sir Isaac Newton (classical mechanics) • Newton's laws allow one to predict the unknown position of a body as a function of time (trajectory) in relation to the position, velocity, acceleration and various forces acting on the body • DE’s can describe real world (physical, chemical, biological) processes (that ‘live’ in continuous time) • DE’s can capture mechanistic understanding • DE’s play a prominent role in many areas of science and technology (engineering, physics, economics, …) / biomedical engineering PAGE 1816-8-2013
  • 19. / biomedical engineering PAGE 1916-8-2013 From a ‘wiring diagram’ to a set of ODEs • Mass balance for each species Change in concentration = (producing reactions) - (consuming and degrading processes) • Each mass balance will translate into a (1st order) differential equation • Species are coupled through interactions (biochemical conversions)  network  system of coupled differential equations ( )dx t dt
  • 20. An irreversible monomolecular reaction • An irreversible monomolecular reaction Autonomous system (chemistry: closed system) • Law of mass action • Model with y = [A] • Initial condition • Solution • Required: values for parameter(s) and initial conditions k A dy ky dt (0) 5y1k / biomedical engineering PAGE 2016-8-2013 0 kt y A e 0(0)y A
  • 21. / biomedical engineering PAGE 2116-8-2013 Simulation of biochemical systems
  • 22. / biomedical engineering PAGE 2216-8-2013 Simulation of 1st order ODE’s Numerical: discretization (here equidistant) • Taylor series expansion • For small td the higher powers td 2, td 3, … are very small. This suggests the crude approximation • Forward Euler method (1st order fixed step method): 2 [ 1] [ ] '[ ] ''[ ] . . . 2 d d t y i y i t y i y i H OT  [ 1] [ ] '[ ] [ ] ( )d dy i y i t y i y i t f i [ 1] [ ] ( , [ ])dy i y i t f i y i '( ) ( ( ))y t f y t y(0) = y0 td 2td0 [ ] ( ),dy i y it i 
  • 23. / biomedical engineering PAGE 2316-8-2013 Forward Euler method • A recurrence relation (Difference Equation) i i+1 slope= f (y[i]) td y[i] y[i+1] [ 1] [ ] ( , [ ])dy i y i t f i y i Example: molecular decay
  • 24. / biomedical engineering PAGE 2416-8-2013 Effect of integration step td on accuracy • exact solution • td = 1 • td = 0.1 • td = 0.01 0 2 4 6 8 10 0 1 2 3 4 5 Euler integration k=1 - ( ) (0) 5kt t y t y e e y ky
  • 25. / biomedical engineering PAGE 2516-8-2013 Using computers to simulate (bio)chemical kinetics • A great number of computer tools is available for simulation of systems of coupled DE’s • Matlab Python − Systems Biology Tlbx - PySCeS (Python Simulator − for Cellular Systems) • Supply a code that computes the time derivatives of the ‘state variables’ (right-hand side of 1st order differential equations) • Graphical modeling and simulation tools
  • 26. / biomedical engineering PAGE 2616-8-2013 1st order fixed step method • 1st order fixed step method • Euler: • In Matlab: • t1, tend, td and x0 depend on the system and the simulation • p is a vector with the model parameters • x is matrix with different time points as the rows and the states in the columns [ 1] [ ] ( )dx i x i t f i tspan=t1:td:tend; x(1,:)=x0; for i=1:length(tspan)-1 x(i+1,:)=x(i,:)+td*f(i,x(i,:),p); end function dx=f(i,x,p) … %enter the ODE’s here ( ) ( ( ))x t f x t x(0) = x0 autonomous system:
  • 27. / biomedical engineering PAGE 2716-8-2013 Variable step integration methods • Higher order, variable step method • In Matlab: • ‘options’ defines settings of the simulation algorithm and can be changed using odeset; usually default (options=[]) is OK • all input arguments of ode15s after ‘options’ are user defined; the function with the ODE’s has to accept these as the 3rd (and so forth) inputs • t is determined by Matlab tspan=[t1,tend]; [t,x]=ode15s(@f,tspan,x0,options, p); %see help ode15s function dxdt=f(t,x, p) … %enter the ODE’s here dxdt=dxdt(:); %ode45 requires output to be a column ( ) ( ( ))x t f x t x(0) = x0
  • 28. / biomedical engineering PAGE 2816-8-2013 Computer practical 1: Modelling and simulation of pathways
  • 29. / biomedical engineering PAGE 2916-8-2013
  • 30. / biomedical engineering PAGE 3016-8-2013

Notas do Editor

  1. » Change the starting slide numberTo change the slide number that appears on the first slide in your presentation, do the following:On the Design tab, in the Page Setup group, click Page Setup.In the Page Setup dialog box, in the Number slides from box, enter the number that you want shown on the first slide in your presentation, and then click OK.» Handouts printen op eenzwart-wit printer: kies (toch) voorafdrukken in Color (en niet grayscale)» Powerpoint security warning: references to external pictures have been blockedIf you copy an image from a website with Ctrl+C, the chance is very high, that you involuntarily copy a bit of HTML code which causes that warning message.
  2. 4,800 BScstudents (3% international)2,800 MScstudents (18% international)Total ~9000 studentsPrograms12 three-yearBachelor’s programs (BSc)28 two-yearMaster’sdegree programs  (MSc)Staff 3,200 employees (30% international) 2,000 academic staffDe TU/e has three Strategic Areas: Energy Health Smart Mobility
  3. Bachelor:2 tracks
  4. Understanding disease pathways / networksPersonalized Healthcare / Medicinebiomarkerspatient specific interventionguide drug discovery
  5. Detailed kinetic models, acute response to metabolic changes, such as stress testsParameter (sensitivity) analysisdecay reaction in Matlab
  6. http://web.mit.edu/dc/Policy/MIT%20White%20Paper%20on%20Convergence.pdf
  7. Open challengestrategies towards the integration of (bottom-up) systems biology models and more descriptive (top-down) bioinformatics modelsHere: bottom-up
  8. Mechanistic / mechanism-based modelsIt is important not only that the behavior of a given system is mimicked by model equations, but also that the model equations are physically / biologically reasonable<-> statistical models
  9. Recurrence relation (difference equation)