Skip to main content

Machine learning-based prediction model and visual interpretation for prostate cancer

Abstract

Background

Most prostate cancers(PCa) rely on serum prostate-specific antigen (PSA) testing for biopsy confirmation, but the accuracy needs to be further improved. We need to continue to develop PCa prediction model with high clinical application value.

Methods

Benign prostatic hyperplasia (BPH) and prostate cancer data were obtained from the Chinese National Clinical Medical Science Data Center for retrospective analysis. The model was constructed using the XGBoost algorithm, and patients’ age, body mass index (BMI), PSA-related parameters and serum biochemical parameters were used as model variables. Using decision analysis curve (DCA) to evaluate the clinical utility of the models. The shapley additive explanation (SHAP) framework was used to analyze the importance ranking and risk threshold of the variables.

Results

A total of 1915 patients were included in this study, including 823 (43.0%) were BPH patients and 1092 (57.0%) were PCa patients. The XGBoost model provided better performance (AUC 0.82) compared with f/tPSA (AUC 0.75),tPSA (AUC 0.68) and fPSA (AUC 0.61), respectively. Based on SHAP values, f/tPSA was the most important variable, and the top five most important biochemical parameter variables were inorganic phosphorus (P), potassium (K), creatine kinase MB isoenzyme (CKMB), low-density lipoprotein cholesterol (LDL-C), and creatinine (Cre). PCa risk thresholds for these risk markers were f/tPSA (0.13), P (1.29 mmol/L), K (4.29 mmol/L), CKMB ( 11.6U/L), LDL-C (3.05mmol/L) and Cre (74.5-99.1umol/L).

Conclusion

The present model has advantages of wide-spread availability and high net benefit, especially for underdeveloped countries and regions. Furthermore, these risk thresholds can assist in the diagnosis and screening of prostate cancer in clinical practice.

Peer Review reports

Introduction

Prostate Cancer (PCa) is a common tumor of the urinary system and one of the major malignant tumors threatening men’s health in the world [1]. For instance, the incidence of prostate cancer in China is showing a continuous increase and therefore is gradually affecting men’s health [2]. In order to provide prostate cancer patients with a better prognosis and further improve their quality of life, early screening and accurate diagnosis of prostate cancer have become the focus of current study.

Prostate-specific antigen (PSA) is the most common tumor marker used for prostate cancer screening [3]. After PSA screening, a positive biopsy of the prostate is required to confirm the diagnosis of prostate cancer. However, PSA may be elevated in patients with benign prostatic hyperplasia (BPH), prostatitis, or other non-prostate cancer. The use of PSA as the sole tool for prostate biopsy decisions has led to a high number of overdiagnosis of inert prostate cancer. To improve the accuracy of screening systems, various methods have been introduced in predicting prostate cancer, such as measurement of PSA derivatives, PSA kinetics and mpMRI [4, 5]. However, these new techniques have limited performance in improving the diagnosis of prostate cancer. Therefore, the search for new markers for prostate cancer risk assessment continues.

Machine learning (ML) techniques have been widely used in clinical medicine, especially in building predictive models, and various machine learning techniques have been used to enhance prostate cancer prediction, showing stronger performance than traditional predictive models [6, 7]. However, they are often criticized due to their lack of interpretability and “black box” nature. The lack of intuitive model interpretation is considered a major limitation to the practical adoption of ML models by clinicians. In order to improve the interpretability of complex ML models, the SHapley Additive exPlanations (SHAP) framework has been proposed, which represents a unified approach to interpreting the predictions of complex ML models [8]. SHAP value is a way to describe the “weight” or “importance” that a model applies to a particular feature when predicting a particular data point, with a positive or negative value indicating the direction of influence.

In this study, we constructed a XGBoost model using machine learning method to distinguish PCa and BPH patients. In addition to patient demographics and traditional PSA-related indicators, widely available pre-biopsy serum biochemical information was used as input for model construction. The SHAP framework was used to visually interpret the relationship between each variable and prostate cancer and to obtain the corresponding risk thresholds.

Materials and methods

Materials

The Chinese National Clinical Medicine Science Data Center (https://www.ncmi.cn), one of the data centers of the National Population Health Science Data Sharing Platform, is jointly undertaken by Peking Union Medical College Hospital and Chinese PLA General Hospital (301 Hospital). The data for this study were obtained from the Prostate Tumor Warning Dataset of the Chinese PLA General Hospital (301 Hospital). After excluding cases with missing data points, a total of 1,915 Chinese male cases were included in this study, and all patients underwent prostate biopsy, including 23 predictor variables and 1 diagnostic outcome. In this study, the 23 predictor variables recorded for each patient included age, body mass index (BMI), serum albumin (ALB), alkaline phosphatase (ALP), creatine kinase MB isoenzyme (CKMB), free PSA (fPSA), total PSA (tPSA), free-to-total PSA ratio (f/tPSA), sodium (Na), calcium (Ca), chloride (Cl), inorganic phosphorus (P), free calcium (fCa), lactate dehydrogenase (LDH), creatine kinase (CK), creatinine (Cre), uric acid (UA), triglycerides (TG), high-density lipoprotein cholesterol (HDL-C), low-density lipoprotein cholesterol (LDL-C), apolipoprotein A1 (Apo-A1), apolipoprotein B (Apo-B), and potassium (K).

Methods

The XGBoost [9] used in this study is a powerful model, a variant of the Gradient Boost Machine (GBM). The patient data were randomly divided into training and test sets in the ratio of 7:3. The training set was used to build models and the test set was used for model validation and evaluation. Accuracy, sensitivity, specificity and area under the receiver operating characteristic curve (AUC) were calculated to evaluate the model performance. The 95% confidence interval (CI) and comparisons of AUCs were determined using the method of DeLong et al. [10]. Decision curve analyses (DCA) [11] were used to compare the net benefit of different models. The SHAP framework was constructed for the established XGBoost model, and the SHAP values were used to rank the importance of the predictor variables. Based on the SHAP values, the relationship between the variables and the risk of PCa were analyzed, and if the SHAP value > 0, it indicated that the variable elevated the predictive value, i.e., had a facilitative effect on the outcome, which in this study indicated an increased risk of PCa. Descriptive analyses and DCA were done in SPSS (version 25.0, IBM, USA) and R (version 4.0.4). Machine learning were performed using open-source libraries (Scikit-learn and SHAP) available in Python 3.7.

Results

In this dataset, patients with incomplete data points were excluded and we identified 1915 patients for analysis. Of the total patient cohort, 823 patients (43.0%) had BPH and 1092 patients (57.0%) had PCa. Once divided into training and testing, this resulted in 1340 data points in the training set and 575 data points for the final test. The baseline characteristics of the patients were listed in Table 1.

Table 1 Baseline characteristics of the benign prostatic hyperplasia(BPH) and prostate cancer (PCa) patients

To determine the validity of the model, we calculated the evaluation metrics using f/tPSA, tPSA, and fPSA as the sole determinants of classification, respectively (Table 2). When using AUC as a measure of predictive model performance, XGBoost had an AUC of 0.82, and the model outperformed the other models with a single variable. The AUC of XGBoost was significantly compared with that of f/tPSA, tPSA and fPSA models (each P < 0.001). We performed DCA using predictive risk in the validation cohort to evaluate the potential clinical benefits of each model. It was observed that the XGBoost model had higher net benefit than f/tPSA, tPSA and fPSA models across the threshold probabilities above 10% (Fig. 1).

Table 2 Performance comparison between univariate model and XGBoost model
Fig. 1
figure 1

Decision curve analysis (DCA) of models in the validation cohort. f/tPSA free-to-total PSA ratio, tPSA total prostate-specific antigen, fPSA free prostate-specific antigen

The importance of the variables in the XGBoost model for predicting PCa based on SHAP values were calculated (Fig. 2). It was clear that f/tPSA was the most important variable in the model, followed by tPSA. The top five biochemical parameter variables with the highest contribution to the model were P, K, CKMB, LDL-C, and Cre. We generated SHAP dependence plots for f/tPSA and the five most important biochemical parameter variables. The SHAP values gradually decrease with increasing f/tPSA and then remain constant with a threshold of 0.13 (Fig. 3A). When f/tPSA < 0.13, the SHAP values > 0, implying that low f/tPSA values had a positive effect on predicting PCa and patients were at greater risk of PCa. Similarly, patients with lower serum potassium concentration levels were more likely to be PCa patients, and the threshold for K was 4.29mmol/L (Fig. 3B). On the contrary, increasing values of P, CKMB and LDL-C showed a positive correlation with increasing SHAP values (Fig. 3C, D and E). The thresholds for P, CKMB and LDL-C were 1.29 mmol/L, 11.6 U/L and 3.05 mmol/L, respectively. The relationship between Cre and PCa risk showed a specific nonlinear relationship, with a cut-off point of 91.8umol/L, which had a risk threshold interval between 74.5-99.1umol/L (Fig. 3F).

Fig. 2
figure 2

Ranking of input variables in the XGBoost model to predict prostate cancer (Based on SHAP values). BMI body mass index, ALP alkaline phosphatase, CKMB creatine kinase, fPSA free prostate-specific antigen, tPSA total prostate-specific antigen, f/tPSA free-to-total PSA ratio, Ca calcium, Cl chloride, P inorganic phosphorus, CK creatine kinase, Cre creatinine, UA uric acid, TG triglyceride, HDL-C high density lipoprotein cholesterol, LDL-C low density lipoprotein cholesterol, Apo-A1 Apolipoprotein A1, Apo-B Apolipoprotein B, K potassium

Fig. 3
figure 3

Shapley additive explanation (SHAP) dependence plots between prostate cancer risk and individual risk factors. (A) Dependence plot between free-to-total PSA ratio (f/t PSA) and SHAP value. (B) Dependence plot between potassium (K) and SHAP value. (C) Dependence plot between inorganic phosphorus (P) and SHAP value. (D) Dependence plot between creatine kinase MB Isoenzyme (CKMB) and SHAP value. (E) Dependence plot between low density lipoprotein cholesterol (LDL-C) and SHAP value. (F) Dependence plot between creatinine (Cre) and SHAP value

Discussion

Accurate prostate cancer risk assessment is essential to facilitate the diagnosis of prostate cancer while limiting the number of unnecessary prostate biopsies. A simple, easy-to-use, inexpensive and effective predictive model was attempted to be used to avoid a large number of unnecessary biopsies based on PSA alone in this study. Our model lies in the fact that the required clinical parameters are widely available and objective, without requiring extra costs and expertise in novel biomarkers and/or imaging. Such technique can be used to screen populations with the advantage of low cost and ease of scalability, especially for hospitals in less developed areas with poorer medical equipment, such as many rural hospitals in China. Thus, optimizing patients suitable for further diagnosis including mpMRI or prostate biopsy.

Machine learning model is a relatively new technique in its infancy in clinical practice, but have shown great promise for application in biomedical sciences [12]. The predictive model in our study adds to the limited body of evidence supporting machine learning techniques in urological practice. XGBoost, a powerful algorithm proposed in 2016, uses multiple strategies to prevent overfitting, exploits the second-order derivatives of the loss function and supports parallelization, and has fast data processing speed [9]. Liu et al. developed and validated several widely used machine learning algorithms to predict the risk of bone metastases in PCa patients and found that the XGBoost algorithm-based prediction model performed the best among all the prediction models [7]. In a recent study to find new biomarkers associated with metastasis and to predict breast cancer metastatic status, XGBoost model obtained a higher mean AUC than other classifiers [13]. When we used several major classical predictors as the sole determinants of classification, these models had lower accuracy, sensitivity, specificity and AUC than XGBoost model in this study. In a retrospective study, Perera et al. used a dense neural network (DNN) machine learning model incorporating age, PSA, free PSA, and free-to-total PSA ratio to improve the diagnosis of PCa, and showed an AUC of 0.72 for DNN compared to 0.65 (free-to-total PSA ratio) and 0.63 (PSA only) [14]. In comparison, our model (AUC of 0.82) is better than DNN model. However, this advantage should take into account the impact of different study cohorts. In decision curve analyses (Fig. 1), XGBoost model demonstrated net clinical benefit over f/tPSA, tPSA and fPSA across different threshold probabilities. In other words, using XGBoost model should be recommended for clinical use as it provides the highest clinical benefit. Our XGBoost model has higher specificity while having higher sensitivity compared to models that only incorporate f/t PSA. The purpose of the model is not to directly replace the results of puncture biopsy, but to recommend more real prostate cancer patients for puncture biopsy, to improve the positive rate of puncture biopsy, and to avoid excessive underdiagnosis and overdiagnosis.

The SHAP framework was used to explore the “black box” in machine learning. We identified a number of biochemical parameters with predictive value and indicated their thresholds that have the potential to become new indicators for screening prostate cancer. Unlike classical statistical models, where machine learning allows unbiased ranking of the relative importance of input variables, we used SHAP values to rank the degree of importance of the variables. The ranking in our model highlighted the importance of PSA-related parameters, in addition to the five biochemical parameters P, K, CKMB, LDL-C, and Cre as important predictors of prostate cancer. In the ranking graph of the importance of the variables, we can see that the degree of importance of f/tPSA is much higher than other variables, confirming that the free-to-total PSA ratio is still one of the most important predictors of prostate cancer in clinical practice, a result similar to that of a Japanese study [15].

A study conducted in a Chinese population in 2020 found that a free-to-total PSA ratio of 0.15 had better sensitivity and specificity in differential diagnosis of PCa and BPH. Similarly, we found that the model with a free-to-total PSA ratio threshold of 0.13 had the best performance. In a recent mendelian randomization and meta-analysis study, the researcher showed a potential causal relationship between circulating phosphorus and risk of prostate cancer, with high dietary phosphorus intake and elevated serum phosphorus concentration respectively, were associated with increased risk of prostate cancer [16]. This study supported our findings and further confirms the potential of serum inorganic phosphorus to predict PCa. The normal range of serum potassium (K) was 3.5–5.5 mmol/L [17], and the serum potassium of the patients in this study was basically within the normal range, even so, we found that the potential risk threshold for potassium was 4.29 mmol/L. Serum potassium concentrations are mainly associated with chronic kidney disease and heart failure [18]. No studies have been done to explore the relationship between potassium and prostate cancer, and our findings may provide a new direction for research. Earlier, A Gries et al. accidentally found that the amount of CKMB may be associated with prostate cancer [19]. Since then, based on the continuous development of proteomics, many scholars have suggested the inclusion of CKMB as a malignancy marker in clinical screening [20]. Our study provided new evidence that CKMB may be a risk factor for PCa with a threshold value of 11.6 U/L, similar to the results of Guo et al. [21]. The current discussion on the relationship between lipids and prostate cancer is still controversial, and we found that LDL-C is an important predictor of PCa. Similarly, a case-control study conducted by Magura et al. reported that high LDL-C may be a risk factor for PCa [22]. Several values have been used to define creatininemia, but thresholds are typically in the 1.5-2.0 mg/dL (132.6-176.8umol/L) range [23], and the vast majority of patients in this study had creatinine values in the normal range. A prospective study reported a strong association between higher serum creatinine in the normal range and higher risk of prostate cancer, and the correlation appeared to be dose-dependent [24]. We found a positive association between creatinine and PCa risk when creatinine values were less than 91.8umol/L, similar to the results of this prospective study. Interestingly, a negative correlation was observed when creatinine values were greater than 91.8umol/L. Previously, a nonlinear relationship between creatinine and PCa risk has not been reported, and we have proposed a risk threshold interval (74.5-99.1umol/L), but more studies are needed to validate it. Notably, the SHAP framework offers a promising method for interpreting predictions as well as visualizing nonlinear relationships in machine learning-based models in oncology.

Initial machine learning techniques in prostate cancer diagnosis were introduced by Snow et al. using PSA level, DRE and TRUS parameters [25]. Multiple subsequent iterations have been generated, mostly including DRE or TRUS parameters. However, these parameters are not considered first-line screening tests and may be considered subjective parameters with some degree of interobserver variability [26], thus limiting their clinical application. In fact, current guidelines from the United States Prevention Task Force (USPTF) and Urological Society of Australia and New Zealand (USANZ) do not support the routine use of DRE [27, 28]. These subjective parameters were excluded from our model, thus reducing the limitations of clinical use. In addition to parameter objectivity, potential generality and wide applicability are also the advantages of our model. Other novel biochemical markers for prostate cancer risk assessment such as the prostate health index (PHI) [29] and prostate cancer antigen 3 (PCA3) [30] may reduce unnecessary biopsies to some extent, but cost, convenience and accessibility are barriers to widespread clinical application. Using AUC as a predictor of performance, PHI was 0.70 [29] and PCA3 was 0.734 [30], and the result of our study (AUC of 0.82) was comparable to these markers. Multiparametric MRI scanning of prostate have been increasingly used for prostate cancer diagnosis in recent years [5]. Nevertheless, the availability of MRI for PCa diagnostic purposes is limited for less affluent or developing countries such as China due to the equipment requirements and high costs. Therefore, using machine learning techniques to maximize the predictive value of widely available clinical parameters would provide a cheaper and effective alternative to improve cancer prediction.

There are several noteworthy limitations of this study. First, the retrospective design resulted in many potential biases. For example, factors such as selection bias and variations in data collection methods will limit the validity of casual inference. Second, SHAP values illustrate relationships specific to a given model and dataset, and cannot be used to infer causality or underlying biological processes. Finally, both the training and test patient cohorts were from the same hospital at different time periods, and thus further multi-center external validation at other hospitals or regions is needed. Due to the limitation of database, the ability to predict clinically significant PCa was not reported in this study.

Conclusion

Our machine learning model used routine serum biochemical markers to predict the risk of prostate cancer diagnosis with a high net benefit and avoid more unnecessary biopsies. The parameters included were objective and widely available, and the model can be used as a tool to optimize patient selection for further diagnosis, especially for those in underdeveloped or developing regions. P, K, CKMB, LDL-C, and Cre may be potential biochemical markers for predicting PCa, and risk thresholds for these markers were obtained using the SHAP method, which will be useful in diagnosis.

Data Availability

The dataset analyzed during the current study is available[Web link to the dataset: https://www.ncmi.cn].

References

  1. Siegel RL, Miller KD, Jemal A. Cancer statistics, 2020 [J]. Ca-a Cancer Journal for Clinicians. 2020;70(1):7–30.

    Article  PubMed  Google Scholar 

  2. Wong MCS, Goggins WB, Wang HHX, et al. Global incidence and mortality for prostate Cancer: analysis of temporal patterns and Trends in 36 countries [J]. Eur Urol. 2016;70(5):862–74.

    Article  PubMed  Google Scholar 

  3. Adhyam M, Gupta AK. A review on the clinical utility of PSA in Cancer prostate [J]. Indian J Surg Oncol. 2012;3(2):120–9.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Ayyildiz SN, Ayyildiz A, Psa. Psa derivatives, proPSA and prostate health index in the diagnosis of prostate cancer [J]. Turkish J Urol. 2014;40(2):82–8.

    Article  Google Scholar 

  5. Le MH, Chen JY, Wang L, et al. Automated diagnosis of prostate cancer in multi-parametric MRI based on multimodal convolutional neural networks [J]. Phys Med Biol. 2017;62(16):6497–514.

    Article  PubMed  Google Scholar 

  6. Xiao LH, Chen PR, Gou ZP, et al. Prostate cancer prediction using the random forest algorithm that takes into account transrectal ultrasound findings, age, and serum levels of prostate-specific antigen [J]. Asian J Androl. 2017;19(5):586–90.

    Article  PubMed  Google Scholar 

  7. Liu WC, Li MX, Qian WX, et al. Application of machine learning techniques to predict bone metastasis in patients with prostate Cancer [J]. Cancer Manage Res. 2021;13:8723–36.

    Article  CAS  Google Scholar 

  8. Lundberg SM, Lee SI. A Unified Approach to Interpreting Model Predictions; proceedings of the 31st Annual Conference on Neural Information Processing Systems (NIPS), Long Beach, CA, F 2017 Dec 04–09, 2017 [C]. 2017.

  9. Chen T, Guestrin C, Assoc Comp M. XGBoost: A Scalable Tree Boosting System; proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), San Francisco, CA, F 2016 Aug 13–17, 2016 [C]. 2016.

  10. Delong ER, Delong DM, Clarke-Pearson DL. Comparing the areas under two or more correlated receiver operating characteristic curves: a nonparametric approach [J]. Biometrics. 1988;44(3):837–45.

    Article  CAS  Google Scholar 

  11. Vickers AJ, Elkin EB. Decision curve analysis: a novel method for evaluating prediction models [J]. Med Decis Making: Int J Soc Med Decis Mak. 2006;26(6):565–74.

    Article  Google Scholar 

  12. Camacho DM, Collins KM, Powers RK, et al. Next-Generation Mach Learn Biol Networks [J]. Cell. 2018;173(7):1581–92.

    CAS  Google Scholar 

  13. Li QQ, Yang H, Wang PP, et al. XGBoost-based and tumor-immune characterized gene signature for the prediction of metastatic status in breast cancer [J]. J Translational Med. 2022;20(1).

  14. Perera M, Mirchandani R, Papa N, et al. PSA-based machine learning model improves prostate cancer risk stratification in a screening population [J]. World J Urol. 2021;39(6):1897–902.

    Article  CAS  PubMed  Google Scholar 

  15. Kobori Y, Kitagawa Y, Mizokami A, et al. Free-to-total prostate-specific antigen (PSA) ratio contributes to an increased rate of prostate cancer detection in a japanese population screened using a PSA level of 2.1–10.0 ng/ml as a criterion [J]. Int J Clin Oncol. 2008;13(3):229–32.

    Article  CAS  PubMed  Google Scholar 

  16. Lv LS, Ye D, Chen J, et al. Circulating phosphorus concentration and risk of prostate cancer: a mendelian randomization study [J]. Am J Clin Nutr. 2022;115(2):534–43.

    Article  PubMed  Google Scholar 

  17. Mcmurray JJV, Adamopoulos S, Anker SD, et al. ESC Guidelines for the diagnosis and treatment of acute and chronic heart failure 2012 the Task Force for the diagnosis and treatment of Acute and Chronic Heart failure 2012 of the European Society of Cardiology. Developed in collaboration with the heart failure Association (HFA) of the ESC [J]. Eur Heart J. 2012;33(14):1787–847.

    Article  PubMed  Google Scholar 

  18. Palaka E, Grandy S, Darlington O, et al. Associations between serum potassium and adverse clinical outcomes: a systematic literature review [J]. Int J Clin Pract. 2020;74(1).

  19. Gries A, Werle E. Anasthesiologie, Intensivmedizin, Notfallmedizin, Schmerztherapie: AINS. 1997;32(9):580–2.

  20. Huddleston HG, Wong KK, Welch WR, et al. Clinical applications of microarray technology: creatine kinase B is an up-regulated gene in epithelial ovarian cancer and shows promise as a serum marker [J]. Gynecol Oncol. 2005;96(1):77–83.

    Article  CAS  PubMed  Google Scholar 

  21. Guo HX, Jia XJ, Liu H. Based on biomedical index data risk prediction model for prostate cancer [J]. Medicine. 2021;100(17).

  22. Magura L, Blanchard R, Hope B, et al. Hypercholesterolemia and prostate cancer: a hospital-based case-control study [J]. Cancer Causes Control. 2008;19(10):1259–66.

    Article  PubMed  Google Scholar 

  23. Jones CA, Mcquillan GM, Kusek JW, et al. Serum creatinine levels in the US population: third National Health and Nutrition Examination Survey [J]. Am J Kidney Diseases: Official J Natl Kidney Foundation. 1998;32(6):992–9.

    Article  CAS  Google Scholar 

  24. Weinstein SJ, Mackrain K, Stolzenberg-Solomon RZ, et al. Serum creatinine and prostate Cancer risk in a prospective study [J]. Cancer Epidemiol Biomarkers Prev. 2009;18(10):2643–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Snow PB, Smith DS, Catalona WJ. Artificial neural networks in the diagnosis and prognosis of prostate-cancer - a pilot-stuDY [J]. J Urol. 1994;152(5):1923–6.

    Article  CAS  PubMed  Google Scholar 

  26. Smeenge M, Barentsz J, Cosgrove D, et al. Role of transrectal ultrasonography (TRUS) in focal therapy of prostate cancer: report from a Consensus panel [J]. BJU Int. 2012;110(7):942–8.

    Article  PubMed  Google Scholar 

  27. Cabarkapa S, Perera M, Mcgrath S, et al. Prostate cancer screening with prostate-specific antigen: a guide to the guidelines [J]. Prostate Int. 2016;4(4):125–9.

    Article  PubMed  PubMed Central  Google Scholar 

  28. Grossman DC, Curry SJ, Owens DK, et al. Screening for prostate Cancer US Preventive Services Task Force Recommendation Statement [J]. Jama-Journal of the American Medical Association. 2018;319(18):1901–13.

    Article  Google Scholar 

  29. Loeb S, Catalona WJ. The prostate Health Index: a new test for the detection of prostate cancer [J]. Ther Adv Urol. 2014;6(2):74–7.

    Article  PubMed  PubMed Central  Google Scholar 

  30. Rodriguez SVM, Garcia-Perdomo HA. Diagnostic accuracy of prostate cancer antigen 3 (PCA3) prior to first prostate biopsy: a systematic review and meta-analysis [J]. Cuaj-Canadian Urol Association J. 2020;14(5):E214–E9.

    Google Scholar 

Download references

Acknowledgements

The authors would like to thank The Chinese National Clinical Medicine Science Data Center for the availability of the data.

Funding

This work was supported by General Research Project of Zhejiang Provincial Education Department (Y202146906), Research Project of Wenzhou Medical University (KJHX2014), Research Project of Wenzhou Medical University (95022002).

Author information

Authors and Affiliations

Authors

Contributions

Conceptualization: Gang Chen. Data curation: Gang Chen, Xuchao Dai, Mengqi Zhang, Zhujun Tian and Xueke Jin. Formal analysis: Gang Chen. Funding acquisition: Zhigang Wu. Investigation: Xuchao Dai and Mengqi Zhang. Methodology: Gang Chen, Zhujun Tian and Hong Huang. Software: Gang Chen, Xueke Jin and Kun Mei. Supervision: Kun Mei, Hong Huang and Zhigang Wu. Validation: Xuchao Dai. Visualization: Mengqi Zhang. Writing – original draft: Gang Chen. Writing – review & editing: Gang Chen, Hong Huang and Zhigang Wu. All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Hong Huang or Zhigang Wu.

Ethics declarations

Competing interests

The authors declare no competing interests.

Informed consent

N/A.

Registry and the Registration No. Of the study/trial

N/A.

Animal Studies

N/A.

Ethics approval and consent to participate

Study was conducted in accordance with the relevant guidelines and regulations. The Institutional Review Board of the Chinese PLA General Hospital waived informed consent from participants because this study involved routinely collected medical data that were managed anonymously at all stages, including the data cleaning and statistical analysis stages.

Consent for publication

N/A.

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

Chen, G., Dai, X., Zhang, M. et al. Machine learning-based prediction model and visual interpretation for prostate cancer. BMC Urol 23, 164 (2023). https://doi.org/10.1186/s12894-023-01316-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12894-023-01316-4

Keywords