Skip to main content

ORIGINAL RESEARCH article

Front. Public Health, 12 October 2021
Sec. Public Health and Nutrition
This article is part of the Research Topic The Obesity Epidemic: Causes, Context, Prevention View all 15 articles

Screening the Influence of Biomarkers for Metabolic Syndrome in Occupational Population Based on the Lasso Algorithm

\nQiao-Ying Xie&#x;Qiao-Ying Xie1Ming-Wei Wang&#x;Ming-Wei Wang2Zu-Ying HuZu-Ying Hu1Cheng-Jian CaoCheng-Jian Cao1Cong WangCong Wang3Jing-Yu KangJing-Yu Kang3Xin-Yan FuXin-Yan Fu2Xing-Wei ZhangXing-Wei Zhang2Yan-Ming Chu
Yan-Ming Chu4*Zhan-Hui Feng
Zhan-Hui Feng5*Yong-Ran Cheng
Yong-Ran Cheng6*
  • 1Occupational Disease Department, Hangzhou Occupational Disease Prevention and Control Hospital, Hangzhou, China
  • 2Metabolic Disease Center, Affiliated Hospital of Hangzhou Normal University, Hangzhou, China
  • 3School of Mathematics and Statistics, Jiangsu Normal University, Xuzhou, China
  • 4Zhejiang Geriatric Care Hospital, Hangzhou, China
  • 5Neurological Department, Affiliated Hospital of Guizhou Medical University, Guiyang, China
  • 6School of Public Health, Hangzhou Medical College, Hangzhou, China

Aim: Metabolic syndrome (MS) screening is essential for the early detection of the occupational population. This study aimed to screen out biomarkers related to MS and establish a risk assessment and prediction model for the routine physical examination of an occupational population.

Methods: The least absolute shrinkage and selection operator (Lasso) regression algorithm of machine learning was used to screen biomarkers related to MS. Then, the accuracy of the logistic regression model was further verified based on the Lasso regression algorithm. The areas under the receiving operating characteristic curves were used to evaluate the selection accuracy of biomarkers in identifying MS subjects with risk. The screened biomarkers were used to establish a logistic regression model and calculate the odds ratio (OR) of the corresponding biomarkers. A nomogram risk prediction model was established based on the selected biomarkers, and the consistency index (C-index) and calibration curve were derived.

Results: A total of 2,844 occupational workers were included, and 10 biomarkers related to MS were screened. The number of non-MS cases was 2,189 and that of MS was 655. The area under the curve (AUC) value for non-Lasso and Lasso logistic regression was 0.652 and 0.907, respectively. The established risk assessment model revealed that the main risk biomarkers were absolute basophil count (OR: 3.38, CI:1.05–6.85), platelet packed volume (OR: 2.63, CI:2.31–3.79), leukocyte count (OR: 2.01, CI:1.79–2.19), red blood cell count (OR: 1.99, CI:1.80–2.71), and alanine aminotransferase level (OR: 1.53, CI:1.12–1.98). Furthermore, favorable results with C-indexes (0.840) and calibration curves closer to ideal curves indicated the accurate predictive ability of this nomogram.

Conclusions: The risk assessment model based on the Lasso logistic regression algorithm helped identify MS with high accuracy in physically examining an occupational population.

Introduction

Metabolic syndrome (MS) refers to a group of metabolism-related diseases, including obesity, dyslipidemia, diabetes/impaired glucose tolerance, hypertension, and other diseases (1). The number of patients with MS has increased with the increasing number of obese patients worldwide (2). At present, the global prevalence of MS is about 25%, indicating that nearly one billion people are affected. Among these, the occupational population occupies a significant part and continues to increase (3). It has posed a substantial economic burden and has become a serious public health problem.

China ranks first in the world, with nearly 900 million working people. Every year, nearly 25 million workers suffer from health hazards, among which MS is already an important risk factor seriously affecting the health of the occupational population (4). Many studies were conducted on the relationship between the working environment of the occupational population and MS. Ma et al. confirmed that exposure to heavy metal elements in the work environment affected the body's metabolic function and increased the risk of MS in the Chinese population (5). (6) confirmed that the long-term exposure to noise in the work environment increased the chance of suffering from MS in the Chinese professional population (6). At the same time, some related studies confirmed the relationship of MS with the type of work in different occupational groups (79). Therefore, performing early MS screening for the occupational population is of great significance.

Machine learning, whereby a computer algorithm learns from prior experience, was recently shown to perform better than traditional statistical modeling approaches (10, 11). Machine learning algorithms have been widely used to screen biomarkers for related diseases with the rapid development of artificial intelligence (1214). Various supervised machine learning models based on the least absolute shrinkage and selection operator (Lasso) regression algorithm have been successfully applied to medical data (15). However, no relevant studies used the Lasso algorithm to screen relevant biomarkers for MS.

Therefore, the risk of MS can be better predicted if the biomarkers related to MS are screened, and a risk prediction model is established for biomarkers used in routine physical examination. In this study, the Lasso logistic regression feature selection algorithm of machine learning was used to screen the biomarkers related to MS, and a risk prediction model was established.

Materials and Methods

Population and Data Collection

This study included occupational workers with operations in Zhejiang Province, China, between September 2010 and September 2020. The ethics committee of the Affiliated Hospital of Hangzhou Normal University approved all the procedures performed. The working environment included the metallurgical industry (35%), including steelmaking, ironmaking, steel rolling, coking, and so forth; casting, forging, heat treatment, and so forth in the machinery manufacturing industry (40%); and kiln workers and furnace workers in the glass and refractory industries (25%). A total of 3,077 workers were examined, of which 233 workers were excluded due to incomplete records and errors. Finally, 2,844 workers were selected for the study. According to relevant studies, related inflammatory factors, factors of erythrocyte parameters, blood pressure factors, lipid metabolic factors, obesity factors, and glucose metabolic factors are related to metabolic syndrome (16). This study included 32 basic biomarkers for routine physical examination in the population (Table 1). All the included people were physically examined by professional doctors according to the diagnostic criteria of MS (17) in the Chinese population.

TABLE 1
www.frontiersin.org

Table 1. Types of medical markers included in the study.

Lasso Regression Algorithm

Lasso regression feature selection is an unbiased estimation used to process high-dimensional complex collinearity data. The basic idea is to construct a penalty function to select the main variables with a strong correlation with the output parameters from the input variables and build a refined regression model (18). The penalty function constructed is as follows:

β0^,β^=argmin{i=1n(yiβ0j=1pβjXij)2}                                              Subjecttoj=1p|βj| λ

where yi is the dependent variable, Xij = (Xi1, Xi1, …, Xin) is an independent variable, βj is the regression coefficient of the jth variable, and the value of λ can be [0, + ∞). Lasso feature selection compresses the model coefficients by increasing the penalty coefficient λ. When the absolute value of the regression coefficient Lasso estimate in the model is less than the absolute value of the minimum regression coefficient, some of the coefficients of the variables not strongly correlated are compressed to 0, and the variables corresponding to the coefficients with the estimated value of 0 are eliminated. In this way, the independent variables strongly related to the dependent variable are screened to achieve the purpose of feature selection. We used L1-penalized least absolute shrinkage and selection regression for multivariable analyses, augmented with tenfold cross-validation for internal validation.

Statistical Analysis

The continuous variables were analyzed by mean ± standard deviation, and the normality was tested by the Shapiro–Wilk method. A one-way analysis of variance was used to compare the differences between the metabolome and non-metabolome biomarkers in routine physical examination. The random sampling method was used to deal with the sample imbalance between workers with and without MS (19). The area under the receiving operating characteristic curve (AUC), true positive rate (also called sensitivity or recall), and false positive rate (specificity) are represented in a graphical plot. Based on the selected biomarkers, the logistic regression model was established, and the odds ratio (OR) value of each biomarker was given. Then, we established a nomogram risk prediction model. Two criteria, the concordance index (C-index) and the calibration curve, were used to validate the prediction model in the selected biomarker sets. The C-index, a value range between 0 and 1, is to assess the performance of the model. The larger the C-index (>0.70), the better the performance of the model. Calibration curves closer to ideal ones were thought to have the accurate predictive ability of this nomogram. Furthermore, we performed decision curve analysis (DCA) to visualize the net benefit for clinical decisions.

A test P-value < 0.05 indicated a statistically significant difference. The Lasso algorithm used the “glmnet” package for calculation. The nomogram was developed using the packages of “rms” and “foreign.” All analyses were performed using the statistical programming environment R (version 3.6.0).

Results

A total of 2844 occupational workers were involved (Table 2), including 655 with MS (638 men and 17 women) and 2189 without MS (1936 men and 253 women). The body weight was greater in the MS group (78.4 kg) than in the non-MS group (64.9 kg). The average systolic blood pressure was higher in the MS group (86.5/154.1 mm Hg) than in the non-MS group (72.5/118.5 mm Hg). The one-way analysis of variance revealed differences in the expression of 14 physical examination biomarkers (P < 0.05) (Table 3).

TABLE 2
www.frontiersin.org

Table 2. Basic characteristics of the population.

TABLE 3
www.frontiersin.org

Table 3. Basic characteristics of routine physical examination markers.

The biomarkers were selected using the Lasso binary logistic regression model (Figure 1A). The tuning parameter (λ) selection in the Lasso model used tenfold cross-validation based on the minimum criteria. The area under the binomial deviance curve was plotted versus log (λ). Dotted vertical lines were drawn at the optimal values using the minimum criteria and the 1 standard error of the minimum criteria (the 1-SE criteria). Further, log (λ) = −4.331 was chosen (1-SE criteria) according to tenfold cross-validation of the Lasso coefficient profiles of the 32 features. A coefficient profile plot was produced against the log (λ) sequence (Figure 1B). A vertical line was drawn at the value selected using tenfold cross-validation, where optimal λ resulted in 10 nonzero coefficients. Finally, the 10 physical examination biomarkers related to MS were selected (Figure 1C). They were leukocyte count, platelet packed volume, alanine aminotransferase, absolute value of basophil, absolute number of monocytes, absolute number of neutrophils, red blood cell count, red blood cell distribution width CV, total protein, and percentage of neutrophils.

FIGURE 1
www.frontiersin.org

Figure 1. (A) Tuning parameter (λ) selection in the Lasso model used tenfold cross-validation based on the minimum criteria. (B) Changes in 32 marker coefficients with the penalty parameter (λ). (C) 32 marker coefficients obtained according to the selected best penalty parameter (λ).

A multiple logistic regression model was established, and the accuracy of the model was compared. All 32 physical examination biomarkers were incorporated into the model. The predicted results of the model are shown in Figure 2A, indicating that the AUC of the model was 0.652 (95%CI:0.578–0.712). The prediction result of the model after incorporating the final 10 biomarkers into the model is shown in Figure 2B. The AUC of the model was 0.907 (95%CI:0.841–0.932).

FIGURE 2
www.frontiersin.org

Figure 2. Receiver operating characteristic (ROC) curve with area under the curve values for (A) non-Lasso regression and (B) Lasso regression.

A multiple logistic regression model was established using the 10 physical examination biomarkers selected; the analysis results are shown in Figure 3. The following five risk factors were not associated with MS (P < 0.05): absolute basophil count (OR: 3.38, CI:1.05–1.98), platelet packed count (OR: 2.63, CI:2.31–3.79), leukocyte count (OR: 2.01, CI:1.79–2.19), red blood cell count(OR: 1.99, CI:1.80–2.71), and alanine aminotransferase level (OR: 1.53, CI:1.12–1.98). Only two physical examination biomarkers showed no statistical significance in the prediction model (P > 0.05).

FIGURE 3
www.frontiersin.org

Figure 3. Study population for multivariate logistic regression analyses.

According to the selected biomarkers, we established a nomogram risk prediction model containing independent risk factors. The scores of the items displayed in the nomogram should be added up. As it is shown in Figure 4, alanine aminotransferase was associated with the highest risk, followed by the absolute number of neutrophils and the absolute number of monocytes.C-indexes were observed in both the selected biomarker sets (0.840); high agreements between ideal curves and calibration curves were observed. These results revealed a good discrimination ability of the nomogram prediction model (Figure 5A). The DCA curve revealed a more extensive range of cutoff probabilities shown by the nomogram. The threshold probabilities of the model had excellent net benefits and enhanced performance for predicting the patients with MS (Figure 5B).

FIGURE 4
www.frontiersin.org

Figure 4. Nomogram for the prediction of MS with Lasso selected biomarkers.

FIGURE 5
www.frontiersin.org

Figure 5. (A) Calibration plots for predicting MS. X-axis: bootstrap-predicted; y-axis: actual outcome, (B) Decision curve analysis (DCA) of the novel nomogram for predicting MS. X-axis: cut-off probability; y-axis: net benefit.

Discussion

This study selects the occupational population as the research object, with a large sample size and comprehensive inclusion indicators. We screened out 10 biomarkers related to MS in the occupational population. The established MS prediction model can be extended to clinical and physical examination centers to provide a judgment basis for the early risk assessment of MS in the occupational population.

The health of the occupational population has a strong relationship with the working environment. This population has high work pressure, disordered work and rest, irregular diet, and lack of exercise. These inevitable adverse factors increase the risk of MS (20). Hsiao and Yang conducted a 2-year (2003–2005) and 5-year (1997–2006) follow-up on a Chinese population (21). They both confirmed the routine examination of biomarkers such as serum cholesterol, triglyceride, and blood glucose levels, height, weight, blood pressure, and so forth. In this study, 10 biomarkers related to MS were further screened, including red blood cell count, total protein level, percentage of neutrophils, red blood cell distribution width CV, absolute number of neutrophils, leukocyte count, absolute value of basophils, alanine aminotransferase level, monocyte count, and platelet count. These potential biomarkers could be used to assess the risk of MS.

A low-level inflammatory state is considered to be a major potential mechanism of MS. Leukocyte is one of the most sensitive indicators reflecting inflammatory activity in vivo. Many studies have found that routine blood parameters are related to MS. A longitudinal cohort study of a healthy population in China showed a significant correlation between white blood cell count and MS (relative risk = 2.66). At the same time, the total numbers of white blood cells, neutrophils, monocytes, and basophils were the risk factors for obesity (22). (23) found a significant positive correlation between alanine aminotransferase level and risk of MS through quantitative and qualitative analyses, which had a predictive value for the incidence of MS (23). Further, a positive correlation was reported between red blood cell parameters, hematocrit, and MS for a large longitudinal cohort in China (24). Laufer et al. found that the prevalence of MS was 29% when the red blood cell distribution width was <14%, and the prevalence of MS was 34% when the red blood cell distribution width was more than 14% (25). Macrophage activation plays a crucial role in metabolic dysfunction, and neutrophils, as the representative of macrophages, must be closely related to metabolic syndrome (26). The findings on the biomarkers screened in the aforementioned studies were the same as those in the present study.

The research method in this paper is novel, and similar studies are rarely reported. This method effectively avoids the collinearity between independent variables so as to better screen biomarkers related to metabolic syndrome. Lasso is a method used to find out the essential structure of multivariate observation variables. However, the follow-up time of the longitudinal monitoring physical examination cohort constructed in this study is relatively short, and follow-up studies are needed to further verify the accuracy and effectiveness of the risk assessment model. In future research, we can continue to expand the sample size, verify the accuracy of the screened biomarkers, and finally establish the prediction model. We can use different research methods, such as decision trees (27), random forests (28), neural networks (29), and so forth, to compare the accuracy of each method in future studies.

Conclusions

This study selected 10 physical examination indicators related to MS based on the Lasso algorithm. An accurate risk prediction model for MS was established. The use of common indicators and examination items in the health examination of ordinary occupational populations provides a basis for using cost-effective and portable methods to realize the risk prediction of MS.

Data Availability Statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding authors.

Author Contributions

Y-RC and Z-HF conceived the study and designed the analysis. Z-YH, Y-MC, and C-JC curated the clinical data. M-WW, CW, and J-YK performed statistical analysis. Q-YX and M-WW wrote the first draft of the manuscript. X-YF and X-WZ participate in revision the manuscript. All authors contributed to revision of the manuscript.

Funding

The presented study was supported by the Hangzhou Science and technology development plan projects (Nos. 20140633B32, 20200834M29); Youth fund of Zhejiang Academy of Medical Sciences (No. 2019Y009); Medical and Technology Project of Zhejiang Province (Nos. 2021HY127, 2020362651, and 2021KY890); Hangzhou science and Technology Bureau fund (Nos. 20191203B96, 20191203B105); Clinical Research Fund of Zhejiang Medical Association (No. 2020ZYC-A13); and Hangzhou Health and Family Planning Technology Plan key projects (No. 2017ZD02).

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 thank the physical examination center of Hangzhou occupational disease prevention and control hospital for free regular physical examination for occupational workers. Also thank the key medical disciplines of Hangzhou for their support for this study.

Abbreviations

MS, Metabolic syndrome; OR, odds ratio; AUC, area under the curve; ROC, receiver operating characteristic; DCA, decision curve analysis; C-index, Concordance index.

References

1. Samson SL, Garber AJ. Metabolic syndrome. Endocrinol Metab Clin North Am. (2014) 43:1–23. doi: 10.1016/j.ecl.2013.09.009

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Saklayen MG. The global epidemic of the metabolic syndrome. Curr Hypertens Rep. (2018) 20:12. doi: 10.1007/s11906-018-0812-z

PubMed Abstract | CrossRef Full Text

3. van Zon SKR, Amick Iii BC, de Jong T, Brouwer S, Bültmann U. Occupational distribution of metabolic syndrome prevalence and incidence differs by sex and is not explained by age and health behavior: results from 75 000 dutch workers from 40 occupational groups. BMJ Open Diabetes Res Care. (2020) 8:e001436. doi: 10.1136/bmjdrc-2020-001436

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Zhang Z, Zhao Z, Sun D. China's occupational health challenges. Occup Med. (2017) 67: 87–90. doi: 10.1093/occmed/kqw102

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Ma J, Zhou Y, Wang D, Guo Y, Wang B, Xu Y, et al. Associations between essential metals exposure and metabolic syndrome (MetS): exploring the mediating role of systemic inflammation in a general Chinese population. Environ Int. (2020) 140:105802. doi: 10.1016/j.envint.2020.105802

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Huang T, Chan TC, Huang YJ, Pan WC. The association between noise exposure and metabolic syndrome: a longitudinal cohort study in Taiwan. Int J Environ Res Public Health. (2020) 17:4236. doi: 10.3390/ijerph17124236

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Zhang B, Pan B, Zhao X, Fu Y, Li X, Yang A, et al. The interaction effects of smoking and polycyclic aromatic hydrocarbons exposure on the prevalence of metabolic syndrome in coke oven workers. Chemosphere. (2020) 247:125880. doi: 10.1016/j.chemosphere.2020.125880

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Tsai TY, Cheng JF, Lai YM. Prevalence of metabolic syndrome and related factors in Taiwanese high-tech industry workers. Clinics. (2011) 66:1531–5. doi: 10.1590/S1807-59322011000900004

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Lin CY, Lin CM. Occupational assessments of risk factors for cardiovascular diseases in labors: an application of metabolic syndrome scoring index. Int J Environ Res Public Health. (2020) 17:7539. doi: 10.3390/ijerph17207539

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Beam AL, Kohane IS. Big data and machine learning in health care. JAMA. (2018) 319:1317–8. doi: 10.1001/jama.2017.18391

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Chen JH, Asch SM. Machine learning and prediction in medicine - beyond the peak of inflated expectations. N Engl J Med. (2017) 376:2507–9. doi: 10.1056/NEJMp1702071

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Booth TC, Williams M, Luis A, Cardoso J, Ashkan K, Shuaib H. Machine learning and glioma imaging biomarkers. Clin Radiol. (2020) 75:20–32. doi: 10.1016/j.crad.2019.07.001

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Boissoneault J, Sevel L, Letzen J, Robinson M, Staud R. Biomarkers for musculoskeletal pain conditions: use of brain imaging and machine learning. Curr Rheumatol Rep. (2017) 19:5. doi: 10.1007/s11926-017-0629-9

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Radhakrishnan A, Damodaran K, Soylemezoglu AC, Uhler C, Shivashankar GV. Machine learning for nuclear mechano-morphometric biomarkers in cancer diagnosis. Sci Rep. (2017) 7:17946. doi: 10.1038/s41598-017-17858-1

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Huang YQ, Liang CH, He L, Tian J, Liang CS, Chen X, et al. Development and validation of a radiomics nomogram for preoperative prediction of lymph node metastasis in colorectal cancer. J Clin Oncol. (2016) 34:2157–64. doi: 10.1200/JCO.2015.65.9128

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Zhang W, Chen Q, Yuan Z, Liu J, Du Z, Tang F, et al. A routine biomarker-based risk prediction model for metabolic syndrome in urban Han Chinese population. BMC Public Health. (2015) 15:64. doi: 10.1186/s12889-015-1424-z

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Alberti KG, Zimmet P, Shaw J. Metabolic syndrome–a new world-wide definition. a consensus statement from the international diabetes federation. Diabet Med. (2006) 23:469–80. doi: 10.1111/j.1464-5491.2006.01858.x

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Sauerbrei W, Royston P, Binder H. Selection of important variables and determination of functional form for continuous predictors in multivariable model building. Stat Med. (2007) 26:5512–28. doi: 10.1002/sim.3148

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Chetchotsak D, Pattanapairoj S, Arnonkijpanich B. Integrating new data balancing technique with committee networks for imbalanced data: GRSOM approach. Cogn Neurodyn. (2015) 9:627–38. doi: 10.1007/s11571-015-9350-4

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Hsiao FC, Wu CZ, Hsieh CH, He CT, Hung YJ, Pei D. Chinese metabolic syndrome risk score. South Med J. (2009) 102:159–64. doi: 10.1097/SMJ.0b013e3181836b19

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Yang XH, Tao QS, Sun F, Cao CK, Zhan SY. [Setting up a risk prediction model on metabolic syndrome among 35-74 year-olds based on the Taiwan MJ Health-checkup Database]. Zhonghua Liu Xing Bing Xue Za Zhi. (2013) 34:874–8. doi: 10.3760/cma.j.issn.0254-6450.2013.09.004

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Meng W, Zhang C, Zhang Q, Song X, Lin H, Zhang D, et al. Association between leukocyte and metabolic syndrome in urban Han Chinese: a longitudinal cohort study. PLoS ONE. (2012) 7:e49875. doi: 10.1371/journal.pone.0049875

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Liu CF, Zhou WN, Fang NY. Gamma-glutamyltransferase levels and risk of metabolic syndrome: a meta-analysis of prospective cohort studies. Int J Clin Pract. (2012) 66:692–8. doi: 10.1111/j.1742-1241.2012.02959.x

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Hwang HJ, Kim SH. Inverse relationship between fasting direct bilirubin and metabolic syndrome in Korean adults. Clin Chim Acta. (2010) 411:1496–501. doi: 10.1016/j.cca.2010.06.003

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Perl ML, Havakuk O, Finkelstein A, Halkin A, Revivo M, Elbaz M, et al. High red blood cell distribution width is associated with the metabolic syndrome. Clin Hemorheol Microcirc. (2015) 63:35–43. doi: 10.3233/CH-151978

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Dugan CE. Fernandez ML. Effects of dairy on metabolic syndrome parameters: a review. Yale J Biol Med. (2014) 87:135–47.

PubMed Abstract | Google Scholar

27. Prosperi MC, Belgrave D, Buchan I, Simpson A, Custovic A. Challenges in interpreting allergen microarrays in relation to clinical symptoms: a machine learning approach. Pediatr Allergy Immunol. (2014) 25:71–9. doi: 10.1111/pai.12139

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Zhang L, Huettmann F, Zhang X, Liu S, Sun P, Yu Z, et al. The use of classification and regression algorithms using the random forests method with presence-only data to model species' distribution. MethodsX. (2019) 6:2281–92. doi: 10.1016/j.mex.2019.09.035

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Kriegeskorte N, Golan T. Neural network models and deep learning. Curr Biol. (2019) 29:R231–6. doi: 10.1016/j.cub.2019.02.034

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: lasso regression algorithm, metabolic syndrome, occupational population, biomarkers, physical examination

Citation: Xie Q-Y, Wang M-W, Hu Z-Y, Cao C-J, Wang C, Kang J-Y, Fu X-Y, Zhang X-W, Chu Y-M, Feng Z-H and Cheng Y-R (2021) Screening the Influence of Biomarkers for Metabolic Syndrome in Occupational Population Based on the Lasso Algorithm. Front. Public Health 9:743731. doi: 10.3389/fpubh.2021.743731

Received: 19 July 2021; Accepted: 14 September 2021;
Published: 12 October 2021.

Edited by:

Peter Congdon, Queen Mary University of London, United Kingdom

Reviewed by:

Bahadir Yüzbaşi, Inönü University, Turkey
Jagmeet Madan, SNDT Women's University, India
Zakariya Yahya Algamal, University of Mosul, Iraq

Copyright © 2021 Xie, Wang, Hu, Cao, Wang, Kang, Fu, Zhang, Chu, Feng and Cheng. 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: Yan-Ming Chu, chuyanming1965@163.com; Zhan-Hui Feng, h9450203@126.com; Yong-Ran Cheng, chengyr@zjams.com.cn

These authors have contributed equally to this work

Disclaimer: 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.