Skip to main content

ORIGINAL RESEARCH article

Front. Pharmacol., 19 January 2024
Sec. Cardiovascular and Smooth Muscle Pharmacology

Prediction of hyperuricemia in people taking low-dose aspirin using a machine learning algorithm: a cross-sectional study of the National Health and Nutrition Examination Survey

Bin ZhuBin Zhu1Li YangLi Yang1Mingfen WuMingfen Wu1Qiao WuQiao Wu2Kejia LiuKejia Liu3Yansheng LiYansheng Li3Wei Guo,
Wei Guo2,4*Zhigang Zhao
Zhigang Zhao1*
  • 1Department of Pharmacy, Beijing Tiantan Hospital, Capital Medical University, Beijing, China
  • 2Emergency Department, Beijing Tiantan Hospital, Capital Medical University, Beijing, China
  • 3DHC Mediway Technology Co., Ltd., Beijing, China
  • 4Beijing Hospital of Traditional Chinese Medicine, Capital Medical University, Beijing, China

Background: Hyperuricemia is a serious health problem related to not only gout but also cardiovascular diseases (CVDs). Low-dose aspirin was reported to inhibit uric acid excretion, which leads to hyperuricemia. To decrease hyperuricemia-related CVD, this study aimed to identify the risk of hyperuricemia in people taking aspirin.

Method: The original data of this cross-sectional study were obtained from the National Health and Nutrition Examination Survey between 2011 and 2018. Participants who filled in the “Preventive Aspirin Use” questionnaire with a positive answer were included in the analysis. Six machine learning algorithms were screened, and eXtreme Gradient Boosting (XGBoost) was employed to establish a model to predict the risk of hyperuricemia.

Results: A total of 805 participants were enrolled in the final analysis, of which 190 participants had hyperuricemia. The participants were divided into a training set and testing set at a ratio of 8:2. The area under the curve for the training set was 0.864 and for the testing set was 0.811. The SHapley Additive exPlanations (SHAP) method was used to evaluate the performances of the modeling. Based on the SHAP results, the feature ranking interpretation showed that the estimated glomerular filtration rate, body mass index, and waist circumference were the three most important features for hyperuricemia in individuals taking aspirin. In addition, triglyceride, hypertension, total cholesterol, high-density lipoprotein, low-density lipoprotein, age, race, and smoking were also correlated with the development of hyperuricemia.

Conclusion: A predictive model established by XGBoost algorithms can potentially help clinicians make an early detection of hyperuricemia risk in people taking low-dose aspirin.

Introduction

Hyperuricemia is generally caused by an increase in the concentration of serum uric acid (SUA), which has been considered the key factor of gout (Dalbeth et al., 2021). It is estimated that approximately 38 million adults or 16.9% of the population in the United States are affected by hyperuricemia (Leung et al., 2022). Concurrently, the estimated hyperuricemia prevalence among Chinese adults was 14.0% (Zhang et al., 2021). As an important worldwide public health issue, hyperuricemia is associated with a state of oxidative stress that promotes a pro-inflammatory state and produces endothelial dysfunction, which can contribute to a variety of comorbidities including artery atherosclerosis, hypertension, chronic kidney disease, and metabolic syndrome (Zhang et al., 2019; Agnoletti et al., 2021; Padda et al., 2021). Accumulating evidence reveals that hyperuricemia is associated with a higher risk of 10-year cardiovascular diseases (CVDs). Moreover, increased SUA levels have been independently and significantly linked to the risk of mortality caused by cardiovascular and cerebrovascular diseases (Fang and Alderman, 2000; Chen et al., 2022; Wei et al., 2022).

Hyperuricemia can be attributed to the increased generation of uric acid or decreased uric acid excretion. Many factors such as renal problems and dietary factors (purine-rich foods and drinking) contribute to these two aspects (Petreski et al., 2020). Additionally, it is noteworthy that multiple medications also increase SUA levels and play an important role in the pathogenesis of hyperuricemia (Ben et al., 2017). Aspirin, which is widely used in the prevention of atherosclerotic cardiovascular disease, has been reported to reduce uric acid excretion and may induce hyperuricemia (Leung et al., 2022). As a non-steroidal anti-inflammatory drug, aspirin showed a biphasic effect on SUA levels, wherein low doses can increase the SUA level, while high doses decrease the SUA level. This paradoxical effect has led to the cautionary use of aspirin in patients with a history of gout or renal problems (Segal et al., 2006; Zhang et al., 2014).

Although studies revealed no significant impact of aspirin on hyperuricemia, hyperuricemia was reported to cause aspirin resistance, which may lead to failure in the primary prevention of heart disease (Wong et al., 2004; Li et al., 2021). It has been documented that approximately 20%–30% of patients are resistant to their aspirin therapy, which increases the risk of adverse cardiovascular events by almost three-fold in various patient populations (Khan et al., 2022). As hyperuricemia is often asymptomatic, and indications for initiating treatment are not definitive (Stone et al., 2019), it is crucial to identify individuals at high risk of hyperuricemia, especially those who take aspirin for a long term.

Currently, machine learning (ML) algorithms are gaining popularity in addressing complex problems of healthcare decision making. In this study, by using the data from the National Health and Nutrition Examination Survey (NHANES), we aim to make use of a machine learning method to develop a prediction model to identify hyperuricemia risk in individuals taking low-dose aspirin.

Materials and methods

Study population

Data for the analysis were collected from the NHANES (https://www.cdc.gov/nchs/nhanes/index.htm) around 2011–2018 (covered four periods: 2011–2012, 2013–2014, 2015–2016, and 2017–2018). As a public database, the NHANES is a nationally representative survey that assesses the health and nutrition status of the US non-institutionalized civilian population. Participants over 40 years of age who answered the questionnaire “Preventive Aspirin Use” with a positive answer were enrolled in our analysis. All individual privacy is kept strictly confidential, and the NCHS Research Ethics Review Board approved all NHANES protocols of the survey (https://www.cdc.gov/nchs/nhanes/irba98.htm).

Sociodemographic information and relative laboratory parameters were extracted from the database year by year. The hyperuricemia criteria were defined as SUA ≥6.0 mg/dL in females and ≥7.0 mg/dL in males (Yu et al., 2020). The estimated glomerular filtration rate (eGFR) was calculated using the CKD-EPI creatinine equation (2021). Other illness statuses such as hypertension and type 2 diabetes of the participants were determined according to the guidelines, combined with the drug they were taking and the self-reported questionnaire (Whelton et al., 2018; Committee, 2022). Smoking, drinking, and physical activity status was obtained from the corresponding questionnaire data and defined according to the relative criteria published in our earlier study (Zhu et al., 2023).

Machine learning algorithm

All participants were randomly divided into training and testing sets. Six machine learning algorithms, namely, logistic regression, random forest, adaptive boosting, light gradient-boosting machine, category boosting, and eXtreme gradient boosting (XGBoost), were utilized to identify the optimal performing model. The receiver-operating characteristic (ROC) curve was used to validate the modeling efficiency, and the area under the curve (AUC) was calculated to evaluate the performance of the ML algorithms between the training and testing sets. To further improve the predictive value of the model, we also used the recursive feature elimination (RFE) method to screen the most important variables that can influence the modeling efficacy (this method involves two main components: RFE, which rates the importance of features through elimination, and cross-validation, which determines the optimal number of features through cross-validation after feature ranking). Additionally, the SHapley Additive exPlanations (SHAP) method, which calculates the marginal contributions of variables, was employed to interpret and rank the importance of each selected variable.

Statistical analysis

The data are presented as the means with standard deviations, while categorical variables were presented as percentages. Fisher’s exact test or an x2 test was conducted for binary variables, and Student’s t-test or a Mann–Whitney U test was used for the continuous variables. The XGBoost algorithm was developed and validated using Python software (version 3.8). Statistical significance was set at p ≤ 0.05.

Results

Basic characteristics

There were 15,063 participants who answered the questionnaire “Preventive Aspirin Use” from 2011 to 2018. After further screening, 805 participants, who were taking aspirin for treating or preventing diseases, were finally enrolled for additional analysis. Of the 805 people, 190 participants were found to have hyperuricemia. The average age of participants without hyperuricemia was 65.0 ± 10.07 years and 66.0 ± 10.68 years for those with hyperuricemia. The eGFR level in the two groups was nearly within the normal range, which was 88.27 ± 16.73 or 70.15 ± 20.68, respectively (p < 0.01). In addition, the values of waist circumference, body mass index (BMI), triglyceride (TG), and hypertension rate were much higher in hyperuricemia participants than in those without hyperuricemia (p < 0.01). The detailed basic demographic characteristics are shown in Table 1.

TABLE 1
www.frontiersin.org

TABLE 1. Basic characteristics of the enrolled participants who were taking aspirin for treatment or prevention.

Model performance

All participants were randomly divided into training and testing sets at a ratio of 8:2. After screening for six machine learning algorithms, the XGBoost algorithm was chosen for the final modeling (Figure 1). A total of 11 variables, namely, age, race, BMI, waist circumference, TG, low-density lipoprotein (LDL), high-density lipoprotein (HDL), total cholesterol (TC), eGFR, hypertension, and smoking, were chosen for modeling after being screened by the RFE algorithm (Figure 2). The modeling results showed that the AUC for the training set was 0.864, and after further evaluation by the testing set, it was 0.811 (Figure 3). In addition, the sensitivity, specificity, positive predictive value (PPV), negative predictive value (NPV), Matthew’s correlation coefficient (MCC), and Kappa in XGBoost modeling for the training and testing dataset are shown in Table 2.

FIGURE 1
www.frontiersin.org

FIGURE 1. ROC curves of the training set and the testing set obtained by the six machine learning algorithms. (A) Training set and (B) testing set.

FIGURE 2
www.frontiersin.org

FIGURE 2. Screening of the most important variables by using the RFE method.

FIGURE 3
www.frontiersin.org

FIGURE 3. ROC curves of the training set and the testing set under the XGBoost algorithm. (A) Training set and (B) testing set.

TABLE 2
www.frontiersin.org

TABLE 2. Established prediction model with 11 variables by using the XGBoost algorithm.

Interpretation and evaluation of the machine learning model

To interpret the prediction achieved by the XGBoost model, the SHAP method was used to evaluate the performances of the modeling. Based on the SHAP results, the feature ranking interpretation showed that the eGFR, BMI, and waist circumference were the three most important features for hyperuricemia in individuals taking aspirin. In addition, TG, hypertension, TC, HDL, LDL, age, race, and smoking were also correlated with the development of hyperuricemia (Figure 4).

FIGURE 4
www.frontiersin.org

FIGURE 4. Interpretation and evaluation of the model, which was modeling by the XGBoost algorithm. (A) Ranking of feature importance indicated by SHAP. (B) SHAP method used to evaluate the performances of the modeling.

Discussion

Aspirin, which has been widely recommended by European and American guidelines, is the cornerstone of antithrombotic management among patients with potential risk factors for cardiovascular and cerebrovascular diseases (Davidson et al., 2022; Guirguis-Blake et al., 2022). However, some studies had reported that low-dose aspirin may also increase SUA levels and result in hyperuricemia, which limited its application. Thus, evaluating the risk factors which may cause hyperuricemia in individuals taking low-dose aspirin for a long time is of great importance. By using the XGBoost algorithm, we established a model with 11 variables to predict the hyperuricemia risk. This study demonstrated that machine learning models can predict hyperuricemia in people taking low-dose aspirin.

Owing to the existence of unexpected potential heterogeneous variables and the inherent noise of data encountered in clinical care, several strategies have been investigated to inform decision making. ML algorithms that leverage statistical methods to learn key patterns from clinical data are gaining extensive popularity (Handelman et al., 2018). As a crucial branch of artificial intelligence, ML algorithms deal with medicine’s multi-modal data (such as clinical, genetic, and many other laboratory outputs) to obtain a greater understanding of human health and disease (Ng et al., 2023). Benefiting from this method, clinicians can identify patients with an undiagnosed disease or those at risk of future disease much earlier and with better predictive accuracy than before (Oikonomou et al., 2022). Previous studies have externally validated the possibility of ML algorithms in addressing complex problems of healthcare decision making under a clinical scenario. Guan et al. used a hybrid machine learning framework to improve the prediction of all-cause rehospitalization among elderly patients in Hong Kong (Guan et al., 2023). Mahajan et al. established an ML model to identify patients at high risk of adverse outcomes prior to surgery, which made perioperative care much more individualized and improved patient outcomes (Mahajan et al., 2023). Furthermore, Lee et al. found that the machine learning model has the potential to empower trained operators to estimate gestational age with higher accuracy in a cohort of 3,842 participants (Lee et al., 2023).

Hyperuricemia is one of the serious health problems not only for individuals with gout but also for those with cardiovascular diseases. Chen et al. reported that hyperuricemia was related to a higher risk of 10-year CVD (Chen et al., 2022). Stone et al. also reported that increased SUA concentration was associated with significantly increased odds of heart failure (Stone et al., 2019). However, except for some traditional risk factors such as a sedentary lifestyle, increased intake of high-protein and high-purine foods, and drinking, drug-induced hyperuricemia also presents an emergent and increasingly prevalent problem in clinical practice. Aspirin can bind to cyclooxygenase and block the synthesis of thromboxane A2, thus inhibiting platelet aggregation. Some studies had reported that low-dose aspirin was associated with hyperuricemia, but others did not (Zhang et al., 2014; Leung et al., 2022). This inconsistency may be attributed to the differences in primary and combined diseases, age, types of medications, and other confounding factors, which lead to patients taking aspirin presenting highly variable effects. The current study pursued the investigation and refinement of ML algorithms for the accurate prediction of hyperuricemia in individuals taking low-dose aspirin.

Although we established a predictive model for hyperuricemia in individuals taking low-dose aspirin, due to the “black box” characteristic, the predictive value of ML should be treated with caution, and it cannot substitute the clinical judgment of a medical professional (Finlayson et al., 2021). In addition, as the sensitivity in our model was lower than specificity, more data, in addition to continuously optimizing and upgrading the model, are needed.

In our study, certain limitations should also be noted. First, this was a cross-sectional study with a small sample size, which may influence the model’s predictive efficiency. Although the total number of participants in the NHANES was large, not enough people were satisfied with our criteria, and further validation in larger sample size is required. Second, most of the variables we used for modeling were from the laboratory index; nevertheless, diet/dietary supplement exposure, living style, or drugs besides aspirin were also important confounding factors for hyperuricemia development. Third, we do not know the duration of people taking low-dose aspirin. This limited the application of our predictive model.

Conclusion

We leveraged an ML model trained on NHANES data to establish a hyperuricemia model for individuals taking aspirin. The results showed that the XGBoost model can potentially help clinicians make an early detection of hyperuricemia risk in general clinical practice. Future studies are warranted to assess whether this prediction model would decrease hyperuricemia occurrence in people taking low-dose aspirin.

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.

Ethics statement

The studies involving humans were approved by the NCHS Research Ethics Review Board and conducted in accordance with the local legislation and institutional requirements.

Author contributions

BZ: conceptualization, investigation, and writing–original draft. LY: conceptualization and writing–review and editing. MW: data curation and writing–review and editing. QW: data curation and writing–review and editing. KL: software and writing–review and editing. YL: software and writing–review and editing. WG: supervision and writing–review and editing. ZZ: supervision and writing–review and editing.

Funding

The authors declare that no financial support was received for the research, authorship, and of this article.

Acknowledgments

The authors would like to thank all investigators and participants of the NHANES for their contribution to data collection.

Conflict of interest

Authors KL and YL were employed by DHC MediWay Technology Co., Ltd.

The remaining 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.

References

Agnoletti, D., Cicero, A., and Borghi, C. (2021). The impact of uric acid and hyperuricemia on cardiovascular and renal systems. Cardiol. Clin. 39 (3), 365–376. doi:10.1016/j.ccl.2021.04.009

PubMed Abstract | CrossRef Full Text | Google Scholar

Ben, S. C., Slim, R., Fathallah, N., and Hmouda, H. (2017). Drug-induced hyperuricaemia and gout. RHEUMATOLOGY 56 (5), 679–688. doi:10.1093/rheumatology/kew293

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, F., Yuan, L., Xu, T., Liu, J., and Han, S. (2022). Association of hyperuricemia with 10-year atherosclerotic cardiovascular disease risk among Chinese adults and elders. Int. J. Environ. Res. Public Health. 19 (11), 6713. doi:10.3390/ijerph19116713

PubMed Abstract | CrossRef Full Text | Google Scholar

Committee, A. D. A. P. (2022). 2. Classification and diagnosis of diabetes: standards of medical care in diabetes-2022. Diabetes Care 45 (1), S17–S38. doi:10.2337/dc22-S002

PubMed Abstract | CrossRef Full Text | Google Scholar

Dalbeth, N., Gosling, A. L., Gaffo, A., and Abhishek, A. (2021). Gout. Lancet. 397 (10287), 1843–1855. doi:10.1016/S0140-6736(21)00569-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Davidson, K. W., Barry, M. J., Mangione, C. M., Cabana, M., Chelmow, D., Coker, T. R., et al. (2022). Aspirin use to prevent cardiovascular disease: US preventive services task force recommendation statement. JAMA-J. Am. Med. Assoc. 327 (16), 1577–1584. doi:10.1001/jama.2022.4983

CrossRef Full Text | Google Scholar

Fang, J., and Alderman, M. H. (2000). Serum uric acid and cardiovascular mortality the NHANES I epidemiologic follow-up study, 1971-1992. National Health and Nutrition Examination Survey. JAMA-J. Am. Med. Assoc. 283 (18), 2404–2410. doi:10.1001/jama.283.18.2404

PubMed Abstract | CrossRef Full Text | Google Scholar

Finlayson, S. G., Subbaswamy, A., Singh, K., Bowers, J., Kupke, A., Zittrain, J., et al. (2021). The clinician and dataset shift in artificial intelligence. N. Engl. J. Med. 385 (3), 283–286. doi:10.1056/NEJMc2104626

PubMed Abstract | CrossRef Full Text | Google Scholar

Guan, J., Leung, E., Kwok, K. O., and Chen, F. Y. (2023). A hybrid machine learning framework to improve prediction of all-cause rehospitalization among elderly patients in Hong Kong. BMC Med. Res. Methodol. 23 (1), 14. doi:10.1186/s12874-022-01824-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Guirguis-Blake, J. M., Evans, C. V., Perdue, L. A., Bean, S. I., and Senger, C. A. (2022). Aspirin use to prevent cardiovascular disease and colorectal cancer: updated evidence report and systematic review for the US preventive services task force. JAMA-J. Am. Med. Assoc. 327 (16), 1585–1597. doi:10.1001/jama.2022.3337

CrossRef Full Text | Google Scholar

Handelman, G. S., Kok, H. K., Chandra, R. V., Razavi, A. H., Lee, M. J., and Asadi, H. (2018). eDoctor: machine learning and the future of medicine. J. Intern. Med. 284 (6), 603–619. doi:10.1111/joim.12822

PubMed Abstract | CrossRef Full Text | Google Scholar

Khan, H., Kanny, O., Syed, M. H., and Qadura, M. (2022). Aspirin resistance in vascular disease: a review highlighting the critical need for improved point-of-care testing and personalized therapy. Int. J. Mol. Sci. 23 (19), 11317. doi:10.3390/ijms231911317

PubMed Abstract | CrossRef Full Text | Google Scholar

Lee, C., Willis, A., Chen, C., Sieniek, M., Watters, A., Stetson, B., et al. (2023). Development of a machine learning model for sonographic assessment of gestational age. JAMA Netw. Open. 6 (1), e2248685. doi:10.1001/jamanetworkopen.2022.48685

PubMed Abstract | CrossRef Full Text | Google Scholar

Leung, N., Yip, K., Pillinger, M. H., and Toprover, M. (2022). Lowering and raising serum urate levels: off-label effects of commonly used medications. Mayo Clin. Proc. 97 (7), 1345–1362. doi:10.1016/j.mayocp.2022.02.027

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, J. R., Fan, Y., and Liu, M. L. (2021). Association between low-dose aspirin and uric acid in the elderly: an observational retrospective cross-sectional study. Int. J. Gen. Med. 14, 3635–3643. doi:10.2147/IJGM.S320378

PubMed Abstract | CrossRef Full Text | Google Scholar

Mahajan, A., Esper, S., Oo, T. H., Mckibben, J., Garver, M., Artman, J., et al. (2023). Development and validation of a machine learning model to identify patients before surgery at high risk for postoperative adverse events. JAMA Netw. Open. 6 (7), e2322285. doi:10.1001/jamanetworkopen.2023.22285

PubMed Abstract | CrossRef Full Text | Google Scholar

Ng, M. Y., Youssef, A., Miner, A. S., Sarellano, D., Long, J., Larson, D. B., et al. (2023). Perceptions of data set experts on important characteristics of health data sets ready for machine learning: a qualitative study. JAMA Netw. Open. 6 (12), e2345892. doi:10.1001/jamanetworkopen.2023.45892

PubMed Abstract | CrossRef Full Text | Google Scholar

Oikonomou, E. K., Spatz, E. S., Suchard, M. A., and Khera, R. (2022). Individualising intensive systolic blood pressure reduction in hypertension using computational trial phenomaps and machine learning: a post-hoc analysis of randomised clinical trials. Lancet Digit. Health 4 (11), e796–e805. doi:10.1016/S2589-7500(22)00170-4

PubMed Abstract | CrossRef Full Text | Google Scholar

Padda, J., Khalid, K., Padda, S., Boddeti, N. L., Malhi, B. S., Nepal, R., et al. (2021). Hyperuricemia and its association with ischemic stroke. Cureus J. Med. Sci. 13 (9), e18172. doi:10.7759/cureus.18172

CrossRef Full Text | Google Scholar

Petreski, T., Ekart, R., Hojs, R., and Bevc, S. (2020). Hyperuricemia, the heart, and the kidneys - to treat or not to treat? Ren. Fail. 42 (1), 978–986. doi:10.1080/0886022X.2020.1822185

PubMed Abstract | CrossRef Full Text | Google Scholar

Segal, R., Lubart, E., Leibovitz, A., Iaina, A., and Caspi, D. (2006). Renal effects of low dose aspirin in elderly patients. Isr. Med. Assoc. J. 8 (10), 679–682.

PubMed Abstract | Google Scholar

Stone, M. L., Richardson, M. R., Guevara, L., Rand, B. G., and Churilla, J. R. (2019). Elevated serum uric acid and self-reported heart failure in US adults: 2007-2016 national health and nutrition examination survey. CardioRenal Med. 9 (6), 344–353. doi:10.1159/000502438

PubMed Abstract | CrossRef Full Text | Google Scholar

Wei, C., Yu, X., Wang, L., Jiang, J., Dai, Q., Kang, Y., et al. (2022). Can hyperuricemia predict the progression risk of cerebral small vessel disease? Neurol. Res. 44 (10), 910–917. doi:10.1080/01616412.2022.2067707

PubMed Abstract | CrossRef Full Text | Google Scholar

Whelton, P. K., Carey, R. M., Aronow, W. S., Casey, D. J., Collins, K. J., Dennison, H. C., et al. (2018). 2017 ACC/AHA/AAPA/ABC/ACPM/AGS/APhA/ASH/ASPC/NMA/PCNA guideline for the prevention, detection, evaluation, and management of high blood pressure in adults: executive summary: a report of the American College of cardiology/American heart association task force on clinical practice guidelines. Circulation 138 (17), e426–e483. doi:10.1161/CIR.0000000000000597

PubMed Abstract | CrossRef Full Text | Google Scholar

Wong, S., Appleberg, M., Ward, C. M., and Lewis, D. R. (2004). Aspirin resistance in cardiovascular disease: a review. Eur. J. Vasc. Endovasc. Surg. 27 (5), 456–465. doi:10.1016/j.ejvs.2003.12.025

PubMed Abstract | CrossRef Full Text | Google Scholar

Yu, J., Zheng, H., Zhang, P., Zhang, L., and Sun, Y. (2020). Associations between dietary iron intake from different sources and the risk of hyperuricemia among US adults: a cross-sectional study. Food Nutr. Res. 64, 1–10. doi:10.29219/fnr.v64.3641

CrossRef Full Text | Google Scholar

Zhang, M., Zhu, X., Wu, J., Huang, Z., Zhao, Z., Zhang, X., et al. (2021). Prevalence of hyperuricemia among Chinese adults: findings from two nationally representative cross-sectional surveys in 2015-16 and 2018-19. Front. Immunol. 12, 791983. doi:10.3389/fimmu.2021.791983

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, S., Wang, Y., Cheng, J., Huangfu, N., Zhao, R., Xu, Z., et al. (2019). Hyperuricemia and cardiovascular disease. Curr. Pharm. Des. 25 (6), 700–709. doi:10.2174/1381612825666190408122557

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, Y., Neogi, T., Chen, C., Chaisson, C., Hunter, D. J., and Choi, H. (2014). Low-dose aspirin use and recurrent gout attacks. Ann. Rheum. Dis. 73 (2), 385–390. doi:10.1136/annrheumdis-2012-202589

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhu, B., Cao, M., Wu, Q., Liu, K., Guo, W., and Zhao, Z. (2023). Exploring the association between low-dose aspirin intake and hyperuricemia in individuals over 40: a cross-sectional study using NHANES data (2011-2018). Med. Sci. Monit. 29, e939546. doi:10.12659/MSM.939546

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: Hyperuricemia, National Health and Nutrition Examination Survey, Aspirin, machine learning, eXtreme Gradient Boosting

Citation: Zhu B, Yang L, Wu M, Wu Q, Liu K, Li Y, Guo W and Zhao Z (2024) Prediction of hyperuricemia in people taking low-dose aspirin using a machine learning algorithm: a cross-sectional study of the National Health and Nutrition Examination Survey. Front. Pharmacol. 14:1276149. doi: 10.3389/fphar.2023.1276149

Received: 08 September 2023; Accepted: 12 December 2023;
Published: 19 January 2024.

Edited by:

Masanari Kuwabara, Toranomon Hospital, Japan

Reviewed by:

Xu Wang, Beijing University of Chinese Medicine, China
Chen Shi, Huazhong University of Science and Technology, China

Copyright © 2024 Zhu, Yang, Wu, Wu, Liu, Li, Guo and Zhao. 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: Wei Guo, guowei1010@163.com; Zhigang Zhao, 1022zzg@sina.com

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.