Skip to main content

Identifying discriminative features for diagnosis of Kashin-Beck disease among adolescents

Abstract

Introduction

Diagnosing Kashin-Beck disease (KBD) involves damages to multiple joints and carries variable clinical symptoms, posing great challenge to the diagnosis of KBD for clinical practitioners. However, it is still unclear which clinical features of KBD are more informative for the diagnosis of Kashin-Beck disease among adolescent.

Methods

We first manually extracted 26 possible features including clinical manifestations, and pathological changes of X-ray images from 400 KBD and 400 non-KBD adolescents. With such features, we performed four classification methods, i.e., random forest algorithms (RFA), artificial neural networks (ANNs), support vector machines (SVMs) and linear regression (LR) with four feature selection methods, i.e., RFA, minimum redundancy maximum relevance (mRMR), support vector machine recursive feature elimination (SVM—RFE) and Relief. The performance of diagnosis of KBD with respect to different classification models were evaluated by sensitivity, specificity, accuracy, and the area under the receiver operating characteristic (ROC) curve (AUC).

Results

Our results demonstrated that the 10 out of 26 discriminative features were displayed more powerful performance, regardless of the chosen of classification models and feature selection methods. These ten discriminative features were distal end of phalanges alterations, metaphysis alterations and carpals alterations and clinical manifestations of ankle joint movement limitation, enlarged finger joints, flexion of the distal part of fingers, elbow joint movement limitation, squatting limitation, deformed finger joints, wrist joint movement limitation.

Conclusions

The selected ten discriminative features could provide a fast, effective diagnostic standard for KBD adolescents.

Peer Review reports

Introduction

Kashin-Beck disease (KBD), a harmful endemic disease, affects more than 567.6 thousand patients and according to the “China Health and Family Planning Statistical Yearbook 2016”, could potentially threaten more than 1.16 million individuals in 377 counties from 13 provinces in China [1]. In addition, KBD cases have also been reported in the Eastern Siberia of Russia, and North Korea [2]. It is typically characterized by enlarged, deformed and shortened joints in the extremities, causing severe disabilities and disease burden [3, 4].

Diagnosing adolescents KBD is still a challenging task, and the omission diagnostic rate of adolescents KBD is more than 11.2% [5]. Currently, the national diagnostic criteria for KBD (WS/T207-2010) is revised on the basis of previous diagnostic criteria for Kashin-Beck Disease (GB16003-1995). The previous diagnostic criteria (GB16003-1995) focused on both clinical symptoms and X-ray alterations of hands. However, the current diagnostic criteria for KBD (WS/T207-2010) which emphasizes the importance of pathological changes of finger joints is a simpler and more convenient criteria for epidemiological surveillance and fast diagnosis [6]. Considering that KBD affects multiple joints in the whole body and the clinical manifestations of KBD among adolescents varies in individuals. Thus, single clinical manifestations could not provide sufficient evidence for KBD diagnosing. The available evidences indicate that even though single clinical manifestations, and X-ray pathological changes are strongly correlated with KBD diagnosis, they do not show effective, strong diagnostic performance on their own [7]. Therefore, it is crucial to find a cluster of features with high specificity and sensitivity for KBD among adolescents. In addition, the doctor’s experience is crucial in KBD diagnosis. However, most patients live in rural villages where doctors in the county-level hospitals lacked the necessary diagnosis experience. Some patients need to be transported to the cities for more specific consultation, which increase the overall cost of consultation. Therefore, a standard diagnostic method, contains a group of highly specific features with high sensitivity and specificity is warranted in order to KBD diagnosis among adolescents.

Machine learning algorithms (MLAs) have been widely applied in disease diagnosis and outcome predictions in recent years [8,9,10]. Compared with traditional data mining methods, the key advantage of using MLAs is its ability to process large amount of data in short time, uncovered new information and profiles of underlying relationships between databases [11]. Random forest algorithm (RFA), artificial neural network (ANN), support vector machines (SVMs) and linear regression (LR) are common algorithms of MLs. RFA is a substantial modification of bagging algorithms with the ability to process several possibly predictive variables which are interrelated in complex ways by reducing bias, avoiding overfitting and tolerating outliers [12, 13]. ANNs are modelled after the structure and behavior of human brain where each individual input variable is a “neuron”. An output outcome will obtain from measuring and processing the input variables after numerous rounds of learning events [14, 15]. Comparing to traditional linear regression(LR) ANN models are good at capturing nonlinear relationships between dependent and independent variables [16]. Support vector machines (SVMs) are a set of related supervised learning methods for classification, regression and ranking [17]. Therefore, one of the aims of this study is to compare the diagnosis efficacies of these methods.

Feature selection could offer support for machine learning tasks and it is applied to identify important feature variables from a large number of feature variables. Through feature selection, irrelative, redundant and noise data could be filtered and the accuracy of the classification could be improved [18, 19]. According to the relationship with the learning method, there are three categories of feature selection method, including filters, embedded methods and wrappers [20]. Considering there are many feature selection algorithms, we chose four representative methods including RFA, Max-relevance and Min-Redundancy (mRMR), support vector machine recursive feature elimination (SVM-RFE) and relief for each category for identifying discriminative features for KBD diagnosis.

To our knowledge, machine learning methods have not been reported in KBD diagnosis. In this study, 26 features including clinical manifestations, and pathological changes of X-ray images from 800 adolescents (400 confirmed KBD subjects and 400 non-KBD subjects) were extracted. Different machine learning algorithms including RFA, ANNs, SVM and LR were applied to build calssification models and the predictive efficacy of them were compared. More importantly, four feature selection algorithms were applied and we selected 10 discriminative features from 26 features. These 10 features with high sensitivity and specificity could provide a fast, effective diagnostic method for KBD diagnosis among adolescents.

Methods

Study population and sample size

The study was approved by Ethics Committee of Xi’an Jiaotong University, Xi’an, Shaanxi, China. All adolescents were at age between 5 to 16 years old and were from Linyou County and Bin County, two severely-affected endemic areas for KBD in Shaanxi province. Adolescents with any cartilage abnormalities, such as osteoarthritis (OA), rheumatoid arthritis (RA), rickets, or achondroplasia were excluded from the study sample. A balanced data set (1:1) including 400 KBD and 400 non-KBD adolescents were included in the study.

Data collection

Anteroposterior radiographs of the right hand of each subject were taken to observe the pathological alterations of metaphysis, distal end of phalanges, epiphysis, and carpals. Well-trained and experienced radiologists took the radiographs and followed the standard operating procedures strictly. X-ray pathological changes were extracted by two experienced orthopedic surgeons. The diagnostic criteria of X-ray radiographs for KBD are shown in Supplementary data 1, and an example of pathological X-ray radiograph changes of KBD is shown in Fig. 1. In addition, clinical symptoms were also checked by orthopedic surgeons. The examination checklist and evaluation standard were shown in Supplementary data 2. Finally, 26 features were extracted according to the evaluation standard (as lay-out in Table 1). KBD was diagnosed by three experienced experts according to X-ray pathological changes, clinical manifestations following the national diagnostic criteria (WS/T207-2010).

Fig. 1
figure 1

Examples of X-ray pathological changes of an eight-year old KBD boy. A A large defect with cone shaped showed in metaphysis alterations. There is an early closure of epiphysis line; B A large defect in metaphysis; C Cone shaped epiphysis; D Sclerosis in bottom of metacarpal bone; E Irregular marginal with sclerosis in carpal; F A large defect with sclerosis in carpal

Table 1 List of extracted 26 features included in this study

Classification methods overview

We performed four existing classification methods, i.e., random forest algorithm (RFA), artificial neural network (ANNs), support vector machine (SVM) and logistic regression (LR), to predict the disease status (i.e., KBD or normal). The classification models were trained with default parameter settings companying with four feature selection methods (i.e., RFA, mRMR [21], SVM-RFE [22] and Relief [23]), which are falling into three categories, i.e., wrappers, embedded methods, and filters [24,25,26]. All methods were implemented by Python (Version 3.6.10) within sklearn framework (v 0.23.1). The performance of all four classification methods were evaluated by fivefold cross validation (5-CV) over four popular measures, i.e., sensitivity, specificity, accuracy, and the area under the ROC curve (AUC).

Random forest algorithm (RFA)

The first classification method we performed in our analysis is random forest algorithm (RFA) [27], which is an ensemble learning method for KBD diagnosis purpose by constructing a multitude of decision trees (Supplementary Figure 1). We performed the RFA with ensemble. RandomForestClassifier function to construct RFA object; then utilized fit function to train the model, in which the training data sets and its corresponding class labels (i.e., disease status, KBD or normal) as inputs; finally carried out the predict function to predict the disease status with testing data sets. We performed various experiments to determine the optimal parameter, the number of variables randomly sampled as candidates at each split mtry, and the number of trees ntree (Supplementary Figure 2), and finally, mtry = 3, and ntree = 300 were used in the following analyses.

Artificial neural networks (ANNs)

There were three layers in ANNs classification models, an input layer, a hidden layer and an output layer [28]. The scheme of classification models using ANN was showed in Supplementary Figure 3 (F. S3.). For convenience, neural_network.MLPClassifier was implemented as ANNs classification model. By GridSearchCV which provide convenience for finding optimal parameter, there was only one hidden layer and the number of neurons was 5. In addition, the activation function was set as Relu. Learning rate was set as adaptive. Lbfgs was taken as optimization algorithm.

Support vector machine (SVM)

Non-linear SVM algorithm was applied in this study. The hyperplane in non-linear SVM algorithm used kernel function to transform the decision function in the low dimensional plane. We establish non-linear SVM model by using svm.SVC, then other training and prediction steps is the same as RFA. For chosen of the kernel function and the coefficient (gamma) of it, with the help of GridSearchCV which provide convenience for finding optimal parameter, different settings are tried. Finally, we adopt rbf kernel and gamma value is set as the inverse of the number of features included. The fivefold cross-validation are also implemented for the propose of stabilized results.

Logistic regression (LR)

Logistic regression algorithm adds a Sigmoid (for binary classification) or Softmax (for multi-classification) based on linear regression to solve dichotomous classification task. In this study, Linearmodel.LogisticRegression was applied and fit function was also implemented for training process. Predict labels and probabilities are available. Similar to SVM, GridSearchCV determines optimal parameter, and optimization algorithm was lbfgs and none penalties were chosen.

Results

General characteristic of study samples

Eight hundred adolescents (400 KBD and 400 non-KBD) were recruited. General characteristics of all study subjects were demonstrated in Table 2. There were significant differences of the age distribution between KBD and non-KBD group (\({\chi }^{2}\) = 343.17, p < 0.001). Gender of the two groups showed no statistical differences (\({\chi }^{2}\) = 0.18, p = 0.669). For clinical manifestations, significant differences between KBD and non-KBD group were observed in clinical grading of KBD, joint pain, short fingers, flexion of the distal part of fingers, wrist joint movement limitation, elbow joint movement limitation, ankle joint movement limitation, knee joint movement limitation, squatting limitation, enlarged finger joint, enlarged elbow joint, enlarged ankle joint, and deformed joints. In addition, more adolescents in KBD group showed pathological X-ray images in metaphysis alterations and distal end of phalanges alterations than those in non-KBD group and the differences were statistically significant.

Table 2 Characteristics of study subjects

Prediction performance of classification models

Classification models applied four different algorithms i.e., RFA, ANNs, SVM and LR were built based on 26 features. The prediction performance of four models were listed in Table 3. All four models showed good predictive efficacy with accuracy ranged from 93.63 to 99.76% and AUC value ranged from 0.94 to 1.00. Among four models, classification models of RFA and ANNs showed better predictive efficacy with higher AUC value (1.00, 1.00) and accuracy (99.76%, 99.63%) than models based on based on LR (0.97, 96.50%) and SVM (0.94, 93.63%). RFA model presented highest sensitivity with 100.00% and model SVM had lowest with 88.64%. Sensitivities of LR model and ANNs were 96.20 and 99.86%, respectively. The specificity of four models including RFA, ANNs, SVM, and LR model were 99.22, 99.66, 98.51 and 96.89%, respectively. To conclude, RFA and ANNs models had the best comprehensive predictive efficacy with highest AUC values.

Table 3 Prediction efficacy of KBD among adolescents by different machine learning methods

Feature selection

In this study, four algorithms including RFA, mRMR, SVM-RFE and relief were applied to select discriminative features for KBD diagnosis. The importance ranking of 26 features ranked by different algorithms were presented in Table 4. The order from 1 to 26 represented the range from the most important to the least important. The rankings of 26 features in RFA and mRMR algorithm were the same. The top 10 features in four algorithms were the same even the order of them were slightly varied. These top 10 features were distal end of phalanges alterations, metaphysis alterations, elbow joint movement limitation, ankle joint movement limitation, flexion of the distal part of fingers, enlarged finger joints, squatting limitation, carpals alterations, wrist joint movement limitation and deformed finger joints.

Table 4 Comparison of ranking of the 26 features using different feature selection algorithms

To assess the predictive performance of selected features, prediction performance with respect to the number of selected features were showed in Fig. 2. We firstly applied RFA which showed the best prediction efficacy among four classification models to test the prediction performance with the different number of selected features (Fig. 2A). We found that the predictive efficacy was stable and was the best when the number of features was ten. Then we tested the predictive efficacy using different ML classification models according to the ranking of mRMR (Fig. 2B). Even the trends of four ML models were slightly different, high AUC values were showed when the number of selected features were ten. In model of LR and SVM, the predictive efficacy peaked at where the number of features were up to 10. In conclusion, the top 10 selected features out of 26 features showed high predictive efficacy regardless of the chosen of classification models and feature selection methods.

Fig. 2
figure 2

Diagnostic efficacies with respect to the number of features. A Prediction efficacies in RF predictive models in accord to the importance ranking of 26 features measured by mRMR, SVM-RFE and relief. B Prediction efficacies in RF, ANNs, SVM and LR predictive models following the importance ranking of mRMR algorithm

Discussion

To the best of our knowledge, this is the first time that the MLs and feature selection algorithms have been used to aid diagnose KBD among adolescents. In this study, we applied feature selection algorithms and found 10 out of 26 features with high sensitivity and specificity for KBD diagnosis among adolescents.

In this study, four algorithms which represente three categories of feature selection methods were applied to select the discriminative features for KBD diagnosis among adolescents (Table 4). We found that pathological changes of X-ray images including distal end of phalanges alterations, metaphysis alterations, and carpals alterations, clinical manifestations including ankle movement limitation, enlarged finger joints, flexion of the distal part of fingers, elbow movement limitation, squatting limitation, deformed finger joints, wrist movement limitation were the top 10 diagnostic features of KBD regardless of the feature selection methods. In order to confirm this finding, predictive efficacies respect to the number of features were also calculated in different classification models (Fig. 2). We found that the predictive performace of different models were stable and with high sensitivity and specificity when the number of features were 9 and 10. These results indicated that these 10 features could be discriminative features for KBD diagnosis among adolescents.

The previous diagnostic criteria (GB16003-1995), emphasized the importance of X-ray alterations in distal end of phalanges, metaphysis, epiphysis and carpals (Supplementary data 1) for KBD diagnosis [29,30,31]. In our study, all four feature selection algorithms revealed that alterations of distal end of phalanges, metaphysis, carpals were discriminative features of X-ray images for diagnosis of KBD among adolescents. A previous study highlighted that the abnormities of carpal bones was helpful for KBD diagnosis among children and there was also a correlation between the abnormities of carpals and the severity of KBD [31]. In this study, marginal interruption, irregularity with sclerosis, defect, impaired development, deformed and absence of carpals were defined as positive X-ray alterations (Supplementary data 1). Even though the distribution difference of carpals alterations among KBD and non-KBD adolescents were not statistically significant (Table 2; χ2 = 3.599, P > 0.05), features selection algorithms still highlighted the importance of carpals alterations in X-ray images in KBD diagnosis. However, the epiphysis alterations in KBD diagnosis were not addressed in our findings. Alterations of epiphysis was not a sensitive feature for KBD diagnosis among adolescents. The reason behind this was that the vascularity and metabolism were not as strong as that in metaphysis. Therefore, the epiphysis was less sensitive to damages than metaphysis. Usually, alterations of epiphysis were indicators of irreversible damages of cartilage [32]. In addition, the findings of this study also revealed that ankle movement limitation was a significant feature for KBD prediction among adolescents. In our study, nearly 12.25% of adolescents with KBD (49 of 400) presented ankle movement limitation, while only 0.5% (2 of 400) of healthy adolescents reported ankle movement limitation. Previous studies reported that nearly 68.8% KBD adult patients showed abnormal ankle radiographs, pathological changes of X-ray images including talus, calcaneus, navicular bone and distal tibia [33]. Until now, the diagnostic value of ankles had not been emphasized. This new finding suggests that the diagnostic value of ankles, including clinical manifestations and radiological changes, might be significant to KBD diagnosis. Even the prevalence of KBD among adolescents is much lower than that in adults, we believe that this cluster of features selected based on importance ranking also apply to diagnosis of KBD adults. KBD patients start showing symptoms during adolescents and symptoms aggravates with age. Most adult KBD patients share similar clinical symptoms with adolescent patients while the X-ray alterations were a little different between them since skeletal development. Among these ten features, only three out of ten of them were X-ray alterations. We believe these ten features also apply for adult KBD patients.

RFA, ANNs, SVM and LR were applied to to develop different classification models and predictive performance of them were compared to choose the most suitable classification model for KBD diagnosis among adolescents. Among four classification models, RFA showed the best predictive efficacy with highest AUC value (1.00). Studies have reported that RFA was an optimal choice for building predictive or diagnostic model with its high diagnostic efficacy [9, 34]. Some scholars believed that ANNs are inherently “opaque and lack interpretability”; its classification process akin to “black box” and its input variables cannot be adjusted independently at each intermediate step [35]. While in a random forest model, there are many decision trees, and each tree is built based on a randomly selected subset from the training data and a random subset of input variables. The variables can be ranked at each decision tree and a final decision will be made by voting these randomly generated subsets [13].

There are some limitations of this study. First, we only used “KBD” or “non-KBD” as output results in all three models, without considering the disease stages of KBD. In order to give more accurate diagnosis for adolescents KBD, more specific models focusing on stages of disease with larger training data should be developed. Second, we still spent some time reading X-ray images to extract 26 features before we started building classification model. Recent studies reported image recognition algorithms, such as conventional neural networks which could read radiographs to aid diagnosis [36,37,38]. In the future, a smarter diagnostic model which could read X-ray images combining with our diagnostic model is needed to provide fast, effective diagnostic method. Third, we excluded the subjects with OA and RA, whom present similar clinical manifestations and X-ray radiological changes with KBD. Considering that identifying these three kinds of diseases and classifying them is a daily work for orthopedists, it is very necessary to build a comprehensive model which could classify these three diseases based on symptoms and changes of radiological images. Even though, our study still gave us a hint that MLs would be helpful and be generalized by increasing sample size and accuracy of algorithms, multiple computer-based methods and algorithms can integrate to establish a more intelligent, specific model to provide a more accurate diagnosis.

Conclusions

We calibrated classification models based on MLs in order to integrate clinical manifestations and radiograph alterations to aid diagnosis of KBD among adolescents. We found 10 out of 26 discriminative features with high sensitivity and specificity for KBD diagnosis among adolescents. These features could provide a quick, effective diagnostic methods for KBD.

Availability of data and materials

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

Abbreviations

MLs:

Machine learning algorithms

KBD:

Kashin-Beck disease

RFA:

Random forest algorithm

ANNs:

Artificial neuron networks

SVM:

Support vector machine

SVM-RFE:

Support vector machine recursive feature elimination

mRMR:

Max-Relevance and Min-Redundancy

ROC:

Receiver operating characteristic curve

AUC:

Areas under the receiver operating characteristic curve

OA:

Osteoarthritis

RA:

Rheumatoid arthritis

OBB:

Out of Bag

References

  1. National Health and Family Planning Commission. China health and family planning statistical yearbook 2016. China: Beijing Union Medical University Press; 2016.

  2. Guo X, Ma WJ, Zhang F, Ren FL, Qu CJ, Lammi MJ. Recent advances in the research of an endemic osteochondropathy in China: Kashin-Beck disease. Osteoarthr Cartilage. 2014;22(11):1774–83.

    Article  CAS  Google Scholar 

  3. Mathieu F, Begaux F, Lan ZY, Suetens C, Hinsenkamp M. Clinical manifestations of Kashin-Beck disease in Nyemo Valley, Tibet. Int Orthop. 1997;21(3):151–6.

    Article  CAS  Google Scholar 

  4. Xiong G. Diagnostic, clinical and radiological characteristics of Kashin-Beck disease in Shaanxi province, PR China. Int Orthop. 2001;25(3):147–50.

    Article  CAS  Google Scholar 

  5. Yin Peipu GX. Clinical research for stage I Kashin-Beck disease. In: Proceedings of investigations of Kashin-Beck disease in Yongshou. Beijing: People’s Medical Publishing House; 1984. p. 136–138.

  6. Yu FF, Ping ZG, Yao C, Wang ZW, Wang FQ, Guo X. Evaluation of the sensitivity and specificity of the new clinical diagnostic and classification criteria for Kashin-Beck Disease, an endemic osteoarthritis, in China. Biomed Environ Sci. 2017;30(2):150–5.

    PubMed  Google Scholar 

  7. Cao C-x, Zhang Y-g, Wu S-x, Younas MI, Guo X. Association of clinical features of bone and joint lesions between children and parents with Kashin-Beck disease in Northwest China. Clin Rheumatol. 2013;32(9):1309–16.

    Article  Google Scholar 

  8. Breen MS, Thomas KGF, Baldwin DS, Lipinska G. Modelling PTSD diagnosis using sleep, memory, and adrenergic metabolites: an exploratory machine-learning study. Hum Psychopharm Clin. 2019;34(2):e2691.

    Article  Google Scholar 

  9. Tseng YJ, Huang CE, Wen CN, Lai PY, Wu MH, Sun YC, Wang HY, Lu JJ. Predicting breast cancer metastasis by using serum biomarkers and clinicopathological data with machine learning technologies. Int J Med Inform. 2019;128:79–86.

    Article  Google Scholar 

  10. Mezzatesta S, Torino C, De Meo P, Fiumara G, Vilasi A. A machine learning-based approach for predicting the outbreak of cardiovascular diseases in patients on dialysis. Comput Methods Programs Biomed. 2019;177:9–15.

    Article  Google Scholar 

  11. Ngan PS, Wong ML, Lam W, Leung KS, Cheng JCY. Medical data mining using evolutionary computation. Artif Intell Med. 1999;16(1):73–96.

    Article  CAS  Google Scholar 

  12. Tripoliti EE, Fotiadis DI, Manis G. Automated diagnosis of diseases based on classification: dynamic determination of the number of trees in random forests algorithm. IEEE Trans Inf Technol Biomed. 2012;16(4):615–22.

    Article  Google Scholar 

  13. Xiao LH, Chen PR, Gou ZP, Li YZ, Li M, Xiang LC, Feng P. Prostate cancer prediction using the random forest algorithm that takes into account transrectal ultrasound findings, age, and serum levels of prostate-specific antigen. Asian J Androl. 2017;19(5):586–90.

    Article  Google Scholar 

  14. Wang NB, Chen JH, Xiao H, Wu L, Jiang H, Zhou YP. Application of artificial neural network model in diagnosis of Alzheimer’s disease. BMC Neurol. 2019;19:8.

    Article  CAS  Google Scholar 

  15. Liew PL, Lee YC, Lin YC, Lee TS, Lee WJ, Wang W, Chien CW. Comparison of artificial neural networks with logistic regression in prediction of gallbladder disease among obese patients. Digest Liver Dis. 2007;39(4):356–62.

    Article  Google Scholar 

  16. Abedi V, Goyal N, Tsivgoulis G, Hosseinichimeh N, Hontecillas R, Bassaganya-Riera J, Elijovich L, Metter JE, Alexandrov AW, Liebeskind DS, et al. Novel screening tool for stroke using artificial neural network. Stroke. 2017;48(6):1678–81.

    Article  Google Scholar 

  17. Chamasemani FF, Singh YP. Multi-class support vector machine (SVM) classifiers -- an application in hypothyroid detection and classification. In: Sixth International Conference on Bio-Inspired Computing: Theories and Applications. 2011. p. 351–356. https://doi.org/10.1109/BIC-TA.2011.51.

  18. Huang ML, Hung YH, Lee WM, Li RK, Jiang BR. SVM-RFE based feature selection and Taguchi parameters optimization for multiclass SVM classifier. ScientificWorldJournal. 2014;2014:795624.

    PubMed  PubMed Central  Google Scholar 

  19. Aksu Y, Miller DJ, Kesidis G, Yang QX. Margin-maximizing feature elimination methods for linear and nonlinear kernel-based discriminant functions. IEEE Trans Neural Networks. 2010;21(5):701–17.

    Article  Google Scholar 

  20. Remeseiro B, Bolon-Canedo V. A review of feature selection methods in medical applications. Comput Biol Med. 2019;112:103375.

    Article  CAS  Google Scholar 

  21. Ding C, Peng H. Minimum redundancy feature selection from microarray gene expression data. J Bioinform Comput Biol. 2005;3(2):185–205.

    Article  CAS  Google Scholar 

  22. Das P, Roychowdhury A, Das S, Roychoudhury S, Tripathy S. sigFeature: novel significant feature selection method for classification of gene expression data using support vector machine and t statistic. Front Genet. 2020;11:247.

    Article  Google Scholar 

  23. Ghosh P, Azam S, Jonkman M, Karim A, Shamrat FJ, Ignatious E, Shultana S, Beeravolu AR, De Boer F. Efficient prediction of cardiovascular disease using machine learning algorithms with relief and LASSO feature selection techniques. IEEE Access. 2021;9:19304–26.

    Article  Google Scholar 

  24. Saeys Y, Inza I, Larrañaga P. A review of feature selection techniques in bioinformatics. Bioinformatics (Oxford, England). 2007;23(19):2507–17.

    Article  CAS  Google Scholar 

  25. Sun S, Peng Q, Zhang X. Global feature selection from microarray data using Lagrange multipliers. Knowl-Based Syst. 2016;110:267–74.

    Article  Google Scholar 

  26. Sun S, Peng Q, Shakoor A. A kernel-based multivariate feature selection method for microarray data classification. PLoS One. 2014;9(7):e102541.

    Article  Google Scholar 

  27. Ho TK. The random subspace method for constructing decision forests. IEEE Trans Pattern Anal Mach Intell. 1998;20(8):832–44.

    Article  Google Scholar 

  28. Metgud C, Naik V, Mallapur M. Prediction of low birth weight using modified Indian council of medical research antenatal scoring method. J Matern Fetal Neonatal Med. 2013;26(18):1812–5.

    Article  Google Scholar 

  29. Liu N. The interpretation of criteria of diagnosis for Kashin-Beck disease. China Health Stand Manag. 2010;4:56–8.

    Google Scholar 

  30. Song Q, Lian W, Deng H, Liu H, Li F, Zhang X, Guo X, Yang L, Liu Y, Yu J. Interpretations of the basic X-ray signs of metacarpal and carpal bone of Kaschin-Beck disease in children. Chin J Control Endem Dis. 2016;31(11):1212–5.

    Google Scholar 

  31. Yu W, Wang Y, Jiang Y, Cheng X, Wang L, Genant HK. Kashin-Beck disease in children: radiographic findings in the wrist. Skeletal Radiol. 2002;31(4):222–5.

    Article  CAS  Google Scholar 

  32. Hongxu L, Fuzhong L, Yunqi L, Dianjun S. The emotions of X-ray image changes of children with Kaschin-Beck disease. Chin J Control Endem Dis. 2014;29(1):15–8.

    Google Scholar 

  33. Zeng Y, Zhou Z, Shen B, Yang J, Kang P, Zhou X, Zou L, Pei F. X-ray image characteristics and related measurements in the ankles of 118 adult patients with Kashin-Beck disease. Chin Med J. 2014;127(13):2479–83.

    PubMed  Google Scholar 

  34. Lee HC, Yoon SB, Yang SM, Kim WH, Ryu HG, Jung CW, Suh KS, Lee KH. Prediction of acute kidney injury after liver transplantation: machine learning approaches vs. logistic regression model. J Clin Med. 2018;7(11):428.

    Article  CAS  Google Scholar 

  35. Briceño J, Ayllón MD, Ciria R. Machine-learning algorithms for predicting results in liver transplantation: the problem of donor-recipient matching. Curr Opin Organ Transplant. 2020;25(4):406–11.

    PubMed  Google Scholar 

  36. Kim K, Kim S, Lee YH, Lee SH, Lee HS, Kim S. Performance of the deep convolutional neural network based magnetic resonance image scoring algorithm for differentiating between tuberculous and pyogenic spondylitis. Sci Rep-Uk. 2018;8(1):13124.

    Article  Google Scholar 

  37. Ishioka J, Matsuoka Y, Uehara S, Yasuda Y, Kijima T, Yoshida S, Yokoyama M, Saito K, Kihara K, Numao N, et al. Computer-aided diagnosis of prostate cancer on magnetic resonance imaging using a convolutional neural network algorithm. BJU Int. 2018;122(3):411–7.

    Article  Google Scholar 

  38. Soma T, Ishioka J, Tanaka H, Matsuoka Y, Saito K, Fujii Y. Potential for computer-aided diagnosis using a convolutional neural network algorithm to diagnose fat-poor angiomyolipoma in enhanced computed tomography and T2-weighted magnetic resonance imaging. Int J Urol. 2018;25(11):978–9.

    Article  Google Scholar 

Download references

Acknowledgements

We sincerely thank National Natural Science Foundation of China for supporting this program. We also thank all participants of this study. In addition, we sincerely appreciate Dr Zheng Yang and Jimian Lin for helping edit the language.

Funding

This study was funded by National Natural Science Foundation of China (grant numbers: 81620108026 and 81472924). The study sponsor was not involved with the design of the study, analysis and interpretation of data nor in the writing of the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

Conception and design: Xiong Guo; Data acquisition: Chunxia Cao, Wenrong Li, Haiyan Wei, Feng’e Zhang, Peilin Meng; Data analysis and interpretation: Yanan Zhang and Xiaoli Wei, Shiquan Sun, Guanghui Zhao; Drafting the manuscript: Yanan Zhang; Manuscript revision: Mikko Juhani Lammi; Fangfang Yu; Shiquan Sun. The author(s) read and approved the final manuscript.

Corresponding authors

Correspondence to Mikko Juhani Lammi or Xiong Guo.

Ethics declarations

Ethics approval and consent to participate

The study was approved by Ethics Committee of Xi’an Jiaotong Univeristy, Xi’an, Shaanxi, China. Informed consents were obtained from parents of all participants since all participants were adolescents. All methods in this study were performed in accordance with the Declaration of Helsinki.

Consent for publication

Not applicable.

Competing interests

The authors declared no conflict of interest.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1.

The X-ray radiograph alterations among KBD adolescents.

Additional file 2.

The examination list of clinical symptoms and diagnostic criteria.

Additional file 3: Figure S1.

The scheme of random forest tree algorithm. There were 300 decision trees in RF classficaiton model. The final classification outcome of each sample was decided by voting on the most popular classification of these 300 trees.

Additional file 4: Figure S2.

Out of bag (OBB) error rate to assess the quality of random forest algorithm to predict KBD. When mtry was set as 3, the OBB error rate was decrease quickly and become stable at where ntree was 300.

Additional file 5: Figure S3.

The scheme of artificial neural networks. In this study, there were 26 input variables and hidden neurons were 5.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhang, Y., Wei, X., Cao, C. et al. Identifying discriminative features for diagnosis of Kashin-Beck disease among adolescents. BMC Musculoskelet Disord 22, 801 (2021). https://doi.org/10.1186/s12891-021-04514-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12891-021-04514-z

Keywords