-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thesis_Presentation.Rmd
706 lines (406 loc) · 21 KB
/
Thesis_Presentation.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
---
title: "Thesis Presentation"
subtitle: ""
author: "Greg Papageorgiou"
institute: "RStudio, PBC"
date: "2016/12/12 (updated: `r Sys.Date()`)"
output:
xaringan::moon_reader:
# self_contained: true
# includes:
# after_body: "insert_logo.html"
css: ["default", "custom_thesis.css", "https://use.typekit.net/nrr7aiu.css"]
lib_dir: libs
nature:
ratio: '16:9'
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
seal: false
---
```{r, include=FALSE}
# htmltools::tagList(rmarkdown::html_dependency_font_awesome())
```
```{r xaringanExtra-freezeframe, echo=FALSE}
#htmltools::tagList(xaringanExtra:::html_dependency_freezeframe())
xaringanExtra:::use_freezeframe()
```
class: title-slide
???
Thank you Sir/Madam <b>Rector</b>, dear committee members, colleagues, family and friends.
I would like to thank you all for being here today, and I would like to take this opportunity to give you an overview of the research that forms my doctoral dissertation.
---
class: section-title, middle, center
# MOTIVATION
## Heart Function & Disease
???
Let me start with the motivation of my research which concerns the heart, its function and disease.
---
# Heart Function & Disease
<img src="Media/GIFs/Heart_1.gif" style = 'width: 20%; float: left; margin-top: 150px;'>
???
The heart is a muscular organ that consists of two atria and two ventricles.
The right-atrium receives the blood from the veins and sends it to the right ventricle. From there the blood is sent to the lungs to become oxygenated.
The oxygen-rich blood is then sent to the rest of the body by the contractions of the left ventricle.
The ideal flow of the blood depends mainly on the function of the four valves of the heart which ensure that blood flows in the right direction through the heart.
---
# Heart Function & Disease
<img src="Media/GIFs/Heart_1.gif" style = 'width: 20%; float: left; margin-top: 150px;'>
<img src="Media/Images/Broken_Heart.png" style = 'width: 20%; float: right; margin-top: -200px;'>
<img src="Media/Images/right_arrow.png" style = 'width: 80%; float: center; margin-top: -300px;'>
???
This ideal flow of the blood may be disrupted, however, causing our health to deteriorate and increase our risk of dying. Unfortunately, there are several causes for such disruptions such as:
---
# Heart Function & Disease
<img src="Media/GIFs/Heart_1.gif" style = 'width: 20%; float: left; margin-top: 150px;'>
<img src="Media/Images/Broken_Heart.png" style = 'width: 20%; float: right; margin-top: -200px;'>
<img src="Media/Images/right_arrow.png" style = 'width: 80%; float: center; margin-top: -300px;'>
<div style = "position: absolute; right: 650px; bottom: 300px; align: center">
<p align = 'center'>
<span style = "font-family: proxima-nova, sans-serif; color: #2d4059; font-size = 28px;">
Congenital <br>Heart <br> Disease <br> (CHD)
</span>
</p>
</div>
???
Congenital Heart Disease, which is the most common type of congenital disability and refers to a broad range of defects and symptoms.
---
# Heart Function & Disease
<img src="Media/GIFs/Heart_1.gif" style = 'width: 20%; float: left; margin-top: 150px;'>
<img src="Media/Images/Broken_Heart.png" style = 'width: 20%; float: right; margin-top: -200px;'>
<img src="Media/Images/right_arrow.png" style = 'width: 80%; float: center; margin-top: -300px;'>
<div style = "position: absolute; right: 650px; bottom: 300px; align: center">
<p align = 'center'>
<span style = "font-family: proxima-nova, sans-serif; color: #2d4059; font-size = 28px;">
Congenital <br>Heart <br> Disease <br> (CHD)
</span>
</p>
</div>
<div style = "position: absolute; right: 500px; bottom: 200px; align: center">
<p align = 'center'>
<span style = "font-family: proxima-nova, sans-serif; color: #2d4059; font-size = 28px;">
Heart <br>Failure
</span>
</p>
</div>
???
and Heart Failure, a chronic and progressive condition in which the heart cannot fulfill the body's needs for blood and oxygen.
---
class: section-title, middle, center
# MOTIVATION
## Datasets
???
While Congenital Heart Disease and Heart failure are only two such examples, they may lead to many different complications and health risks.
Let me, therefore, describe in a bit more detail two of the studies that motivated our research and concern patients suffering from these two diseases .
---
# Pulmonary Valve
.pull-left[
- <b>CHD</b>:
- 20% $\rightarrow$ RVOT complications: pulmonary atresia, pulmonary valve stenosis, tetralogy of fallot.
- RVOT reconstruction with a <b>pulmonary valve replacement</b>.
]
???
The first study focuses on the pulmonary valve.
1 out of 5 Congenital Heart Disease patients may suffer from complications with the Right Ventricular Outflow Tract such as
- <b>pulmonary atresia</b>: a birth defect where the pulmonary valve does not fully form.
- <b>pulmonary valve stenosis</b>: a narrowing of the pulmonary valve that disrupts the blood flow.
- <b>tetralogy of fallot</b>: which is characterized by four defects including stenosis of the pulmonary valve.
These patients will most likely undergo Right Ventricular Outflow Tract reconstruction with a pulmonary valve replacement.
---
# Pulmonary Valve
.pull-left[
- <b>CHD</b>:
- 20% $\rightarrow$ RVOT complications: pulmonary atresia, pulmonary valve stenosis, tetralogy of fallot.
- RVOT reconstruction with a <b>pulmonary valve replacement</b>.
- <b>ROSS patients</b>:
- Pulmonary valve used as a transplant for the aortic valve.
- <b>Pulmonary valve replacement</b> needed for the pulmonary position.
]
???
<b>Pulmonary valve replacement</b> is also needed for ROSS patients as according to the ROSS procedure their own pulmonary valve is used as a replacement for their diseased aortic valve.
That means that a substitute is then needed for the pulmonary position.
---
# Pulmonary Valve
.pull-left[
- Pulmonary valve replacements do not last forever.
- Echocardiographic follow-up to measure the pulmonary gradient.
- More than one replacements might be necessary during lifetime:
- Too early: $\rightarrow$ more replacements necessary.
- Too late: $\rightarrow$ increased risk of dying.
]
???
These pulmonary valve replacements may not last forever and additional valve replacements might be necessary for these patients in the future.
Therefore, these patients are monitored closely over time. Measures such as their pulmonary gradient, which represents the pressure at which the blood flows through the pulmonary valve are being recorded over time in order to assess whether additional interventions are necessary.
The timing of such interventions is crucial as if done too early then more replacements might be needed while if done too late the risk of dying increases.
---
# Heart Failure
.pull-left[
- High Risk of complications: thrombosis, embolic events, dialysis.
- Liver function $\rightarrow$ monitor total bilirubin.
- Kidney function $\rightarrow$ monitor creatinine.
- Left Ventricular Assist Device (LVAD).
]
<img src="Media/Images/LVAD.png" style = 'width: 40%; float: right; margin-left:100px; margin-top: -250px;'>
???
The second study concerns heart failure.
End-stage heart failure patients are in high risk of several and serious complications such as thormbosis, embolic events and dialysis.
Treating physicians follow these patients closely and collect biomarker measurements for their liver and kidney function and may consider to intervene with a Left Ventricular Assist Device.
This device takes over the heart function and is also used as a bridge therapy while waiting for a heart transplant.
While the Left Ventricular Assist Device considerably increases the chance of survival for these patients it might also increase the risk for complications.
It is therefore very important to understand the impact of this device at different stages after heart failure in order to improve the health management of these patients.
---
class: section-title, middle, center
# MOTIVATION
## Joint Modeling
???
While the two examples I described, seem and are very different in clinical terms, they also have a lot of features in common, when viewed from a statistical point of view. Let me explain what I mean.
---
# General idea
<img src="Static_Images/Two_State.png" style = 'float: center; margin-top: 150px;'>
???
In both situations we are dealing with a disease which may increase the risk for experiencing a negative health related outcome.
---
# General idea
<img src="Static_Images/Two_State_long.png" style = 'float: center; margin-top: 150px;'>
???
As soon as we diagnose the problem, we start to follow-up the patient and record longitudinal outcomes that are associated with their risk as they have the potential to help us manage these patients better and prevent negative outcomes for their health.
---
# Joint Model
<center>
<img src="Animations/JM_Classic/White_BG/animation_haz.gif">
</center>
???
Risk is a continuous function that changes over time. It can increase, decrease or stay constant depending on other factors.
---
# Joint Model
<center>
<img src="Animations/JM_Classic/White_BG/animation_obs.gif">
</center>
???
Since we cannot measure risk directly, we monitor other markers repeatedly over time, which can help us estimate it instead.
However, these repeated measurements are subject to measurement error and are only fragments, snapshots of a continuous process that may change faster than we are able to measure it.
---
# Joint Model
<center>
<img src="Animations/JM_Classic/White_BG/animation_long.gif">
</center>
???
We therefore use a specific class of statistical models, known as mixed-effects models, to recover the true underlying subject-specific trajectory which is also a continuous function of time.
By doing so, we not only account for the measurement error but also for the fact that measurements from the same subjects are potentially more similar than measurements from different subjects.
---
# Joint Model
<center>
<img src="Static_Images/JMclassic_Haz_static.png">
</center>
???
After recovering the true underlying trajectory of the longitudinal outcome we need to think of a way to link it to the risk. There are several options for doing so.
---
# Joint Model
<center>
<img src="Animations/JM_Classic/White_BG/animation_assoc_val.gif">
</center>
???
We can assume that the value of the the longitudinal outcome at each time point is associated with the risk at that same time point.
This could mean that higher values of the longitudinal outcome translate to higher risk in the case of a positive association, for example.
---
# Joint Model
<center>
<img src="Animations/JM_Classic/White_BG/animation_assoc_slope.gif">
</center>
???
Another option is to assume that the rate of increase or decrease of the longitudinal outcome at each time point, is associated with the risk at that same time point.
This means that the speed at which the longitudinal outcome changes can tell us something about the risk.
---
# Joint Model
<center>
<img src="Animations/JM_Classic/White_BG/animation_assoc_area.gif">
</center>
???
Finally, in other situations it might be more realistic to assume that the risk at a certain time point is associated with the area under the trajectory of the longitudinal outcome up to that time point.
The area under the curve can also be seen as the overall burden of the disease as it summarizes the whole history of the marker up to a specific time-point.
---
# Dynamic Prediction
<center>
<img src="Animations/PART_I/dyn_pred_intro.gif">
</center>
???
After the form of the association between the two processes is established, we can use our estimates to predict the risk for new patients.
Most importantly we can do so dynamically as time is incorporated in our models. This means that with every new measurement of the longitudinal outcome we can update our prediction for the risk accordingly.
Let me now highlight the contents of some of the chapters of my dissertation which discuss extensions of the joint modeling framework I just outlined and applications to the datasets I briefly introduced.
---
class: section-title, middle, center
# PART I
## INTERMEDIATE EVENTS
???
PART I of the dissertation deals with the occurrence of intermediate events.
---
# Pulmonary Valve & RE-OPERATION
<center>
<img src="Static_Images/PART_I/suspecific_1.png">
</center>
???
To undertsand what I mean with this term, let's go back to the pulmonary valve dataset and the repeated measurements of the pulmonary gradient.
What we observe here is that the pulmonary gradient of these patients is increasing over time, indicating higher pressure which suggests that the condition of the pulmonary valve is deteriorating.
When the gradient becomes too high this is an indication that an additional valve replacement might be necessary.
After this re-operation takes place, the pulmonary gradient drops back to normal levels.
In this case re-opereation is an intermediate event that changes the trajectory of the longitudinal outcome and reduces the risk of dying.
---
# Pulmonary Valve & RE-OPERATION
<center>
<img src="Animations/PART_I/animation_intermediate.gif">
</center>
???
We therefore adapt our model accordingly so it is able to capture these changes under different scenarios with respect to re-operation.
This means that the trajectory of the longitudinal outcome, that we recover for each subject, will be different depending on <b>whether and when</b> re-operation took place.
---
# Dynamic & Adaptive Predictions
<center>
<img src="Animations/PART_I/dyn_pred.gif">
</center>
???
By capturing these different trajectories <b>with respect to the occurrence or not</b> of the intermediate event
we can now create prediction tools that are not only <b>dynamic</b> with respect to time,
but also <b>adaptive</b> to different scenarios concerning the occurrence of the intermediate event in the future.
---
# Predictive Performance
<center>
<img src="Static_Images/PART_I/AUCs.png">
</center>
???
Finally we also showed via an extensive simulation study, that when intermediate events are incorporated in our models the accuracy of the predictions is considerably improved.
---
class: section-title, middle, center
# PART II
## MULTI-STATE MODELS & SHRINKAGE
???
PART II of the dissertation, deals with multiple-event states and the selection of the association structure between the longitudinal and the multi-state processes.
---
# Multiple states
<img src="Static_Images/Three_State.png" style = 'float: center; margin-top: 100px;'>
???
Sometimes, as it is the case with the heart failure dataset, we are interested to study the risk of transitioning between multiple health states of interest.
In this specific case for example we are interested to study the risk of transitioning:
- from heart failure to death or transplantation,
- from heart failure to complications
- and to transplantation or death after experiencing complications.
---
# Multiple states and Intermediate Events
<img src="Static_Images/Three_State_lvad.png" style = 'float: center; margin-top: 100px;'>
???
An intermediate event can still occur of course.
In this case, intervention with an LVAD is considered as an intermediate event and can happen at any point changing the trajectories of the longitudinal markers and the risk for each transition between the states of interest.
---
# Total Bilirubin & LVAD
<img src="Static_Images/part2_bilir_fit.png" style = 'float: center; margin-top: 100px;'>
???
We therefore specify our models accordingly so they can capture these changes and quantify the impact of LVAD in the longitudinal markers.
In this particular case, LVAD implantation reduces total bilrubin
---
# Creatinine & LVAD
<img src="Static_Images/part2_creat_fit.png" style = 'float: center; margin-top: 100px;'>
???
same holds for creatinine, but only temporarily as it seems to return back to its pre-LVAD levels over time.
---
# Feature selection
.pull-left[
- Challenges:
- Multiple longitudinal outcomes
- Multiple transitions
- Which association structure to choose?
]
<div style="background: #fcfffd;
font-size: 26px;
padding: 10px;
border: 4px solid #1098f7;
margin: 5px;
position: absolute;
top: 400px;
right: 240px;
text-align: center">
<span style = 'color: #2d4059;'>#Longitudinal Outcomes × #Transitions × #Association Structures</span>
</div>
???
After modeling the longitudinal outcomes we need to link them to the risk for each transition.
This creates an additional challenge in this case as now the number of parameters that describe the association structure can become quite high.
For example if we have three candidate structures:
- the value, the rate of change and the area under the longitudinal trajectory,
- but for two longitudinal outcomes and
- for three transitions,
we end up with 18 association parameters in total making the selection of the most important ones, difficult.
---
# Feature selection
<img src="Static_Images/shrinkage_fits.png" style = 'float: center; margin-top: -0px;'>
???
To address this challenge we investigated and proposed the use of Bayesian shrinkage priors.
These priors impose a penalty to weaker signals, shrinking them towards zero, while stronger signals are not penalized which can help to identify the most relevant parameters for the specification of the association structure.
---
class: section-title, middle, center
# PART III
## MISSING DATA
???
In PART III of the dissertation we looked at missing data in the context of the joint modeling framework.
---
# PART III: MISSING DATA
<img src="Static_Images/miss_dat_1.png" style = 'float: center; margin-top: -0px;'>
???
Ideally, when we plan a study, we want to have complete information for every subject that is included in it.
---
# PART III: MISSING DATA
<img src="Static_Images/miss_dat_2.png" style = 'float: center; margin-top: -0px;'>
???
However, this is rarely the case in practice as patients may drop-out from a study for many different reasons such as moving to another country or due to their own decision because of severe side-effects for example.
This leaves us with partial information at hand instead of the full information we wanted to gather.
---
# PART III: MISSING DATA
<img src="Static_Images/miss_dat_3.png" style = 'float: center; margin-top: -0px;'>
???
Unfortunately, the missing data can never be fully recovered and we have to rely on assumptions regarding the reasons that they are missing.
Different assumptions for the causes of missingness will lead to different conclusions while certain causes of missingness are more difficult to deal with than others.
Unfortunately, since we can never be sure which assumption is true we have to explore all possibilities with sensitivity analyses.
---
# PART III: MISSING DATA
<img src="Static_Images/part_iii_a.png" style = 'float: center; margin-top: -0px;'>
???
In this context we used joint models for longitudinal and time-to-event data as a tool for conducting such sensitivity analysis.
We discussed how these models can be used to investigate different assumptions for the causes of missingness on the subject-specific level.
Our results indicated minimal sensitivity in parameter estimates and standard deviations but differences in subject-specific predictions.
---
class: section-title, middle, center
## SOFTWARE IMPLEMENTATION
???
Finally, for our methods to be useful and most importantly accessible in practice we implemented them in R packages: JMbayes and JMbayes2.
---
# SOFTWARE IMPLEMENTATION
<img src="Media/Images/logo.png" style = 'width: 20%; float: center; margin-top: 120px; margin-left: 420px;'>
<div style="background: #fcfffd;
font-size: 20px;
padding: 10px;
position: absolute;
top: 480px;
right: 400px;
text-align: center;
font-family: proxima-nova, sans-serif;">
<span style = 'color: #2d4059;'>D. Rizopoulos, G. Papageorgiou, P.M. Afonso</span>
</div>
???
JMbayes2, which is our latest package can be used to apply the extensions I discussed today among many other features that it offers. It is also built with future extensions in mind and is
available for download from The Comprehensive R Archive Network and GitHub.
It also has its own website with detailed documentation and tutorials to make it more accessible to everyone.
---
class: title-slide
???
Thank you for your attention. I give the word back to you, Sir/Madam Rector.
<!-- # PART III: MISSING DATA -->
<!-- <div style="background: #fcfffd; -->
<!-- font-size: 20px; -->
<!-- padding: 10px; -->
<!-- border: 4px solid #2d4059; -->
<!-- margin: 10px; -->
<!-- position: absolute; -->
<!-- top: 300px; -->
<!-- right: 300px; -->
<!-- text-align: center"> -->
<!-- <span style = 'color: #1098f7'>Mininmal sensitivity in parameter estimates and standard deviations</span> <br><span style = 'color: #ea5455'>but difference in subject-specific predictions.</span> -->
<!-- </div> -->
<!-- ??? -->
<!-- PART III deals with missing Data -->