Predictive model of castration resistance in advanced prostate cancer by machine learning using genetic and clinical data: KYUCOG-1401-A study

Background

Androgen deprivation therapy (ADT) is widely used as the backbone therapy for advanced prostate cancer [1]. Current intensive therapies for metastatic prostate cancer include radiation, docetaxel, and novel androgen receptor signaling inhibitors, such as abiraterone, darolutamide, enzalutamide, and apalutamide, in addition to ADT [2]. Furthermore, triplet combination therapy, which adds such novel androgen receptor signaling inhibitors to ADT plus docetaxel, has recently been shown to prolong survival in metastatic prostate cancer [3, 4]. Therefore, prognostic estimation in ADT can help in choosing the best treatment. However, prognostic estimation in ADT using clinical parameters such as prostate-specific antigen (PSA), Gleason score, and TNM category is not satisfactory for producing C-indices of >0.7 [5,6,7]. Therefore, novel predictive models to more precisely estimate the response to ADT for advanced prostate cancer are needed.

Genetic background has been suggested to affect the efficacy and prognosis in ADT for prostate cancer, as indicated by different outcome among different ethnicities and consistent outcome within families [8,9,10]. Over the past few decades, genome wide association studies (GWAS) have discovered associations between single nucleotide polymorphisms (SNPs) and various features [11]. In a previous study, we investigated the association between the SNPs and prognosis in Japanese patients undergoing primary ADT for advanced prostate cancer by GWAS [12]. In that study, two SNPs, rs76237622 in PRR27 and rs117573572 in MTAP, were validated to be associated with prognosis in ADT, but their predictive ability was not satisfactory [12].

Machine learning (ML) is a statistics-free approach that uses algorithms to identify patterns in rich and unwieldy data [13]. ML can resolve complex datasets of high dimensionality such as genomic data [14, 15]. In this study, we aimed to integrate genetic and clinical data that were obtained in the previous study [12], to predict castration resistance in primary ADT for advanced prostate cancer by ML.

Methods

Study population

Japanese patients with de novo advanced prostate cancer (TanyN1M0 or TanyNanyM1) enrolled in the KYUCOG-1401-A study (UMIN000022852) that was conducted in conjunction with a prospective multi-institutional clinical trial (KYUCOG-1401; UMIN000014243, jRCTs071180035) were included in this study. Inclusion and exclusion criteria for the KYUCOG-1401-A study have been described previously [12]. Patients (n = 8) censored before 2 years were excluded from this study. In the KYUCOG-1401 study, patients were randomized to receive gonadotropin-releasing hormone (GnRH) antagonist (degarelix) or agonist (leuprorelin or goserelin) plus the antiandrogen bicalutamide [16]. This study was conducted in accordance with the Declaration of Helsinki and the Japanese Ethical Guidelines for Medical and Health Research Involving Human Subjects. Eligible patients provided written informed consent. This study was approved by the Kyushu University review board (23087-00).

Clinical data

Clinicopathological information and efficacy in treatment data were collected prospectively using an electronic data capture system, as described previously [12]. Progression was defined as PSA progression (defined as PSA level of 2.0 ng/mL or higher, a rise of 50% or more from the lowest value, and three consecutive increases in PSA measured at least one week apart) or radiographic progression, as described previously [12, 17, 18]. For the analysis of progression-free survival (PFS), cancer-specific survival (CSS), and overall survival (OS), progression or death from any cause, death from prostate cancer, and death from any cause were defined as events, respectively. Patients who did not experience any of these events were censored at the last follow-up visit. For the survival analysis, the number of days from enrollment to the earliest event or censoring date was calculated. Patients who progressed to castration resistance at 2 years were defined as non-responders and patients who did not were defined as responders. Risk stratification by J-CAPRA risk score was performed as described previously [19].

Genetic data

Genetic data were obtained as described previously [12]. Genomic DNA was genotyped using a Japonica Array v2 according to the manufacturer’s instructions (Thermo Fisher Scientific, Waltham, MA, USA) [20,21,22]. This Axiom Array was customized for the Japanese genome by the Tohoku Medical Megabank Organization. Genotype calling was conducted using Genotyping Console software v4.2 (Thermo Fisher Scientific). We used the PSA-PFS at 2years-associated 2 and 46 SNPs with p < 1.0 × 10−5 and p < 1.0 × 10−4 that were identified in a previous study [12].

Construction of simple prediction scores

The variables were classified as binary (1 or −1) or quantitative. Quantitative variables were normalized by subtracting the mean value and dividing by the standard deviation. Missing values were set to 0.

The prediction models were constructed using three ML algorithms (point-wise linear algorithm, logistic regression with elastic-net regularization algorithm, and eXtreme Gradient Boosting) and three datasets (clinical, clinical and 2 SNPs, and clinical and 46 SNPs). Details of the clinical dataset are provided in Supplementary Table 1. The point-wise linear (PWL) algorithm is a deep learning-based algorithm that was implemented using PyTorch 1.5.1 and Python 3.7.4 [23]. The PWL algorithm uses a deep (multi-layered) neural network structure that generates a logistic regression model for each sample; i.e., a weight vector tailored to each sample. The importance of each feature is computed using its weight vector. Deep unified networks were used to construct the deep neural network in which the network layers and neurons are connected in a mesh-like structure that reduces the risk of overfitting [24]. The logistic regression with elastic-net regularization (LR) algorithm and eXtreme Gradient Boosting (XGBoost) were used to build the baseline models (implemented using scikit-learn v0.24.2, xgboost 1.0.2, and Python 3.7.4) [25]. The best hyper-parameter of each model was determined by 5-fold cross validation using the discovery cohort [23]. The prediction performance of each model was calculated by area under the curve (AUC) and evaluated using the validation cohort and the models fitted by the best hyper-parameter.

The important features to predict castration resistance were determined based on an importance score that was calculated using the weight vector of the PWL algorithm. The sample-wise importance score was calculated as described previously [26]. Importance score was defined by the rate at which a sample was ranked in the top 10% of features with sample-wise importance scores. Parameters with importance scores ≥0.1 were extracted as important features. An importance score of 0.1 indicated that at least 10% of the samples had parameters that were in the top 10% of important features. Simple prediction scores were constructed using important features and the sign of the median of sample-wise weights in those features. We used the original values for the variables in the simple prediction scores. The prediction performance of the simple prediction scores was evaluated by AUC using discovery and validation cohorts.

Estimation of effect by genetic background among different ethnic populations

Allele frequency data were obtained from the 1000 Genomes Project (https://www.internationalgenome.org/home). Estimated effect was the sum of the value for each SNP calculated as: coefficient × 2 × (minor allele frequency) × (1 − minor allele frequency) + 2 × coefficient × (minor allele frequency)2.

Statistical analyses

Statistical analyses were performed using JMP16 software (SAS Institute, Cary, NC, USA). Continuous and categorical data are presented as median with interquartile range and number with percentage, respectively. The association among the categorical data was analyzed by the chi-square test. Survival analysis was performed using the Kaplan–Meier method and log-rank test. Harrell’s C-index was calculated using Stata v18 (College Station, TX, USA) as described previously [7]. All P-values were two-sided, and P-values < 0.05 were considered significant for all the analyses.

Results

Patients assignment

A total of 119 patients were included in the study, and were divided randomly in a 7:3 ratio into discovery (n = 82) and validation (n = 37) cohorts. Clinical parameters of the patients in each cohort are provided in Supplementary Table 1. Several clinical parameters including Gleason score, extent of disease grade, PSA level, and hemoglobin value were different between non-responders and responders in the discovery cohort (Supplementary Table 1). In addition, history of cerebral infarction, total type I procollagen-N-propeptide (P1NP), white blood cell count, and neutrophil count were higher in non-responders compared with their levels in responders in the discovery cohort (Supplementary Table 1).

Predictive ability of castration resistance by three ML algorithms using genetic and clinical data

The ability of three ML algorithms (PWL, LR, XGBoost) to predict castration resistance using genetic and clinical data was evaluated. Using only the clinical data (Supplementary Table 1) to predict castration resistance at 2 years, the AUC, sensitivity, and specificity in the discovery cohort were 0.710–0.785, 0.568–0.704, and 0.644–0.689, respectively (Table 1). In the validation cohort, AUC, sensitivity, and specificity were 0.720–0.786, 0.688–0.875, and 0.579–0.684, respectively (Table 1). When the two SNPs associated with PSA-PFS at 2 years with p < 1.0 × 10−5 were used together with the clinical parameters, AUC, sensitivity, and specificity in the discovery cohort slightly improved to 0.796–0.810, 0.700–0.754, and 0.689–0.778, respectively (Table 1). In the validation cohort, AUC, sensitivity, and specificity also slightly improved to 0.701–0.878, 0.625–0.750, and 0.684–0.789, respectively (Table 1). Finally, when the 46 SNPs associated with PSA-PFS at 2 years with p < 1.0 × 10−4 were used together with the clinical parameters, AUC, sensitivity, and specificity in greatly improved in the discovery cohort to 0.962–0.988, 0.600–0.864, and 0.978–0.978, respectively (Table 1). In the validation cohort, AUC, sensitivity, and specificity also greatly improved to 0.984–1.000, 0.875–0.938, and 1.000–1.000, respectively (Table 1).

Table 1 Predictive performance by machine learning methods using the indicated parameters.
Full size table

Model creation to predict castration resistance using genetic and clinical data by ML

The PWL algorithm produced the highest AUC values in the three ML algorithms in the discovery and validation cohorts, with the exception of the clinical model in the discovery cohort (Table 1). Therefore, we created a prediction model for castration resistance using genetic and clinical data by the PWL algorithms.

When critical parameters associated with castration resistance at 2 years were used, 12 clinical parameters were identified (Table 2). Besides the known predictive factors, Gleason score, PSA level, N-category, albumin level, and total testosterone level, other factors including comorbidity with hypertension, total cholesterol level, lymphocyte ratio, blood urea nitrogen level, comorbidity with dyslipidemia, and aspartate aminotransferase level were also identified as critical parameters (Table 2). When the predictive model (clinical model) was created using the formula in Supplementary Table 2, the AUCs in the discovery and validation cohorts were 0.730 (95% CI, 0.610–0.849) and 0.585 (95% CI, 0.383–0.787), respectively (Fig. 1A). When prediction scores calculated by the clinical model were divided quarterly (Q1–Q4), the ranges were −1.42267 to 6.86566 in Q1, 6.901361–8.656931 in Q2, 8.7444–10.01411 in Q3, and 10.06535–13.23641 in Q4. The clinical model correctly predicted 21/27 (77.8%) in Q1 and 16/27 (59.3%) in Q4 to be non-responders and responders, respectively (p = 0.0049, Fig. 1B).

Table 2 Important features in clinical model.
Full size table
Fig. 1: Predictive models of castration resistance at 2 years created by machine learning using clinical and genetic parameters.
figure 1

Receiver operating characteristic curve for castration resistance at 2 years in clinical model (A), small SNPs model (C), and large SNPs model (E). Distribution of predictive scores of samples among discovery and validation cohorts according to quarterly-divided groups (Q1–Q4) based on scores by clinical model (B), small SNPs model (D), and large SNPs model (F).

Full size image

When the two SNPs (p < 1.0 × 10−5) were added to the clinical parameters, six clinical parameters and two SNPs were identified to be critical to predict castration resistance at 2 years (Table 3). Besides the known predictive factors, Gleason score and extent of disease grade, other factors including comorbidity with diabetes mellitus, creatine kinase level, total P1NP level, and lymphocyte ratio were also identified as critical parameters (Table 3). When the predictive model (small SNPs model) was created using the formula in Supplementary Table 2, the AUCs in the discovery and validation cohorts improved to 0.857 (95% CI, 0.756–0.959) and 0.852 (95% CI, 0.706–0.998), respectively (Fig. 1C). When scores calculated by small SNPs model were divided quarterly (Q1–Q4), the ranges were −1.73 to 2.71 in Q1, 2.71–4.76 in Q2, 5.01–7.43 in Q3, and 7.6–13.24 in Q4. The small SNPs model discriminated responders and non-responders; 27/28 (96.4%) in Q1 and 27/28 (96.4%) in Q4 were correctly predicted to be non-responders and responders, respectively (p < 0.0001, Fig. 1D).

Table 3 Important features in small SNPs model.
Full size table

When the 46 SNPs (p < 1.0 × 10−4) were added to the clinical parameters, 4 clinical parameters and 19 SNPs were identified to be critical to predict castration resistance at 2 years (Table 4). Besides the known predictive factors, M-category and Gleason score, other factors including total bilirubin level and glucose level were also identified as critical parameters (Table 4). When the predictive model (large SNPs model) was created using the formula in Supplementary Table 2, the AUCs in the discovery and validation cohorts were prominently improved to 0.920 (95% CI, 0.854–0.986) and 0.978 (95% CI, 0.932–1.000), respectively (Fig. 1E). When scores calculated by the large SNPs model were divided quarterly (Q1–Q4), the ranges were 0.8439–5.716 in Q1, 5.834–7.5162 in Q2, 7.7932–9.5307 in Q3, 9.6555–14.3819 in Q4. The large SNPs model discriminated responders and non-responders; 19/21 (90.5%) in Q1 and 19/20 (95.0%) in Q4 were correctly predicted to be non-responder and responder, respectively (p < 0.0001, Fig. 1F).

Table 4 Important features in large SNPs model.
Full size table

Prognosis stratification by predictive models created by ML in advanced prostate cancer

We applied the three predictive models for prognosis stratification. PFS was significantly stratified by Q1–Q4 groups in all three models (Fig. 2A). The PFS was more prominently stratified in the small SNPs and large SNPs models than it was in the clinical model (Fig. 2A). The C-indices for PFS in the clinical, small SNPs, and large SNPs models were 0.617 (95% CI, 0.556–0.678), 0.727 (95% CI, 0.681–0.774), and 0.730 (95% CI 0.667–0.793), respectively (Supplementary Table 3). The CSS was also significantly stratified by the Q1–Q4 groups in all three models, but was stratified more prominently in the large SNPs model than it was in the clinical and small SNPs models (Fig. 2B). The C-indices for CSS in the clinical, small SNPs, and large SNPs models were 0.678 (95% CI, 0.546–0.809), 0.670 (95% CI, 0.551–0.790), and 0.781 (95% CI 0.671–0.890), respectively (Supplementary Table 3). The OS was significantly stratified by the Q1–Q4 groups only in the large SNPs model (Fig. 2C). The C-indices for OS in the clinical, small SNPs, and large SNPs models were 0.636 (95% CI, 0.520–0.753), 0.621 (95% CI, 0.512–0.731), and 0.703 (95% CI 0.583–0.822), respectively (Supplementary Table 3).

Fig. 2: Prognosis stratification by predictive models of castration resistance at 2 years created by machine learning using clinical and genetic parameters.
figure 2

Progression-free survival (A), cancer-specific survival (B), and overall survival (C) among discovery and validation cohorts according to quarterly-divided groups (Q1–Q4) based on scores by clinical model (left), small SNPs model (middle), and large SNPs model (right).

Full size image

The preexisting well-known risk model, J-CAPRA risk group using TNM category, Gleason score, and PSA level stratified PFS, but not CSS and OS (Supplementary Fig. 1). The C-indices for PFS, CSS, and OS by J-CAPRA risk group were 0.588 (95% CI, 0.536–0.639), 0.602 (95% CI, 0.512–0.692), and 0.528 (95% CI 0.429–0.627), respectively (Supplementary Table 3).

Allele frequency by ethnicity and estimated effect of important SNPs in the large SNPs model on the response to ADT

The allele frequency of SNPs is known to differ among ethnic populations, which may affect the impact of genotype on outcomes. We investigated the allele frequencies of important SNPs in the large SNPs model. Minor allele frequency data for 16 SNPs were available in the 1000 Genomes Project, and differed among different ethnic groups as shown in Table 5. We estimated the effect of critical SNPs in the large SNPs model on the response to ADT. The estimated effect of the 16 SNPs was 0.94 in East Asians and −1.20 in Europeans, where a high value indicates higher probability of responder (Table 5).

Table 5 Minor allele frequency by ethnics and estimated effect on the response to androgen deprivation therapy.
Full size table

Discussion

The results also showed higher predictive ability when SNPs were used in addition to clinical parameters. Several risk models using clinical parameters have been developed to predict the response and prognosis of ADT. However, their predictive power is modest, as indicated by AUCs of <0.7 [5,6,7]. We also found that the clinical model had limited predictive power even when created by ML, although the C-index was modestly higher than that of previous risk models. The predictive power of the models created by ML was improved by adding small and large numbers of SNPs to the clinical parameters. In particular, the large SNPs model achieved C-indices >0.70 for PFS, CSS, and OS. Considering various previous predictive models failed to achieve C-indices >0.70, achieving higher prediction power of castration resistance at 2 years and prognosis by measuring 19 SNPs in addition to four clinical parameters would be valuable. Currently, intensive treatments have emerged as novel standard treatments for advanced prostate cancer [2]. Therefore, the large SNPs model will be helpful in choosing the best treatment for individual patients. Intensive treatment may be preferable if patient is a non-responder while de-escalated treatment may be preferable if patient is predicted to be a responder.

In addition, genetic parameters in the large SNPs model supported the ethnic differences of response to ADT. Several studies reported that Asians have a higher survival rate after primary ADT compared with that of Caucasians and African Americans [8, 9, 27]. Consistently, the score from allele frequencies of 16 SNPs in the large SNPs model indicated a higher possibility of responders in East Asians compared with that in people with European ancestry.

We identified various clinical and genetic parameters that were associated with response to ADT. Among 19 SNPs in the large SNPs model, rs1931229 was associated with the expression of TSPYL1, which is known to be a CYP17A1 and CYP3A4 regulator, by expression quantitative trait loci (eQTL) analysis, whereas rs941207 and rs2035081 were associated with HSD17B6 expression (data not shown). Because TSPYL1 and HSD17B6 are both involved in androgen synthesis, they are associated with the response to ADT through their role in this pathway [28, 29]. Preexistence of hypertension was associated with favorable response to ADT, whereas preexistence of diabetes mellitus and high glucose level were associated with unfavorable response to ADT. This is consistent with our previous finding that comorbidity with hypertension and diabetes mellitus were associated with longer and shorter survival in primary ADT, respectively [30, 31]. Higher total cholesterol level was also associated with better response to ADT, whereas preexistence of dyslipidemia was associated with poor response to ADT, implying a close relationship between ADT and lipid metabolism.

This study had several limitations. The sample size was relatively small. Although the SNPs models had excellent predictive performance in the Japanese population, future work is needed to explore the generalizability of the predictive performance of these SNPs models in other populations. Primary ADT alone is no longer a standard therapy, and utilized in a combination with other treatments such as androgen receptor signaling inhibitors. Conversely, a strong point of this study is that the clinical data were obtained from patients enrolled in a prospective trial, in which the treatment and testing schedules were subject to strict protocols.

Conclusion

Our results demonstrate that the SNPs models using clinical and genetic parameters created by a PWL algorism produced excellent prediction of castration resistance and prognosis in primary ADT for advanced prostate cancer. These models are expected to be helpful in treatment choice for advanced prostate cancer.

Related Articles

SREBF1-based metabolic reprogramming in prostate cancer promotes tumor ferroptosis resistance

Metabolic reprogramming in prostate cancer has been widely recognized as a promoter of tumor progression and treatment resistance. This study investigated its association with ferroptosis resistance in prostate cancer and explored its therapeutic potential. In this study, we identified differences in the epithelial characteristics between normal prostate tissue and tissues of various types of prostate cancer using single-cell sequencing. Through transcription factor regulatory network analysis, we focused on the candidate transcription factor, SREBF1. We identified the differences in SREBF1 transcriptional activity and its association with ferroptosis, and further verified this association using hdWGCNA. We constructed a risk score based on SREBF1 target genes associated with the biochemical recurrence of prostate cancer by combining bulk RNA analysis. Finally, we verified the effects of the SREBPs inhibitor Betulin on the treatment of prostate cancer and its chemosensitization effect. We observed characteristic differences in fatty acid and cholesterol metabolism between normal prostate tissue and prostate cancer tissue, identifying high transcriptional activity of SREBF1 in prostate cancer tissue. This indicates that SREBF1 is crucial for the metabolic reprogramming of prostate cancer, and that its mediated metabolic changes promoted ferroptosis resistance in prostate cancer in multiple ways. SREBF1 target genes are associated with biochemical recurrence of prostate cancer. Finally, our experiments verified that SREBF1 inhibitors can significantly promote an increase in ROS, the decrease in GSH, and the decrease in mitochondrial membrane potential in prostate cancer cells and confirmed their chemosensitization effect in vivo. Our findings highlighted a close association between SREBF1 and ferroptosis resistance in prostate cancer. SREBF1 significantly influences metabolic reprogramming in prostate cancer cells, leading to ferroptosis resistance. Importantly, our results demonstrated that SREBF1 inhibitors can significantly enhance the therapeutic effect and chemosensitization of prostate cancer, suggesting a promising therapeutic potential for the treatment of prostate cancer.

Targeting of TAMs: can we be more clever than cancer cells?

With increasing incidence and geography, cancer is one of the leading causes of death, reduced quality of life and disability worldwide. Principal progress in the development of new anticancer therapies, in improving the efficiency of immunotherapeutic tools, and in the personification of conventional therapies needs to consider cancer-specific and patient-specific programming of innate immunity. Intratumoral TAMs and their precursors, resident macrophages and monocytes, are principal regulators of tumor progression and therapy resistance. Our review summarizes the accumulated evidence for the subpopulations of TAMs and their increasing number of biomarkers, indicating their predictive value for the clinical parameters of carcinogenesis and therapy resistance, with a focus on solid cancers of non-infectious etiology. We present the state-of-the-art knowledge about the tumor-supporting functions of TAMs at all stages of tumor progression and highlight biomarkers, recently identified by single-cell and spatial analytical methods, that discriminate between tumor-promoting and tumor-inhibiting TAMs, where both subtypes express a combination of prototype M1 and M2 genes. Our review focuses on novel mechanisms involved in the crosstalk among epigenetic, signaling, transcriptional and metabolic pathways in TAMs. Particular attention has been given to the recently identified link between cancer cell metabolism and the epigenetic programming of TAMs by histone lactylation, which can be responsible for the unlimited protumoral programming of TAMs. Finally, we explain how TAMs interfere with currently used anticancer therapeutics and summarize the most advanced data from clinical trials, which we divide into four categories: inhibition of TAM survival and differentiation, inhibition of monocyte/TAM recruitment into tumors, functional reprogramming of TAMs, and genetic enhancement of macrophages.

Feasibility and efficacy of therapeutic drug monitoring of abiraterone in metastatic castration resistant prostate cancer patients

Previous studies demonstrated better outcomes for mCRPC (metastatic castration resistant prostate cancer) patients with higher abiraterone exposure (minimal plasma concentration (Cmin) > 8.4 ng/mL), but around 40% of patients experience exposure below this target. Pharmacokinetic (PK)-guided interventions following Therapeutic Drug Monitoring (TDM) could optimise exposure and outcomes. We aimed to evaluate the feasibility and effect on treatment outcomes of abiraterone TDM.

Androgen deprivation therapy does not increase rates for reintervention, complication, or infection in primary penile implant or artificial urinary sphincter surgery: a retrospective cohort study from the TriNetX network

Prostate cancer treatment-related erectile dysfunction and stress urinary incontinence are commonly treated with inflatable penile prosthesis (IPP) or artificial urinary sphincter (AUS). Given the association with androgens and penile/urethral health, we aim to evaluate whether patients on androgen deprivation therapy (ADT) undergoing IPP or AUS surgery are at increased risk for reintervention, complication, or infection. We queried the TriNetX database for adult males receiving IPP or AUS. The ADT cohort included those on ADT 3 months before or any time after surgery. We performed sub-analysis for leuprolide and bicalutamide. Cohorts and outcomes were defined by Current Procedural Terminology and International Classification of Diseases codes. Propensity score matching was performed using age, prostate cancer, history of prostatectomy, and history of radiation. Outcomes were reintervention (revision, removal, or replacement), infection, and complication. Analytics were performed in March 2024. 13,432 patients received an IPP and 5676 received an AUS, 465 and 745 of whom were on ADT, respectively. The only significant AUS analysis was for patients on abiraterone having fewer reinterventions (10.5% vs 20.8%, RR = 0.50 [0.29, 0.88]). Patients receiving an IPP with ADT had fewer reinterventions (7.2% vs 12%, RR = 0.60 [0.39, 0.92]) and complications (12.7% vs 18.5%, RR = 0.68 [0.49, 0.95]). Those on a GnRH agonist had fewer reinterventions (7.4% vs 11.7%, RR = 0.63 [0.41, 0.98]) for IPP. Patients receiving an IPP on bicalutamide had fewer reinterventions ( <5.2%* vs 10.8%, RR = 0.48 [0.23, 0.99]) and on leuprolide had fewer complications (12.2% vs 19.3%, RR = 0.63 [0.43, 0.91]). The remainder of analyses showed no significant differences. Patients with IPP or AUS do not fare worse on ADT. Further evaluation into the duration of ADT may provide clinical context, but based on these results, ADT should not limit implant surgery.

Responses

Your email address will not be published. Required fields are marked *