Skip to main content
  • Research article
  • Open access
  • Published:

A clinical model to predict the progression of knee osteoarthritis: data from Dryad

Abstract

Background

Knee osteoarthritis (KOA) is a multifactorial, slow-progressing, non-inflammatory degenerative disease primarily affecting synovial joints. It is usually induced by advanced age and/or trauma and eventually leads to irreversible destruction of articular cartilage and other tissues of the joint. Current research on KOA progression has limited clinical application significance. In this study, we constructed a prediction model for KOA progression based on multiple clinically relevant factors to provide clinicians with an effective tool to intervene in KOA progression.

Method

This study utilized the data set from the Dryad database which included patients with Kellgren–Lawrence (KL) grades 2 and 3. The KL grades was determined as the dependent variable, while 15 potential predictors were identified as independent variables. Patients were randomized into training set and validation set. The training set underwent LASSO analysis, model creation, visualization, decision curve analysis and internal validation using R language. The validation set is externally validated and F1-score, precision, and recall are computed.

Result

A total of 101 patients with KL2 and 94 patients with KL3 were selected. We randomly split the data set into a training set and a validation set by 8:2. We filtered “BMI”, “TC”, “Hypertension treatment”, and “JBS3 (%)” to build the prediction model for progression of KOA. Nomogram used to visualize the model in R language. Area under ROC curve was 0.896 (95% CI 0.847–0.945), indicating high discrimination. Mean absolute error (MAE) of calibration curve = 0.041, showing high calibration. MAE of internal validation error was 0.043, indicating high model calibration. Decision curve analysis showed high net benefit. External validation of the metabolic syndrome column-line graph prediction model was performed by the validation set. The area under the ROC curve was 0.876 (95% CI 0.767–0.984), indicating that the model had a high degree of discrimination. Meanwhile, the calibration curve Mean absolute error was 0.113, indicating that the model had a high degree of calibration. The F1 score is 0.690, the precision is 0.667, and the recall is 0.714. The above metrics represent a good performance of the model.

Conclusion

We found that KOA progression was associated with four variable predictors and constructed a predictive model for KOA progression based on the predictors. The clinician can intervene based on the nomogram of our prediction model.

Key information

This study is a clinical predictive model of KOA progression. KOA progression prediction model has good credibility and clinical value in the prevention of KOA progression.

Introduction

Knee osteoarthritis (KOA) is a multifactorial, slow-progressing, non-inflammatory degenerative disease primarily affecting synovial joints. It is usually induced by advanced age and/or trauma and eventually leads to irreversible destruction of articular cartilage and other tissues of the joint [1]. KOA is the musculoskeletal disease with the highest prevalence, and a variety of therapeutic options have been developed for KOA. These include: (i) targeted drugs that inhibit the degradation of articular cartilage and bone matrix [2]; (ii) various anabolic drugs that induce chondrocyte proliferation and cartilage matrix production [3]; (iii) stem cell therapies [4]; (iv) subchondral bone therapies to improve the structure and function of overlying cartilage of the joints [5]; (v) Bisphosphonates to inhibit the activity of osteoclasts and thereby slow down bone turnover [6]; and (vi) supplementation of vitamin D3 to increase the intestinal uptake of calcium and phosphate [6]. Calcium and phosphate uptake by the intestine, thereby improving joint function [7]. Despite the variety of therapeutic approaches, the deterioration of KOA is complex. It involves multiple cytokines, cellular pathways and metabolic pathways [1]. None of the above treatments have been shown to be effective in delaying the progression of KOA. Therefore, studying the factors affecting the progression of KOA may be a new idea for KOA prevention and treatment. It has been found that a variety of predictors such as disease history, medication history, lifestyle, occupation, and demographic characteristics may be associated with the development of KOA [8,9,10,11]. Existing articles on KOA progression include bioinformatics-based screening of KOA causative genes and prediction of KOA progression from laboratory-based tests. For example, whole transcriptome gene sequencing results of synovial tissues from KOA patients were downloaded from the GEO database. After the authors took the intersecting genes from weighted correlation network analysis and LASSO regression analysis, the area under the ROC curve was used to verify the gene confidence [12]. Similarly, patient physical examination markers and laboratory markers were used to predict the progression of KOA. After using LASSO regression analysis, the authors found that age, pulse rate, mean hemoglobin concentration, and urea nitrogen could be used for prediction of KOA progression [13]. These new findings have benefited from further developments in molecular biology and testing techniques. However, there is still some difficulty in applying the above findings to the clinic. These findings have great potential in terms of drug therapy for KOA progression, but have limited guidance for clinical wor\k. Therefore, we downloaded the osteoarthritis of the knee data set from the Dryad database, which contains the patient's Kellgren–Lawrence (KL) ratings and many of the factors that allow for clinically effective interventions. Based on logistic regression with LASSO, we used KL2 grade versus KL3 grade as the dependent variable and intervenable clinical factors as the independent variables. We screened the factors that may be associated with KOA progression and constructed a KOA progression prediction model. It provides an effective predictive tool for clinicians to intervene in KOA progression.

Materials and methods

Sources of data and topics of study

Dryad is an open data knowledge base that stores medical, biological, and ecological data. It aims to provide an infrastructure for scholarly literature, promote its reuse, and make data from academic papers detectable, freely reusable and quotable [14]. It hosted alternately by the National Center for Ecological Analysis and Synthesis (NCEAS) in California and National Evolutionary Synthesis Center in North Carolina. The data set for this study was downloaded from the article “Assessment of cardiovascular risk factors in patients with osteoarthritis of the knee” [15]. The KL classification is specifically used to assess the severity of KOA. Based on radiographic presentation, patients can be categorized into grades 0–4. This rating is an ordered categorical variable, with grade 0 representing the absence of KOA and grade 4 representing severe KOA [16]. The rating is an ordered categorical variable, with higher scores representing more severe KOA. We included data from patients with ratings KL2 versus KL3 to transform the predictive target of the data set into a dichotomous categorical variable. Inclusion criteria were: KL stage of grade 2 and 3. Exclusion criteria were as follows: samples with missing values.

Data processing and statistical analysis

Data processing: 195 patients with KOA were included in the data set based on inclusion criteria and exclusion criteria was performed, including 101 (52%) with KL2 grade and 94 (48%) with KL3 grade. The reasonableness of the data has been verified by the original authors, so no further normalization is required. The data set was randomly split 8:2 into a training set (159 individuals) for model building and a validation set (36 individuals) for validation of the model. Statistical analysis: (i) Model predictors filtering: LASSO allows variables to be selected by setting the coefficient weights on predictors that are irrelevant to the outcome to zero [17]. For the logistic regression with LASSO analysis, we used the “glmnet” package, performing LASSO based predictor filtering on the training set and deriving coefficient scores for each of the predictors. To build the prediction model for KOA progression, the final predictors were filtered with coefficient scores < 0.05. (ii) Clinical prediction model visualisation: The model was visualised using the “nomogram” function in the “rms” package. (iii) Model assessment: The C_index of the KOA progression prediction model was calculated to assess model discrimination. To evaluate the calibration of the KOA progression prediction model, a calibration curve was generated. Evaluate the net benefits of the model using decision curves (DCA). Bootstrap resampling was used to internally validate the KOA progression prediction model. The validation set was used for external validation to verify the discrimination and calibration of the prediction model [18]. Finally, we constructed the confusion matrix in R language and obtained the F1 score, Precision and Recall of the model based on the confusion matrix. A study flow chart is illustrated in Fig. 1.

Fig. 1
figure 1

Flow chart of this study

Results

Statistical description of the KOA data set

There were 195 KOA patients in the data set, of which 101 (52%) were KL grade 2 and 94 (48%) were KL grade 3. Comparisons were made between the case and control groups in terms of “B G PRASAD SES”, “BMI”, “TC”, “HDL”, “SBP”, “Hypertension treatment”, “Histor1 of Diabetes Mellitis”, “History of CVD in close to relative < 60 years of age”, “Histor1 of Rheumatoid arthritis”, “Heart Age”, “JBS3 (%)”, and “Life Expectancy” had a different cast, and differences were found to be statistically significant (P < 0.05) as indicated in Table 1.

Table 1 Statistical description of the data set

Logistic regression with LASSO analysis and model visualization

The logistic regression with LASSO analysis is performed on the training set by the “glmnet” package in R (4.2.2). The LASSO path diagram (Fig. 2A) shows two special λ values for lambda.min and lambda.1se. The results of this study are presented in Fig. 2B suggests that the predictors decrease with decreasing coefficients. Based on the lambda.1se in Fig. 2A, we we filtered “AGE”, “B G PRASAD SES”, “BMI”, “SMOKER”, “TC”, “HDL”, “Hypertension treatment”, “History of Diabetes Mellitis”, “History of Rheumatoid arthritis”, “History of CVD in a near relative < 60 years of age”, “JBS3 (%) (10 years risk of developing CVD)” for a total of 11 predictors and calculated the coefficients score for each predictor. The selection of “BMI”, “TC”, “Hypertension.treatment”, and “JBS3 (%)” as the final predictor variables to build the prediction model for KOA progression with coefficient score < 0.05 was significant. The “nomogram” function of the “rms” package was used to create a nomogram based on the KOA progression prediction model (Fig. 2C). The application of the nomogram is as follows: according to the nomogram, the Points corresponding to each predictor of an individual are derived, and the Total Points of all predictors are derived. After the Total Points of all predictors are obtained, the prediction probability corresponding to the Total Points is the probability of KOA patient progression.

Fig. 2
figure 2

Visualization of logistic regression with LASSO analysis and clinical prediction model. A Curve of regression coefficients with Log(λ) in LASSO regression The vertical dashed line on the left side of the figure indicates the Log(λ) that achieves the minimum value (lambda.1se), and the vertical dashed line on the right side of the figure indicates the Log(λ) that is one standard error from the minimum value (lambda.min). B Curve of regression coefficients with Log(λ), which decreases as the coefficients score continues to go down. C Columnar plot of the KOA progression prediction model, with Total Points corresponding to probabilities representing the likelihood of KOA progression

Efficacy of the KOA progression model

The ROC curve and calibration curve for the KOA progression prediction model were graphed in the R language. The area under the model's ROC curve (Fig. 3A) is 0.896 (95% CI 0.87–0.945), which corresponds to the area under the curve, indicating that there is a high degree of discrimination in the model. The value of the optimal cutoff is 0.463 (95% CI 0.821–0.875). The MAE of the standard curve is 0.041, which indicates that the model has a large degree of calibration (Fig. 3B).

Fig. 3
figure 3

Efficacy of KOA progression model. A ROC curve of the model, B Calibration curve of the model

Internal validation of the KOA progression model

The Bootstrap method was used for the internal validation of the training set, and the number of resampling number was set to 1000. The calibration curve MAE plotted was 0.043, which indicates that the model has a high degree of calibration (Fig. 4).

Fig. 4
figure 4

Internal validation of the KOA progression model

External validation of the KOA progression model

The external validation of the model in R language based on the final predictors in the validation set yielded an area under the ROC curve (Fig. 5A) of 0.876 (95% CI 0.767–0.984). It indicating that the model has a high degree of discrimination, and the optimal cutoff value is 0.310 (95% CI 0.696–0.929). The calibration curve MAE is 0.113, indicating that the model has a high calibration degree (Fig. 5B).

Fig. 5
figure 5

External validation of KOA progression model. A ROC curve for external validation, B Calibration curve for external validation

DCA for KOA progression model

The DCA for KOA progression, the horizontal coordinate represents the threshold probability, which can be interpreted as the number of samples greater than this value/total number of samples after clustering by a KL classifier. The vertical coordinate is the net gain, which is the relative gain derived by subtracting the proportion of true positive results from the proportion of false positive results weighted by the threshold probability ratio. None and ALL are the two reference lines, and the closer the model curve made by different predictors is to the two reference lines, the less it has application value. The higher the vertical coordinate in the same horizontal coordinate case means the better the model. The model made up of 4 predictors in the values of the vertical coordinates in a large (horizontal coordinate) threshold interval are higher than those of the model constructed by a single predictor model. It indicating that the prediction model constructed in this study has a high degree of confidence (Fig. 6).

Fig. 6
figure 6

DCA of KOA progression model

F1-score, precision, and recall

Precision is the proportion of true positive cases that are predicted to be positive by the model. Recall is the proportion of true positive cases that are predicted to be positive by the model. The score is the reconciled mean of precision and recall, which is used to evaluate the performance of the model together. All three take values between 0 and 1, with closer to 1 indicating better model performance. In this study, Precision is 0.667, recall is 0.714, and F1_score is 0.690. This indicates that the model performs well in determining true positive instances, finding true positive instances, and model performance.

Discussion

Based on a systematic evaluation of osteoarthritis, it appears that KL grade is the most commonly used indicator of KOA progression. Combination of joint structure and clinical risk factors may be the best combination for the prediction of KOA progression [19]. Therefore, in this study, a data set of KOA was downloaded from the Dryad database. And a clinical prediction model of KOA progression was constructed by incorporating multiple risk factors that may be associated with KOA progression, using a patient KL grade of 2 or 3 as an outcome indicator. The AUC of the predictive model is an index for measuring the classification accuracy of the model [18]. A higher value indicates better model accuracy. The AUC of the KOA model was 0.896 (95% CI 0.847–0.945). It indicates that the prediction model has a high accuracy and is able to distinguish between KL2 and KL3. MAE is a measure used to measure model prediction errors. MAE represents the mean absolute error of the residual in the calibration curve, that is, the mean of the difference between predicted and actual values. As the MAE becomes smaller, the model's predictive power improves [18]. MAE of the calibration curve was 0.041, indicating that the model has a high degree of calibration. The MAE of the internal validation is 0.043, which indicates that the model also has high consistency. The external validation of the KOA prediction model with an area under the ROC curve of 0.876 (95% CI 0.767–0.984) by the validation set. It demonstrated the strong diagnostic ability of the KOA model as well as the ability to accurately discriminate between the levels of KL2 and KL3 in a completely novel data set. The calibration curve of the Mean Absolute error is 0.113, indicating that the KOA model has a higher calibration in the new data set. F1-score, Precision, and Recall also indicate that the model has good performance. The KOA model made by “BMI”, “TC”, “Hypertension.treatment”, and “JBS3 (%)” has high reliability. It can accurately predict the probability of KOA progression from grade 2 to grade 3 based on the above predictors, and provide a reference for the prevention of KOA progression. As can be seen from the nomogram, BMI is positively correlated with KOA progression, and the higher the BMI, the greater the likelihood of KOA progression. One of the major risk factors for KOA is obesity [20, 21]. Research has shown that knee osteoarthritis is associated with excessive loading of the joint [20], which is manifested as an inflammatory reaction, pain, and swelling of the knee joint [21]. Studies have shown that obesity increases knee joint loading. This results in obese KOA patients performing worse than non-obese KOA patients in terms of functional mobility, gait speed, pain and activities of daily living [22]. Obesity is also considered a state of chronic low grade inflammation, which may promote the generation of oxidized serum low density lipoprotein (LDL) [23, 24]. Oxidized LDL is believed to play a significant role in KOA production, which is associated with free movement of oxidized LDL in and out of the knee joint [25]. Elevated levels of oxidized LDL activate macrophages, fibroblasts, and endothelial cells in the synovial tissue of the knee, leading to local inflammation, apoptosis of chondrocytes, and ectopic ossification in the knee joint [26]. This is in contrast to the prediction model for KOA progression, which suggests that high blood fat disease may also be a risk factor for progression of KOA. And how high blood fat disease promotes the development of KOA requires further study. The nomogram of the KOA prediction model shows that receiving treatment for hypertension is a risk factor for progression of KOA. This does not suggest that treatment of hypertension is harmful for KOA patients, but rather that hypertension is a risk factor for KOA progression. A large number of cross-sectional and longitudinal cohort studies have reported an association between KOA and hypertension [27,28,29]. Patients with KOA have pathological alterations in the extracellular matrix that result in reduced vascular elasticity and thereby promote hypertension [29, 30]. Also, patients with KOA often exhibit a chronic inflammatory state, which may also play a role in the generation and progression of hypertension [31]. The Joint British Society QRisk3 calculator is a comprehensive risk score calculator. It calculates the 10 years risk of developing cardiovascular disease, physiological heart age, and life expectancy as a function of age, body mass index, systolic blood pressure, diabetes, total cholesterol, high density lipoprotein and smoking status [32]. In a cross-sectional study of KOA and cardiovascular risk factors, KOA was strongly associated with CVD, with variable 10 years CVD risk positively correlated with KOA severity [31]. The KOA risk factors noted above do not independently affect the progression of KOA. Patients with Obese KOA who have high joint loads are more likely to present with joint pain, and joint pain decreases physical activity in patients with KOA, making them more susceptible to CVD [33]. Obesity is a chronic inflammatory state that is often accompanied by multiple pathophysiological process such as sympathetic nervous system arousal, increased endothelial oxidative stress, increased arterial stiffness, and cardiac remodeling. They together result in an increase in blood pressure in patients with KOA [34]. Limitations of our study include: (i) it is a single center study, and a more representative multi-centre sample must be included; (ii) predictors do not implicate the genetic level, and model efficiency can be further improved if patient genomic sequencing data can be added as predictor variables.

Conclusion

Briefly, we constructed a prediction model of KOA progression with high confidence. This model allows clinicians to intervene in weight control, lipid lowering, blood pressure control, and monitoring of CVD in patients with KOA in order to slow the progression of KOA.

Availability of data and materials

The data that support the findings of this study are available in Dryad at https://doi.org/10.5061/dryad.79cnp5htv, reference number: https://doi.org/10.5061/dryad.79cnp5htv. These data were derived from the following resources available in the public domain: Goel, Sagar (2021), Assessment of cardiovascular risk factors in patients with Knee Osteoarthritis, Dryad, Dataset, https://doi.org/10.5061/dryad.79cnp5htv.

Abbreviations

KOA:

Knee osteoarthritis

DCA:

Decision curves

KL:

Kellgren–Lawrence

MAE:

Mean absolute error

NCEAS:

National Center for Ecological Analysis and Synthesis

References

  1. Grässel S, Muschter D. Recent advances in the treatment of osteoarthritis. f1000Research. 2020. https://doi.org/10.12688/f1000research.22115.1.

    Article  PubMed  PubMed Central  Google Scholar 

  2. Tonge DP, Pearson MJ, Jones SW. The hallmarks of osteoarthritis and the potential to develop personalised disease-modifying pharmacological therapeutics. Osteoarthr Cartil. 2014;22(5):609–21. https://doi.org/10.1016/j.joca.2014.03.004.

    Article  CAS  Google Scholar 

  3. Karsdal MA, Michaelis M, Ladel C, Siebuhr AS, Bihlet AR, Andersen JR, Guehring H, Christiansen C, Bay-Jensen AC, Kraus VB. Disease-modifying treatments for osteoarthritis (DMOADs) of the knee and hip: lessons learned from failures and opportunities for the future. Osteoarthr Cartil. 2016;24(12):2013–21. https://doi.org/10.1016/j.joca.2016.07.017.

    Article  CAS  Google Scholar 

  4. Roubille C, Pelletier JP, Martel-Pelletier J. New and emerging treatments for osteoarthritis management: Will the dream come true with personalized Medicine? Expert Opin Pharmacother. 2013;14(15):2059–77. https://doi.org/10.1517/14656566.2013.825606.pmid:24044485.

    Article  CAS  PubMed  Google Scholar 

  5. Li G, Yin J, Gao J, Cheng TS, Pavlos NJ, Zhang C, Zheng MH. Subchondral bone in osteoarthritis: insight into risk factors and microstructural changes. Arthritis Res Ther. 2013;15(6):223. https://doi.org/10.1186/ar4405.PMID:24321104;PMCID:PMC4061721.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Zhu S, Zhu J, Zhen G, Hu Y, An S, Li Y, Zheng Q, Chen Z, Yang Y, Wan M, Skolasky RL, Cao Y, Wu T, Gao B, Yang M, Gao M, Kuliwaba J, Ni S, Wang L, Wu C, Findlay D, Eltzschig HK, Ouyang HW, Crane J, Zhou FQ, Guan Y, Dong X, Cao X. Subchondral bone osteoclasts induce sensory innervation and osteoarthritis pain. J Clin Investig. 2019;129(3):1076–93. https://doi.org/10.1172/JCI121561.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Zhao ZX, He Y, Peng LH, Luo X, Liu M, He CS, Chen J. Does vitamin D improve symptomatic and structural outcomes in knee osteoarthritis? A systematic review. Aging Clin Exp Res. 2021;33(9):2393–403. https://doi.org/10.1007/s40520-020-01778-8.

    Article  PubMed  Google Scholar 

  8. Eckel RH, Grundy SM, Zimmet PZ. The metabolic syndrome. Lancet. 2005;365(9468):1415–28. https://doi.org/10.1016/S0140-6736(05)66378-7.

    Article  CAS  PubMed  Google Scholar 

  9. Yusuf E, Nelissen RG, Ioan-Facsinay A, Stojanovic-Susulic V, DeGroot J, van Osch G, Middeldorp S, Huizinga TW, Kloppenburg M. Association between weight or body mass index and hand osteoarthritis: a systematic review. Ann Rheum Dis. 2010;69(4):761–5. https://doi.org/10.1136/ard.2008.106930.

    Article  PubMed  Google Scholar 

  10. Lotz M, Caramés B. Autophagy: a new therapeutic target in cartilage injury and osteoarthritis. J Am Acad Orthop Surg. 2012;20(4):261–2. https://doi.org/10.5435/JAAOS-20-04-261.pmid:22474097.

    Article  PubMed  Google Scholar 

  11. Kellgren JH. Osteoarthrosis in patients and populations. Br Med J. 1961;2(5243):1–6. https://doi.org/10.1136/bmj.2.5243.1.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Yang Y, Zhang Y, Min D, Yu H, Guan X. Screening of key pathogenic genes in advanced knee osteoarthritis based on bioinformatics analysis. Ann Transl Med. 2022;10(18):978. https://doi.org/10.21037/atm-22-3863.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Zhang Q, Yao Y, Wang J, Chen Y, Ren D, Wang P. A simple nomogram for predicting osteoarthritis severity in patients with knee osteoarthritis. Comput Math Methods Med. 2022;2(2022):3605369. https://doi.org/10.1155/2022/3605369.

    Article  Google Scholar 

  14. Khan K, Weeks AD. Example of retrospective dataset publication through Dryad. BMJ. 2015;350:h1788. https://doi.org/10.1136/bmj.h1788.

    Article  PubMed  Google Scholar 

  15. Goel S, Kamath SU, Annappa R, Krishnamurthy SL, Jain M, Thakkar S, Damsas L, Banerjee S, Divakar PM. Cross-sectional assessment of cardiovascular risk factors in patients with knee osteoarthritis. f1000Research. 2021;10:508. https://doi.org/10.12688/f1000research.27744.2.

    Article  PubMed  Google Scholar 

  16. Kohn MD, Sassoon AA, Fernando ND. Classifications in brief: Kellgren–Lawrence classification of osteoarthritis. Clin Orthop Relat Res. 2016;474(8):1886–93. https://doi.org/10.1007/s11999-016-4732-4.

    Article  PubMed  PubMed Central  Google Scholar 

  17. Jutberger H, Lorentzon M, Barrett-Connor E, et al. Smoking predicts incident fractures in elderly men: Mr OS Sweden. J Bone Miner Res. 2009.

  18. Chuang YH, Ou HY, Yu CY, Chen CL, Weng CC, Tsang LL, Hsu HW, Lim WX, Huang TL, Cheng YF. Diffusion-weighted imaging for identifying patients at high risk of tumor recurrence following liver transplantation. Cancer Imaging. 2019;19(1):74. https://doi.org/10.1186/s40644-019-0264-y.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Joo PY, Borjali A, Chen AF, Muratoglu OK, Varadarajan KM. Defining and predicting radiographic knee osteoarthritis progression: a systematic review of findings from the osteoarthritis initiative. Knee Surg Sports Traumatol Arthrosc. 2022;30(12):4015–28. https://doi.org/10.1007/s00167-021-06768-5.

    Article  PubMed  Google Scholar 

  20. Podlipská J. Non-invasive semi-quantitative and quantitative ultrasound imaging for diagnostics of knee osteoarthritis. (2016).

  21. Helmark IC, Mikkelsen UR, Børglum J, Rothe A, Petersen MC, Andersen O, Langberg H, Kjaer M. Exercise increases interleukin-10 levels both intraarticularly and peri-synovially in patients with knee osteoarthritis: a randomized controlled trial. Arthritis Res Ther. 2010;12(4):R126. https://doi.org/10.1186/ar3064.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Gomes-Neto M, Araujo AD, Junqueira ID, Oliveira D, Brasileiro A, Arcanjo FL. Comparative study of functional capacity and quality of life among obese and non-obese elderly people with knee osteoarthritis. Rev Bras Reumatol Engl Ed. 2016;56(2):126–30. https://doi.org/10.1016/j.rbre.2015.08.014.

    Article  PubMed  Google Scholar 

  23. Tilg H, Moschen AR. Adipocytokines: mediators linking adipose tissue, inflammation and immunity. Nat Rev Immunol. 2006;6(10):772–83. https://doi.org/10.1038/nri1937.

    Article  CAS  PubMed  Google Scholar 

  24. Shen P, Zhu Y, Zhu L, Weng F, Li X, Xu Y. Oxidized low density lipoprotein facilitates tumor necrosis factor-α mediated chondrocyte death via autophagy pathway. Mol Med Rep. 2017;16(6):9449–56. https://doi.org/10.3892/mmr.2017.7786.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Busso N, Dudler J, Salvi R, Péclat V, Lenain V, Marcovina S, Darioli R, Nicod P, So AK, Mooser V. Plasma apolipoprotein(a) co-deposits with fibrin in inflammatory arthritic joints. Am J Pathol. 2001;159(4):1445–53. https://doi.org/10.1016/S0002-9440(10)62531-X.PMID:11583972;PMCID:PMC1850502.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. de Munter W, van der Kraan PM, van den Berg WB, van Lent PL. High systemic levels of low-density lipoprotein cholesterol: Fuel to the flames in inflammatory osteoarthritis? Rheumatology (Oxford). 2016;55(1):16–24. https://doi.org/10.1093/rheumatology/kev270.

    Article  CAS  PubMed  Google Scholar 

  27. Yoshimura N, Muraki S, Oka H, Kawaguchi H, Nakamura K, Akune T. Association of knee osteoarthritis with the accumulation of metabolic risk factors such as overweight, hypertension, dyslipidemia, and impaired glucose tolerance in Japanese men and women: the ROAD study. J Rheumatol. 2011;38(5):921–30. https://doi.org/10.3899/jrheum.100569.

    Article  PubMed  Google Scholar 

  28. Sohn MW, Manheim LM, Chang RW, Greenland P, Hochberg MC, Nevitt MC, Semanik PA, Dunlop DD. Sedentary behavior and blood pressure control among osteoarthritis initiative participants. Osteoarthr Cartil. 2014;22(9):1234–40. https://doi.org/10.1016/j.joca.2014.07.007.

    Article  Google Scholar 

  29. Veronese N, Stubbs B, Solmi M, Smith TO, Noale M, Schofield P, Maggi S. Knee osteoarthritis and risk of hypertension: a longitudinal cohort study. Rejuvenation Res. 2018;21(1):15–21. https://doi.org/10.1089/rej.2017.1917.

    Article  PubMed  PubMed Central  Google Scholar 

  30. Xu J, Shi GP. Vascular wall extracellular matrix proteins and vascular diseases. Biochim Biophys Acta. 2014;1842(11):2106–19. https://doi.org/10.1016/j.bbadis.2014.07.008.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Berenbaum F. Osteoarthritis as an inflammatory disease (osteoarthritis is not osteoarthrosis!). Osteoarthr Cartil. 2013;21(1):16–21. https://doi.org/10.1016/j.joca.2012.11.012.

    Article  CAS  Google Scholar 

  32. Goel S, Kamath SU, Annappa R, Krishnamurthy SL, Jain M, Thakkar S, Damsas L, Banerjee S, Divakar PM. Cross-sectional assessment of cardiovascular risk factors in patients with knee osteoarthritis. Factors in patients with knee osteoarthritis. f1000Research. 2021;10:508. https://doi.org/10.12688/f1000research.27744.2.

    Article  PubMed  Google Scholar 

  33. Bijlsma JW, Berenbaum F, Lafeber FP. Osteoarthritis: an update with relevance for clinical practice. Lancet. 2011;377(9783):2115–26. https://doi.org/10.1016/S0140-6736(11)60243-2.

    Article  PubMed  Google Scholar 

  34. Seravalle G, Grassi G. Obesity and hypertension. Pharmacol Res. 2017;122:1–7. https://doi.org/10.1016/j.phrs.2017.05.013.

    Article  CAS  PubMed  Google Scholar 

Download references

Funding

This work was supported by grants from the Natural Science Foundation of China under Grant (Grant No. 82172535), and the Major Scientific and Technological Innovation Project in Shandong Province (2019JZZY011112).

Author information

Authors and Affiliations

Authors

Contributions

LS made the major contribution in statistical analysis and drafted the manuscript. SY is the guarantor of the study and made the major contribution to the conception and design of the study, revised the manuscript. All authors read and approved the final manuscript prior to the submission.

Corresponding author

Correspondence to Shouwei Yue.

Ethics declarations

Competing interests

The author declares that they have no conflict of interest.

Additional information

Publisher's Note

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

Rights and permissions

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

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Shen, L., Yue, S. A clinical model to predict the progression of knee osteoarthritis: data from Dryad. J Orthop Surg Res 18, 628 (2023). https://doi.org/10.1186/s13018-023-04118-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13018-023-04118-4

Keywords