- 1Department of Pharmacy, The Second Affiliated Hospital, Harbin Medical University (Key Laboratory of Medications Research, College of Heilongjiang Province), Harbin, China
- 2School of Pharmacy, Harbin Medical University, Harbin, China
- 3Neurology Department, The Second Affiliated Hospital, Harbin Medical University, Harbin, China
- 4Nephrology Department, The Second Affiliated Hospital, Harbin Medical University, Harbin, China
- 5State Key Laboratory of Quality Research in Chinese Medicines, Macau University of Science and Technology, Macau, China
Tremors have been reported even with a low dose of tacrolimus in patients with nephrotic syndrome and are responsible for hampering the day-to-day work of young active patients with nephrotic syndrome. This study proposes a neural network model based on seven variables to predict the development of tremors following tacrolimus. The sensitivity and specificity of this algorithm are high. A total of 252 patients were included in this study, out of which 39 (15.5%) experienced tremors, 181 patients (including 32 patients who experienced tremors) were randomly assigned to a training dataset, and the remaining were assigned to an external validation set. We used a recursive feature elimination algorithm to train the training dataset, in turn, through 10-fold cross-validation. The classification performance of the classifer was then used as the evaluation criterion for these subsets to find the subset of optimal features. A neural network was used as a classification algorithm to accurately predict tremors using the subset of optimal features. This model was subsequently tested in the validation dataset. The subset of optimal features contained seven variables (creatinine, D-dimer, total protein, calcium ion, platelet distribution width, serum kalium, and fibrinogen), and the highest accuracy obtained was 0.8288. The neural network model based on these seven variables obtained an area under the curve (AUC) value of 0.9726, an accuracy of 0.9345, a sensitivity of 0.9712, and a specificity of 0.7586 in the training set. Meanwhile, the external validation achieved an accuracy of 0.8214, a sensitivity of 0.8378, and a specificity of 0.7000 in the validation dataset. This model was capable of predicting tremors caused by tacrolimus with an excellent degree of accuracy, which can be beneficial in the treatment of nephrotic syndrome patients.
Introduction
Tacrolimus is a profoundly effective immunosuppressive drug that blocks calcineurin-mediated T-cell activation by binding to the immunophilin FKBP12 (Yamauchi et al., 2004). It is used to prevent allograft rejection in solid organ transplantation. In recent years, it has also been widely used for further immunosuppression in immune-mediated glomerular diseases, particularly in steroid-dependent and steroid-refractory nephrotic syndromes (NSs) (Manabe et al., 2018). Clinical applications show that tacrolimus has significant inter- and intra-individual variability in pharmacokinetics and clinical responses. However, tacrolimus treatment is associated with various adverse reactions (ADRs), including acute and chronic nephrotoxicities, neurotoxicities, hypertension, post-transplant diabetes mellitus, gastrointestinal manifestations, and hyperlipidemia (Campagne et al., 2019). Several studies have reported that tacrolimus-related ADRs were more frequent or severe at higher tacrolimus exposures. The frequency and severity of neurotoxicities and several other ADRs have been reduced by adhering to dose minimization protocols for tacrolimus drug exposure after a transplant (Ali, 2013; Campagne et al., 2019).
However, a tremor as a mild neurotoxic manifestation was the most common ADR, affecting 4.5–56% of patients (from SIDER 4.1: Side Effect Resource-http://sideeffects.embl.de/). A reduction in the dosage of tacrolimus is not sufficient to reduce or prevent tremors. Patients have often complained of tremors even during treatment of NS with low doses of tacrolimus (0.05–0.1 mg/kg/d). There are no data on the usage of tacrolimus in the treatment of NS and the consequent occurrence of tremors. The tremors affected both upper and lower limbs and were considered to be induced by movement; however, in approximately 50% of the cases, tremors occurred during movement and rest (Erro et al., 2018). Such tremors significantly affect the work and personal lives of NS patients, and patients would not be able to tolerate tacrolimus treatment.
In recent years, a machine learning model was used to predict the occurrence of ADRs after a drug was administered. This model could obtain the characteristic variables related to the occurrence of ADRs and identify high-risk patients prone to some type of ADRs early on to change treatment strategies (Tangiisuran et al., 2014; van Dijkhuizen et al., 2015; Yin et al., 2017). Studies on tacrolimus-induced tremors are limited, and there are many unanswered questions, especially in cases where tacrolimus was administered in small doses. One study had suggested that the cholesterol plasmatic concentration may play a role in predicting the occurrence of tremors in kidney-transplant patients on tacrolimus therapy, but further research is necessary for verification (Erro et al., 2018). This study presents a good model to assess the predictive factors for tremors induced by tacrolimus therapy for NS patients. At the same time, this study is also the first to use seven variables. The tremors that patients undergoing tacrolimus therapy commonly experience are debilitating, and their prediction can aid in providing better medical treatment to nephrotic syndrome patients.
Materials and Methods
Patients and Study Design
From January 2013 to December 2017, a total of 341 patients were diagnosed with NS, and they were initially treated with tacrolimus (0.05 mg/kg, the daily dose was not greater than 4 mg, and the blood concentration was not greater than 8 ng/ml). All patients received correct medication instructions and follow-up from clinical pharmacists. The ADRs experienced by the patients, including tremors, were recorded during these follow-ups. Eventually, 252 patients could take tacrolimus for more than 3 months and had more than one follow-up within 6 months. We subsequently performed a retrospective single-center study using the data from the aforementioned patients, which were available on the electronic medical record system at the Second Affiliated Hospital of Harbin Medical University. The detailed demographics and baseline clinical characteristics were collected for further study before the patients were treated with tacrolimus.
Ethics Approval and Consent to Participate
The protocols used in this study were approved by the Medical Ethical Committee of the Second Affiliated Hospital of Harbin Medical University (No. KY 2017-242). All subjects were anonymized, and the ethics committee approved the waiving of informed consent. This study has conformed to the ethical guidelines of the 1975 Declaration of Helsinki.
Definition
In this study, NS is defined as a group of clinical syndromes, including macroalbuminuria (adult>3.5 g/d), hypoproteinemia (<30 g/L), obvious edema, and/or hyperlipidemia (Nishi et al., 2016).
Statistical Analysis
Continuous variables were presented as mean values with a 95% confidence interval, and the categorical variables were expressed as the number and corresponding percentage of each category (e.g., male). A t-test was used to compare if the mean values of two groups were significantly different. Meanwhile, a z-test was utilized to compare the proportion differences within categorical variables. A 2-tailed value of p < 0.05 was established as the threshold of statistical significance. All data analyses were performed using R language (ver 3.6.3).
Data Preprocessing
In this study, records that were missing more than 50% of the feature values were considered noise data and deleted from the dataset. We also deleted records where more than 20% of the feature values were missing because there were too much missing data to all them. For the remaining missing values, we used multivariate imputation via the chained equations method.
The feature indices of the patients were of different dimensions or dimension units. This caused data with different attributes to be in different orders of magnitude. This might have, in turn, caused a few indicators to be ignored, which affected the results of the prediction model. After normalization using the common min–max standardization, all attributes of the original data were normalized to a (0, 1) range.
Prediction Model Development
In this study, a prediction model based on machine learning was developed. The recursive feature elimination (RFE) method was used for feature selection, which was combined with a neural network (NN) to form the classifiers to build the prediction model.
The selected patients were randomly divided into two separate data sets: 70% of the patients from our database were assigned to the training dataset (the algorithm creation group) and the remaining 30% were reserved as the external validation set (validation group) to obtain unbiased estimates of accurate classification rates and variable importance.
RFE is a greedy algorithm used to find the optimal subset of features. It searched the complete set as a starting point, and the prediction accuracy after 10-fold cross-validation was used for the estimation principle. After ranking, the most related features ranked the highest, and the lowest ranking features were assigned negative values at the end of the iteration. In this study, the steps of the algorithm were as follows: ① initialize the feature set H; ② select the classifier NN; ③ calculate the weight of each feature, hi, in H (the principle gives the accuracy of NN); ④ delete the minimum weight feature, hj, and update H; ⑤ repeat steps 3 and 4 until H has only one feature left; and ⑥ perform feature importance ranking (Chang et al., 2019).
The RFE-NN method can export a list in the decreasing order of importance of the features. From this sorted list, we could obtain a set of feature subsets H1 ⊂ H2 ⊂ Hn (n indicates the number of features included in the list; in this study, n is 64). H1 was composed of the first feature, H2 consisted of the top two features in the list, and so on. Hn represented the complete feature set. For a large number of features, RFE with cross-validation (RFECV) could be used to reduce the computation. In the exhaustive method, the number of all the subsets was 264–1; however, the number of subsets that RFECV needed to verify was only 64. The 10-fold cross-validation used in this study was suitable for datasets with fewer data. The samples in the dataset were randomly divided into 10 subsets of mutexes and similar size. During training, nine subsets were chosen, in turn, to form the training set, and the remaining one subset formed the test set. This method allowed the model to be trained and tested 10 times using different training and testing sets. Every test yielded an accurate rate, and we took the average of 10 test results as the final result to evaluate the accuracy of the algorithm. Essentially, RFECV could cross-validate different combinations of features. The sum of the decision coefficients was calculated, and the optimal feature combination was selected based on the importance of different features to the accurate rate.
The single hidden layer NN model that was used to predict tremors consisted of input, hidden, and output layers. The input layer consisted of all the values from the input, which was, in our study, the numerical representation of the seven features selected by RFE. In the hidden layer, every perceptron unit took input from the input layer, subsequently multiplied, and added it to the initially random values. This initial output was activated by the ReLU activation function. The third layer was the output layer, and it took all the perceptrons in the previous layer as inputs, multiplied, and added their outputs to the initially random values. It was then activated by a sigmoid function. This layer outputted a value between 0 and 1, which, in this test, represented the likelihood of a patient developing tremors. The 10-fold cross-validation was also used to tune the prediction model using the number of neurons in the hidden layer as the tuning parameter. The prediction performance was assessed by the corresponding area under the curve (AUC) of the receiver operating curve (ROC) for this model. The equations for accuracy (ACC), sensitivity (SE), and specificity (SP) are as follows:
Results
Patient Characteristics
A total of 252 patients (98 men and 154 women; mean age of approximately 45 years) were included in this study, of which 39 patients (15.5%) developed tremors and 64 variables, including demographic information and laboratory values, were collected for each patient; 181 patients (of which 32 developed tremors) in our database were assigned to the training dataset; and the remaining 71 patients (of which seven developed tremors) were reserved as the external validation set. The clinical characteristics before normalization of the patients who developed tremors and those who did not in the training dataset before tacrolimus administration are shown in Table 1. There was no significant difference between the baseline values of most variables of the patients who developed tremors and those who did not, except for uric acid (UA) and total protein (TP) (p < 0.05).
TABLE 1. Demographic and clinical data before normalization in tremor (Train_1) and non-tremor (Train_0) patients of the training data set.
Variables of Importance
Generally, the error of a model decreases with an increase in the number of variables. However, increasing the number of variables is not suitable for clinical practice. To identify the prominent variables, we carried out feature selection using RFE. There were 64 variables in this study, and all combinations from 1 to 64 should be analyzed to select the subset of optimal features (highest accuracy). The outer resampling method: cross-validated (10-fold) could greatly reduce the computation. The results of the recursive feature selection on the training dataset are shown in Table 2. The accuracy values and kappa coefficients with standard deviations for each subset are also given in Table 2. A more intuitive diagram (Figure 1) shows the relationship between the accuracy and the number of variables after cross-validation. When the number of variables was increased to seven, the highest accuracy was obtained (0.8288). When the number of variables gradually increased from 34 to 64, the accuracy remained constant. Therefore, the final model included seven indispensable features for tremor prediction: creatinine (CREA), D-dimer (D_Dimer), total protein (TP), calcium ion (Ca), platelet distribution width (PDW), serum kalium (Ka), and fibrinogen (FIB). The top five variables (out of seven) were CREA, D_Dimer, TP, Ca, and PDW. Moreover, the changes in the AUC values after excluding each variable were compared to re-evaluate the importance. The larger the change in the AUC value when a certain variable was excluded from the model, the more important the variable was assigned. The classification results were consistent, and there were only a few differences in the sorting of the importance of the variables. The changes in the AUC values when each of the seven variables was excluded from the model are shown in Table 3. Using this method based on the changes in the AUC values, the top five variables (out of seven) are FIB, CREA, Ca, PDW, and Ka. The former approach (Table 2; Figure 1) emphasized more on the importance of all of the variables as a whole to the model; however, the method based on the changes in the AUC values (Table 3) emphasized the impact of individual variables on the model. However, the aforementioned differences did not affect the classification results.
Clinical Prediction Model
After tuning the single hidden layer NN model, the optimal parameter was eight. This implied that when the number of neurons in the hidden layer was 8, the prediction model exhibited optimal performance. The model was then updated and retrained based on the tuning results. The ROC of the prediction model is shown in Figure 2, and the corresponding AUC value was 0.9726, which, being close to 1, implied that the classifier performed well. The AUC value was often used as an additional performance index. The accuracy, sensitivity, and specificity of the training set were 0.9345, 0.9712, and 0.7586, respectively. These results sufficiently indicated that a good distinction between the NS patients under tacrolimus therapy with and without tremors was obtained from this prediction model. To verify the performance of the developed model, we tested it based on a dataset containing seven patients with tremors and 64 patients without tremors as external validation. The comparison between the basic information of the training and validation sets is shown in Table 4. The external validation achieved an accuracy of 0.8214, a sensitivity of 0.8378, and a specificity of 0.7000. The accuracy, sensitivity, and specificity of the training and validation sets are shown in Table 5. These high prediction metrics indicate that the tuned prediction model could predict tremors effectively.
FIGURE 2. Cross-validated receiver operating characteristic curves for the model predicting tremors due to tacrolimus administered during the treatment of NS. AUC indicates the area under the receiver operating curves.
TABLE 4. Basic information on the demographics and feature variables in the training and validation sets.
Discussion
NS is the most common clinical phenotype of immune-mediated glomerular diseases and is also the main cause of end-stage nephropathy (Gipson et al., 2016). Immunomodulatory agents, including glucocorticoids, are well-recognized therapeutic choices. In addition, calcineurin inhibitors (CNIs) suppress T cells and T-cell-dependent B-cell activation by blocking the phosphatase activity of calcineurin. CNIs such as tacrolimus are widely used for further immunosuppression in immune-mediated glomerular diseases, particularly in steroid-dependent and steroid-refractory NS (Floege et al., 2019). Although NS patients are treated with a smaller dose of tacrolimus than transplant patients, tremors are a major ADR of the nervous system that is often experienced by patients. Many patients with NS have to work and maintain a normal life, and the tremors that affected both the upper and lower limbs impacted the patients significantly.
In our study, the subjects clinically manifested NS. Even when the therapeutic dose of tacrolimus was maintained at less than 4 mg and the blood concentration was under 8 ng/ml, the occurrence of tremors was as high as 15.5%. The average age of patients was 42.5 years. Younger patients or those having greater demands at work may find it more difficult to deal with tremors. Unfortunately, there are few definitively effective strategies for prophylaxis or treatment of tremors caused by tacrolimus therapy. Therefore, it is necessary to establish a model that includes various factors related to patients that can prevent tremors, especially for those who might be at a higher risk of developing ADRs. One study also investigated the features (such as cholesterol plasmatic concentration) associated with the tremors caused by tacrolimus therapy; however, the results were also influenced by a single factor (cholesterol plasmatic concentrate), and further research needs to be conducted to evaluate the role of cholesterol plasmatic concentration in predicting the occurrence of tremors in patients under tacrolimus therapy (Erro et al., 2018). In this study, it was evident that seven variables (CREA, D_Dimer, TP, Ca, PDW, Ka, and FIB) might have been related to the occurrence of predicted tremors, and we focused on the importance of all the variables as a whole on the occurrence of tremors, rather than individual variables. This is more consistent with the complex clinical reality. What is the theoretical relationship between these variables and the occurrence of tremors? CREA may affect the excretion of drugs including tacrolimus. Less excretion of drugs can lead to an accumulation of drugs in the body and increases the incidence of adverse reactions. Ca and Ka are ions that play an important role in the functioning and maintenance of muscle nerve conduction in the body. The change in the levels of Ca and Ka may also cause some kind of tremor. Therefore, it was not surprising that CREA, Ca, and Ka were associated with the occurrence of tremors. The remaining indicators seemed to correlate with the state of coagulation in the body as a whole. It is worth noting that the clinical manifestations of NS patients are also hypoproteinemia and hypercoagulability. Therefore, we suspected that the occurrence of low-dose tacrolimus tremors is frequent, and the pathophysiological state of the NS (hypoproteinemia and high coagulation state) might have played a role. The effects of albumin and coagulation on drug entry into the body are mainly concentrated in drug distribution, especially for a high protein-binding drug (tacrolimus). Therefore, whether the special physiological state of tacrolimus affected its pharmacokinetic behavior remains to be studied. Meanwhile, further explanation of the influencing factors of tremors will depend on more experimental studies.
We have encountered many limitations in our study. A few basic characteristic variables might not have been included due to the lack of data such as blood lipids. Insufficient selection of categorical variables, drug interactions, and the use of a single-center study are a few other drawbacks of this study. The sample size of this study was small with a large number of variables, and this imbalance may have led to overfitting of the model, resulting in high accuracy. At the same time, the validation arm contains only a few patients with NS who developed tremors, and more patients are needed to be continued to better confirm the sensitivity and specificity of the algorithm. However, machine learning is a process that can be perfected by continuous training as new data are introduced. Anyway, this study offered one possible method for predicting tremors caused by tacrolimus in NS patients. The clinical application of this prediction model can identify the high-risk group of tremors early with a low dose of tacrolimus in patients with nephrotic syndrome and improve the treatment compliance of patients.
Many machine learning techniques have been widely used in medicine (Leung et al., 2013; Meng et al., 2019). RFE is popular machine learning technique because of its ease of configuration and use. RFE can be combined with different classifiers, such as NNs, support vector machines, and random forest (RF). Additionally, RFE is effective in selecting the features in a training set that are most relevant for variable prediction (Peng et al., 2019; Wottschel et al., 2019). In this study, a method combining RFE with RF was also developed to build a prediction model using the same data. RF was implemented by the RF function in R language (ver 3.6.3). It is an extension of the bagging method, which is a typical ensemble learning method. There are two main parameters in Rf: mtry (the number of variables randomly sampled as candidates at each split) and ntree (the number of trees to grow) (Rahman et al., 2017; Lai et al., 2020). In this model, every parameter of the optimal model can be tuned after the 10-fold cross-validation as follows: mtry was 9, ntree was 16, and nodesize (minimum size of terminal nodes) was 38. After calculation, the AUC value of the training set was 0.843, and the ACC value was 0.827. The external validation achieved an AUC value of 0.744 and an accuracy of 0.893. Evidently, the classification effect of the RF method was inferior to that of the NN. Notably, the number of tremors predicted by the RF method in the confusion matrix was 0. This implied that the RF method did not correctly predict tremors for the data used. The NN method was more suitable for our data based on the characteristics of the sample size and the variables collected.
Conclusion
A risk prediction model with excellent predictive ability for tremors occurring during the treatment of NS patients using tacrolimus has been successfully established. This model can also be applied to patients who are administered with small doses of tacrolimus. It is the first model to include seven features: CREA, D_Dimer, TP, Ca, PDW, FIB, and Ka. However, this study has encountered many limitations, including the exclusion of a few basic characteristic variables due to the lack of data on features such as the level of blood lipids, insufficient selection of categorical variables, drug interactions, and the use of a single-center study. The imbalance between the small sample size and a large number of variables may have led to overfitting of the model, resulting in high accuracy.
Data Availability Statement
The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.
Ethics Statement
The study protocol involving human participants were reviewed was approved by the Medical Ethical Committee of the Second Affiliated Hospital of Harbin Medical University (No. KY 2017-242). All subjects were anonymized, and the ethics committee approved waiving informed consent. This study conformed to the ethical guidelines of the 1975 Declaration of Helsinki. Written informed consent for participation was not required for this study in accordance with the national legislation and institutional requirements.
Author Contributions
Du and Shao conceived of and designed the study. HZ, ZL, XH, and MM performed the data acquisition. ZD, BS, and YQ drafted the manuscript, conducted data analysis, and prepared the figures under the guidance of Xinyu Wang from the University of Virginia. Shao, Qu, and Zhang managed the patient data. All authors were involved in data interpretation and discussion of the results. The final version of the manuscript was approved by all authors.
Funding
This study were funded by the Young Scientist Fund of the National Natural Science Foundation of China (81903713) and the Natural Science Foundation of Heilongjiang Province (No. QC2018097).
Conflict of Interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Publisher’s Note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors, and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Acknowledgments
We would like to acknowledge Editage (www.editage.com) for English language editing.
References
Ali, A. K. (2013). Pharmacovigilance Analysis of Serious Adverse Events Reported for Biologic Response Modifiers Used as Prophylaxis against Transplant Rejection: a Real-World Postmarketing Experience from the US FDA Adverse Event Reporting System (FAERS). Int. J. Organ. Transpl. Med 4 (2), 62–71.
Campagne, O., Mager, D. E., Brazeau, D., Venuto, R. C., and Tornatore, K. M. (2019). The Impact of Tacrolimus Exposure on Extrarenal Adverse Effects in Adult Renal Transplant Recipients. Br. J. Clin. Pharmacol. 85 (3), 516–529. doi:10.1111/bcp.13811
Chang, W., Liu, Y., Xiao, Y., Yuan, X., Xu, X., Zhang, S., et al. (2019). A Machine-Learning-Based Prediction Method for Hypertension Outcomes Based on Medical Data. Diagnostics (Basel) 9 (4), 178. doi:10.3390/diagnostics9040178
Erro, R., Bacchin, R., Magrinelli, F., Tomei, P., Geroin, C., Squintani, G., et al. (2018). Tremor Induced by Calcineurin Inhibitor Immunosuppression: a Single-centre Observational Study in Kidney Transplanted Patients. J. Neurol. 265 (7), 1676–1683. doi:10.1007/s00415-018-8904-x
Floege, J., Barbour, S. J., Cattran, D. C., Hogan, J. J., Nachman, P. H., Tang, S. C. W., et al. (2019). Management and Treatment of Glomerular Diseases (Part 1): Conclusions from a Kidney Disease: Improving Global Outcomes (KDIGO) Controversies Conference. Kidney Int. 95 (2), 268–280. doi:10.1016/j.kint.2018.10.018
Gipson, D. S., Troost, J. P., Lafayette, R. A., Hladunewich, M. A., Trachtman, H., Gadegbeku, C. A., et al. (2016). Complete Remission in the Nephrotic Syndrome Study Network. Clin. J. Am. Soc. Nephrol. 11 (1), 81–89. doi:10.2215/CJN.02560315
Lai, N. H., Shen, W. C., Lee, C. N., Chang, J. C., Hsu, M. C., Kuo, L. N., et al. (2020). Comparison of the Predictive Outcomes for Anti-tuberculosis Drug-Induced Hepatotoxicity by Different Machine Learning Techniques. Comput. Methods Programs Biomed. 188, 105307. doi:10.1016/j.cmpb.2019.105307
Leung, R. K., Wang, Y., Ma, R. C., Luk, A. O., Lam, V., Ng, M., et al. (2013). Using a Multi-Staged Strategy Based on Machine Learning and Mathematical Modeling to Predict Genotype-Phenotype Risk Patterns in Diabetic Kidney Disease: a Prospective Case-Control Cohort Analysis. BMC Nephrol. 14, 162. doi:10.1186/1471-2369-14-162
Manabe, S., Nitta, K., and Nagata, M. (2018). Direct Effects of Immunomodulatory Agents on Podocytes in Immune-Mediated Glomerular Diseases. Contrib. Nephrol. 195, 131–142. doi:10.1159/000486943
Meng, H. Y., Jin, W. L., Yan, C. K., and Yang, H. (2019). The Application of Machine Learning Techniques in Clinical Drug Therapy. Curr. Comput. Aided Drug Des. 15 (2), 111–119. doi:10.2174/1573409914666180525124608
Nishi, S., Ubara, Y., Utsunomiya, Y., Okada, K., Obata, Y., Kai, H., et al. (2016). Evidence-based Clinical Practice Guidelines for Nephrotic Syndrome 2014. Clin. Exp. Nephrol. 20 (3), 342–370. doi:10.1007/s10157-015-1216-x
Peng, C., Wu, X., Yuan, W., Zhang, X., Zhang, Y., and Li, Y. (2021). MGRFE: Multilayer Recursive Feature Elimination Based on an Embedded Genetic Algorithm for Cancer Classification. Ieee/acm Trans. Comput. Biol. Bioinf. 18, 621–632. doi:10.1109/TCBB.2019.2921961
Rahman, R., Matlock, K., Ghosh, S., and Pal, R. (2017). Heterogeneity Aware Random Forest for Drug Sensitivity Prediction. Sci. Rep. 7 (1), 11347. doi:10.1038/s41598-017-11665-4
Tangiisuran, B., Scutt, G., Stevenson, J., Wright, J., Onder, G., Petrovic, M., et al. (2014). Development and Validation of a Risk Model for Predicting Adverse Drug Reactions in Older People during Hospital Stay: Brighton Adverse Drug Reactions Risk (BADRI) Model. PLoS One 9 (10), e111254. doi:10.1371/journal.pone.0111254
van Dijkhuizen, E. H., Bulatović Ćalasan, M., Pluijm, S. M., de Rotte, M. C., Vastert, S. J., Kamphuis, S., et al. (2015). Prediction of Methotrexate Intolerance in Juvenile Idiopathic Arthritis: a Prospective, Observational Cohort Study. Pediatr. Rheumatol. Online J. 13, 5. doi:10.1186/s12969-015-0002-3
Wottschel, V., Chard, D. T., Enzinger, C., Filippi, M., Frederiksen, J. L., Gasperini, C., et al. (2019). SVM Recursive Feature Elimination Analyses of Structural Brain MRI Predicts Near-Term Relapses in Patients with Clinically Isolated Syndromes Suggestive of Multiple Sclerosis. Neuroimage Clin. 24, 102011. doi:10.1016/j.nicl.2019.102011
Yamauchi, A., Oishi, R., and Kataoka, Y. (2004). Tacrolimus-induced Neurotoxicity and Nephrotoxicity Is Ameliorated by Administration in the Dark Phase in Rats. Cell Mol Neurobiol 24 (5), 695–704. doi:10.1023/b:cemn.0000036406.24391.5a
Keywords: tremor, tacrolimus, nephrotic syndrome, machine learning model, recursive feature elimination, neural network
Citation: Shao B, Qu Y, Zhang W, Zhan H, Li Z, Han X, Ma M and Du Z (2022) Machine Learning-Based Prediction Method for Tremors Induced by Tacrolimus in the Treatment of Nephrotic Syndrome. Front. Pharmacol. 13:708610. doi: 10.3389/fphar.2022.708610
Received: 12 May 2021; Accepted: 25 March 2022;
Published: 27 April 2022.
Edited by:
Giuseppe Remuzzi, Mario Negri Pharmacological Research Institute (IRCCS), ItalyReviewed by:
Vineeta Batra, University of Delhi, IndiaDongdong Wang, Xuzhou Medical University, China
Copyright © 2022 Shao, Qu, Zhang, Zhan, Li, Han, Ma and Du. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Zhimin Du, dzm1956@126.com
†These authors have contributed equally to this work