SlideShare a Scribd company logo
1 of 43
Data Integration in the Life Sciences
Feb. 5, 2015, Lorentz Center, Leiden
Natal van Riel
Systems Biology and Metabolic Diseases
n.a.w.v.riel@tue.nl, GEM-Z 3.109, tel. 040 247 5506
Objectives
• Follow-up on parameter estimation
• Propagation of Uncertainty
• ADAPT
/ biomedical engineering PAGE 22/5/2015
SlideShare
http://www.slideshare.net/natalvanriel
measuring
modelling
Today’s team
• Karen van Eunen (UMCG)
• Yared Paalvast (UMCG)
• Bert Groen (UMCG)
• Yvonne Rozendaal (TU/e)
• Natal van Riel (TU/e)
/ biomedical engineering PAGE 35-2-2015
Longitudinal - Treatment in time
/ biomedical engineering PAGE 45-2-2015
Preclinical study of pharmaceutical
intervention
• data: control, treated for 1, 2, 4, 7, 14, and 21 days
/ biomedical engineering PAGE 55-2-2015
0 10 20
0
100
200
Hepatic TG
Time [days]
[umol/g]
0 10 20
0
1
2
3
Hepatic CE
Time [days]
[umol/g]
0 10 20
0
2
4
6
Hepatic FC
Time [days]
[umol/g]
0 10 20
0
50
100
Hepatic TG
Time [days]
[umol]
0 10 20
0
0.5
1
1.5
Hepatic CE
Time [days]
[umol]
0 10 20
0
2
4
Hepatic FC
Time [days]
[umol]
0 10 20
0
1000
2000
3000
Plasma CE
Time [days]
[umol/L]
0 10 20
0
1000
2000
3000
HDL-CE
Time [days]
[umol/L]
0 10 20
0
500
1000
1500
Plasma TG
Time [days]
[umol/L]
0 10 20
6
8
10
12
VLDL clearance
Time [days]
[-]
0 10 20
100
200
300
400
ratio TG/CE
Time [days]
[-]
0 10 20
0
5
10
15
VLDL diameter
Time [days]
[nm]
0 10 20
0
1
2
3
VLDL-TG production
Time [days]
[umol/h]
0 10 20
1
2
3
Hepatic mass
Time [days]
[gram]
0 10 20
0
0.2
0.4
DNL
Time [days]
[-]
Grefhorst et al. Atherosclerosis, 2012, 222: 382– 389
Modelling
/ biomedical engineering PAGE 65-2-2015
Understanding (modeling) progressive diseases and effect of
treatment-in-time
Challenges:
• Many factors involved
• Different biological levels, many details unknown
• Dynamic interactions of molecular species, cells,
tissues/organs
• Multiple time scales (orders of magnitude different) - molecular
mechanisms governing cell behaviour versus gradual
(patho)physiological changes induced by a progressive disease
or therapeutic intervention
• In vivo values of parameters unknown
/ biomedical engineering PAGE 75-2-2015
ADAPT
Analysis of Dynamic Adaptations in Parameter Trajectories
/ biomedical engineering PAGE 85-2-2015
? ? ?
/ biomedical engineering PAGE 92/5/2015
Data integration via dynamic
network models
System identification
/ biomedical engineering PAGE 105-2-2015
M.C. Escher
Mechanism-based models for data integration
• Physical / biological interpretation of model variables and
parameters
• Structure based on known
physics and biology
• Parameter values estimated
from experimental data
(parameter identification)
/ biomedical engineering PAGE 115-2-2015
biology physics
model model
scheme equations
‘Fitting’ of model to data
• Known from linear regression
• Which ‘estimator’?
• Which algorithm?
• What are the underlying principles?
• What is the effect of the uncertainty (‘noise’) in the data
• Can we get more out of this than a line through some
datapoints?
• Can we generalize this? (nonlinear, dynamic)
/ biomedical engineering PAGE 122/5/2015
uu y
y u
Parameter Estimation
• Minimize the sum of squared model errors by varying model
parameters
• The parameter value for which criterion is minimal is the best
(most likely) estimate for the parameters
/ biomedical engineering PAGE 135-2-2015
parameters
+
-
MODEL ERROR
input
MODEL OUTPUT
MODEL
( ) ( | ) ( )d k y k k  
Dynamic systems and models
• Dynamic system (state-space representation)
• outputs:
• initial conditions:
• Stoichiometry matrix N
/ biomedical engineering PAGE 145-2-2015
u2
u1 1 S1
S3S2
S4
3
4 5
2
1 2 3 4 5v v v v v
1
2
3
4
1 0 1 1 0
1 1 0 0 0
1 1 0 0 0
0 0 0 1 1
S
S
S
S
  
  
 
 
 
N
/ biomedical engineering PAGE 155-2-2015
Dynamic systems and models
• Network structure and stoichiometry are fixed
• Variables: concentrations S (in x)
reaction rates v (in f)
• Parameters Vmax, Km, …
• In general, output y(t) cannot be calculated analytically, but
results from numerical simulation
• Matlab ODE suite, e.g. ode45, ode15s
• Mathematical model: continuous time
• Computational model: discrete time
( , , )x f x u t
y(t)u(tk)u(t) u(k)~
interpolate
y(tk)
1 2
1
2
( ) ( )
( )
( )
max
m
u t S t
v t V
K S t


A ‘driving’ / ‘forcing’ function
measured data is interpolated and used as input
Cubic spline
interpolation
Data interpolation
Matlab
• Linear interpolation
interp1
• Cubic Spline interpolation
csaps
/ biomedical engineering PAGE 165-2-2015
0 30 60 90 120 150 180
5
5.5
6
6.5
7
7.5
8
8.5
time [min]
G[mmol/L]
raw data
spline interpolation
0 30 60 90 120 150 180
5
5.5
6
6.5
7
7.5
8
8.5
time [min]
G[mmol/L]
raw data
linear interpolation
Parameter estimation for Dynamic models
• Error model
• Maximum Likelihood Estimation
/ biomedical engineering PAGE 175-2-2015
2
2
1 1
( ) ( | )
( )
n N
i i
i k ik
d k y k 
 
 
 
  
 

( ) ( | )i id k y k  
( | ) ( )i iy k k  
2
ˆ 0
ˆ arg min ( )

  


/ biomedical engineering PAGE 185-2-2015
Unknowns to be estimated
• Initial conditions of dynamic models x0 often not known for
biological / biomedical systems
• If measured → uncertainty / error
• So typically
• But potentially not all parameters/initial conditions need to be
estimated
0[ , ]p x 
0[ ', ']p x  0 0' 'p p x x 
/ biomedical engineering PAGE 195-2-2015
Parameter estimation for Dynamic models
• Parameter estimation: nesting of 2 numerical schemes
/ biomedical engineering PAGE 205-2-2015
Examples
A theoretical example
• A metabolic system with
metabolite controlled,
negative transcriptional
feedback
• A progressive
perturbation acting on
the gene/protein circuit
encoding the repressor
• Time scales relevant to this phenotype:
• Metabolic network – seconds
• Gene regulatory circuit – minutes/hours
• Progressive adaptation to the perturbation – days…
/ biomedical engineering PAGE 212/5/2015
R1
u2
u1 1 S1
S3S2
S4
3
4 5
2
7
6
Van Riel et al. (2013) Interface Focus, 3(2): 20120084
A theoretical example
Experimental data:
• metabolic profile (S1, S2, S3, S4)
• 5 stages / 5 ‘snapshots’
(time 1, 2, 3, 4, 5)
/ biomedical engineering PAGE 225-2-2015
R1
u2
u1 1 S1
S3S2
S4
3
4 5
2
7
6
R1
u2
u1 1 S1
S3S2
S4
3
4 5
2
7
6
Case 1: one model for each stage
• Transcription:
• Simulate steady-state xss
• Infer values for from the data for stage 2, 3, 4, 5
• Stoichiometry matrix
• ODE model
/ biomedical engineering PAGE 235-2-2015
1 2
1 max
1i
u S
v V
K R


 
( )
( ), , ( )
d t
f t t
dt

x
N x p u
6 6 4
6 0.01
v k S
k
 

6
ˆk
1 0 1 1 0
1 1 0 0 0
1 1 0 0 0
0 0 0 1 1
  
  
 
 
 
N
Estimate transcription rate k6 for the time
points after the perturbation
/ biomedical engineering PAGE 245-2-2015
R1
u2
u1 1 S1
S3S2
S4
3
4 5
2
7
6
• Statistically acceptable fits and
accurate parameter estimates
0 1 2 3 4
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1.6
days
S1
S2
S3
S4
1 2 3 4 5
Results case 1
• Case 1:
• Metabolic level: topology and interaction kinetics known
• Gene / protein level: topology known, kinetic parameters
unknown (changing)
• Kinetic parameters of the gene/protein circuit estimated from
experimental observations at the metabolic level (metabolic
profiling) during the different stages of progression
• Resulting in 5 separate simulation models (one for each stage)
/ biomedical engineering PAGE 255-2-2015
stage 1 stage 5
Case 2: Lacking information at gene/protein
level
• Next, a more challenging but common scenario is explored:
• Metabolic level: topology known, uncertainty in interaction
kinetics (kinetic parameters)
• Gene / protein level: from functional genomics studies we
know that the intervention affects a gene/protein controlling
reaction 1 (but molecular details are lacking)
• Same experimental observations, reflecting progressive
metabolic adaptations after an intervention at time 0 (stage 1)
/ biomedical engineering PAGE 265-2-2015
u2
u1 1 S1
S3S2
S4
3
4 5
2
Analyze the data as individual ‘snapshots’
• Metabolic network without feedback
• The unknown adaptation at gene/protein level is translated into
an unknown, but inferable value for the metabolic rate constant
• However, like in the approach with case 1, this ignores the fact
that the snapshots are linked
/ biomedical engineering PAGE 275-2-2015
1 1 1 2
ˆv k u Smax
1 1 2
4( )m
V
v u S
K f S


 
( )
( ), , ( )
d t
f t t
dt

x
N x p u
u2
u1 1 S1
S3S2
S4
3
4 5
2
phenomenological parameter
k1 (‘undermodeling’)
/ biomedical engineering PAGE 285-2-2015
Identifiability and Uncertainty
/ biomedical engineering PAGE 295-2-2015
The Elephant in the Room,
Banksy exhibition, 2006
Bootstrapping
• Sampling based method
/ biomedical engineering PAGE 302/5/2015
Vanlier et al. Math Biosci. 2013 Mar 25
Example cont’d – case 2
• Monte Carlo (drawing samples from the data distribution)
• MLE (weighting with the data variance)
/ biomedical engineering PAGE 315-2-2015
u2
u1 1 S1
S3S2
S4
3
4 5
2
Simulation of
the five
models,
with the
mean value
of the
ensemble of
parameter k1
for the
different
stages.
k1
/ biomedical engineering PAGE 322/5/2015
ADAPT
Time-continuous description of the data
• ADAPT accounts for uncertainty in the data
• ADAPT accounts for potential differences in dynamic behavior
/ biomedical engineering PAGE 335-2-2015
Gaussian distribution
Sampling replicates from error model
( , )d d N
Modelling phenotype transition (1)
34
treatment
disease progression
 longitudinal discrete data: different phenotypes
Introducing time-dependent parameters
35
 steady state model
Parameter trajectory estimation
36
 steady state model
 iteratively calibrate model to data: estimate parameters over time
minimize difference between data and model simulation
Parameter trajectory estimation
37
 steady state model
 iteratively calibrate model to data: estimate parameters over time
Parameter trajectory estimation
38
 steady state model
 iteratively calibrate model to data: estimate parameters over time
Modelling phenotype transition
 longitudinal discrete data: different phenotypes
 estimate continuous data: ensemble of cubic smooth spline
 incorporate uncertainty in data: multiple describing functions
/ biomedical engineering PAGE 395-2-2015
Estimated parameter trajectories
/ biomedical engineering PAGE 402/5/2015
Results with ADAPT
• Using the model of the metabolic network to integrate and
connect metabolomic data obtained at different stages of
progressive adaptations after an intervention
/ biomedical engineering PAGE 415-2-2015
u2
u1 1 S1
S3S2
S4
3
4 5
2
Van Riel et al. (2013) Interface Focus, 3(2): 20120084
ADAPT of lipoprotein and lipid metabolism
• Connecting the longitudinal data
• Taking into account uncertainties
/ biomedical engineering PAGE 425-2-2015
• Calculating unobserved quantities
Tiemann et al. (2013) PLoS
Comput Biol. 9: e1003166
Literature
• Hijmans BS, Tiemann CA, Grefhorst A, Boesjes M, van Dijk TH, Tietge UJ, Kuipers F,
van Riel NA, Groen AK, Oosterveer MH. A systems biology approach reveals the
physiological origin of hepatic steatosis induced by liver X receptor activation. FASEB
Journal, 2014 Dec 4. [Epub ahead of print]
• Tiemann CA, Vanlier J, Hilbers PA, and van Riel NA. Parameter adaptations during
phenotype transitions in progressive diseases. BMC Syst Biol. 5:174, 2011.
• Tiemann CA, Vanlier J, Oosterveer MH, Groen AK, Hilbers PAJ, and van Riel NAW.
Parameter trajectory analysis to identify treatment effects of pharmacological
interventions. PLoS computational biology 9: e1003166, 2013.
• van Riel NA, Tiemann CA, Vanlier J, and Hilbers PA. Applications of analysis of
dynamic adaptations in parameter trajectories. Interface Focus 3(2): 20120084, 2013.
/ biomedical engineering PAGE 432/5/2015
Systems Biology of Disease Progression
http://www.youtube.com/watch?v=x54ysJDS7i8

More Related Content

Viewers also liked

Configuring VLEs For Mathematics
Configuring VLEs For MathematicsConfiguring VLEs For Mathematics
Configuring VLEs For MathematicsOlga Caprotti
 
Infographic: Changing a Car Tire
Infographic: Changing a Car TireInfographic: Changing a Car Tire
Infographic: Changing a Car TireMiranda Booher
 
Mobile tech: trends & tools
Mobile tech: trends & toolsMobile tech: trends & tools
Mobile tech: trends & toolsMemo Cordova
 
A Comprehensive Guide to Videoconferencing and Media in ICT
A Comprehensive Guide to Videoconferencing and Media in ICTA Comprehensive Guide to Videoconferencing and Media in ICT
A Comprehensive Guide to Videoconferencing and Media in ICTMatthew Wolff
 
Building a Credit History with a Secured Credit Card
Building a Credit History with a Secured Credit Card Building a Credit History with a Secured Credit Card
Building a Credit History with a Secured Credit Card Global Client Solutions
 
Travel Guides Online
Travel Guides OnlineTravel Guides Online
Travel Guides OnlineEnrico Caputo
 
Mid-Autumn Celebrations • Bengawan Solo
Mid-Autumn Celebrations • Bengawan SoloMid-Autumn Celebrations • Bengawan Solo
Mid-Autumn Celebrations • Bengawan SoloToolbox Design
 
Lugares turísticos Ecuador
Lugares turísticos EcuadorLugares turísticos Ecuador
Lugares turísticos Ecuadorangiecruze
 
National Diploma Marketing
National Diploma MarketingNational Diploma Marketing
National Diploma MarketingMpho Tumisi
 
Python for Chemistry
Python for ChemistryPython for Chemistry
Python for Chemistrybaoilleach
 

Viewers also liked (15)

Configuring VLEs For Mathematics
Configuring VLEs For MathematicsConfiguring VLEs For Mathematics
Configuring VLEs For Mathematics
 
Infographic: Changing a Car Tire
Infographic: Changing a Car TireInfographic: Changing a Car Tire
Infographic: Changing a Car Tire
 
Data protection in cloud
Data protection in cloudData protection in cloud
Data protection in cloud
 
Bielizna szpitalna
Bielizna szpitalnaBielizna szpitalna
Bielizna szpitalna
 
Db2
Db2Db2
Db2
 
Mobile tech: trends & tools
Mobile tech: trends & toolsMobile tech: trends & tools
Mobile tech: trends & tools
 
Ballerina
BallerinaBallerina
Ballerina
 
A Comprehensive Guide to Videoconferencing and Media in ICT
A Comprehensive Guide to Videoconferencing and Media in ICTA Comprehensive Guide to Videoconferencing and Media in ICT
A Comprehensive Guide to Videoconferencing and Media in ICT
 
Building a Credit History with a Secured Credit Card
Building a Credit History with a Secured Credit Card Building a Credit History with a Secured Credit Card
Building a Credit History with a Secured Credit Card
 
The joys of accessible design with an open source catalogue
The joys of accessible design with an open source catalogueThe joys of accessible design with an open source catalogue
The joys of accessible design with an open source catalogue
 
Travel Guides Online
Travel Guides OnlineTravel Guides Online
Travel Guides Online
 
Mid-Autumn Celebrations • Bengawan Solo
Mid-Autumn Celebrations • Bengawan SoloMid-Autumn Celebrations • Bengawan Solo
Mid-Autumn Celebrations • Bengawan Solo
 
Lugares turísticos Ecuador
Lugares turísticos EcuadorLugares turísticos Ecuador
Lugares turísticos Ecuador
 
National Diploma Marketing
National Diploma MarketingNational Diploma Marketing
National Diploma Marketing
 
Python for Chemistry
Python for ChemistryPython for Chemistry
Python for Chemistry
 

Similar to ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories

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 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
 
Modelling physiological uncertainty
Modelling physiological uncertaintyModelling physiological uncertainty
Modelling physiological uncertaintyNatal van Riel
 
Qsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharingQsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharingNatal van Riel
 
Imputation techniques for missing data in clinical trials
Imputation techniques for missing data in clinical trialsImputation techniques for missing data in clinical trials
Imputation techniques for missing data in clinical trialsNitin George
 
⭐⭐⭐⭐⭐ 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
 
Feature Engineering
Feature Engineering Feature Engineering
Feature Engineering odsc
 
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 the effluent quality utilizing optical monitoring
Modelling the effluent quality utilizing optical monitoringModelling the effluent quality utilizing optical monitoring
Modelling the effluent quality utilizing optical monitoringCLIC Innovation Ltd
 
Reduced-cost ensemble Kalman filter for front-tracking problems
Reduced-cost ensemble Kalman filter for front-tracking problemsReduced-cost ensemble Kalman filter for front-tracking problems
Reduced-cost ensemble Kalman filter for front-tracking problemsMélanie Rochoux
 
QCP user manual EN.pdf
QCP user manual EN.pdfQCP user manual EN.pdf
QCP user manual EN.pdfEmerson Ceras
 
Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...
Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...
Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...Barbara Russo
 
Bridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- EvaluationBridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- EvaluationThomas Ploetz
 
Biological variation as an uncertainty component
Biological variation as an uncertainty componentBiological variation as an uncertainty component
Biological variation as an uncertainty componentGH Yeoh
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellCirdan
 
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
 

Similar to ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories (20)

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 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
 
Modelling physiological uncertainty
Modelling physiological uncertaintyModelling physiological uncertainty
Modelling physiological uncertainty
 
Process diagnostics
Process diagnosticsProcess diagnostics
Process diagnostics
 
Qsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharingQsp basel nvan riel 4sharing
Qsp basel nvan riel 4sharing
 
Statistics
StatisticsStatistics
Statistics
 
Imputation techniques for missing data in clinical trials
Imputation techniques for missing data in clinical trialsImputation techniques for missing data in clinical trials
Imputation techniques for missing data in clinical trials
 
⭐⭐⭐⭐⭐ 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
 
Feature Engineering
Feature Engineering Feature Engineering
Feature Engineering
 
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 the effluent quality utilizing optical monitoring
Modelling the effluent quality utilizing optical monitoringModelling the effluent quality utilizing optical monitoring
Modelling the effluent quality utilizing optical monitoring
 
The Right Way
The Right WayThe Right Way
The Right Way
 
Reduced-cost ensemble Kalman filter for front-tracking problems
Reduced-cost ensemble Kalman filter for front-tracking problemsReduced-cost ensemble Kalman filter for front-tracking problems
Reduced-cost ensemble Kalman filter for front-tracking problems
 
QCP user manual EN.pdf
QCP user manual EN.pdfQCP user manual EN.pdf
QCP user manual EN.pdf
 
Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...
Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...
Mining System Logs to Learn Error Predictors, Universität Stuttgart, Stuttgar...
 
presentation_btp
presentation_btppresentation_btp
presentation_btp
 
Bridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- EvaluationBridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
 
Biological variation as an uncertainty component
Biological variation as an uncertainty componentBiological variation as an uncertainty component
Biological variation as an uncertainty component
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
 
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
 

More from Natal 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
 
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
 
Modelling with differential equations
Modelling with differential equationsModelling with differential equations
Modelling with differential equationsNatal van Riel
 

More from Natal van Riel (11)

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
 
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
 
Modelling with differential equations
Modelling with differential equationsModelling with differential equations
Modelling with differential equations
 

Recently uploaded

Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencySheetal Arora
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPirithiRaju
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)Areesha Ahmad
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxAArockiyaNisha
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSSLeenakshiTyagi
 

Recently uploaded (20)

Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSS
 

ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories

  • 1. Data Integration in the Life Sciences Feb. 5, 2015, Lorentz Center, Leiden Natal van Riel Systems Biology and Metabolic Diseases n.a.w.v.riel@tue.nl, GEM-Z 3.109, tel. 040 247 5506
  • 2. Objectives • Follow-up on parameter estimation • Propagation of Uncertainty • ADAPT / biomedical engineering PAGE 22/5/2015 SlideShare http://www.slideshare.net/natalvanriel measuring modelling
  • 3. Today’s team • Karen van Eunen (UMCG) • Yared Paalvast (UMCG) • Bert Groen (UMCG) • Yvonne Rozendaal (TU/e) • Natal van Riel (TU/e) / biomedical engineering PAGE 35-2-2015
  • 4. Longitudinal - Treatment in time / biomedical engineering PAGE 45-2-2015
  • 5. Preclinical study of pharmaceutical intervention • data: control, treated for 1, 2, 4, 7, 14, and 21 days / biomedical engineering PAGE 55-2-2015 0 10 20 0 100 200 Hepatic TG Time [days] [umol/g] 0 10 20 0 1 2 3 Hepatic CE Time [days] [umol/g] 0 10 20 0 2 4 6 Hepatic FC Time [days] [umol/g] 0 10 20 0 50 100 Hepatic TG Time [days] [umol] 0 10 20 0 0.5 1 1.5 Hepatic CE Time [days] [umol] 0 10 20 0 2 4 Hepatic FC Time [days] [umol] 0 10 20 0 1000 2000 3000 Plasma CE Time [days] [umol/L] 0 10 20 0 1000 2000 3000 HDL-CE Time [days] [umol/L] 0 10 20 0 500 1000 1500 Plasma TG Time [days] [umol/L] 0 10 20 6 8 10 12 VLDL clearance Time [days] [-] 0 10 20 100 200 300 400 ratio TG/CE Time [days] [-] 0 10 20 0 5 10 15 VLDL diameter Time [days] [nm] 0 10 20 0 1 2 3 VLDL-TG production Time [days] [umol/h] 0 10 20 1 2 3 Hepatic mass Time [days] [gram] 0 10 20 0 0.2 0.4 DNL Time [days] [-] Grefhorst et al. Atherosclerosis, 2012, 222: 382– 389
  • 7. Understanding (modeling) progressive diseases and effect of treatment-in-time Challenges: • Many factors involved • Different biological levels, many details unknown • Dynamic interactions of molecular species, cells, tissues/organs • Multiple time scales (orders of magnitude different) - molecular mechanisms governing cell behaviour versus gradual (patho)physiological changes induced by a progressive disease or therapeutic intervention • In vivo values of parameters unknown / biomedical engineering PAGE 75-2-2015
  • 8. ADAPT Analysis of Dynamic Adaptations in Parameter Trajectories / biomedical engineering PAGE 85-2-2015 ? ? ?
  • 9. / biomedical engineering PAGE 92/5/2015 Data integration via dynamic network models
  • 10. System identification / biomedical engineering PAGE 105-2-2015 M.C. Escher
  • 11. Mechanism-based models for data integration • Physical / biological interpretation of model variables and parameters • Structure based on known physics and biology • Parameter values estimated from experimental data (parameter identification) / biomedical engineering PAGE 115-2-2015 biology physics model model scheme equations
  • 12. ‘Fitting’ of model to data • Known from linear regression • Which ‘estimator’? • Which algorithm? • What are the underlying principles? • What is the effect of the uncertainty (‘noise’) in the data • Can we get more out of this than a line through some datapoints? • Can we generalize this? (nonlinear, dynamic) / biomedical engineering PAGE 122/5/2015 uu y y u
  • 13. Parameter Estimation • Minimize the sum of squared model errors by varying model parameters • The parameter value for which criterion is minimal is the best (most likely) estimate for the parameters / biomedical engineering PAGE 135-2-2015 parameters + - MODEL ERROR input MODEL OUTPUT MODEL ( ) ( | ) ( )d k y k k  
  • 14. Dynamic systems and models • Dynamic system (state-space representation) • outputs: • initial conditions: • Stoichiometry matrix N / biomedical engineering PAGE 145-2-2015 u2 u1 1 S1 S3S2 S4 3 4 5 2 1 2 3 4 5v v v v v 1 2 3 4 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1 S S S S             N
  • 15. / biomedical engineering PAGE 155-2-2015 Dynamic systems and models • Network structure and stoichiometry are fixed • Variables: concentrations S (in x) reaction rates v (in f) • Parameters Vmax, Km, … • In general, output y(t) cannot be calculated analytically, but results from numerical simulation • Matlab ODE suite, e.g. ode45, ode15s • Mathematical model: continuous time • Computational model: discrete time ( , , )x f x u t y(t)u(tk)u(t) u(k)~ interpolate y(tk) 1 2 1 2 ( ) ( ) ( ) ( ) max m u t S t v t V K S t   A ‘driving’ / ‘forcing’ function measured data is interpolated and used as input Cubic spline interpolation
  • 16. Data interpolation Matlab • Linear interpolation interp1 • Cubic Spline interpolation csaps / biomedical engineering PAGE 165-2-2015 0 30 60 90 120 150 180 5 5.5 6 6.5 7 7.5 8 8.5 time [min] G[mmol/L] raw data spline interpolation 0 30 60 90 120 150 180 5 5.5 6 6.5 7 7.5 8 8.5 time [min] G[mmol/L] raw data linear interpolation
  • 17. Parameter estimation for Dynamic models • Error model • Maximum Likelihood Estimation / biomedical engineering PAGE 175-2-2015 2 2 1 1 ( ) ( | ) ( ) n N i i i k ik d k y k              ( ) ( | )i id k y k   ( | ) ( )i iy k k   2 ˆ 0 ˆ arg min ( )      
  • 18. / biomedical engineering PAGE 185-2-2015 Unknowns to be estimated • Initial conditions of dynamic models x0 often not known for biological / biomedical systems • If measured → uncertainty / error • So typically • But potentially not all parameters/initial conditions need to be estimated 0[ , ]p x  0[ ', ']p x  0 0' 'p p x x 
  • 19. / biomedical engineering PAGE 195-2-2015 Parameter estimation for Dynamic models • Parameter estimation: nesting of 2 numerical schemes
  • 20. / biomedical engineering PAGE 205-2-2015 Examples
  • 21. A theoretical example • A metabolic system with metabolite controlled, negative transcriptional feedback • A progressive perturbation acting on the gene/protein circuit encoding the repressor • Time scales relevant to this phenotype: • Metabolic network – seconds • Gene regulatory circuit – minutes/hours • Progressive adaptation to the perturbation – days… / biomedical engineering PAGE 212/5/2015 R1 u2 u1 1 S1 S3S2 S4 3 4 5 2 7 6 Van Riel et al. (2013) Interface Focus, 3(2): 20120084
  • 22. A theoretical example Experimental data: • metabolic profile (S1, S2, S3, S4) • 5 stages / 5 ‘snapshots’ (time 1, 2, 3, 4, 5) / biomedical engineering PAGE 225-2-2015 R1 u2 u1 1 S1 S3S2 S4 3 4 5 2 7 6
  • 23. R1 u2 u1 1 S1 S3S2 S4 3 4 5 2 7 6 Case 1: one model for each stage • Transcription: • Simulate steady-state xss • Infer values for from the data for stage 2, 3, 4, 5 • Stoichiometry matrix • ODE model / biomedical engineering PAGE 235-2-2015 1 2 1 max 1i u S v V K R     ( ) ( ), , ( ) d t f t t dt  x N x p u 6 6 4 6 0.01 v k S k    6 ˆk 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 1             N
  • 24. Estimate transcription rate k6 for the time points after the perturbation / biomedical engineering PAGE 245-2-2015 R1 u2 u1 1 S1 S3S2 S4 3 4 5 2 7 6 • Statistically acceptable fits and accurate parameter estimates 0 1 2 3 4 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 days S1 S2 S3 S4 1 2 3 4 5
  • 25. Results case 1 • Case 1: • Metabolic level: topology and interaction kinetics known • Gene / protein level: topology known, kinetic parameters unknown (changing) • Kinetic parameters of the gene/protein circuit estimated from experimental observations at the metabolic level (metabolic profiling) during the different stages of progression • Resulting in 5 separate simulation models (one for each stage) / biomedical engineering PAGE 255-2-2015 stage 1 stage 5
  • 26. Case 2: Lacking information at gene/protein level • Next, a more challenging but common scenario is explored: • Metabolic level: topology known, uncertainty in interaction kinetics (kinetic parameters) • Gene / protein level: from functional genomics studies we know that the intervention affects a gene/protein controlling reaction 1 (but molecular details are lacking) • Same experimental observations, reflecting progressive metabolic adaptations after an intervention at time 0 (stage 1) / biomedical engineering PAGE 265-2-2015 u2 u1 1 S1 S3S2 S4 3 4 5 2
  • 27. Analyze the data as individual ‘snapshots’ • Metabolic network without feedback • The unknown adaptation at gene/protein level is translated into an unknown, but inferable value for the metabolic rate constant • However, like in the approach with case 1, this ignores the fact that the snapshots are linked / biomedical engineering PAGE 275-2-2015 1 1 1 2 ˆv k u Smax 1 1 2 4( )m V v u S K f S     ( ) ( ), , ( ) d t f t t dt  x N x p u u2 u1 1 S1 S3S2 S4 3 4 5 2 phenomenological parameter k1 (‘undermodeling’)
  • 28. / biomedical engineering PAGE 285-2-2015 Identifiability and Uncertainty
  • 29. / biomedical engineering PAGE 295-2-2015 The Elephant in the Room, Banksy exhibition, 2006
  • 30. Bootstrapping • Sampling based method / biomedical engineering PAGE 302/5/2015 Vanlier et al. Math Biosci. 2013 Mar 25
  • 31. Example cont’d – case 2 • Monte Carlo (drawing samples from the data distribution) • MLE (weighting with the data variance) / biomedical engineering PAGE 315-2-2015 u2 u1 1 S1 S3S2 S4 3 4 5 2 Simulation of the five models, with the mean value of the ensemble of parameter k1 for the different stages. k1
  • 32. / biomedical engineering PAGE 322/5/2015 ADAPT
  • 33. Time-continuous description of the data • ADAPT accounts for uncertainty in the data • ADAPT accounts for potential differences in dynamic behavior / biomedical engineering PAGE 335-2-2015 Gaussian distribution Sampling replicates from error model ( , )d d N
  • 34. Modelling phenotype transition (1) 34 treatment disease progression  longitudinal discrete data: different phenotypes
  • 36. Parameter trajectory estimation 36  steady state model  iteratively calibrate model to data: estimate parameters over time minimize difference between data and model simulation
  • 37. Parameter trajectory estimation 37  steady state model  iteratively calibrate model to data: estimate parameters over time
  • 38. Parameter trajectory estimation 38  steady state model  iteratively calibrate model to data: estimate parameters over time
  • 39. Modelling phenotype transition  longitudinal discrete data: different phenotypes  estimate continuous data: ensemble of cubic smooth spline  incorporate uncertainty in data: multiple describing functions / biomedical engineering PAGE 395-2-2015
  • 40. Estimated parameter trajectories / biomedical engineering PAGE 402/5/2015
  • 41. Results with ADAPT • Using the model of the metabolic network to integrate and connect metabolomic data obtained at different stages of progressive adaptations after an intervention / biomedical engineering PAGE 415-2-2015 u2 u1 1 S1 S3S2 S4 3 4 5 2 Van Riel et al. (2013) Interface Focus, 3(2): 20120084
  • 42. ADAPT of lipoprotein and lipid metabolism • Connecting the longitudinal data • Taking into account uncertainties / biomedical engineering PAGE 425-2-2015 • Calculating unobserved quantities Tiemann et al. (2013) PLoS Comput Biol. 9: e1003166
  • 43. Literature • Hijmans BS, Tiemann CA, Grefhorst A, Boesjes M, van Dijk TH, Tietge UJ, Kuipers F, van Riel NA, Groen AK, Oosterveer MH. A systems biology approach reveals the physiological origin of hepatic steatosis induced by liver X receptor activation. FASEB Journal, 2014 Dec 4. [Epub ahead of print] • Tiemann CA, Vanlier J, Hilbers PA, and van Riel NA. Parameter adaptations during phenotype transitions in progressive diseases. BMC Syst Biol. 5:174, 2011. • Tiemann CA, Vanlier J, Oosterveer MH, Groen AK, Hilbers PAJ, and van Riel NAW. Parameter trajectory analysis to identify treatment effects of pharmacological interventions. PLoS computational biology 9: e1003166, 2013. • van Riel NA, Tiemann CA, Vanlier J, and Hilbers PA. Applications of analysis of dynamic adaptations in parameter trajectories. Interface Focus 3(2): 20120084, 2013. / biomedical engineering PAGE 432/5/2015 Systems Biology of Disease Progression http://www.youtube.com/watch?v=x54ysJDS7i8