Next Article in Journal
Nitro Capsaicin Suppressed Microglial Activation and TNF-α-Induced Brain Microvascular Endothelial Cell Damage
Previous Article in Journal
Changes in Circadian Variations in Blood Pressure, Pain Pressure Threshold and the Elasticity of Tissue after a Whole-Body Photobiomodulation Treatment in Patients with Fibromyalgia: A Tripled-Blinded Randomized Clinical Trial
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Technical Note

Open Source Repository and Online Calculator of Prediction Models for Diagnosis and Prognosis in Oncology

1
The D-Lab, Department of Precision Medicine, GROW-School for Oncology, Maastricht University, 6211 LK Maastricht, The Netherlands
2
Health Innovation Ventures, 6229 EV Maastricht, The Netherlands
*
Authors to whom correspondence should be addressed.
Biomedicines 2022, 10(11), 2679; https://doi.org/10.3390/biomedicines10112679
Submission received: 10 September 2022 / Revised: 18 October 2022 / Accepted: 20 October 2022 / Published: 23 October 2022
(This article belongs to the Special Issue Cellular Metabolism in Malignant Tumor)

Abstract

:
(1) Background: The main aim was to develop a prototype application that would serve as an open-source repository for a curated subset of predictive and prognostic models regarding oncology, and provide a user-friendly interface for the included models to allow online calculation. The focus of the application is on providing physicians and health professionals with patient-specific information regarding treatment plans, survival rates, and side effects for different expected treatments. (2) Methods: The primarily used models were the ones developed by our research group in the past. This selection was completed by a number of models, addressing the same cancer types but focusing on other outcomes that were selected based on a literature search in PubMed and Medline databases. All selected models were publicly available and had been validated TRIPOD (Transparent Reporting of studies on prediction models for Individual Prognosis Or Diagnosis) type 3 or 2b. (3) Results: The open source repository currently incorporates 18 models from different research groups, evaluated on datasets from different countries. Model types included logistic regression, Cox regression, and recursive partition analysis (decision trees). (4) Conclusions: An application was developed to enable physicians to complement their clinical judgment with user-friendly patient-specific predictions using models that have received internal/external validation. Additionally, this platform enables researchers to display their work, enhancing the use and exposure of their models.

1. Introduction

One of the most challenging areas of modern medicine is oncology [1]. The decision-making process for the best treatment plan is now more difficult than ever because of the inherent heterogeneity of cancer types, patients, and the ever-growing range of available treatments [2]. To choose the “optimal” course of treatment, clinicians must consider evidence from clinical trials, continuing research, their own professional expertise, national guidelines, and the values of the patient [3]. Predictive modeling is becoming a key knowledge-based tool in the healthcare field [4]. The popularity of predictive modeling arises from advancements in a variety of areas, including the availability of health data from electronic health records and databases, a better understanding of causal or statistical predictors of health, disease processes, and multifactorial models of poor health, and advances in nonlinear computer models based on artificial intelligence or neural networks [5]. These new computer-based modeling techniques are gaining credibility in therapeutic settings [6]. However, the current understanding of how so-called machine intelligence will evolve, and thus how current relatively sophisticated predictive models will evolve in response to advances in technology, is difficult to predict [7]. What is known is that despite the fear of the black-box nature of certain AI models, with the introduction of various nomograms dealing with predictive models in oncology, their simplicity and ease of use is helping to cross the bridge of academic/research use to clinical adoption [8,9,10].
There was a need for a public repository of predictive models, and a thorough search was conducted to identify existing applications. However, as the search did not yield useful results, it became our goal to develop a web-based application that would compile and archive publicly available, validated models [11]. The doctors who use such an application would be able to quickly assess the benefits and drawbacks of the chosen models that passed the quality controls. They could securely rely on the application to calculate the output of such models by providing the inputs in a specific wizard rather than designing their own implementation or researching for an appropriate implementation on their own.
The advantages for medical researchers include enhancing the exposure of their model, which should encourage usage and citations, and assisting them in generalizing their models by enabling the models to be evaluated by research groups other than the ones that generated them TRIPOD 4 (Transparent Reporting of studies on prediction models for Individual Prognosis Or Diagnosis) [12]. This paper will describe the foundational work that led to the creation of this application prototype.

2. Materials and Methods

The National Center for Biotechnology Information’s (NCBI) PubMed database and Medline papers from December 2016 to March 2022 were reviewed. The following search terms were utilized to find publications that were pertinent: “validated prognostic models in oncology”, “novel diagnostic tools for cancer with external validation”, “lung, prostate, head and neck predictive models”, and “machine-learning & deep learning models in oncology”. Additionally, all the models included were validated (TRIPOD type 3 or 2b) or open-source repositories or peer-reviewed articles. Since this is not a systematic review, no more than five models for each disease (brain, head and neck, lung, prostate, esophagus, rectum, and endometrium) were selected and translated onto a user interface. Figure 1 illustrates the steps taken from the stage of doing a literature search to that of publishing the results online.
In order to assess the category of the models from the studies, every paper was tested for its compliance with the TRIPOD classification, as shown in Figure 2.
The process for extracting the coefficients from a nomogram and implementing them into a web user interface will be described in the following paragraphs.

2.1. Obtaining Model Coefficients from a Nomogram

A large number of predictive models with respect to treatment outcomes (cure rate, cancer recurrence, survival, toxicity) are available in the literature. Regression models are frequently published as nomograms in order to make them easier for medical specialists to read and interpret, often without disclosing the model coefficients. A straightforward technique was utilized to extract the coefficients from nomograms in order to publish the models uniformly on the application. The papers in which nomograms are published will usually report the type of model (e.g., logistic regression); otherwise, this can be determined by examining the part of the nomogram where the total score is mapped to a probability. In the nomogram, numbers of points are assigned to different inputs, for example, female might have more points than male. These points are summed over all the inputs, resulting in a nomogram score. This score is then related to a probability of an outcome. The relationship between the total score and the probability is described by the equation for the model. To obtain an equation describing the nomogram, the total score of the nomogram and the probability are read by digitizing the nomogram, and a linear fit is made using the function describing the model, e.g., Equation (1):
logit ( p ) = a + b × Score
where p is the probability, a is the intercept, and is b the scaling factor. Once the relationship is determined between the model parameters and the total score, the coefficients can be calculated. In order to be as precise as possible when reading the nomograms, any graph digitalization software can be used. An example from one of the utilized models is used to illustrate this approach, and it is represented in Figure 3 below [3].
In this instance, a logistic regression model is used to determine the link between the coefficients and the likelihood; as a result, the association between the nomogram score (total points) and the standard logistic distribution of the probability is linear, from which the slope and intercept can be determined (Figure 4).
Next, the relationship between the parameters and the nomogram score can be extracted by reading the nomogram, and the coefficient can be obtained by multiplying by the scaling factor (0.307), as shown in Table 1.
The probability P can now be obtained through Equations (2) and (3):
y = 1.47 + x 1 × 0.72 + x 2 × 0.34 + x 3 × 0.30 + x 4 × 0.61
P = 1 1 + e y
where x 1 to x 4 are 0 or 1 (see Table 1). It is possible to perform a check on how well this equation describes the nomogram by filling in some values into the equation and reading the nomogram to test if the answers are the same. For the example above, you could enter a patient with squamous cell carcinoma, differentiation grade 2, male gender, and a tumor with T-stage 2. Totaling the points (100, 0, 0, and 85) results in a nomogram score of 185, which correlates to a probability of just over 45% when reading the nomogram. Filling this in the equations mentioned above ( x 1 = 1 ,   x 2 = 0 ,   x 3 = 0 ,   x 4 = 1 ) results in P = 0.465 . The exact performance of the equation is often influenced by rounding factors or reading errors.

2.2. Application Development Process

In order to automate the self-import process of data models and to create a central model repository, a web-based application has been created that can be accessed by researchers from around the world, as shown in Figure 5.
The development of the web application was done using Python 3.6. and the Django v3.1 web framework. One of the main reasons for choosing Python as the main programming language for this application is because it would allow easier integration of existing research that is based on Python. Furthermore, Django is a highly capable web framework that provides a rich feature set for easy implementation and management of a web app, such as built-in support for a database and an admin console.
For the back-end of the application, a PostgresSQL database was used to store the details related to the model, such as the author of the model, intended end users, and how the model has been developed. In addition, there are stored the parameters (i.e., age, volume, sphere diameter, type of treatment, stage) of each model to dynamically generate the UI in order to facilitate the testing of the model. For the development of the front end of the web application, technologies such as Javascript, Bootstrap 3, HTML5, and CSS3 were used alongside the Django web framework, as shown in Figure 6. The materials and supplements contain comprehensive information about the database (Figure S1).
AI4Cancer is intended for the open-source publishing of prediction models, developed to predict outcomes for cancer patients.

3. Results

The developed open-source application is accessible online at https://ai4cancer-ai.herokuapp.com/models-browser# (accessed on 1 April 2022). As shown in Figure 7, it will serve as a repository for published AI prediction models that address all aspects of various cancer types and stages, including diagnosis, prognosis (patient therapy, risk stratification), and follow-up (treatment result, consequences).
Every model that is displayed has an explanation of the technique and clinical datasets that were used to create and validate the model. The limitations of each model are explicitly mentioned. The developed models are lung cancer, rectum, head and neck cancer, and brain metastases, and they are developed to be used only by physicians, not patients, due to the complexity of cancer treatment decision-making options. There are several different types of models that are used, including linear regression, tumor control probability (TCP), linear-quadratic (LQ), Kaplan–Meier, linear-quadratic biologically effective dose (LQ-BED), Cox, and logistic regression [15,16]. As shown in Table 2, there are now 18 models that have been released and deployed.
For each online model given, doctors can find: (a) the intended use (predicted outcome) of the model, (b) to which patients it applies, (c) the information and the parameters that the doctor must enter, and (d) how the model was developed. The doctors can access the website, select a suitable model, and enter the required information to produce the likelihood of survival. The website’s predictive models follow the same calculations as the models outlined in the academic works on which they are based.
The primary output of this research is a widely applicable application that comprises verified models for various stages, odds of survival, symptoms, and outcomes. The collection of these predictive models will help doctors make decisions.

4. Discussion

This application can be considered a “model zoo” for academics and medical professionals who are well-versed in the medical ramifications of various cancer forms. None of the models are intended to replace clinical judgment; rather, they are all intended to advance research. The open-source application is not meant for usage by laypeople without assistance (e.g., patients). It is important to emphasize that this manuscript and application are currently only prototypes. The inclusion of all models that satisfy the selection criteria is not claimed. Similarly, any models that are not available on the platform right now should not be viewed as a cause for concern or as a rejection of their validity.
For heightened patient privacy, models that require medical (DICOM) images are not incorporated, as the pipeline does not currently have the ability to check that such uploaded data was properly anonymized. By working together with outside organizations (such as hospitals) that are in charge of preserving the privacy of such data, such machine learning models will be incorporated. In future iterations of the website, it will also be possible to categorize models according to the outcome they are modeling, as well as divide models according to the kind of input data they need. This will result in a more structured semantic-based organization. When the division of models was done based on the result being modeled, there will be dedicated website pages that compare models created to predict a specific outcome.
The models have not been validated for individual use; but rather, only in clinical cohort research. These models should not be used by patients directly and should only be used by doctors who are knowledgeable about the complexity of cancer types. The main intention of these models is to inform doctors and they should not be used for decision support.
Researchers should view this work as an invitation to use this application, with the ability to hide the code from the user while still providing full functionality. Researchers’ models will be successfully integrated with the aid of the application itself. This will generate synergies that will inevitably speed up oncology-related AI research. Additionally, it will prevent models from being unnoticed and underutilized, which frequently occurs when numerous publications on the same general topic are released quickly.
There are certain limitations to the technique employed to extract regression model coefficients from a nomogram. One limitation is that the resolution of the published model significantly impacts accuracy. Another limitation is that even though the model coefficients may be retrieved, a nomogram cannot be used to determine the standard error for the parameter coefficients [48]. However, the technique may be employed with any nomogram, making it a useful tool.
By encouraging more researchers to submit their work via this application, hopefully, the number of curated models will increase and the application can continue to serve the public. This will be accomplished as a result of an increase in staff via the Optima Grant, who will perform monthly checks for the new models. The three prerequisites are (1) open-access papers with a clear, implementable model description; (2) papers with a minimum of 10 citations; (3) models of TRIPOD 3 and 4.

5. Conclusions

The repository accessible at https://ai4cancer-ai.herokuapp.com (accessed on 1 April 2022), in the current prototype level, contains 18 proven machine learning models to assist doctors in making decisions on patient care for a variety of cancer types. Other researchers can make use of this technique for deriving regression coefficients from nomograms. As a result, research teams are being urged to disseminate their models globally.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/biomedicines10112679/s1, Figure S1: Above displayed is the ER Diagram for the Database of the Ai4Cancer web application.

Author Contributions

Conceptualization, I.H. and P.L.; methodology, I.H., Y.v.W. and C.O.; software, P.G. and I.H.; validation, C.O., A.C. and E.L.; formal analysis, Y.v.W., C.O. and A.C.; investigation, I.H. and S.P.; data curation, Y.v.W., C.O.; writing—original draft preparation, I.H., N.M.R., A.W., A.C., C.O. and Y.v.W.; writing—review and editing, Y.W., N.M.R., A.W., A.C. and P.L.; visualization, I.H. and P.G.; supervision, P.L., A.W. and C.O.; project administration, A.W.; funding acquisition, P.L. All authors have read and agreed to the published version of the manuscript.

Funding

The authors acknowledge financial support from the European Commission’s Horizon 2020 research and innovation programme under grant agreement MSCA-ITN-PREDICT No. 766276 and IMI-OPTIMA No. 101034347.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors acknowledge financial support from the European Commission’s Horizon 2020 research.

Conflicts of Interest

Philippe Lambin reports, within and outside the submitted work, grants/sponsored research agreements from Varian medical, Oncoradiomics, ptTheragnostic/DNAmito, and Health Innovation Ventures. He received an advisor/presenter fee and/or reimbursement of travel costs/external grant writing fee and/or in-kind manpower contribution from Oncoradiomics, BHV, Merck, Varian, Elekta, ptTheragnostic, and Convert pharmaceuticals. Lambin has shares in the company Oncoradiomics SA, Convert pharmaceuticals SA, and The Medical Cloud Company SPRL and is co-inventor of two issued patents with royalties on radiomics (PCT/NL2014/050248, PCT/NL2014/050728) licensed to Oncoradiomics; one issue patent on mtDNA (PCT/EP2014/059089) licensed to ptTheragnostic/DNAmito; three non-patented inventions (software) licensed to ptTheragnostic/DNAmito, Oncoradiomics and Health Innovation Ventures; three non-issued, non-licensed patents on Deep Learning-Radiomics and LSRT (N2024482, N2024889, N2024889). He confirms that none of the above entities or funding were involved in the preparation of this paper.

References

  1. Craddock, M.; Crockett, C.; McWilliam, A.; Price, G.; Sperrin, M.; van der Veer, S.N.; Faivre-Finn, C. Evaluation of Prognostic and Predictive Models in the Oncology Clinic. Clin. Oncol. 2022, 34, 102–113. [Google Scholar] [CrossRef] [PubMed]
  2. Chua, I.S.; Gaziel-Yablowitz, M.; Korach, Z.T.; Kehl, K.L.; Levitan, N.A.; Arriaga, Y.E.; Jackson, G.P.; Bates, D.W.; Hassett, M. Artificial intelligence in oncology: Path to implementation. Cancer Med. 2021, 10, 4138–4149. [Google Scholar] [CrossRef] [PubMed]
  3. Hogarth, R.M.; Karelaia, N. Heuristic and linear models of judgment: Matching rules and environments. Psychol. Rev. 2007, 114, 733–758. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Steyerberg, E. Clinical Prediction Models: A Practical Approach to Development, Validation, and Updating; Springer: Berlin/Heidelberg, Germany, 2008. [Google Scholar]
  5. Prosperi, M.; Guo, Y.; Sperrin, M.; Koopman, J.S.; Min, J.S.; He, X.; Rich, S.; Wang, M.; Buchan, I.E.; Bian, J. Causal inference and counterfactual prediction in machine learning for actionable healthcare. Nat. Mach. Intell. 2020, 2, 369–375. [Google Scholar] [CrossRef]
  6. Wiens, J.; Saria, S.; Sendak, M.; Ghassemi, M.; Liu, V.X.; Doshi-Velez, F.; Jung, K.; Heller, K.; Kale, D.; Saeed, M.; et al. Do no harm: A roadmap for responsible machine learning for health care. Nat. Med. 2019, 25, 1337–1340. [Google Scholar] [CrossRef]
  7. Dash, S.; Acharya, B.R.; Mittal, M.; Abraham, A.; Kelemen, A. Deep Learning Techniques for Biomedical and Health Informatics; Springer Nature: London, UK, 2019. [Google Scholar]
  8. Faruqui, N.; Yousuf, M.A.; Whaiduzzaman, M.; Azad, A.K.M.; Barros, A.; Moni, M.A. LungNet: A hybrid deep-CNN model for lung cancer diagnosis using CT and wearable sensor-based medical IoT data. Comput. Biol. Med. 2021, 139, 104961. [Google Scholar] [CrossRef]
  9. Aurna, N.F.; Yousuf, M.A.; Taher, K.A.; Azad, A.K.M.; Moni, M.A. A classification of MRI brain tumor based on two stage feature level ensemble of deep CNN models. Comput. Biol. Med. 2022, 146, 105539. [Google Scholar] [CrossRef]
  10. He, B.; Chen, W.; Liu, L.; Hou, Z.; Zhu, H.; Cheng, H.; Zhang, Y.; Zhan, S.; Wang, S. Prediction Models for Prognosis of Cervical Cancer: Systematic Review and Critical Appraisal. Front. Public Health 2021, 9, 654454. [Google Scholar] [CrossRef]
  11. Dhiman, P.; Ma, J.; Navarro, C.A.; Speich, B.; Bullock, G.; Damen, J.A.; Kirtley, S.; Hooft, L.; Riley, R.D.; Van Calster, B.; et al. Reporting of prognostic clinical prediction models based on machine learning methods in oncology needs to be improved. J. Clin. Epidemiol. 2021, 138, 60–72. [Google Scholar] [CrossRef]
  12. van Wijk, Y.; Ramaekers, B.; Vanneste, B.G.L.; Halilaj, I.; Oberije, C.; Chatterjee, A.; Marcelissen, T.; Jochems, A.; Woodruff, H.C.; Lambin, P. Modeling-Based Decision Support System for Radical Prostatectomy Versus External Beam Radiotherapy for Prostate Cancer Incorporating an Clinical Trial and a Cost-Utility Study. Cancers 2021, 13, 2687. [Google Scholar] [CrossRef]
  13. Collins, G.S.; Reitsma, J.B.; Altman, D.G.; Moons, K.G.M.; members of the TRIPOD group. Transparent Reporting of a Multivariable Prediction Model for Individual Prognosis or Diagnosis (TRIPOD): The TRIPOD Statement. Eur. Urol. 2015, 67, 1142–1151. [Google Scholar] [CrossRef] [Green Version]
  14. Toxopeus, E.L.A.; Nieboer, D.; Shapiro, J.; Biermann, K.; van der Gaast, A.; van Rij, C.M.; Steyerberg, E.W.; van Lanschot, J.J.B.; Wijnhoven, B.P.L. Nomogram for predicting pathologically complete response after neoadjuvant chemoradiotherapy for oesophageal cancer. Radiother. Oncol. 2015, 115, 392–398. [Google Scholar] [CrossRef]
  15. Cox, D.R.; Cox, D. Selected Statistical Papers of Sir David Cox: Volume 1, Design of Investigations, Statistical Methods and Applications; Cambridge University Press: Cambridge, UK, 2005. [Google Scholar]
  16. Bonnin, R. Machine Learning for Developers: Uplift Your Regular Applications with the Power of Statistics, Analytics, and Machine Learning; Packt Publishing Ltd.: Birmingham, UK, 2017. [Google Scholar]
  17. Hendriks, L.; Keek, S.A.; Chatterjee, A.; Belderbos, J.; Bootsma, G.; van den Borne, B.; Dingemans, A.-M.C.; Gietema, H.; Groen, H.J.M.; Herder, G.; et al. 127P Does radiomics have added value in predicting the development of brain metastases in patients with radically treated stage III non-small cell lung cancer (NSCLC)? Ann. Oncol. 2022, 33, S91. [Google Scholar] [CrossRef]
  18. Rodrigues, G.; Warner, A.; Zindler, J.; Slotman, B.; Lagerwaard, F. A clinical nomogram and recursive partitioning analysis to determine the risk of regional failure after radiosurgery alone for brain metastases. Radiother. Oncol. 2014, 111, 52–58. [Google Scholar] [CrossRef]
  19. Molenaar, R.; Wiggenraad, R.; Verbeek-de Kanter, A.; Walchenbach, R.; Vecht, C. Relationship between volume, dose and local control in stereotactic radiosurgery of brain metastasis. Br. J. Neurosurg. 2009, 23, 170–178. [Google Scholar] [CrossRef]
  20. Chang, E.L.; Hassenbusch, S.J., 3rd; Shiu, A.S.; Lang, F.F.; Allen, P.K.; Sawaya, R.; Maor, M.H. The role of tumor size in the radiosurgical management of patients with ambiguous brain metastases. Neurosurgery 2003, 53, 272–280, discussion 280–281. [Google Scholar] [CrossRef]
  21. Chang, E.L.; Selek, U.; Hassenbusch SJ 3rd Maor, M.H.; Allen, P.K.; Mahajan, A.; Sawaya, R.; Woo, S.Y. Outcome variation among “radioresistant” brain metastases treated with stereotactic radiosurgery. Neurosurgery 2005, 56, 936–945, discussion 936–945. [Google Scholar]
  22. Chao, S.T.; Barnett, G.H.; Vogelbaum, M.A.; Angelov, L.; Weil, R.J.; Neyman, G.; Reuther, A.M.; Suh, J.H. Salvage stereotactic radiosurgery effectively treats recurrences from whole-brain radiation therapy. Cancer 2008, 113, 2198–2204. [Google Scholar] [CrossRef]
  23. Ernst-Stecken, A.; Ganslandt, O.; Lambrecht, U.; Sauer, R.; Grabenbauer, G. Phase II trial of hypofractionated stereotactic radiotherapy for brain metastases: Results and toxicity. Radiother. Oncol. 2006, 81, 18–24. [Google Scholar] [CrossRef]
  24. Higuchi, Y.; Serizawa, T.; Nagano, O.; Matsuda, S.; Ono, J.; Sato, M.; Iwadate, Y.; Saeki, N. Three-staged stereotactic radiotherapy without whole brain irradiation for large metastatic brain tumors. Int. J. Radiat. Oncol. Biol. Phys. 2009, 74, 1543–1548. [Google Scholar] [CrossRef]
  25. Lutterbach, J.; Cyron, D.; Henne, K.; Ostertag, C.B. Radiosurgery followed by planned observation in patients with one to three brain metastases. Neurosurgery 2008, 62 (Suppl. 2), 776–784. [Google Scholar] [CrossRef]
  26. Matsuo, T.; Shibata, S.; Yasunaga, A.; Iwanaga, M.; Mori, K.; Shimizu, T.; Hayashi, N.; Ochi, M.; Hayashi, K. Dose optimization and indication of Linac radiosurgery for brain metastases. Int. J. Radiat. Oncol. Biol. Phys. 1999, 45, 931–939. [Google Scholar] [CrossRef]
  27. Narayana, A.; Chang, J.; Yenice, K.; Chan, K.; Lymberis, S.; Brennan, C.; Gutin, P.H. Hypofractionated stereotactic radiotherapy using intensity-modulated radiotherapy in patients with one or two brain metastases. Stereotact. Funct. Neurosurg. 2007, 85, 82–87. [Google Scholar] [CrossRef]
  28. Saitoh, J.-I.; Saito, Y.; Kazumoto, T.; Kudo, S.; Ichikawa, A.; Hayase, N.; Kazumoto, K.; Sakai, H.; Shibuya, K. Therapeutic effect of linac-based stereotactic radiotherapy with a micro-multileaf collimator for the treatment of patients with brain metastases from lung cancer. Jpn. J. Clin. Oncol. 2010, 40, 119–124. [Google Scholar] [CrossRef] [Green Version]
  29. Vogelbaum, M.A.; Angelov, L.; Lee, S.-Y.; Li, L.; Barnett, G.H.; Suh, J.H. Local control of brain metastases by stereotactic radiosurgery in relation to dose to the tumor margin. J. Neurosurg. 2006, 104, 907–912. [Google Scholar] [CrossRef]
  30. Wiggenraad, R.; Verbeek-de Kanter, A.; Kal, H.B.; Taphoorn, M.; Vissers, T.; Struikmans, H. Dose-effect relation in stereotactic radiotherapy for brain metastases. A systematic review. Radiother. Oncol. 2011, 98, 292–297. [Google Scholar] [CrossRef]
  31. Zindler, J.D.; Jochems, A.; Lagerwaard, F.J.; Beumer, R.; Troost, E.G.C.; Eekers, D.B.P.; Compter, I.; van der Toorn, P.-P.; Essers, M.; Oei, B.; et al. Individualized early death and long-term survival prediction after stereotactic radiosurgery for brain metastases of non-small cell lung cancer: Two externally validated nomograms. Radiother. Oncol. 2017, 123, 189–194. [Google Scholar] [CrossRef] [Green Version]
  32. Thor, M.; Owosho, A.A.; Clark, H.D.; Oh, J.H.; Riaz, N.; Hovan, A.; Tsai, J.; Thomas, S.D.; Yom, S.H.K.; Wu, J.S.; et al. Internal and external generalizability of temporal dose-response relationships for xerostomia following IMRT for head and neck cancer. Radiother. Oncol. 2017, 122, 200–206. [Google Scholar] [CrossRef] [Green Version]
  33. Ramaekers, B.L.T.; Grutters, J.P.C.; Pijls-Johannesma, M.; Lambin, P.; Joore, M.A.; Langendijk, J.A. Protons in head-and-neck cancer: Bridging the gap of evidence. Int. J. Radiat. Oncol. Biol. Phys. 2013, 85, 1282–1288. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  34. Ramaekers, B.L.T.; Joore, M.A.; Grutters, J.P.C.; van den Ende, P.; de Jong, J.; Houben, R.; Lambin, P.; Christianen, M.; Beetz, I.; Pijls-Johannesma, M.; et al. The impact of late treatment-toxicity on generic health-related quality of life in head and neck cancer patients after radiotherapy. Oral Oncol. 2011, 47, 768–774. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  35. Ramaekers, B.L.T.; Pijls-Johannesma, M.; Joore, M.A.; van den Ende, P.; Langendijk, J.A.; Lambin, P.; Kessels, A.G.H.; Grutters, J.P.C. Systematic review and meta-analysis of radiotherapy in various head and neck cancers: Comparing photons, carbon-ions and protons. Cancer Treat. Rev. 2011, 37, 185–201. [Google Scholar] [CrossRef] [PubMed]
  36. Beetz, I.; Schilstra, C.; van der Schaaf, A.; van den Heuvel, E.R.; Doornaert, P.; van Luijk, P.; Vissink, A.; van der Laan, B.F.A.M.; Leemans, C.R.; Bijl, H.P.; et al. NTCP models for patient-rated xerostomia and sticky saliva after treatment with intensity modulated radiotherapy for head and neck cancer: The role of dosimetric and clinical factors. Radiother. Oncol. 2012, 105, 101–106. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  37. Wopken, K.; Bijl, H.P.; van der Schaaf, A.; van der Laan, H.P.; Chouvalova, O.; Steenbakkers, R.J.H.M.; Doornaert, P.; Slotman, B.J.; Oosting, S.F.; Christianen, M.E.M.C.; et al. Development of a multivariable normal tissue complication probability (NTCP) model for tube feeding dependence after curative radiotherapy/chemo-radiotherapy in head and neck cancer. Radiother. Oncol. 2014, 113, 95–101. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  38. Dehing-Oberije, C.; De Ruysscher, D.; van der Weide, H.; Hochstenbag, M.; Bootsma, G.; Geraedts, W.; Pitz, C.; Simons, J.; Teule, J.; Rahmy, A.; et al. Tumor volume combined with number of positive lymph node stations is a more important prognostic factor than TNM stage for survival of non-small-cell lung cancer patients treated with (chemo)radiotherapy. Int. J. Radiat. Oncol. Biol. Phys. 2008, 70, 1039–1044. [Google Scholar] [CrossRef]
  39. Wallington, M.; Saxon, E.B.; Bomb, M.; Smittenaar, R.; Wickenden, M.; McPhail, S.; Rashbass, J.; Chao, D.; Dewar, J.; Talbot, D.; et al. 30-day mortality after systemic anticancer treatment for breast and lung cancer in England: A population-based, observational study. Lancet Oncol. 2016, 17, 1203–1216. [Google Scholar] [CrossRef] [Green Version]
  40. Dehing-Oberije, C.; De Ruysscher, D.; van Baardwijk, A.; Yu, S.; Rao, B.; Lambin, P. The importance of patient characteristics for the prediction of radiation-induced lung toxicity. Radiother. Oncol. 2009, 91, 421–426. [Google Scholar] [CrossRef]
  41. Oberije, C.; Liao, Z.; De Ruysscher, D.; Tucker, S.; Lambin, P. Development and External Validation of a Model for Prediction of Radiation-Induced Dyspnea: An Approach combining Clinical Data with Information from Literature. Int. J. Radiat. Oncol. Biol. Phys. 2010, 78, S528. [Google Scholar] [CrossRef]
  42. Dehing-Oberije, C.; De Ruysscher, D.; Petit, S.; Van Meerbeeck, J.; Vandecasteele, K.; De Neve, W.; Dingemans, A.M.C.; El Naqa, I.; Deasy, J.; Bradley, J.; et al. Development, external validation and clinical usefulness of a practical prediction model for radiation-induced dysphagia in lung cancer patients. Radiother. Oncol. 2010, 97, 455–461. [Google Scholar] [CrossRef]
  43. Nalbantov, G.; Kietselaer, B.; Vandecasteele, K.; Oberije, C.; Berbee, M.; Troost, E.; Dingemans, A.-E.; van Baardwijk, A.; Smits, K.; Dekker, A.; et al. Cardiac comorbidity is an independent risk factor for radiation-induced lung toxicity in lung cancer patients. Radiother. Oncol. 2013, 109, 100–106. [Google Scholar] [CrossRef]
  44. Walsh, S.; van der Putten, W. A TCP model for external beam treatment of intermediate-risk prostate cancer. Med. Phys. 2013, 40, 031709. [Google Scholar] [CrossRef]
  45. Walsh, S.; Roelofs, E.; Kuess, P.; Lambin, P.; Jones, B.; Georg, D.; Verhaegen, F. A validated tumor control probability model based on a meta-analysis of low, intermediate, and high-risk prostate cancer patients treated by photon, proton, or carbon-ion radiotherapy. Med. Phys. 2016, 43, 734–747, Erratum in Med. Phys. 2016, 43, 5263. [Google Scholar] [CrossRef]
  46. Creutzberg, C.L.; van Stiphout, R.G.P.M.; Nout, R.A.; Lutgens, L.C.H.; Jürgenliemk-Schulz, I.M.; Jobsen, J.J.; Smit, V.T.H.B.; Lambin, P. Nomograms for Prediction of Outcome With or Without Adjuvant Radiation Therapy for Patients With Endometrial Cancer: A Pooled Analysis of PORTEC-1 and PORTEC-2 Trials. Int. J. Radiat. Oncol. Biol. Phys. 2015, 91, 530–539. [Google Scholar] [CrossRef]
  47. van Stiphout, R.G.P.M.; Lammering, G.; Buijsen, J.; Janssen, M.H.M.; Gambacorta, M.A.; Slagmolen, P.; Lambrecht, M.; Rubello, D.; Gava, M.; Giordano, A.; et al. Development and external validation of a predictive model for pathological complete response of rectal cancer patients including sequential PET-CT imaging. Radiother. Oncol. 2011, 98, 126–133. [Google Scholar] [CrossRef]
  48. Halilaj, I.; Chatterjee, A.; van Wijk, Y.; Wu, G.; van Eeckhout, B.; Oberije, C.; Lambin, P. Covid19Risk.ai: An open source repository and online calculator of prediction models for early diagnosis and prognosis of Covid-19. BioMed 2021, 1, 41–49. [Google Scholar] [CrossRef]
Figure 1. The pipeline from selecting the convenient models until the publishing phase.
Figure 1. The pipeline from selecting the convenient models until the publishing phase.
Biomedicines 10 02679 g001
Figure 2. TRIPOD classifications [13].
Figure 2. TRIPOD classifications [13].
Biomedicines 10 02679 g002
Figure 3. Nomogram for predicting pathologically complete response after neoadjuvant chemoradiotherapy for oesophageal cancer [14].
Figure 3. Nomogram for predicting pathologically complete response after neoadjuvant chemoradiotherapy for oesophageal cancer [14].
Biomedicines 10 02679 g003
Figure 4. Coefficients and intercept extracted from the nomogram.
Figure 4. Coefficients and intercept extracted from the nomogram.
Biomedicines 10 02679 g004
Figure 5. Shows the steps of user-uploading models in the application.
Figure 5. Shows the steps of user-uploading models in the application.
Biomedicines 10 02679 g005
Figure 6. Illustration of the application architecture.
Figure 6. Illustration of the application architecture.
Biomedicines 10 02679 g006
Figure 7. Shows the user interface of a model (lung cancer) from the website.
Figure 7. Shows the user interface of a model (lung cancer) from the website.
Biomedicines 10 02679 g007
Table 1. Point reading for the nomogram.
Table 1. Point reading for the nomogram.
Parameter EquationNomogram ValueEquation ValuePointsCoefficient
Intercept----−1.47
Tumor type x 1 Adenocarcinoma000
Squamous cell carcinoma11000.72
Differentiation grade x 2 1 or 2000
31470.34
Gender x 3 Male000
Female1410.30
T-stage x 4 3 or 4000
1 or 21850.61
Table 2. For every model: cancer type, input features, outcome, cohort type and TRIPOD, and model type.
Table 2. For every model: cancer type, input features, outcome, cohort type and TRIPOD, and model type.
Model TitleCancer TypeInput FeaturesOutputCohort TypeTripod Type Model Type
  • Brain metastases development after radical treatment of stage III NSCLC patients [17]
BrainTumor histology
Age
Predicts the development of brain metastasis.Primary stage III NSCLC brain cancer patients.2bLinear regression
2.
New distant brain metastases within 1 year after SRS for a maximum of 3 brain metastases [18]
Brain WHO performance status;
Age;
Volume of the largest brain metastasis;
Number of treated brain metastases
Predicts the probability of occurrence of new distant brain recurrences.Patients with 1 up to 3 BM treated with SRS.2bUnivariate logistic regression and Cox regression
3.
One-year local control probability after stereotactic radiosurgery for brain metastases [19,20,21,22,23,24,25,26,27,28,29,30]
Brain Prescribed fraction SRS dose;
Number of SRS fractions
Predicts local control probability at 1 year after stereotactic radiosurgery (SRS) for brain metastases (BM).Patients treated with SRS for BM.2bLinear-quadratic BED (LQ-BED),
Linear regression,
Cox regression
4.
BMNSCLC: Early death and long-term survival after stereotactic radiosurgery for 1–3 brain metastases of NSCLC [31]
Brain Age;
Presence of extracranial metastases;
WHO performance status;
GTV largest
metastasis;
Volume;
Sphere; diameter
Predicts the probability of early death (<3 months) and the probability of long-term survival (>12 months) with prognostic factors for survival.Patients treated with SRS for 1, 2, or 3 BMs of NSCLC.3Multivariate Cox regression
5.
Xerostomia after head and neck cancer radiotherapy [32]
Head and NeckD-mean-contra;
D-mean-ipsi
Predicts Xerostomia three months after intensity-modulated radiotherapy (IMRT).Patients with locally advanced head and neck cancer, eligible for potentially curative loco-regional treatment, and have not been treated for another malignancy. 3Logistic regression
6.
Cost-effectiveness of IMPT versus IMRT [33,34,35]
Head and NeckMean dose of ipsilateral parotis; contralateral parotis; pharyngeal constrictor muscle superior; supraglottic area; Willingness to pay per QALY gainedPredicts the most cost-effective treatment. 2bMultivariate logistic regression
7.
Sticky saliva, 6 months after treatment [36]
Head and NeckMean dose contralater submandibular gland;
Mean dose sublingual glands;
Mean dose soft palate
Predicts the probability of sticky saliva 6 months after treatment.Head and neck cancer (HNC) originating in the oral cavity, oropharynx, larynx, hypopharynx, or nasopharynx; 2. treated with curative intensity-modulated radiotherapy (IMRT) either alone or in combination with chemotherapy or cetuximab; 3. no previous surgery, radiotherapy and/or chemotherapy; 4. no previous malignancies; 5. no distant metastases; 6. planning CT and 3D-dose distributions available in DICOM format; 7. HRQoL assessments available prior to and 6 months after completion of (CH)RT.2bMultivariate logistic regression
8.
Tube Feeding Dependence, 6 months after treatment [37]
Head and NeckT-classification;
Baseline weight loss;
Type of treatment;
Mean dose PCM superior;
Mean dose PCM inferior;
Mean dose contralateral parotid;
Mean dose cricopharyngeal muscle
Predicts the probability of tube feeding dependence 6 months after treatment.Curative radiotherapy/chemoradiotherapy for head and neck cancer (HNC) may result in severe acute and late side effects, including tube-feeding dependence.2bMultivariable logistic regression
9.
Pathological complete response (pCR) [13]
EsophagusTumor histology;
differentiation grade;
Gender;
T-stage
This tool predicts pathological complete response.Patients with histologically proven carcinoma of the esophagus or gastro-esophageal junction, treated with neo-adjuvant chemoradiotherapy (CROSS) followed by surgery.2bLogistic regression
10.
Prediction tool for survival of non-small cell lung cancer patients [38]
LungGender;
WHO-PS;
FEV1;
Gross tumor volume;
Number of nodal stations
Predicts the probability that a patient with non-small cell lung cancer (NSCLC) will be alive at 2 years post-radiotherapy treatment.NSCLC patients, stage I-IIIB.3Kaplan–Meier and Cox regression
11.
Prediction tool for NSCLC patients receiving systemic anti-cancer therapy [39]
LungAge;
Gender;
Performance status;
Status;
Income deprivation;
Previous treatment given;
BMI
Predicts the probability of 30-day mortality.NSCLC patients receiving systemic anti-cancer therapies (SACT).3Logistic regression
12.
Prediction tools for treatment-induced dyspnea—I [40,41]
LungAge;
Nicotine use;
WHO-PS;
FEV1;
MLD
Predicts the probability of developing acute severe (≥grade 2) dyspnea: %.NSCLC patients, stage I-IIIB and SCLC patients.3Multivariate logistic regression
13.
Lung dysphagia [42]
LungGender;
Age;
OTT;
Mean esophagus dose;
Max esophagus dose;
Chemotherapy;
WHO-PS
Predicts the probability of developing dysphagia ≥ grade 3: %.NSCLC stage I-IIIB as well as SCLC patients with limited disease.3Multivariable logistic regression
14.
Prediction tool for treatment-induced dyspnea—II [43]
LungBaseline dyspnea score* at the start of R(CH)T;
Cardiac comorbidity;
Tumor location;
Forced expiratory volume;
Sequential chemotherapy
Predicts the probability of dyspnea ≥ 2 within 6 months after the start of R(CH)T: %.NSCLC patients, stage I-IIIB. Patients have to be treated with high-dose conformal radiotherapy alone (≤3 Gy per fraction) or high-dose conformal radiotherapy combined with chemotherapy (sequential or concurrent).3Univariate and multivariate logistic regression
15.
ProRaDS: Prostatectomy versus radiotherapy decision support system [12]
ProstateAge;
BMI;
Diabetes;
Hemorrhoids;
Uretra;
Pre-treatment erectile function;
PSA level;
T-Stage;
Primary Gleason score;
No. of positive biopsy cores;
No. of negative biopsy cores;
ASA score;
Anticoagulants;
Nerve-sparing surgery;
Androgen deprivation therapy;
ADT length;
Prior abdominal surgery;
Irradiation of pelvic nodes;
Mean trigone dose;
Mean rectum dose;
Rectum volume;
Compares the probability of biochemical failure, and the probability of developing chronic erectile dysfunction, urinary incontinence, or rectal bleeding for either prostatectomy or external beam radiotherapy for the treatment of prostate cancer.Low- to intermediate-risk prostate cancer patients eligible for primary treatment with either external beam radiotherapy or prostatectomy.3Markov model
16.
Tumor control probability (TCP) [44,45]
ProstateTotal dose D (45.0–82.8 Gy);
Fractional dose d (1.2–10 Gy);
Modality type;
Risk group
Predicts the chance of 5-year biological no evidence of disease (5-year bNED).External beam radiotherapy prostate cancer patients.3TCP, linear-quadratic (LQ)
17.
Recurrences and survival (endometrium) [46]
EndometriumAge;
FIGO histological grade;
Myometrial invasion depth;
Vascular invasion;
Radiotherapy
Predicts the probability that an endometrial cancer patient will have one of the following events within 5 years of follow-up: loco-regional recurrence (LRR), distant recurrence (DR), relapse or death (disease-free survival, DFS), and death (overall survival, OS).Endometrium cancer patients.3Cox proportional hazards,
Cox regression
18.
Pathologic complete response of locally advanced rectal cancer patients [47]
RectumTumor length (2.0–15.0 cm);
SUVmax-pre (1.0–25.0);
SUVmax-post (1.0–25.0)
Predicts the probability that a patient with locally advanced rectal cancer (LARC) will have a pathologic complete response after long course chemoradiotherapy (CRT) and surgery.Patients with locally advanced rectal cancer (LARC).3Logistic regression
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Halilaj, I.; Oberije, C.; Chatterjee, A.; van Wijk, Y.; Rad, N.M.; Galganebanduge, P.; Lavrova, E.; Primakov, S.; Widaatalla, Y.; Wind, A.; et al. Open Source Repository and Online Calculator of Prediction Models for Diagnosis and Prognosis in Oncology. Biomedicines 2022, 10, 2679. https://doi.org/10.3390/biomedicines10112679

AMA Style

Halilaj I, Oberije C, Chatterjee A, van Wijk Y, Rad NM, Galganebanduge P, Lavrova E, Primakov S, Widaatalla Y, Wind A, et al. Open Source Repository and Online Calculator of Prediction Models for Diagnosis and Prognosis in Oncology. Biomedicines. 2022; 10(11):2679. https://doi.org/10.3390/biomedicines10112679

Chicago/Turabian Style

Halilaj, Iva, Cary Oberije, Avishek Chatterjee, Yvonka van Wijk, Nastaran Mohammadian Rad, Prabash Galganebanduge, Elizaveta Lavrova, Sergey Primakov, Yousif Widaatalla, Anke Wind, and et al. 2022. "Open Source Repository and Online Calculator of Prediction Models for Diagnosis and Prognosis in Oncology" Biomedicines 10, no. 11: 2679. https://doi.org/10.3390/biomedicines10112679

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop