| Literature DB >> 35757279 |
Abstract
Accurate time-to-event (TTE) prediction of clinical outcomes from personal biomedical data is essential for precision medicine. It has become increasingly common that clinical datasets contain information for multiple related patient outcomes from comorbid diseases or multifaceted endpoints of a single disease. Various TTE models have been developed to handle competing risks that are related to mutually exclusive events. However, clinical outcomes are often non-competing and can occur at the same time or sequentially. Here we develop TTE prediction models with the capacity of incorporating compatible related clinical outcomes. We test our method on real and synthetic data and find that the incorporation of related auxiliary clinical outcomes can: 1) significantly improve the TTE prediction performance of conventional Cox model while maintaining its interpretability; 2) further improve the performance of the state-of-the-art deep learning based models. While the auxiliary outcomes are utilized for model training, the model deployment is not limited by the availability of the auxiliary outcome data because the auxiliary outcome information is not required for the prediction of the primary outcome once the model is trained.Entities:
Year: 2022 PMID: 35757279 PMCID: PMC9222982 DOI: 10.1371/journal.pdig.0000038
Source DB: PubMed Journal: PLOS Digit Health ISSN: 2767-3170
TTE prediction model performance comparison on TCGA data.
| Cancer Type | Primary Outcome | Auxiliary Outcome | Censored | Events | E/C | C-Index | |||
|---|---|---|---|---|---|---|---|---|---|
| CPH | CPH_ROI | CPH_DL | CPH_DL_ROI | ||||||
| GBMLGG | OS | DSS | 391 | 274 | 0.70 | 0.74 |
| 0.80 |
|
| GBMLGG | DSS | OS | 397 | 246 | 0.62 | 0.74 |
|
|
|
| GBMLGG | PFI | DFI | 325 | 340 | 1.05 | 0.72 |
|
| 0.76 |
| KIPAN | OS | DSS | 548 | 206 | 0.38 | 0.71 |
| 0.73 |
|
| KIRC | DSS | OS | 364 | 104 | 0.29 | 0.70 |
| 0.71 |
|
| KIPAN | DSS | OS | 609 | 133 | 0.22 | 0.70 |
| 0.78 |
|
| PanGyn | PFI | DFI | 622 | 459 | 0.74 | 0.69 |
|
| 0.69 |
| PanGyn | DFI | PFI | 479 | 216 | 0.45 | 0.67 |
| 0.71 |
|
| KIPAN | PFI | DFI | 539 | 213 | 0.40 | 0.67 |
|
|
|
| LGG | OS | DSS | 330 | 98 | 0.30 | 0.66 |
| 0.75 |
|
| CESC | PFI | DFI | 141 | 32 | 0.23 | 0.64 |
| 0.61 |
|
| LGG | DSS | OS | 333 | 89 | 0.27 | 0.63 |
| 0.76 |
|
| PanGyn | OS | DSS | 693 | 388 | 0.56 | 0.63 |
| 0.66 |
|
| KIRC | OS | DSS | 312 | 166 | 0.53 | 0.62 |
| 0.68 |
|
| PanGyn | DSS | OS | 734 | 313 | 0.43 | 0.62 |
| 0.68 |
|
| COADREAD | OS | DSS | 383 | 104 | 0.27 | 0.62 |
| 0.63 |
|
| LUAD | DSS | OS | 244 | 80 | 0.33 |
| 0.52 | 0.53 |
|
| PanGI | DFI | PFI | 376 | 80 | 0.21 |
| 0.58 | 0.54 |
|
| KIRC | PFI | DFI | 322 | 155 | 0.48 | 0.60 |
| 0.68 |
|
|
| 428 | 195 | 0.44 | 0.66 |
| 0.70 |
| ||
|
| 383 | 166 | 0.40 | 0.66 |
| 0.71 |
| ||
See S1 Table for the annotations of cancer type abbreviations.
Fig 1.TTE prediction performance comparison between models with and without the related outcome incorporator (ROI).
Each box plot shows the distribution of C-index values for the 19 TTE prediction tasks (Table 1). The p values were calculated using one-sided Wilcoxon signed-rank test.
TTE prediction model performance comparison on SHHS data.
| Primary outcome | Auxiliary outcome | C-Index | |||
|---|---|---|---|---|---|
| CPH | CPH_ROI | CPH_DL | CPH_DL_ROI | ||
| Angina | CHF | 0.49 |
| 0.61 |
|
| Angina | Stroke | 0.49 |
| 0.59 |
|
TTE prediction model performance comparison on synthetic data.
| Primary Outcome | Auxiliary Outcome | C-Index | |||
|---|---|---|---|---|---|
| CPH | CPH_ROI | CPH_DL | CPH_DL_ROI | ||
| Outcome1 | Outcome2 | 0.67 |
| 0.79 |
|
| Outcome2 | Outcome1 | 0.63 |
| 0.78 |
|
Fig 2.The four TTE prediction models: (A) CPH Model, (B) CPH_ROI Model, (C) CPH_DL Model and (D) CPH_DL_ROI Model. X represents the input features, C is the Cox regression layer, L is the partial hazard loss function, λ is the weight to balance outcomes, and F is the feature extractor to map the input feature into an embedding space. CPH: Cox proportional hazards. ROI: related outcome incorporator. DL: deep learning.