Next Article in Journal
Cough Hypersensitivity Syndrome: Why Its Use Is Inappropriate in Children
Previous Article in Journal
The Emerging Role of “Failure to Rescue” as the Primary Quality Metric for Cardiovascular Surgery and Critical Care
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of New-Onset Diabetes Mellitus within 12 Months after Liver Transplantation—A Machine Learning Approach

1
Department of Gastroenterology, Hepatology and Infectious Diseases, University Hospital Duesseldorf, Medical Faculty, Heinrich Heine University Duesseldorf, 40225 Duesseldorf, Germany
2
IQVIA, Bangalore 560103, Karnataka, India
3
Department of Surgery (A), University Hospital Duesseldorf, Medical Faculty, Heinrich Heine University Duesseldorf, 40225 Duesseldorf, Germany
4
Epidemiology, IQVIA, 60549 Frankfurt, Germany
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
These authors contributed equally to this work.
J. Clin. Med. 2023, 12(14), 4877; https://doi.org/10.3390/jcm12144877
Submission received: 3 June 2023 / Revised: 19 July 2023 / Accepted: 23 July 2023 / Published: 24 July 2023
(This article belongs to the Section Gastroenterology & Hepatopancreatobiliary Medicine)

Abstract

:
Background: Liver transplantation (LT) is a routine therapeutic approach for patients with acute liver failure, end-stage liver disease and/or early-stage liver cancer. While 5-year survival rates have increased to over 80%, long-term outcomes are critically influenced by extrahepatic sequelae of LT and immunosuppressive therapy, including diabetes mellitus (DM). In this study, we used machine learning (ML) to predict the probability of new-onset DM following LT. Methods: A cohort of 216 LT patients was identified from the Disease Analyzer (DA) database (IQVIA) between 2005 and 2020. Three ML models comprising random forest (RF), logistic regression (LR), and eXtreme Gradient Boosting (XGBoost) were tested as predictors of new-onset DM within 12 months after LT. Results: 18 out of 216 LT patients (8.3%) were diagnosed with DM within 12 months after the index date. The performance of the RF model in predicting the development of DM was the highest (accuracy = 79.5%, AUC 77.5%). It correctly identified 75.0% of the DM patients and 80.0% of the non-DM patients in the testing dataset. In terms of predictive variables, patients’ age, frequency and time of proton pump inhibitor prescription as well as prescriptions of analgesics, immunosuppressants, vitamin D, and two antibiotic drugs (broad spectrum penicillins, fluocinolone) were identified. Conclusions: Pending external validation, our data suggest that ML models can be used to predict the occurrence of new-onset DM following LT. Such tools could help to identify LT patients at risk of unfavorable outcomes and to implement respective clinical strategies of prevention.

Graphical Abstract

1. Introduction

Liver transplantation (LT) is a life-saving treatment for patients with end-stage liver disease or acute liver failure [1]. Although the five-year survival rates have risen to above 80%, the long-term sequela of LT are causing significant morbidity and mortality in many patients [2,3]. Most importantly, the use of immunosuppressive medications to prevent rejection of the transplanted liver can lead to several adverse effects, including infections, hypertension, kidney dysfunction, osteoporosis, and malignancy [4,5]. Additionally, patients may experience complications related to the surgery itself, such as bleeding, bile leaks, and thromboses [6,7,8,9]. Long-term complications of LT can significantly impact the patient’s quality of life and increase mortality. However, with appropriate medical management and close monitoring, many of these complications can be prevented or effectively managed [10]. Therefore, regular follow-up care and adherence to medication regimens are crucial for patients who have undergone LT.
Just recently, diabetes mellitus (DM) has emerged as a previously underestimated complication following LT, which can primarily be attributed to the interference of postoperative immunosuppressive therapy with the patient’s glucose metabolism, leading to high blood sugar levels and the development of DM. DM after LT can increase the risk of infection, wound healing complications, and cardiovascular disease, all of which ultimately reduce the patient’s quality of life and survival rate [11,12,13,14]. It is important to acknowledge that the risk of developing DM after LT is dependent on several factors, including the type and dose of immunosuppressive drugs, age, family history, and preexisting medical conditions [15]. Thus, close monitoring of blood glucose levels, lifestyle modifications, and appropriate medication management are essential for the treatment of DM after LT [10]. Nevertheless, predicting which individual patients will develop DM after LT has thus far remained challenging. For this purpose, machine learning (ML), which essentially uses artificial intelligence to build more efficient and effective predictive models than traditional methods by detecting hidden patterns in large data sets, could be used. To date, there are very few studies that have applied ML in LT medicine [16].
Accordingly, the aim of our study was to test the application of innovative ML models to predict the development of new-onset DM after LT (NODALT) and to demonstrate their potential usefulness. If validated, these tools could help identify LT patients at increased risk for adverse outcomes and improve individualized prevention strategies after LT.

2. Methods

2.1. Datasource

This study used data from the Disease Analyzer (DA) database (IQVIA). Details on the methodology of the database have been published elsewhere [17]. In brief, the DA database contains data pertaining to demographic variables, diagnoses, and prescriptions from general and specialist practices in Germany. Data quality is assessed monthly based on several criteria, including completeness of documentation and linkage between diagnoses and prescriptions. The selection of general and specialist practices for inclusion in the DA database is based on statistics published annually by the Bundesärztekammer (German Medical Association), which provides data on physician age, specialty group, community size category, and federal state. Currently, the DA database includes approximately 3% of all practices in Germany and is representative of these practices [17].

2.2. Study Population and Outcome

This study included patients aged ≥18 years with a first documented LT (ICD-10: Z94.4) in 206 general practices in Germany between January 2005 and December 2020 (index date). Further inclusion criteria included an observation period of at least six months prior to the index date and a follow-up period of at least six months after the index date. Patients with a diagnosis of DM (ICD-10: E10-E14) before or at the index date were excluded (Figure 1). The outcome of the study was a first diagnosis of DM, including type 2 DM (ICD-10: E11), other specified DM (ICD-10: E13), and unspecified DM (ICD-10: E14), which were documented within 12 months of the LT documentation.

2.3. Potential Predictors and Statistical Analyses

The objective of the ML model was to differentiate between patients who were diagnosed with type 2 DM and those who were not, and to identify key predictors of DM diagnosis. The test and training data were randomly split into 80% training and 20% test data and then stratified. According to the reference papers and research conducted, this is a valid method used by many researchers for clinical data. During the split into training and test data, the data were shuffled by means of the random_state parameter in the train_test_split library using the Python programming language.
Three different ML-based models were run. In the first model, potential predictors corresponded to diagnosis and prescription data obtained within 12 months prior to the index date and within 12 months after the index date. In the second model, potential predictors corresponded only to diagnosis and prescription data obtained within 12 months prior to the index date. In the third model, potential predictors included only diagnosis and prescription data obtained within 12 months after the index date. Since the third model had a much higher area under the curve (AUC) value (0.58) than model 1 (0.45) and model 2 (0.49), we decided to consider the third model for further analyses. The third model included a total of 36 different variables, including age, sex, and the most commonly documented diagnoses (ICD-10 codes) and therapies (ATC codes) (Table 1).
We initially analyzed which diagnoses and therapies were documented in the study population. Over 2300 unique diagnoses and 431 unique therapies were documented for all patients. All diagnoses and therapies present in less than 30% of the population were removed. This method was necessary to measure the impact of the most common diseases and therapies on the outcome as well as to reduce very sparse diagnoses and therapies as the number of inputs to the predictive model. Both diagnoses and therapies were transformed into two types of variables, including frequency of documentation (= frequency) and time between documentation of LT and first documentation of diagnosis or prescription after index date (= time). Systemic corticosteroids were not included as a variable in the model since 100% of study patients received this therapy. Three ML-based methods for predicting DM were tested: random forest (RF), logistic regression (LR), and eXtreme Gradient Boosting (XGBoost).
Since the RF model consists of multiple decision trees, it is helpful to begin with a brief description of the decision tree algorithm. A decision tree is similar to a flowchart tree structure consisting of root nodes, branches, internal nodes, and leaf nodes. It is used to classify input data points or to predict output values for a given input. The input data are processed by asking a series of if-then-else true/false feature questions as well as by estimating the minimum number of questions required to assess the probability of arriving at a correct decision.
The RF algorithm uses decision tree learning by building a large number of decision trees and then aggregating their output using bootstrap aggregation (bagging). Bagging works by creating multiple subsets of training data that are randomly selected with replacement. At this juncture, each subset of data is used to train the decision trees. Majority voting, i.e., the most frequent categorical variable across the different trees, will yield the predicted class, which in turn will be more robust and have less variance than a single tree. RF is a slightly modified version of bagging where, in addition to taking into account the random subset of data, it also takes into account a random selection of features rather than using all features to grow trees, thus creating an uncorrelated forest of decision trees [18].
Gradient boosting is a method to improve any ML model by iteratively training new models that specialize in addressing the weaknesses of the previous models. Unlike random forest bagging algorithms, which only minimize variance and overfitting of the model, boosting minimizes bias and underfitting. In laymen’s terms, gradient boosting functions by building a weak model from the training data, and subsequently building another weak model that follows the previous model and then attempts to correct its errors. This process continues until either the entire data set has been correctly predicted or the maximum number of models have been added. The technical operation of gradient boosting methods can be explained by two concepts: namely, the gradient descent algorithm and the loss function. The gradient descent algorithm is based on a convex function that can establish a relationship between the actual output and the predicted output. At each point, the derivative (or slope) is found, and we observe the steepness of the slope. This slope will determine the parameters, i.e., the weights and the bias. As the number of successively built weak models increases, the steepness ought to gradually decrease until it reaches the point of convergence. The loss function measures the error between the predicted output and the actual output at the current position. It then provides feedback to the model so that it can adjust the parameters to minimize the error. It continuously iterates along the direction of steepest descent until the cost function is either close to or at zero. At that point, the model stops learning. XGBoost builds trees in parallel, rather than sequentially as is typical in traditional gradient boosting decision trees. It follows a level-wise strategy, scanning across gradient values and using these partial sums to evaluate the quality of splits at each possible split in the training set [19].
LR estimates the probability of an event occurring based on a given set of independent variables. The odds are defined as the probability of success divided by the probability of failure. LR uses a logistic function to transform the odds. The model runs multiple iterations to calculate the log-likelihood function, and LR attempts to maximize this function to find the best parameter estimate. Once the best parameter is found, the conditional probability of each observation is calculated, logged, and summed together to obtain a predicted probability. For binary classification, the probability greater than 0.5 predicts 1 [20].

3. Results

3.1. Characteristics of the Study Sample and Incidence of DM

The selection of study patients is shown in Figure 1. A total of 216 patients who met all inclusion criteria were included in the study, among which 18 (8.3%) were diagnosed with DM within 12 months of the index date. The mean age of the study patients was 54.1 years (SD: 13.5 years); 56.5% of the patients were male. Patients with a new diagnosis of DM were slightly older (56.3 vs. 53.6 years, p = 0.260), and the proportion of men was higher in patients with DM than in those without (64.6 vs. 54.8%, p = 0.430). None of these differences were significant.

3.2. Performance of the DM Prediction Models

Since the data are highly unbalanced, we performed a weighted RF, where we assigned a positive weight of 8886110.520507872 and a negative weight of 10 × 10−4. The values were derived by running multiple iterations of weight combinations and selecting the most optimal weights. Since the RF classifier tends to be biased toward the majority class, this weight imposes a heavier penalty for misclassifying the minority class. The number of trees in the forest was set to 1000. The Gini impurity scores were used to evaluate the accuracy of the classification. The top features are selected based on their feature importance scores. The learning curve is shown in Figure 2.
Figure 3 shows the performance of the three DM prediction models. The performance of the RF model was highest (accuracy = 79.5%, AUC 77.5%). The other two models (LR and XGBoost) showed an overall accuracy and AUC of only 38.6/55.0% (LR) and 70.5/57.5% (XGBoost), respectively (Figure 3). In terms of sensitivity, the RF model was able to correctly identify 75.0% of the DM patients and 80.0% of the non-DM patients in the test dataset (Figure 4).

3.3. Important Variables Predicting the Risk of DM

Figure 5 shows the importance of the individual variables on which the RF model was based. The most important feature was age with a value of 0.29 for future importance. The next two features were proton pump inhibitor (PPI) prescriptions with values of 0.07 (frequency of prescription) and 0.06 (time of prescription). Other features of lower importance comprise the prescriptions of analgesics, immunosuppressants, vitamin D, and two antibiotics (broad-spectrum penicillins, fluocinolone; Figure 5).

4. Discussion

This retrospective cohort study evaluated three ML models (RF, LR, and XGBoost) on the basis of their predictive performance for NODALT in a German outpatient cohort using the DA database (IQVIA). Remarkably, 8% of patients were newly diagnosed with DM within 12 months of LT. The RF model performed best in predicting NODALT (accuracy = 79.5%, AUC 77.5%), correctly identifying 75.0% of patients with DM and 80.0% of patients without DM in the test dataset. Age was considered to be the most important predictor of NODALT. The PPI prescription followed with values of 0.07 (frequency of prescription) and 0.06 (timing of prescription). Other features of lesser importance included the prescription of analgesics, immunosuppressants, vitamin D, and two antibiotics (broad-spectrum penicillins, fluocinolone).
Although the underlying pathophysiological mechanisms of NODALT remain to be determined, there appear to be unique aspects of this disease [21]. LT is characterized by the graft taking over numerous functions such as digestion, detoxification, and immunity and becomes the patient’s primary metabolic regulator, playing a central role in amino acid synthesis, gluconeogenesis, glycogenolysis, glycogen formation, lipogenesis, and insulin secretion [21]. In this context, the data from Stockmann et al. suggest that the transplanted liver itself may be the origin of metabolic disorders, distinguishing NODALT from new-onset DM after non-liver transplantation [22].
To date, there are very few studies that have evaluated ML in LT medicine. These include a review by Spann et al. from 2020 that provides an overview of the strengths and limitations of ML in hepatology and LT medicine [16]. Another study by Bhat et al. analyzed data from adult LT recipients between 1987 and 2016 from the Scientific Registry of Transplant Recipients using different ML methods to identify predictors of NODALT [23]. Consistent with our results, the authors found that increasing age of the recipient was a major contributor to NODALT [23]. In addition, they identified male sex and obesity to be significant recipient factors [23] and, similar to our study, also linked immunosuppressants to the development of NODALT. Against this background, the authors demonstrated that sirolimus as the primary immunosuppressant was associated with a 33% higher risk of post-transplant DM than tacrolimus [23]. However, for donor characteristics not captured in our study, no effect on recipient NODALT risk was observed [23].
Immunosuppressants have previously been associated with the development of NODALT and are thought to have an impact on the deterioration of β-cell function [21]. In addition to systemic corticosteroids—which were not included as a feature in our models since 100% of study patients received this therapy—calcineurin inhibitors, considered as standard immunosuppressants and used for an extended period of time after transplantation, are believed to play a role in the development of NODALT [21]. In this context, experimental studies have shown that tacrolimus negatively affects insulin secretion from β-cells through multiple pathways, including mitochondrial biogenesis, ATP metabolism, membrane trafficking, and cytoskeletal remodeling [21,24,25]. An animal study in obese and lean diabetic rats further demonstrated that preexisting insulin resistance potentiates the diabetogenic effects of tacrolimus through potent inhibition of the Ins2 gene and β-cell proliferation [26].
The knowledge of the side effects of immunosuppressive drugs and the immunology of LT has greatly increased over the past years [21]. Due to hepatic immune tolerance, immunosuppressive therapy with low-dose and low-concentration tacrolimus has become a routine protocol in LT patients. Furthermore, mTOR inhibitor combination therapy may allow for a reduction in tacrolimus dose, potentially minimizing tacrolimus-related side effects. However, in clinical trials, no significant reduction in the incidence of NODALT was observed in LT patients treated with tacrolimus minimization therapy (tacrolimus in combination with mTOR inhibitors) as opposed to standard dose therapy [27]. Similarly, another experimental study discovered that even short-term and extremely low concentrations of tacrolimus impaired β-cell secretion by causing a low rate of insulin gene transcription in rats [28]. In addition, corticosteroid-free immunosuppression in LT may be recommended in the future upon discovery of its association with a lower risk of NODALT in a recent evidence-based review [29].
Recent research interest has also focused on the gut microbiome, the alteration of which has been discussed in the context of the pathogenesis of glucose metabolism disorder [21,30]. To this end, there is evidence that antibiotics, PPIs, and non-steroidal anti-inflammatory drugs identified in our model as predictive features of NODALT have an impact on the gut microbiome [31,32,33]. A Chinese metagenome-wide association study has found that patients with type 2 DM are characterized by a dysbiosis of the gut microbiome, with a decrease in the abundance of several universal butyrate-producing bacteria and an increase in several opportunistic pathogens, as well as an enrichment of other microbial functions mediating sulfate reduction and resistance to oxidative stress [34]. Interestingly, specific gut microbiota are also found in LT patients [35]. In a pilot study from China that examined six gut bacteria in fresh stool samples, LT recipients showed a significant decrease in butyrate-producing bacteria (e.g., Faecalibacteriumprausnitzii) and an increase in opportunistic pathogens (e.g., Enterococcus spp.) compared to healthy subjects [35], which were similar to the characteristics of patients with DM [34,36].
Inflammatory processes and the involvement of lipopolysaccharides (LPS), the major component of the outer membrane of Gram-negative bacteria, which in turn activate toll-like receptors (TLRs) by binding to the LPS-binding protein (LBP), may also play a role in the development of NODALT [37]. It is interesting to note that animal studies in this context suggest a possible impairment of glucose homeostasis in LT recipients by establishing that LT leads to a translocation of LPS in hepatocytes and an upregulation of LBP, resulting in an enhanced inflammatory response [38]. Imbalance of gut microbiota and an impaired gut barrier in liver transplant recipients could ultimately lead to various liver diseases such as inflammation and steatosis as well as to metabolic syndrome via the “gut–liver axis” through various biological mechanisms [37].
Correspondingly, the proliferation of proteobacteria is considered to be a hallmark of abnormal microbiota as a result of dietary changes, inflammation, or antibiotic therapy [39]. The finding in our study, which demonstrated that only broad-spectrum penicillins and fluocinolones were identified as predictive features of NODALT in our ML model, may suggest that even single antibiotic drugs could lead to a relevant change in the composition of the gut microbiome. Within this framework, it has been observed that various antibiotics that target the gut have different effects on the density and diversity of the microbiota. Accordingly, a broader spectrum of activity of penicillin and fluocinolone could explain their influence in the development of NODALT via a stronger effect in reducing microbial diversity [40]. However, to better understand the relationship between NODALT and the gut microbiome as well as the effects of antibiotic therapy, further studies focusing on this question are required.
Several studies have indeed observed a change in the composition of the microbiome with PPI use [32,41]. PPIs are among the most commonly used medications worldwide and are primarily used to treat reflux disease and gastric and duodenal ulcers. Long-term use of PPIs has been associated with a number of complications, including kidney disease, bone fractures, intestinal inflammation, and more recently, the development of DM. Yuan et al. analyzed whether regular use of PPIs increases the risk of type 2 DM in three large epidemiologic studies with a total of 204,689 participants who did not have DM at baseline [42] and found a 24% increased risk of DM in individuals who regularly used PPIs. The risk was dependent on the duration of PPI therapy and was lower in individuals who had taken the medication for up to 2 years than in those with a longer duration of therapy [43]. However, to our knowledge, our study was the first to evaluate NODALT in combination with PPIs.
In terms of age, which was identified as the most important feature of NODALT in our study comprising a retrospective analysis of data from 188 adult primary liver transplant recipients in Japan, Abe et al. also found, in agreement with our findings, that older recipient age (≥55 years) was a significant risk factor for the development of DM after transplantation [43]. Similarly, Cosio et al. examined data from 2078 kidney transplant recipients using a multivariate Cox model and found that patients older than 45 years at the time of transplantation had more than twice as high a risk of developing DM after transplant compared with younger patients [44]. In addition, other studies show that the risk of developing post-transplant DM after solid organ transplantation more than doubles with each 10-year increase in recipient age [45]. This effect is claimed to be attributable to the fact that islet cells age and undergo apoptosis with age. Decreased insulin secretion and increased insulin resistance have also been suggested to this end [46].
At this juncture we should refer to some of the limitations of this study. First of all, the sample size is small, especially for the test group. Therefore, further studies with larger samples are required to externally validate the application of the models. Second, the retrospective and observational nature of our study may lead to unavoidable selection bias. The ML algorithms generated are only as good as the quality of the data provided. Thus, several factors may influence the performance and accuracy of an ML model. Since the diagnoses are based on the documentation of ICD-10 and ATC codes by primary care physicians, it cannot be excluded that some of the diagnoses were misclassified. Another limitation of the study is the lack of information regarding the underlying diseases of LT recipients and donors. Furthermore, certain information that would have allowed for additional analyses, such as socioeconomic status, family history, ethnic background/race, environmental conditions, lifestyle factors (e.g., physical activity, nicotine or alcohol use, diet), including etiology, surgery duration, or other factors associated with increased DM risk, such as presence of acute rejection and the number of rejection episodes, dose of glucocorticoid treatment, and family history of diabetes mellitus, were not available. In addition, there was no information available on the genotype of the patients that would have allowed further analyses, especially since the literature has acknowledged that the graft genotype may also influence the metabolic state after LT. In particular, the graft gene variant of the DM susceptibility gene TCF7L2 rs290487 (C allele) has been associated with an increased risk of NODALT [31]. Finally, it is important to consider that this retrospective analysis indicates an association, as opposed to a cause-and-effect relationship.
Pending external validation, our data suggest that ML models may be useful in predicting the occurrence of NODALT. Such tools could help to identify LT patients at risk for adverse outcomes and implement appropriate clinical prevention strategies. Nevertheless, further studies are required to confirm which factors contribute most to facilitating individualized clinical care during post-transplant management.

Author Contributions

S.H.L., K.K. and C.R. designed the study; S.C., S.U. and K.K. performed the statistical analyses and generated figures and tables; S.H.L., S.K. and C.R. wrote the manuscript; A.K. and T.L. provided intellectual input; all authors have agreed to the final version of the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

No specific funding was received for this study. As a rule, any work in group of TL was funded by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation program through the ERC Consolidator Grant Phase Control (Grant Agreement 771083). The laboratory of TL was further funded by the German Cancer Aid (Deutsche Krebshilfe—110043), the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation)—403224013, 279874820, 461704932, 440603844, the German Ministry of Health (BMG—DEEP LIVER 2520DAT111) and through support from the Medical Faculty of the Heinrich Heine University.

Institutional Review Board Statement

The study was conducted according to the guidelines of the Declaration of Helsinki. The “Disease Analyzer” database, used for analysis, contains anonymized electronic patient records. Patient data were analyzed in aggregated form without the availability of individual health data. An individual consent form was not obtained in adherence with national and European legislation.

Informed Consent Statement

Patient data were analyzed in aggregated form without the inclusion of individual health data. Individual informed consent was therefore not obtained.

Data Availability Statement

The datasets used and/or analyzed during the current study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Lee, W.M.; Squires, R.H., Jr.; Nyberg, S.L.; Doo, E.; Hoofnagle, J.H. Acute liver failure: Summary of a workshop. Hepatology 2008, 47, 1401–1415. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Adam, R.; Karam, V.; Delvart, V.; O’Grady, J.; Mirza, D.; Klempnauer, J.; Castaing, D.; Neuhaus, P.; Jamieson, N.; Salizzoni, M.; et al. Evolution of indications and results of liver transplantation in Europe. A report from the European Liver Transplant Registry (ELTR). J. Hepatol. 2012, 57, 675–688. [Google Scholar] [CrossRef] [Green Version]
  3. Dutkowski, P.; De Rougemont, O.; Müllhaupt, B.; Clavien, P.A. Current and future trends in liver transplantation in Europe. Gastroenterology 2010, 138, 802–809.e4. [Google Scholar] [CrossRef]
  4. Dutkowski, P.; Linecker, M.; DeOliveira, M.L.; Müllhaupt, B.; Clavien, P.A. Challenges to liver transplantation and strategies to improve outcomes. Gastroenterology 2015, 148, 307–323. [Google Scholar] [CrossRef]
  5. Noble, J.; Terrec, F.; Malvezzi, P.; Rostaing, L. Adverse effects of immunosuppression after liver transplantation. Best Pract. Res. Clin. Gastroenterol. 2021, 54–55, 101762. [Google Scholar] [CrossRef] [PubMed]
  6. Feltracco, P.; Barbieri, S.; Cillo, U.; Zanus, G.; Senzolo, M.; Ori, C. Perioperative thrombotic complications in liver transplantation. World J. Gastroenterol. 2015, 21, 8004–8013. [Google Scholar] [CrossRef] [PubMed]
  7. Clevenger, B.; Mallett, S.V. Transfusion and coagulation management in liver transplantation. World J. Gastroenterol. 2014, 20, 6146–6158. [Google Scholar] [CrossRef]
  8. Fernandez, T.M.A.; Gardiner, P.J. Critical Care of the Liver Transplant Recipient. Curr. Anesthesiol. Rep. 2015, 5, 419–428. [Google Scholar] [CrossRef]
  9. Wan, P.; Yu, X.; Xia, Q. Operative outcomes of adult living donor liver transplantation and deceased donor liver transplantation: A systematic review and meta-analysis. Liver Transpl. 2014, 20, 425–436. [Google Scholar] [CrossRef]
  10. European Association for The Study of the Liver. EASL Clinical Practice Guidelines: Liver transplantation. J. Hepatol. 2016, 64, 433–485. [Google Scholar] [CrossRef]
  11. Oliveira, R.A.; Tanner, J.; Mancero, J.M.P.; de Brito Poveda, V. Effects of Intensive Blood Glucose Control on Surgical Site Infection for Liver Transplant Recipients: A Randomized Controlled Trial. Transplant. Proc. 2023, 55, 170–177. [Google Scholar] [CrossRef] [PubMed]
  12. Lladó, L.; Xiol, X.; Figueras, J.; Ramos, E.; Memba, R.; Serrano, T.; Torras, J.; Garcia-Gil, A.; Gonzalez-Pinto, I.; Castellote, J.; et al. Immunosuppression without steroids in liver transplantation is safe and reduces infection and metabolic complications: Results from a prospective multicenter randomized study. J. Hepatol. 2006, 44, 710–716. [Google Scholar] [CrossRef]
  13. Fisher, R.A.; Stone, J.J.; Wolfe, L.G.; Rodgers, C.M.; Anderson, M.L.; Sterling, R.K.; Shiffman, M.L.; Luketic, V.A.; Contos, M.J.; Mills, A.S.; et al. Four-year follow-up of a prospective randomized trial of mycophenolate mofetil with cyclosporine microemulsion or tacrolimus following liver transplantation. Clin. Transplant. 2004, 18, 463–472. [Google Scholar] [CrossRef] [PubMed]
  14. Xiao, J.; Yong, J.N.; Ng, C.H.; Syn, N.; Lim, W.H.; Tan, D.J.H.; Tan, E.Y.; Huang, D.; Wong, R.C.; Chew, N.W.S.; et al. A Meta-Analysis and Systematic Review on the Global Prevalence, Risk Factors, and Outcomes of Coronary Artery Disease in Liver Transplantation Recipients. Liver Transpl. 2022, 28, 689–699. [Google Scholar] [CrossRef] [PubMed]
  15. Azhie, A.; Sheth, P.; Hammad, A.; Woo, M.; Bhat, M. Metabolic Complications in Liver Transplantation Recipients: How We Can Optimize Long-Term Survival. Liver Transpl. 2021, 27, 1468–1478. [Google Scholar] [CrossRef] [PubMed]
  16. Spann, A.; Yasodhara, A.; Kang, J.; Watt, K.; Wang, B.; Goldenberg, A.; Bhat, M. Applying Machine Learning in Liver Disease and Transplantation: A Comprehensive Review. Hepatology 2020, 71, 1093–1105. [Google Scholar] [CrossRef]
  17. Rathmann, W.; Bongaerts, B.; Carius, H.J.; Kruppert, S.; Kostev, K. Basic characteristics and representativeness of the German Disease Analyzer database. Int. J. Clin. Pharmacol. Ther. 2018, 56, 459–466. [Google Scholar] [CrossRef]
  18. Chen, T.; Guestrin, C. XGBoost: A Scalable Tree Boosting System. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 785–794. [Google Scholar]
  19. Rigatti, S.J. Random Forest. J. Insur. Med. 2017, 47, 31–39. [Google Scholar] [CrossRef] [Green Version]
  20. Dreiseitl, S.; Ohno-Machado, L. Logistic regression and artificial neural network classification models: A methodology review. J. Biomed. Inform. 2002, 35, 352–359. [Google Scholar] [CrossRef] [Green Version]
  21. Ling, Q.; Xu, X.; Wang, B.; Li, L.; Zheng, S. The Origin of New-Onset Diabetes after Liver Transplantation: Liver, Islets, or Gut? Transplantation 2016, 100, 808–813. [Google Scholar] [CrossRef]
  22. Stockmann, M.; Konrad, T.; Nolting, S.; Hünerbein, D.; Wernecke, K.D.; Döbling, H.; Steinmüller, T.; Neuhaus, P. Major influence of liver function itself but not of immunosuppression determines glucose tolerance after living-donor liver transplantation. Liver Transpl. 2006, 12, 535–543. [Google Scholar] [CrossRef] [PubMed]
  23. Bhat, V.; Tazari, M.; Watt, K.D.; Bhat, M. New-Onset Diabetes and Preexisting Diabetes Are Associated with Comparable Reduction in Long-Term Survival After Liver Transplant: A Machine Learning Approach. Mayo Clin. Proc. 2018, 93, 1794–1802. [Google Scholar] [CrossRef]
  24. Rostambeigi, N.; Lanza, I.R.; Dzeja, P.P.; Deeds, M.C.; Irving, B.A.; Reddi, H.V.; Madde, P.; Zhang, S.; Asmann, Y.W.; Anderson, J.M.; et al. Unique cellular and mitochondrial defects mediate FK506-induced islet β-cell dysfunction. Transplantation 2011, 91, 615–623. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Chakkera, H.A.; Mandarino, L.J. Calcineurin inhibition and new-onset diabetes mellitus after transplantation. Transplantation 2013, 95, 647–652. [Google Scholar] [CrossRef] [PubMed]
  26. Rodriguez-Rodriguez, A.E.; Triñanes, J.; Velazquez-Garcia, S.; Porrini, E.; Vega Prieto, M.J.; Diez Fuentes, M.L.; Arevalo, M.; Salido Ruiz, E.; Torres, A. The higher diabetogenic risk of tacrolimus depends on pre-existing insulin resistance. A study in obese and lean Zucker rats. Am. J. Transplant. 2013, 13, 1665–1675. [Google Scholar] [CrossRef]
  27. Peddi, V.R.; Wiseman, A.; Chavin, K.; Slakey, D. Review of combination therapy with mTOR inhibitors and tacrolimus minimization after transplantation. Transplant. Rev. 2013, 27, 97–107. [Google Scholar] [CrossRef]
  28. Hernández-Fisac, I.; Pizarro-Delgado, J.; Calle, C.; Marques, M.; Sánchez, A.; Barrientos, A.; Tamarit-Rodriguez, J. Tacrolimus-induced diabetes in rats courses with suppressed insulin gene expression in pancreatic islets. Am. J. Transplant. 2007, 7, 2455–2462. [Google Scholar] [CrossRef]
  29. Sgourakis, G.; Dedemadi, G. Corticosteroid-free immunosuppression in liver transplantation: An evidence-based review. World J. Gastroenterol. 2014, 20, 10703–10714. [Google Scholar] [CrossRef]
  30. Sonnenburg, E.D.; Zheng, H.; Joglekar, P.; Higginbottom, S.K.; Firbank, S.J.; Bolam, D.N.; Sonnenburg, J.L. Specificity of polysaccharide use in intestinal bacteroides species determines diet-induced microbiota alterations. Cell 2010, 141, 1241–1252. [Google Scholar] [CrossRef] [Green Version]
  31. Ling, Q.; Xie, H.; Lu, D.; Wei, X.; Gao, F.; Zhou, L.; Xu, X.; Zheng, S. Association between donor and recipient TCF7L2 gene polymorphisms and the risk of new-onset diabetes mellitus after liver transplantation in a Han Chinese population. J. Hepatol. 2013, 58, 271–277. [Google Scholar] [CrossRef]
  32. Jackson, M.A.; Goodrich, J.K.; Maxan, M.E.; Freedberg, D.E.; Abrams, J.A.; Poole, A.C.; Sutter, J.L.; Welter, D.; Ley, R.E.; Bell, J.T.; et al. Proton pump inhibitors alter the composition of the gut microbiota. Gut 2016, 65, 749–756. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  33. Maier, L.; Pruteanu, M.; Kuhn, M.; Zeller, G.; Telzerow, A.; Anderson, E.E.; Brochado, A.R.; Fernandez, K.C.; Dose, H.; Mori, H.; et al. Extensive impact of non-antibiotic drugs on human gut bacteria. Nature 2018, 555, 623–628. [Google Scholar] [CrossRef] [PubMed]
  34. Qin, J.; Li, Y.; Cai, Z.; Li, S.; Zhu, J.; Zhang, F.; Liang, S.; Zhang, W.; Guan, Y.; Shen, D.; et al. A metagenome-wide association study of gut microbiota in type 2 diabetes. Nature 2012, 490, 55–60. [Google Scholar] [CrossRef] [PubMed]
  35. Wu, Z.W.; Ling, Z.X.; Lu, H.F.; Zuo, J.; Sheng, J.F.; Zheng, S.S.; Li, L.J. Changes of gut bacteria and immune parameters in liver transplant recipients. Hepatobiliary Pancreat. Dis. Int. 2012, 11, 40–50. [Google Scholar] [CrossRef]
  36. Zhang, X.; Shen, D.; Fang, Z.; Jie, Z.; Qiu, X.; Zhang, C.; Chen, Y.; Ji, L. Human gut microbiota changes reveal the progression of glucose intolerance. PLoS ONE 2013, 8, e71108. [Google Scholar] [CrossRef] [PubMed]
  37. Aron-Wisnewsky, J.; Gaborit, B.; Dutour, A.; Clement, K. Gut microbiota and non-alcoholic fatty liver disease: New insights. Clin. Microbiol. Infect. 2013, 19, 338–348. [Google Scholar] [CrossRef] [Green Version]
  38. Fang, H.; Liu, A.; Dirsch, O.; Dahmen, U. Liver transplantation and inflammation: Is lipopolysaccharide binding protein the link? Cytokine 2013, 64, 71–78. [Google Scholar] [CrossRef]
  39. Stecher, B.; Maier, L.; Hardt, W.D. ‘Blooming’ in the gut: How dysbiosis might contribute to pathogen evolution. Nat. Rev. Microbiol. 2013, 11, 277–284. [Google Scholar] [CrossRef] [Green Version]
  40. Motiei, A.; Brindefalk, B.; Ogonowski, M.; El-Shehawy, R.; Pastuszek, P.; Ek, K.; Liewenborg, B.; Udekwu, K.; Gorokhova, E. Disparate effects of antibiotic-induced microbiome change and enhanced fitness in Daphnia magna. PLoS ONE 2020, 15, e0214833. [Google Scholar] [CrossRef] [Green Version]
  41. Imhann, F.; Bonder, M.J.; Vich Vila, A.; Fu, J.; Mujagic, Z.; Vork, L.; Tigchelaar, E.F.; Jankipersadsing, S.A.; Cenit, M.C.; Harmsen, H.J.; et al. Proton pump inhibitors affect the gut microbiome. Gut 2016, 65, 740–748. [Google Scholar] [CrossRef] [Green Version]
  42. Yuan, J.; He, Q.; Nguyen, L.H.; Wong, M.C.S.; Huang, J.; Yu, Y.; Xia, B.; Tang, Y.; He, Y.; Zhang, C. Regular use of proton pump inhibitors and risk of type 2 diabetes: Results from three prospective cohort studies. Gut 2021, 70, 1070–1077. [Google Scholar] [CrossRef]
  43. Abe, T.; Onoe, T.; Tahara, H.; Tashiro, H.; Ishiyama, K.; Ide, K.; Ohira, M.; Ohdan, H. Risk factors for development of new-onset diabetes mellitus and progressive impairment of glucose metabolism after living-donor liver transplantation. Transplant. Proc. 2014, 46, 865–869. [Google Scholar] [CrossRef] [PubMed]
  44. Cosio, F.G.; Pesavento, T.E.; Kim, S.; Osei, K.; Henry, M.; Ferguson, R.M. Patient survival after renal transplantation: IV. Impact of post-transplant diabetes. Kidney Int. 2002, 62, 1440–1446. [Google Scholar] [CrossRef] [PubMed]
  45. Burra, P.; Senzolo, M.; Masier, A.; Prestele, H.; Jones, R.; Samuel, D.; Villamil, F. Factors influencing renal function after liver transplantation. Results from the MOST, an international observational study. Dig. Liver Dis. 2009, 41, 350–356. [Google Scholar] [CrossRef] [PubMed]
  46. Zhang, Z.; Sun, J.; Guo, M.; Yuan, X. Progress of new-onset diabetes after liver and kidney transplantation. Front. Endocrinol. 2023, 14, 1091843. [Google Scholar] [CrossRef]
Figure 1. Selection of study patients.
Figure 1. Selection of study patients.
Jcm 12 04877 g001
Figure 2. Learning curve.
Figure 2. Learning curve.
Jcm 12 04877 g002
Figure 3. Accuracy of algorithms evaluated. RF—random forest, LR—logistic regression, XGBoost—eXtreme Gradient Boosting.
Figure 3. Accuracy of algorithms evaluated. RF—random forest, LR—logistic regression, XGBoost—eXtreme Gradient Boosting.
Jcm 12 04877 g003
Figure 4. Predicted and true DM patients (random forest).
Figure 4. Predicted and true DM patients (random forest).
Jcm 12 04877 g004
Figure 5. Feature importance in the RF model (top 10 variables + age).
Figure 5. Feature importance in the RF model (top 10 variables + age).
Jcm 12 04877 g005
Table 1. Different features.
Table 1. Different features.
ICD-10 or ATC CodeFeaturesPatients (N, %)Median Time between Documentation of LT and First Documentation of Diagnosis or Prescription after Index Date (Days).
ATC features (based on the Anatomical Classification of Pharmaceutical Products by the European Pharmaceutical Market Research Association (EPHMRA)A02B2Proton pump inhibitors(25, 11.6%)85
A05A2Bilestone therapy(18, 8.3%)51
A11C2Vitamin D, plain(13, 6.0%)134
C03A2Loop diuretics, plain(11, 5.1%)62
C07A0Beta-blocking agents, plain(15, 6.9%)98
J01C1Oral broad-spectrum penicillins(18, 8.3%)219
J01G1Oral fluoroquinolones(15, 6.9%)257
L04X0Other immunsuppressants(25, 11.6%)42
M01A1Non-steroidal antirheumatic drugs(9, 4.2%)109
N02B1Other analgesics(17, 7.9%)116
X25A0Physical therapy(13, 6.0%)117
ICD-10 featuresA09.9Gastroenteritis and colitis of unspecified origin(4, 1.9%)261
I10.0Essential (primary) hypertension(15, 6.9%)83
J06.9Acute upper respiratory infection, unspecified(17, 7.9%)224
J20.9Acute bronchitis, unspecified(9, 4.2%)187
K74.6Other and unspecified cirrhosis of liver(4, 1.9%)86
M54.1Radiculopathy(10, 4.6%)78
Z25.1Need for immunization against influenza(12, 5.6%)208
Age mean = 62.1 years, SD = 14.7 years
Sex (Female) (96, 44.4%)
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Loosen, S.H.; Krieg, S.; Chaudhari, S.; Upadhyaya, S.; Krieg, A.; Luedde, T.; Kostev, K.; Roderburg, C. Prediction of New-Onset Diabetes Mellitus within 12 Months after Liver Transplantation—A Machine Learning Approach. J. Clin. Med. 2023, 12, 4877. https://doi.org/10.3390/jcm12144877

AMA Style

Loosen SH, Krieg S, Chaudhari S, Upadhyaya S, Krieg A, Luedde T, Kostev K, Roderburg C. Prediction of New-Onset Diabetes Mellitus within 12 Months after Liver Transplantation—A Machine Learning Approach. Journal of Clinical Medicine. 2023; 12(14):4877. https://doi.org/10.3390/jcm12144877

Chicago/Turabian Style

Loosen, Sven H., Sarah Krieg, Saket Chaudhari, Swati Upadhyaya, Andreas Krieg, Tom Luedde, Karel Kostev, and Christoph Roderburg. 2023. "Prediction of New-Onset Diabetes Mellitus within 12 Months after Liver Transplantation—A Machine Learning Approach" Journal of Clinical Medicine 12, no. 14: 4877. https://doi.org/10.3390/jcm12144877

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