Healthc Inform Res Search

CLOSE


Healthc Inform Res > Volume 23(4); 2017 > Article
Tapak, Hamidi, Amini, and Poorolajal: Prediction of Kidney Graft Rejection Using Artificial Neural Network

Abstract

Objectives

Kidney transplantation is the best renal replacement therapy for patients with end-stage renal disease. Several studies have attempted to identify predisposing factors of graft rejection; however, the results have been inconsistent. We aimed to identify prognostic factors associated with kidney transplant rejection using the artificial neural network (ANN) approach and to compare the results with those obtained by logistic regression (LR).

Methods

The study used information regarding 378 patients who had undergone kidney transplantation from a retrospective study conducted in Hamadan, Western Iran, from 1994 to 2011. ANN was used to identify potential important risk factors for chronic nonreversible graft rejection.

Results

Recipients' age, creatinine level, cold ischemic time, and hemoglobin level at discharge were identified as the most important prognostic factors by ANN. The ANN model showed higher total accuracy (0.75 vs. 0.55 for LR), and the area under the ROC curve (0.88 vs. 0.75 for LR) was better than that obtained with LR.

Conclusions

The results of this study indicate that the ANN model outperformed LR in the prediction of kidney transplantation failure. Therefore, this approach is a promising classifier for predicting graft failure to improve patients' survival and quality of life, and it should be further investigated for the prediction of other clinical outcomes.

I. Introduction

Chronic kidney disease (CKD), a major risk factor for endstage renal (or kidney) disease, cardiovascular disease, and premature death, is a global public health problem, affecting more than 10% of the global population [12]. Kidney transplantation is considered the best alternative treatment for patients with end-stage renal disease because it offers some advantages, including better quality of life and longer survival compared to patients who are treated with dialysis [3]. It is estimated that more than 1.4 million patients with CKD receive kidney transplantation worldwide with an approximately 8% incidence growth rate annually [4]. Although there has been significant improvement in graft function and survival during the last two decades, many transplanted kidneys are rejected because of acute rejection and chronic allograft nephropathy. This in turn causes 3-fold greater risk of death compared to patients with functioning grafts [56]. There is an increasing demand for kidney transplantation; therefore, it is of great importance to identify the potential risk factors implicated in graft failure to improve patients' survival and quality of life [3].
Since failure of transplantation is associated with adverse consequences for patients, exploring, identifying, and controlling for risk factors are of utmost importance. Several potential prognostic factors affecting the success of renal grafts, such as the age and sex of donors and recipients, body mass index, type of donor (living or deceased), anemia, type of immunosuppressive regimen, and so forth, have been investigated in various studies [3]; however, the results have been inconsistent.
Several classification methods are used to predict a categorical response variable based on predictors and covariates. In this regard data mining (machine learning) techniques have been introduced, and they have achieved promising performance in classifying binary responses [7]. Among them, the artificial neural network (ANN) approach is used to create nonlinear models, and it is able to implicitly detect complex nonlinear relationships between dependent and independent variables and to detect all possible interactions between predictor variables [8]. ANN as a nonlinear, flexible and general tool is capable of dealing with any sort of arbitrary function [9]. On the other hand, traditional logistic regression (LR) is preferable when there is a sufficient sample size according to classes of response variable and a straightforward interpretation of results is required [10]. Therefore, it is crucial to utilize and compare the performance of these two methods in analyzing a dataset.
Several studies have applied ANNs and produced promising results in a variety of fields, including economics, medicine, psychology, meteorology, and neurology. These studies suggest that ANNs can be used as an alternative to multivariate analysis. However, their role has remained advisory because there has not been convincing evidence of any real progress in clinical prognosis [1112]. In nephrology, however, a few studies have utilized ANNs [12], and most of them have studied the ability of ANNs to distinguish predictive factors and other issues related to survival of dialysis patients [13]. In others that have investigated the performance of ANNs, only a few performance criteria have been used, and the importance of factors related to graft rejection have not been assessed [12]. Because the performance of classification methods is data dependent and because of the inconsistencies among studies regarding important risk factors related to kidney transplant rejection, the present study aimed to identify the risk factors and covariates affecting failure of renal transplantation as a binary response variable using LR and ANN (to consider nonlinear effects and all possible interactions between the variables) and to compare the results obtained by the two approaches.

II. Methods

1. Data

The present study used a dataset obtained through a retrospective cohort study that was conducted in Hamadan, western Iran, from 1994 to 2011. A total of 378 patients underwent kidney transplantation in Ekbatan or Besaat hospitals. The potential risk factors include the age and sex of donors and recipients, type of donor (living or deceased), familial relationship, hemoglobin level, blood groups of donors and recipients, duration of dialysis before transplantation (year), cold ischemic time (minute), creatinine level at discharge, body mass index (BMI) of donor (kg/m2), left or right kidney, type of immunosuppressive drugs used (imuran, prednisolone, and cyclosporine vs. CellCept, prednisolone, and cyclosporine), duration of hospitalization (number of days), volume of urine excretion during the first 24 hours after transplantation (mL/24 hr), and occurrence of acute or hyperacute rejection. Acute rejection is related to the formation of cellular immunity. This occurs to some extent in almost all grafts, except between identical twins, and hyperacute rejection is started by preexisting humoral immunity and usually manifests within minutes after transplantation. The response variable was having chronic nonreversible graft rejection [3].

2. Statistical Analysis

LR and ANN were used to analyze the dataset. To validate the results, the dataset (cases) was divided into training and testing sets. The ANN and LR models were first fitted to the training dataset (70% of cases), and the resulting models were evaluated using the test sample (30% of cases).
Logistic regression (LR): LR as a parametric method is the most common and easily interpretable tool to model binary or multinomial response variables. The model can be written as
logπ1π=α+i=1kβixi.hir-23-277-e001.jpg
In this model, the xi's are the covariates to classify the response, α is the logarithm of odds when no covariates or factors are utilized to model the response variable, and the βi's are the regression coefficients. Predicting the probability of an event is the main advantage of logistic regression due to its modeling approach. The term π1πhir-23-277-i005.jpg indicates the odds of classifying the response variable in category one than zero using several covariates and factors [10]. In the present study, we used the age and sex of donors and recipients, type of donor (living or deceased), etc. as covariates (χ) and having chronic nonreversible graft rejection as the binary response. Thus, π, is the probability of graft rejection.
Artificial neural network (ANN): This method is based on human brain function. Multilayer perceptron (MLP) is the most commonly used method among several artificial neural network methods. This method contains input, output, and hidden layers, where each layer includes several nodes. An activation function transforms the data in each layer to the next layer one by introducing a degree of nonlinearity. The input layer consist of all risk factors affecting the result of graft rejection. The binary response variable of graft rejection shows up in the output layer with two nodes as the possible outcomes for graft rejection. To find the best performance of the network, complex nonlinear mapping between input and output layers is conducted using the number of nodes, which is determined empirically in the hidden layer [14]. In MLP, a nonlinear activation function is applied by neurons to compute its outputs. In the present study, an ANN approach with one hidden layer was used (because increasing the number of hidden layers, despite the ability to consider much more complex relationships between variables, did not improve the performance of the method). A hyperbolic tangent was used as the activation function (f(χ) = 2 / (1 + exp(−2χ)) − 1) for the hidden layer as well as softmax (fix=exji=1Pexi, j=1, …, p,hir-23-277-i006.jpg where xi's are predictor variables) in the output layer. The functional form of MLP is written as
yk=fi=1Nwjixi+bj.hir-23-277-e002.jpg
In the above equation, xi is the ith nodal value in the preceding layer, and yk is the kth nodal value in the current layer. In addition, bj and wji are the bias and a weight connecting xi and yj of the jth node, respectively, and N is the number of nodes (in the previous layer). The activation function in the present layer is f. We also provided the variable importance to identify the most important variables for graft rejection. Variable importance can be calculated in different ways. Here, the definition of variable importance is the relative reduction in the predictive power (calculated with some criteria) of the model. In the present study, the mean decrease Gini was used to calculate variable importance, which is a measure calculated based on the Gini impurity index. The Gini impurity index is utilized to calculate splits during training. For making a split in a node on a variable, say m, the Gini impurity criterion (for the two descendent nodes) will be less than that of the parent node. The Gini impurity index is calculated using G=i=1ncpi1pi,hir-23-277-i007.jpg where nc shows the number of classes in the output variable, and pi stands for the ratio of this class.

3. Evaluation Criteria

The performance of the models was compared in terms of several measures, including sensitivity, specificity, positive predicted value, negative predicted value, accuracy and area under ROC curve (AUC). Any statistical differences in the resulting proportions obtained by the models was assessed by McNemar's test. To assess the association between the observed and predicted values, several statistics were measures, such as Φ coefficient, Kendall tau-b, and kappa statistic.

III. Results

The information of 378 patients was used in the present study. The characteristics of the study subjects are shown in Table 1. About 51.3% and 74.9% of recipients and donors, respectively, were male. The recipients' ages ranged from 8 to 72 years, and the donors ages ranged from 13 to 62 years. The majority of recipients and donors were in A and O blood groups (36.8% and 44.2%) respectively. Also, 59.3% were treated with CellCept, prednisolone, and cyclosporine, and 95.8% were first grafts. In 45.5%, the cause of end-stage renal stage was unknown; 85.7% had no complications; 94.7% familial relationship; 95.8% had living donors; and 90.7% utilized a left donor kidney.
To identify the risk factors affecting failure of transplantation, LR and ANN were performed. The testing and training samples were composed of 114 (30%) and 264 (70%) cases, respectively.
The results obtained by logistic regression are shown in Table 2. Using a stepwise variable selection method, important variables were determined using the training sample. The effects of selected variables on failure of transplantation were then assessed using the test sample. According to the results, the odds ratio of experiencing failure for males was 1.42 times greater than that of for females. The odds ratio for 1 year increase in recipients' age compared to the previous year was 0.91. In addition, the odds ratio for 1 mg/dL increase in creatinine was 1.96. Moreover, the odds ratio of successful transplantation by 1 minute increase in cold ischemic time was 1.17.
The importance of the variables is revealed by scores resulting from the sensitivity analysis. Similar to the outputs of LR and based on the shown importance of variables resulting from ANN in Figure 1, the most important variables in descending order are cold ischemic time, creatinine, recipients' age, and hemoglobin at discharge. These variables scored over 50% for normalized importance.
A comparison of sensitivity, specificity, positive probability value, negative probability value, accuracy, and AUC for the training and testing sets of classification methods are shown in Table 3. McNemar's test resulted in differences between the proportions for the two methods (p < 0.001). A higher accuracy was achieved by the ANN method in comparison to LR. To evaluate the association of the method predictions and observed value of failure, Φ coefficient, Kendall tau-b, and kappa statistic were performed. The results shown in Table 4 confirm that there is a significant association and agreement of the performed methods with the observed values. Figure 2 demonstrates that ANN outperforms LR due to its higher AUC.

IV. Discussion

The life expectancy of patients with end-stage renal disease has been extended by the wide availability of alternative treatments [15]. Kidney transplantation is the treatment of choice for these patients [2223]. Several studies have been carried out to identify the potential prognostic factors of graft rejection [3516]. However, we tried to utilize data mining techniques to identify important risk factors. Our results showed that the variables of cold ischemic time, recipient's age, and creatinine level at discharge, selected by both LR and ANN, were important factors in the risk of graft rejection. This finding is consistent with the results of some other studies [17181920]. Cold ischemic time is a potential risk factor, involved in immediate anemia in renal transplant recipients [19]. In addition, as a recipient's age increases, the probability of acute rejection decreases, which may be due to stronger and more efficient immune systems in younger people [3]. Previous studies confirm this finding as well [2021]. Creatinine level at discharge was another important variable with increasing effect on the probability of kidney transplant rejection, which is consistent with the results of previous studies [522]. Moreover, hemoglobin level (mg/dL) was another important risk factor selected only by ANN. Other studies confirm this finding [2324].
This study focused on the performance of the ANN method in identifying potential risk factors for kidney graft failure in comparison to the performance of LR. The results showed that ANN achieved better performance. The evaluation criteria, such as AUC and accuracy, showed that the predictions made by ANN were more precise than those made by LR. Several studies have exposed and compared the power of predictions made by various classification methods. In 2014, Lin et al. [25] evaluated predictive models for preoperative diagnosis of rotator cuff tear. They compared ANN and LR and found that ANN achieved a higher predictive accuracy than LR. In 2012, Shi et al. [26] compared the performance of ANN and LR models in predicting in-hospital mortality after primary liver cancer surgery. They found that the ANN method was highly accurate and performed better than LR. Also, Chen et al. [27] assessed the performance of ANN and LR models to distinguish lung nodules on CT scans. Based on their study, ANN outperformed LR in both discrimination and clinical usefulness. In addition, Tapak et al. [28] assessed the performance of ANN and LR to identify important risk factors of diabetes and found that ANN outperformed LR in terms of AUC. Therefore, ANN can be applied successfully for identifying risk factors of the rejection of kidney transplantation. Lau et al. [29] evaluated the utility of machine learning algorithms, including ANNs, to predict kidney transplantation rejection after liver transplantation based on some known important variables. However, no comparison with LR was conducted. According to their result, ANN showed promising performance in the prediction of transplant rejection after liver transplantation.
ANN has some advantages and disadvantages in comparison to LR. For example, less formal statistical training is required for the development of neural network models. In addition, they can implicitly detect complex nonlinear relationships between independent and dependent variables and have the ability to detect all possible interactions between predictor variables. On the other hand, neural networks are a ‘black box’ and have limited ability to explicitly identify possible causal relationships, and they require greater computational resources [22].
There were some limitations in the present study. We utilized a dataset of a retrospective cohort study and medical records. Reliable sources of data, obtained from prospective design, were required to identify prognostic factors of rejection. The quality and accuracy of estimates depend mainly on the quality of recorded data, but it was not possible to verify the accuracy of the data used in the present study. This might have introduced some bias in the results. There are also several data mining techniques that have been used to predict graft kidney rejection [1330]. It would be useful to conduct a comprehensive study to compare all these methods over several datasets and use numerical and mathematical methods to investigate their performance in the prediction of kidney transplant rejection. Another point that should be considered is that, statistically, it is better to compare methods over several datasets or, at least, to repeat the process of extracting training and testing sets 100 times to see if one method outperforms others. In the present study, we found the results over one repetition to be comparable with the results of other studies. In addition, another limitation was that other data sources were not available.
In conclusion, our study showed that cold ischemic time, creatinine, recipients' age and hemoglobin at discharge are the most important variables affecting failure of transplantation. ANN was compared to LR and was found to be an accurate and promising method for the classification, prediction, and identification of important risk factors in various diseases.

Acknowledgments

We would like to thank the Vice-Chancellor of Health of Hamadan University of Medical Sciences for the approval and support of this study.

Notes

Conflict of Interest: No potential conflict of interest relevant to this article was reported.

References

1. Levey AS, Inker LA, Coresh J. Chronic kidney disease in older people. JAMA 2015;314(6):557-558. PMID: 26023868.
crossref pmid
2. Mills KT, Xu Y, Zhang W, Bundy JD, Chen CS, Kelly TN, et al. Abstract MP40: Global burden of chronic kidney disease in 2010: a pooling analysis of population-based data worldwide. Circulation 2015;131(Suppl 1):AMP40.
crossref
3. Saatchi M, Poorolajal J, Amirzargar MA, Mahjub H, Esmailnasab N. Long-term survival rate of kidney graft and associated prognostic factors: a retrospective cohort study, 1994-2011. Ann Transplant 2013;18:153-160. PMID: 23792515.
crossref pmid
4. White SL, Chadban SJ, Jan S, Chapman JR, Cass A. How can we achieve global equity in provision of renal replacement therapy? Bull World Health Organ 2008;86(3):229-237. PMID: 18368211.
crossref pmid pmc
5. Hamidi O, Poorolajal J, Farhadian M, Tapak L. Identifying important risk factors for survival in kidney graft failure patients using random survival forests. Iran J Public Health 2016;45(1):27-33. PMID: 27057518.
crossref pmid pmc
6. Hesketh CC, Knoll GA, Molnar AO, Tsampalieros A, Zimmerman DL. Vitamin D and kidney transplant outcomes: a protocol for a systematic review and meta-analysis. Syst Rev 2014;3:64PMID: 24930018.
crossref pmid pmc
7. Han J, Kamber M. Data mining: concepts and techniques. Amsterdam: Elsevier/Morgan Kaufmann; 2000.
crossref
8. Tu JV. Advantages and disadvantages of using artificial neural networks versus logistic regression for predicting medical outcomes. J Clin Epidemiol 1996;49(11):1225-1231. PMID: 8892489.
crossref pmid
9. Delen D, Oztekin A, Tomak L. An analytic approach to better understanding and management of coronary surgeries. Decis Support Syst 2012;52(3):698-705.
crossref
10. Agresti A, Kateri M. Categorical data analysis. In: Lovric M, editors. International encyclopedia of statistical science. Heidelberg: Springer; 2011. p. 206-208.
crossref
11. Linder R, Konig IR, Weimar C, Diener HC, Poppl SJ, Ziegler A. Two models for outcome prediction. Methods Inf Med 2006;45(5):536-540. PMID: 17019508.
crossref pmid
12. Caocci G, Baccoli R, Littera R, Orru S, Carcassi C, La Nasa G. Comparison between an artificial neural network and logistic regression in predicting long term kidney transplantation outcome. In: Suzuki K, editors. Artificial neural networks: architectures and applications. Rijeka, Croatia: InTech; 2013.
crossref
13. Luck M, Sylvain T, Cardinal H, Lodi A, Bengio Y. Deep learning for patient-specific kidney graft survival analysis [Internet]. Ithaca (NY): arXiv.org; 2017. cited at 2017 Oct 1. Available from: https://arxiv.org/abs/1705.10245
crossref
14. Ayat S, Farahani HA, Aghamohamadi M, Alian M, Aghamohamadi S, Kazemi Z. A comparison of artificial neural networks learning algorithms in predicting tendency for suicide. Neural Comput Appl 2013;23(5):1381-1386.
crossref
15. Lofaro D, Greco R, Papalia T, Bonofiglio R. Increasing levels of hemoglobin improve renal transplantation outcomes. Transplant Proc 2011;43(4):1036-1038. PMID: 21620046.
crossref pmid
16. Prasad GVR, Ananth S, Palepu S, Huang M, Nash MM, Zaltzman JS. Commercial kidney transplantation is an important risk factor in long-term kidney allograft survival. Kidney Int 2016;89(5):1119-1124. PMID: 27083285.
crossref pmid
17. Sert I, Colak H, Tugmen C, Dogan SM, Karaca C. The effect of cold ischemia time on delayed graft function and acute rejection in kidney transplantation. Saudi J Kidney Dis Transpl 2014;25(5):960-966. PMID: 25193891.
crossref pmid
18. Gonzalez-Molina M, Burgos D, Cabello M, Ruiz-Esteban P, Rodriguez MA, Gutierrez C, et al. Impact of immunosuppression treatment on the improvement in graft survival after deceased donor renal transplantation: a long-term cohort study. Nefrologia 2014;34(5):570-578. PMID: 25259811.
crossref pmid
19. Rostami Z, Shafighi N, Baghersad MM, Einollahi B. Risk factors for immediate anemia in renal transplant recipients: a single-center experience. Transplant Proc 2011;43(2):581-583. PMID: 21440767.
crossref pmid
20. Oetting WS, Guan W, Schladt DP, Wildebush WA, Becker J, Thyagarajan B, et al. Telomere length of recipients and living kidney donors and chronic graft dysfunction in kidney transplants. Transplantation 2014;97(3):325-329. PMID: 24492422.
crossref pmid pmc
21. Gondos A, Dohler B, Brenner H, Opelz G. Kidney graft survival in Europe and the United States: strikingly different long-term outcomes. Transplantation 2013;95(2):267-274. PMID: 23060279.
crossref pmid
22. Ghadiani MH, Peyrovi S, Mousavinasab SN, Jalalzadeh M. Delayed graft function, allograft and patient srvival in kidney transplantation. Arab J Nephrol Transplant 2012;5(1):19-24. PMID: 22283862.
crossref pmid
23. Guliyev O, Sayin B, Uyar ME, Genctoy G, Sezer S, Bal Z, et al. High-grade proteinuria as a cardiovascular risk factor in renal transplant recipients. Transplant Proc 2015;47(4):1170-1173. PMID: 26036546.
crossref pmid
24. Ounissi M, Cherif M, Abdallah TB, Bacha M, Hedri H, Abderrahim E, et al. Risk factors and consequences of delayed graft function. Saudi J Kidney Dis Transpl 2013;24(2):243-246. PMID: 23538345.
crossref pmid
25. Lin CC, Chan HH, Huang CY, Yang NS. Predictive models for pre-operative diagnosis of rotator cuff tear: a comparison study of two methods between logistic regression and artificial neural network. Appl Mech Mater 2014;(595):263-268.
crossref
26. Shi HY, Lee KT, Lee HH, Ho WH, Sun DP, Wang JJ, et al. Comparison of artificial neural network and logistic regression models for predicting in-hospital mortality after primary liver cancer surgery. PLoS One 2012;7(4):e35781. PMID: 22563399.
crossref pmid pmc
27. Chen H, Zhang J, Xu Y, Chen B, Zhang K. Performance comparison of artificial neural network and logistic regression model for differentiating lung nodules on CT scans. Expert Syst Appl 2012;39(13):11503-11509.
crossref
28. Tapak L, Mahjub H, Hamidi O, Poorolajal J. Real-data comparison of data mining methods in prediction of diabetes in Iran. Healthc Inform Res 2013;19(3):177-185. PMID: 24175116.
crossref pmid pmc
29. Lau L, Kankanige Y, Rubinstein B, Jones R, Christophi C, Muralidharan V, Bailey J. Machine-learning algorithms predict graft failure after liver transplantation. Transplantation 2017;101(4):e125-e132. PMID: 27941428.
crossref pmid pmc
30. Shaikhina T, Lowe D, Daga S, Briggs D, Higgins R, Khovanova N. Decision tree and random forest models for outcome prediction in antibody incompatible kidney transplantation. Biomed Signal Process Control 2017 2 09 [Epub]. http://www.sciencedirect.com/science/article/pii/S1746809417300204
crossref
Figure 1

Normalized importance of the variables in artificial neural network (ANN).

hir-23-277-g001.jpg
Figure 2

Area under ROC curve (AUC) for the performed methods.

hir-23-277-g002.jpg
Table 1

Characteristics of the study population (n = 378)

hir-23-277-i001.jpg

Values are presented as number (%) or mean ± standard deviation.

Table 2

Logistic regression model results

hir-23-277-i002.jpg

OR: odds ratio, CI: confidence interval.

Table 3

Comparison of classification techniques

hir-23-277-i003.jpg

ANN: artificial neural network, LR: logistic regression, PPV: positive predicted value, NPV: negative predicted value.

Table 4

Association of performed methods with observed values

hir-23-277-i004.jpg

LR: logistic regression, ANN: artificial neural network.

TOOLS
Share :
Facebook Twitter Linked In Google+ Line it
METRICS Graph View
  • 23 Web of Science
  • 25 Crossref
  • 26   Scopus
  • 4,439 View
  • 82 Download
Related articles in Healthc Inform Res

Development of Breast Cancer Predication Model Using Neural Networks1998 June;4(1)



ABOUT
ARTICLE CATEGORY

Browse all articles >

BROWSE ARTICLES
FOR CONTRIBUTORS
Editorial Office
1618 Kyungheegung Achim Bldg 3, 34, Sajik-ro 8-gil, Jongno-gu, Seoul 03174, Korea
Tel: +82-2-733-7637, +82-2-734-7637    E-mail: hir@kosmi.org                

Copyright © 2024 by Korean Society of Medical Informatics.

Developed in M2community

Close layer
prev next