Literature DB >> 32210921

Risk Assessment of Sarcopenia in Patients With Type 2 Diabetes Mellitus Using Data Mining Methods.

Mengzhao Cui1, Xiaokun Gang1, Fang Gao2, Gang Wang1, Xianchao Xiao1, Zhuo Li1, Xiongfei Li2, Guang Ning3, Guixia Wang1.   

Abstract

Purpose: Sarcopenia is a geriatric syndrome, and it is closely related to the prevalence of type 2 diabetes mellitus (T2DM). Until now, the diagnosis of sarcopenia requires Dual Energy X-ray Absorptiometry (DXA) scanning. This study aims to make risk assessment of sarcopenia with support vector machine (SVM) and random forest (RF) when DXA is not available.
Methods: Firstly, we recruited 132 patients aged over 65 and diagnosed with T2DM in Changchun, China. Clinical data were collected for predicting sarcopenia. Secondly, we selected 3, 5, and 7 features out of over 40 features of patient's data with backward selection, respectively, to train SVM and RF classification models and regression models. Finally, to evaluate the performance of the models, we performed leave one out and 5-fold cross validation.
Results: When training the model with 5 features, the sensitivity, specificity, negative predictive value (NPV) and positive predictive value (PPV) were favorable, and it was better than the models trained with 3 features and 7 features. Area under the receiver operating characteristic (ROC) curve (AUC) were over 0.7, and the mean AUC of SVM models was higher than that of RF. Conclusions: Using SVM and RF to make risk assessment of sarcopenia in the elderly is an option in clinical setting. Only 5 features are needed to input into the software to run the algorithm for a primary assessment. It cannot replace DXA to diagnose sarcopenia, but is a good tool to evaluate sarcopenia.
Copyright © 2020 Cui, Gang, Gao, Wang, Xiao, Li, Li, Ning and Wang.

Entities:  

Keywords:  random forest; risk assessment; sarcopenia; support vector machine; type 2 diabetes mellitus

Mesh:

Year:  2020        PMID: 32210921      PMCID: PMC7076070          DOI: 10.3389/fendo.2020.00123

Source DB:  PubMed          Journal:  Front Endocrinol (Lausanne)        ISSN: 1664-2392            Impact factor:   5.555


Introduction

Sarcopenia is an age-related geriatric syndrome, it is characterized by loss of muscle mass, decrease of muscle strength and decline of physical performance. Quantitative and qualitative changes in skeletal muscle structure and function are involved in the aging-related loss of muscle function (1). It is related to falls, impaired cardio-respiratory function, metabolic diseases, disability and even death in the elderly (2). As aging population increases, sarcopenia is becoming more and more closely watched. Based on previous studies, patients with T2DM are subjected to a higher risk of sarcopenia due to diabetic complications and insulin resistance (3, 4). A study conducted in China has reported that participants with T2DM have 1.56 times higher risk of sarcopenia than healthy people (5). Therefore, patients with T2DM should concern more about sarcopenia. The diagnosis of sarcopenia includes three parts, muscle mass, muscle strength and physical performance. The loss of muscle mass indicates an important role in sarcopenia, while its diagnosis requires CT, MRI, ultrasound, anthropometry, bioelectrical impedance analysis or DXA scan. Of these, DXA is widely recognized as the gold standard test. Though DXA is efficient, it has covered only a minority of medical institutions in the world. In some small cities or poor areas, the screening of sarcopenia is not available. Sarcopenia has been reported to be associated with several factors, such as age, inadequate nutrients, low hormone levels, decreased physical activity and so on. During aging, inflammatory factors such as cytokines (e.g., tumor necrosis factor-alpha), advanced glycosylation products increased, aging appear to be related to a state of chronic low-grade inflammation (6), and the increase in inflammatory factors may impair blood flow by damaging the microvascular endothelium, and this impairment may exacerbate sarcopenia in the elderly (7). Furthermore, as aging, reduced testosterone and estrogen can cause a declining anabolic effect and increasing catabolic effect on muscle fibers (8–10). In the elderly, sufficient protein intake is another vital component to maintain and regain muscle mass (11, 12) and lack of protein and Vitamin D has been indicated as a risk factor of sarcopenia (13). The above indicators may help diagnose sarcopenia in clinical practice. Machine learning (ML) is a computer-based data analysis method, and it is based on the assumption that a dataset may contain patterns that can identify outcomes (14). By iteratively learning from the data, ML makes computer detect the underlying patterns and create a model. Thus, ML models learn from examples rather than being programmed with rules, which is the main difference from traditional methods (15). The results obtained from ML can be more accurate and reliable. Recent studies have demonstrated that ML methods can provide better accuracy and discrimination to predict outcomes of surgical risk (16), pathological nodal metastasis for early oral squamous cell carcinoma (17), diagnosis of Parkinson's disease (18), and predict the treatment response and prognosis in acromegaly (19). Therefore, we presented the evaluation of sarcopenia with two data mining methods, using basic information and laboratory examinations of the patients to make risk assessment of sarcopenia to identify sarcopenia early in the elderly with T2DM. The methods we used are supervised learning algorithms: support vector machine(SVM) (20) and random forests(RF) (21). They learn the characteristics of a given dataset and generate a mathematical model from training data (22–24). Then we can infer a result with the training models from new data we haven't seen before.

Methods

Subjects

We recruited subjects from March 2017 to February 2018 in the department of endocrinology and metabolism of the First Hospital of Jilin University, and they all aged ≥ 65 and met the diagnostic criteria of T2DM proposed by WHO in 1999. The patients received at least half an hour of sunlight daily, winter extended appropriately and signed informed consent. Patients who had severe peripheral neuropathy, disuse muscle atrophy, malignant tumor, autoimmune disease, supplement of Vitamin D, severe cognitive disorder, took drugs affecting skeletal muscle metabolism in the last 3 months, remained long-term bedridden and failed to complete dual energy DXA, were excluded. Informed consent was obtained from all individual participants included in the study. The study complied with the Declaration of Helsinki and was approved by the ethics committee of the First Hospital of Jilin University.

Clinical Data Collection

Basic information including gender, age, medications, lifestyles and medical history was investigated, and physical examinations such as height, weight and calf circumference were measured according to regular measurements. Besides, physical performance such as grip strength and 6-meter regular step speed were also inducted using a grip dynamometer (EH-101 electronic dynamometer, China) and a timer, respectively. Blood samples were collected to do some tests from venous blood of patients after an 8 h period of fasting. Of these, serum albumin level was determined by Bromocresol green method (7600-210 Hitachi automatic biochemical analyzer, Japan). 25-OH-Vitamin D was measured by liquid chromatography tandem mass spectrometry, and then serum was stored at −70°C until batch analysis for other analytes in a laboratory (Jilin Hehe medical examination co., LTD) Body composition of all subjects was measured by dual-energy X-ray absorptiometry (Luna Prodigy Advance, GE, America).

Diagnosis of Sarcopenia

The sarcopenic subjects had a relative skeletal muscle mass index that passed the Asian Working Group for Sarcopenia (AWGS) cut-off of 7.0 kg/m2 for men and 5.4 kg/m2 for women. Since the loss of muscle mass dominates in the development of sarcopenia, we didn't take grip strength and step speed into account, so the patients with low muscle mass were diagnosed with sarcopenia in this study.

Data Cleaning

Since our data mining methods demanded the dataset to be complete, but not all patients could take all the examinations. We made up the missing data with k-Nearest-Neighbor algorithm (kNN). In detail, For a feature with missing data, we first chose features with complete data which were also medically relative to the feature we wanted to clean, then we performed a kNN (with k = 10) on these features' data to find out the 10 nearest neighbors of the target patients, respectively, after that, we calculated the missing data of a patient with the mean value of its 10 nearest neighbors, and set it in the dataset as the data we would use in data mining methods.

Statistical Analysis

In order to provide some evidence of choosing factors into the algorithm we conducted and to reduce computation complexity for feature selection, we first made statistical analyses using SPSS 24.0 software to find the differential factors between sarcopenia group and non-sarcopenia group. Continuous variables were summarized as means ± standard deviation or medians (25th, 75th percentiles) and categorical variables were denoted by counts and percentages. Characteristics of subjects and their blood levels of nutritional factors between two groups were compared using the chi-square test (when they are categorical data), Student's t-test (when they are continuous data that conform to normal distribution), and Mann–Whitney U-test (when they are continuous data that conform to abnormal distribution).

Data Mining Methods

We implemented our algorithms with Python programming language and sk-learn scientific computing framework (25). We used SVM and RF to build models and make risk assessment of sarcopenia. Additionally, with these two data mining methods, we made risk assessment in two ways, respectively: classification and regression. By classification, we trained models to directly classify a patient's data to be either positive or negative. By regression, we trained models to predict the ASM/H2 from a patient's data, then combined with this person's gender information, to infer a positive or negative result based on AWGS consensus. We collected more than 40 features including age, height, weight to find out which features are most effective in the algorithms. We also weighed the effort to get these features in medical diagnosis while selecting. We used a backward selection method, which randomly removes a feature, then compares the new result with the prior one, and leaves the feature out or adds it back accordingly.

Evaluation of Data Mining Methods on Sarcopenia Assessment

To evaluate the performance of our models on assessment of sarcopenia, we performed k-fold cross validation, leave one out cross validation and calculated their sensitivity, specificity, negative predictive value (NPV) and positive predictive value (PPV). The receiver operating characteristic (ROC) curve and area under the ROC curve (AUC) were also conducted as another evaluation tool.

K-Fold Cross Validation (26)

The k-fold cross validation could evaluate the performance of a classifier. It sorts the dataset randomly then partitions it into k independent folds with the same quantity of examples, after that, it takes the 1-fold out as a test set, and the remaining folds as a training set. With the test set and training set configured, SVM or RF is executed with this setting. The cross-validation process is repeated for k times. After k rounds, we shall gain k groups of middle results, then we can calculate a mean value with standard error rate with these middle results. The advantage of performing a k-fold cross validation is that, with a small dataset, we could acquire a relatively stable evaluation of our model, even if random sorting differentiated the result each time we execute our algorithms.

Leave One Out Cross Validation

The leave one out cross validation is an extreme case of k-fold cross validation with minor modification. Instead of partitioning the whole dataset into k-folds, leave-one-out divides it into the number-of-subject folds, for example in our dataset, we had collected 132 patients' data, then we should first take the first person out as test set, the remaining 131 people as training set, executed SVM or RF, then we got the first person's prediction result; secondly we put the first person's data back, while taking the second person's data as test set, leaving the remaining 131 people's data as training set, then we got the second person's result. Finally, we should have 132 results with leaving each one out once as test set. We could then calculate the sensitivity, specificity, NPV and PPV from those results. The advantage of performing a leave one out cross validation is that, unlike k-fold cross validation, leave one out always acquires the same result whenever the algorithm is executed.

ROC Curve and AUC

We conducted ROC curve with each k-fold cross validation, to evaluate the performance of our algorithms on the assessment of sarcopenia. ROC curve, together with AUC, is a method to illustrate how much better a binary classifier performs than a random guess. To plot an ROC curve, we first set several different threshold, such as 0.1, 0.2, 0.5, 0.7, 0.9, then we executed the data mining algorithm to produce a probability for each sample in the test set; we compared these probabilities with the threshold to generate several confusion matrix under each threshold; after that, we calculated the true positive rate (TPR) and false positive rate (FPR) from each confusion matrix. Finally, we plot the ROC curve and calculated the AUC. To be concise, we performed a similar numerical optimization method when calculating TPR and FPR, that is to first calculate the probabilities then set thresholds according to these probabilities, but it should be able to work out the same result as the method described first.

Results

Characteristics of Subjects

A total of 132 subjects were included in this study, and they were classified into the sarcopenia group and the non-sarcopenia group based on AWGS. As shown in Table 1, 38 cases had sarcopenia, accounting for 28.8%, with a median age of 73.5 years, and 94 cases had no sarcopenia, accounting for 71.2%, with a median age of 68. The sarcopenia group was significantly older than the non-sarcopenia group (P < 0.05). They also had a significantly lower appendicular skeletal muscle mass (ASM), ASM/H2, appendicular fat mass (AFM), trunk skeletal muscle mass (TSM), trunk fat mass (TFM), body mass index (BMI), grip strength and calf circumference than those of the non-sarcopenia group (P < 0.05), but there is little difference in gender, step speed, serum albumin, 25-OH-Vitamin D and 25-OH-Vitamin D3 between two groups.
Table 1

Baseline characteristics of subjects.

Sarcopenia (n = 38)Non-sarcopenia (n = 94)P
Gender (male/female)21 (55.3)/17 (44.7)38 (40.4)/56 (59.6)0.121
Age (years)73.5 (68,77.25)68 (65,72)0.000*
Duration of diabetes (years)14.0 (5.0,22.0)13.0 (8.0,18.0)0.590
History of hypertension22 (57.9)54 (57.4)0.962
Smoking10 (26.3)24 (25.5)0.926
Drinking6 (15.8)12 (12.8)0.647
Exercise20 (52.6)65 (69.1)0.073
High-protein diet11 (28.9)37 (39.4)0.260
History of fall12 (31.6)18 (19.1)0.123
ASM (kg)16.42 (13.06,19.26)17.65 (15.76,22.58)0.001*
ASM/H2 (kg/m2)5.67 (5.02,6.63)6.90 (6.18,7.71)0.000*
AFM (kg)6.21 (4.45,7.70)7.35 (5.44,8.66)0.013*
TSM (kg)20.99 ± 3.1723.46 ± 3.860.001*
TFM (kg)11.56 ± 4.2714.55 ± 4.690.001*
BMI (kg/m2)22.86 ± 2.7126.34 ± 3.350.000*
Grip strength (kg)19.65 (15.33,25.20)22.15 (18.18,32.03)0.013*
Step speed (m/s)0.83 (0.71,0.93)0.86 (0.81,0.92)0.185
Calf circumference (cm)33.3 (32.0,34.5)35.5 (34.0,36.5)0.000*
Serum albumin (g/L)38.15 (34.53,42.23)39.80 (37.88,42.40)0.078
25-OH-Vitamin D (ng/mL)19.43 ± 10.3818.79 ± 7.220.686
25-OH-Vitamin D3 (ng/mL)18.01 ± 10.3216.43 ± 7.190.319

ASM, appendicular skeletal muscle mass; AFM, appendicular fat mass; TSM, trunk skeletal muscle mass; TFM, trunk fat mass.

Significantly different.

38 cases had sarcopenia, accounting for 28.8%, with a median age of 73.5 years, and 94 cases had no sarcopenia, accounting for 71.2%, with a median age of 68 years. The sarcopenia group was significantly older than the non-sarcopenia group (P < 0.05). They also had a significantly lower ASM, ASM/H.

Baseline characteristics of subjects. ASM, appendicular skeletal muscle mass; AFM, appendicular fat mass; TSM, trunk skeletal muscle mass; TFM, trunk fat mass. Significantly different. 38 cases had sarcopenia, accounting for 28.8%, with a median age of 73.5 years, and 94 cases had no sarcopenia, accounting for 71.2%, with a median age of 68 years. The sarcopenia group was significantly older than the non-sarcopenia group (P < 0.05). They also had a significantly lower ASM, ASM/H.

Sensitivity, Specificity, NPV, and PPV by SVM

As shown in Table 2, when we input 3 features: age, gender, and BMI, using leave one out of SVM, the sensitivity was 0.459–0.514, specificity was 0.947, NPV was 0.818–0.833 and PPV was 0.773–0.792. Then we input 5 features: age, gender, BMI, grip strength, calf circumference, the sensitivity, NPV and PPV were better than before. Additionally, 7 features: age, gender, BMI, grip strength, calf circumference, serum albumin, 25-OH-Vitamin D3 were used in the model, we found that there was little difference compared to 5 feature model but better than 3 feature model.
Table 2

Performance of SVM.

MethodsSensitivitySpecificityNPVPPV
3 Features SVM classificationa0.4590.9470.8180.773
3 Features SVM regressiona0.5140.9470.8330.792
5 Features SVM classificationa0.5410.9470.8410.8
5 Features SVM regressiona0.5950.9470.8570.815
7 Features SVM classificationa0.5680.9470.8480.808
7 Features SVM regressiona0.5680.9370.8480.778
3 Features SVM classificationb0.523 ± 0.3320.958 ± 0.0690.829 ± 0.1150.825 ± 0.244
3 Features SVM regressionb0.494 ± 0.3180.948 ± 0.0740.818 ± 0.1110.781 ± 0.312
5 Features SVM classificationb0.530 ± 0.2990.944 ± 0.0720.849 ± 0.0620.700 ± 0.415
5 Features SVM regressionb0.552 ± 0.3150.944 ± 0.0720.858 ± 0.0650.700 ± 0.415
7 Features SVM classificationb0.425 ± 0.2440.931 ± 0.0700.818 ± 0.0580.652 ± 0.388
7 Features SVM regressionb0.525 ± 0.3350.945 ± 0.0400.859 ± 0.0720.692 ± 0.397

3 features: age, gender, BMI.

5 features: age, gender, BMI, grip strength, calf circumference.

7 features: age, gender, BMI, grip strength, calf circumference, serum albumin, 25-OH-Vitamin D3.

SVM by leave one out.

SVM by 5-fold.

This table shows the results from our SVM algorithm. While operating SVM on our dataset, we set kernel to be linear, C = 1 or 2 in model training. We scaled our datasets with MinMaxScaler, which transforms the training set to be between (0, 1). Then performed the same scaler on test sets. The best classifier is 5 features SVM regression method, which is slightly better than 7 feature methods.

Performance of SVM. 3 features: age, gender, BMI. 5 features: age, gender, BMI, grip strength, calf circumference. 7 features: age, gender, BMI, grip strength, calf circumference, serum albumin, 25-OH-Vitamin D3. SVM by leave one out. SVM by 5-fold. This table shows the results from our SVM algorithm. While operating SVM on our dataset, we set kernel to be linear, C = 1 or 2 in model training. We scaled our datasets with MinMaxScaler, which transforms the training set to be between (0, 1). Then performed the same scaler on test sets. The best classifier is 5 features SVM regression method, which is slightly better than 7 feature methods. When we performed by 5-fold of SVM, interestingly, we could see the sensitivity and NPV of 5 features were the best compared to 3 feature model and 7 feature model, and specificity and PPV were also higher than 0.8 (Table 2).

Sensitivity, Specificity, NPV, and PPV by RF

Alternatively, we performed RF, as listed in Table 3, when using 5 features, the sensitivity and NPV were better than the other two groups. Integrally, the results of 7 feature model were better than 3 feature model and similar to 5 feature model. Moreover, we conducted 5-fold of RF, the sensitivity, NPV, and PPV of 5 feature model were apparently better than the other two. Taken together, the results of 5 and 7 feature model were better than 3 feature model.
Table 3

Performance of RF.

MethodsSensitivitySpecificityNPVPPV
3 Features RF classificationa0.4590.8950.810.63
3 Features RF regressiona0.4050.9370.8020.714
5 Features RF classificationa0.4590.8950.810.63
5 Features RF regressiona0.4860.8950.8170.643
7 Features RF classificationa0.4320.9260.8070.696
7 Features RF regressiona0.4320.9160.8060.667
3 Features RF classificationb0.492 ± 0.1930.909 ± 0.0630.815 ± 0.1000.703 ± 0.212
3 Features RF regressionb0.373 ± 0.1550.941 ± 0.0780.789 ± 0.0830.752 ± 0.246
5 Features RF classificationb0.546 ± 0.1720.938 ± 0.0660.848 ± 0.0450.771 ± 0.255
5 Features RF regressionb0.521 ± 0.1670.894 ± 0.0640.834 ± 0.0410.663 ± 0.119
7 Features RF classificationb0.464 ± 0.1710.934 ± 0.0660.824 ± 0.0450.777 ± 0.137
7 Features RF regressionb0.448 ± 0.1990.901 ± 0.0790.818 ± 0.0240.640 ± 0.152

3 features: age, gender, BMI.

5 features: age, gender, BMI, grip strength, calf circumference.

7 features: age, gender, BMI, grip strength, calf circumference, serum albumin, 25-OH-Vitamin D3.

RF by leave one out.

RF by 5-fold.

This table shows the result of random forests algorithm. We didn't perform data scaling while performing RF. We set number of estimators to be 100 and max depth to be 5 in the hyper parameters of random forests classifier and regressor. The sensitivity of 5 features models are better than others, the specificity of 7 features models are the best among six models.

Performance of RF. 3 features: age, gender, BMI. 5 features: age, gender, BMI, grip strength, calf circumference. 7 features: age, gender, BMI, grip strength, calf circumference, serum albumin, 25-OH-Vitamin D3. RF by leave one out. RF by 5-fold. This table shows the result of random forests algorithm. We didn't perform data scaling while performing RF. We set number of estimators to be 100 and max depth to be 5 in the hyper parameters of random forests classifier and regressor. The sensitivity of 5 features models are better than others, the specificity of 7 features models are the best among six models.

ROC Curve by SVM and RF

Finally, we performed ROC curve and AUC using 5-fold of SVM (Figures 1–3) and RF (Figures 4–6), respectively. First, with SVM, mean AUC of 5 feature model and 7 feature model were similar (0.87 ± 0.11, 0.87 ± 0.07, respectively), and they were higher than that of 3 feature model (0.85 ± 0.10). Then, with RF, the mean AUC of 3 features was 0.76 ± 0.10, of 5 features was 0.81 ± 0.08, and highest of all was 0.85 ± 0.08 with 7 features.
Figure 1

ROC of 5-fold cross validation results of SVM. The mean AUC of 3 feature model was 0.85 ± 0.10.

Figure 3

ROC of 5-fold cross validation results of SVM. The mean AUC of 7 feature model was 0.87 ± 0.07.

Figure 4

ROC of 5-fold cross validation results of RF. The mean AUC of 3 features was 0.76 ± 0.10.

Figure 6

ROC of 5-fold cross validation results of RF. The mean AUC of 7 features was 0.85 ± 0.08.

ROC of 5-fold cross validation results of SVM. The mean AUC of 3 feature model was 0.85 ± 0.10. ROC of 5-fold cross validation results of SVM. The mean AUC of 5 feature model was 0.87 ± 0.11. ROC of 5-fold cross validation results of SVM. The mean AUC of 7 feature model was 0.87 ± 0.07. ROC of 5-fold cross validation results of RF. The mean AUC of 3 features was 0.76 ± 0.10. ROC of 5-fold cross validation results of RF. The mean AUC of 5 features was 0.81 ± 0.08. ROC of 5-fold cross validation results of RF. The mean AUC of 7 features was 0.85 ± 0.08.

Discussion

To date, this is the first study that aims at making risk assessment of sarcopenia in the elderly with T2DM using data mining methods. The evaluation of loss of muscle mass requires DXA scan, which is known as the gold standard, but in some small medical institutions or some poor areas, this examination is not available. For this purpose, we put forward data mining methods, using as few factors as possible to make risk assessment of sarcopenia in the elderly with T2DM preliminarily. If an elderly is at a high risk of sarcopenia based on the result of our methods, then we suggest this person should focus on sarcopenia and may perform a DXA further to acquire a definitive diagnosis. As to the indicators selected in this study, according to the backward selection, we selected factors like age, gender and BMI as the favorable ones to build models, in addition, we also took clinical experience into account, as well as the studies reported all over the world. Nutrient status are deemed to related factors already, and 25-OH-Vitamin D3 is the major form in circulation, it's a good indicator of vitamin D status. Therefore, we chose serum albumin and 25-OH-Vitamin D3 as the assessment of nutrients of these patients to build model using data mining methods. In addition, Table 1 shows that sarcopenia group had a significantly lower BMI, calf circumference and grip strength than non-sarcopenia group. The loss of muscle mass in patients with sarcopenia may lead to the low metabolic level of the body, so the patients could be characterized by low BMI and calf circumference. Besides, decline of muscle strength is also a feature of sarcopenia, so grip strength is thought to be a suitable factor to assess sarcopenia. This study revealed the sensitivity, specificity, NPV and PPV of SVM and RF using both leave one out method and 5-fold method, respectively. From Table 2 to Table 3, we suggested that when using 5 features to build the model, the above results were almost acceptable, that means it was better than the result of using 3 features and not worse than that of using 7 features even better than it. Although the sensitivity was all in a low level with each method, the specificity, NPV and PPV were in a higher level. In addition, we performed ROC curve and AUC to verify the value of both algorithms. All AUCs were over 0.7, indicating a favorable value of each method. For SVM, the mean AUC was a little higher than that of RF, we believe SVM is more reliable than RF in terms of our models. Apart from SVM and RF, we also built a model based on artificial neural network (27, 28) (also known as machine learning), but this model tended to be overfitting no matter how we adjusted the parameters, we believe the main reason is that our dataset was not big enough to fit a two to three layer neural network. On our 132-sample dataset, the performance of our algorithm on training set and test set were similar, they tended not to be underfitting or overfitting with proper parameters. So, we believe SVM and RF are more applicable than artificial neural networks on risk assessment of sarcopenia with small datasets. Undoubtedly, DXA is the gold-standard diagnosis of muscle mass, but our results indicate a possibility of using these two algorithms to make primary risk assessment of sarcopenia, in this sense, it can be considered to be used to assess a person necessarily when DXA is not available. As for limitations of this study, the small number of samples especially lack of patients with definitive diagnosis of sarcopenia is the major point and the problem of unbalanced population exists indeed. However, sarcopenia is a chronic disease, its short-term effects on the health are not apparent. In this regard, our low sensitivity may be accepted for those people who have no access to DXA. In the future, we should collect more samples to improve the precision of the algorithm. Meanwhile, apart from the features that are continuous values, such as age, glycated hemoglobin and others, there are features that are binary, for example, did a patient smoke, was a patient an office worker or a farmer, has a patient been taking a specific medicine for a long time? These discrete values were taken into modeling, but because they are mostly skewed, the performance of our model wasn't better. For example, not a lot of patients have a history of previous falls, even if hypothetically a previous fall history is a significant factor for the model, due to the skewed data we got, it didn't increase the performance of our models. Although we left out a lot of features, and only formed our models with 3, 5, or 7 features, the features left out could still contribute to potential studies on diagnosing sarcopenia if data could be properly collected. In conclusion, using data mining methods including SVM and RF to make risk assessment of sarcopenia in the elderly is an option in clinical setting. Age, gender, BMI, grip strength and calf circumference are only needed to input into the algorithm to make a primary assessment. Although it's far from the gold standard to diagnose sarcopenia, in some cases, it's still a good tool to evaluate sarcopenia.

Data Availability Statement

The datasets generated for this study are available on request to the corresponding author.

Ethics Statement

The studies involving human participants were reviewed and approved by Ethics Committee of the First Hospital of Jilin University. The participants provided their written informed consent to participate in this study.

Author Contributions

XG, GuW, and GN contributed conception and design of the study. XL organized the database. XX and GaW performed the statistical analysis. MC and FG wrote the first draft of the manuscript. ZL wrote sections of the manuscript. All authors contributed to manuscript revision, read, and approved the submitted version.

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.
  21 in total

1.  A fast learning algorithm for deep belief nets.

Authors:  Geoffrey E Hinton; Simon Osindero; Yee-Whye Teh
Journal:  Neural Comput       Date:  2006-07       Impact factor: 2.026

Review 2.  Evidence-based recommendations for optimal dietary protein intake in older people: a position paper from the PROT-AGE Study Group.

Authors:  Jürgen Bauer; Gianni Biolo; Tommy Cederholm; Matteo Cesari; Alfonso J Cruz-Jentoft; John E Morley; Stuart Phillips; Cornel Sieber; Peter Stehle; Daniel Teta; Renuka Visvanathan; Elena Volpi; Yves Boirie
Journal:  J Am Med Dir Assoc       Date:  2013-07-16       Impact factor: 4.669

3.  Using Machine Learning to Define the Association between Cardiorespiratory Fitness and All-Cause Mortality (from the Henry Ford Exercise Testing Project).

Authors:  Mouaz H Al-Mallah; Radwa Elshawi; Amjad M Ahmed; Waqas T Qureshi; Clinton A Brawner; Michael J Blaha; Haitham M Ahmed; Jonathan K Ehrman; Steven J Keteyian; Sherif Sakr
Journal:  Am J Cardiol       Date:  2017-08-30       Impact factor: 2.778

Review 4.  Sarcopenia: Aging-Related Loss of Muscle Mass and Function.

Authors:  Lars Larsson; Hans Degens; Meishan Li; Leonardo Salviati; Young Il Lee; Wesley Thompson; James L Kirkland; Marco Sandri
Journal:  Physiol Rev       Date:  2019-01-01       Impact factor: 37.312

Review 5.  Sarcopenia and critical illness: a deadly combination in the elderly.

Authors:  Joseph S Hanna
Journal:  JPEN J Parenter Enteral Nutr       Date:  2015-01-15       Impact factor: 4.016

6.  Machine learning to predict occult nodal metastasis in early oral squamous cell carcinoma.

Authors:  Andrés M Bur; Andrew Holcomb; Sara Goodwin; Janet Woodroof; Omar Karadaghy; Yelizaveta Shnayder; Kiran Kakarala; Jason Brant; Matthew Shew
Journal:  Oral Oncol       Date:  2019-03-16       Impact factor: 5.337

7.  Correlations between sarcopenia and hypertensive target organ damage in a Turkish cohort.

Authors:  M H Doğan; B Karadag; T Ozyigit; S Kayaoglu; A O Ozturk; Y Altuntas
Journal:  Acta Clin Belg       Date:  2012 Sep-Oct       Impact factor: 1.264

8.  Skeletal muscle protein metabolism in the elderly: Interventions to counteract the 'anabolic resistance' of ageing.

Authors:  Leigh Breen; Stuart M Phillips
Journal:  Nutr Metab (Lond)       Date:  2011-10-05       Impact factor: 4.169

9.  Utilizing Machine Learning Methods for Preoperative Prediction of Postsurgical Mortality and Intensive Care Unit Admission.

Authors:  Calvin J Chiew; Nan Liu; Ting Hway Wong; Yilin E Sim; Hairil R Abdullah
Journal:  Ann Surg       Date:  2020-12       Impact factor: 13.787

10.  Type 2 diabetes mellitus is associated with increased risks of sarcopenia and pre-sarcopenia in Chinese elderly.

Authors:  Taotao Wang; Xiao Feng; Jingjing Zhou; Hongyan Gong; Song Xia; Qing Wei; Xu Hu; Ran Tao; Lei Li; Frank Qian; Li Yu
Journal:  Sci Rep       Date:  2016-12-13       Impact factor: 4.379

View more
  5 in total

1.  Important Risk Factors in Patients with Nonvalvular Atrial Fibrillation Taking Dabigatran Using Integrated Machine Learning Scheme-A Post Hoc Analysis.

Authors:  Yung-Chuan Huang; Yu-Chen Cheng; Mao-Jhen Jhou; Mingchih Chen; Chi-Jie Lu
Journal:  J Pers Med       Date:  2022-05-06

2.  Distal Symmetric Polyneuropathy Identification in Type 2 Diabetes Subjects: A Random Forest Approach.

Authors:  Valeria Maeda-Gutiérrez; Carlos E Galván-Tejada; Miguel Cruz; Adan Valladares-Salgado; Jorge I Galván-Tejada; Hamurabi Gamboa-Rosales; Alejandra García-Hernández; Huizilopoztli Luna-García; Irma Gonzalez-Curiel; Mónica Martínez-Acuña
Journal:  Healthcare (Basel)       Date:  2021-02-01

3.  Evaluation of Prevalence of the Sarcopenia Level Using Machine Learning Techniques: Case Study in Tijuana Baja California, Mexico.

Authors:  Cristián Castillo-Olea; Begonya Garcia-Zapirain Soto; Clemente Zuñiga
Journal:  Int J Environ Res Public Health       Date:  2020-03-15       Impact factor: 3.390

4.  Circulating Mediators of Apoptosis and Inflammation in Aging; Physical Exercise Intervention.

Authors:  Barbara Morawin; Anna Tylutka; Jolanta Chmielowiec; Agnieszka Zembron-Lacny
Journal:  Int J Environ Res Public Health       Date:  2021-03-19       Impact factor: 3.390

5.  A Machine Learning Approach to Predicting Diabetes Complications.

Authors:  Yazan Jian; Michel Pasquier; Assim Sagahyroon; Fadi Aloul
Journal:  Healthcare (Basel)       Date:  2021-12-09
  5 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.