Skip to main content

ORIGINAL RESEARCH article

Front. Oncol., 08 May 2024
Sec. Genitourinary Oncology
This article is part of the Research Topic The Role of AI in GU Oncology View all articles

Stratifying risk of disease in haematuria patients using machine learning techniques to improve diagnostics

Anna Drod*Anna Drożdż1*Brian DugganBrian Duggan2Mark W. RuddockMark W. Ruddock3Cherith N. ReidCherith N. Reid3Mary Jo KurthMary Jo Kurth3Joanne WattJoanne Watt3Allister IrvineAllister Irvine3John LamontJohn Lamont3Peter FitzgeraldPeter Fitzgerald3Declan O&#x;RourkeDeclan O’Rourke4David CurryDavid Curry4Mark EvansMark Evans4Ruth BoydRuth Boyd5Jose Sousa,Jose Sousa1,6
  • 1Personal Health Data Science Group, Sano – Centre for Computational Personalised Medicine - International Research Foundation, Krakow, Poland
  • 2South Eastern Health and Social Care Trust, Ulster Hospital Dundonald, Belfast, United Kingdom
  • 3Clinical Studies Group, Randox Laboratories Ltd., Co., Antrim, United Kingdom
  • 4Belfast Health and Social Care Trust, Belfast City Hospital, Belfast, United Kingdom
  • 5Northern Ireland Clinical Trials Network, Belfast City Hospital, Belfast, United Kingdom
  • 6Centre for Public Health, Institute of Clinical Sciences, Queen’s University, Belfast, United Kingdom

Background: Detailed and invasive clinical investigations are required to identify the causes of haematuria. Highly unbalanced patient population (predominantly male) and a wide range of potential causes make the ability to correctly classify patients and identify patient-specific biomarkers a major challenge. Studies have shown that it is possible to improve the diagnosis using multi-marker analysis, even in unbalanced datasets, by applying advanced analytical methods. Here, we applied several machine learning algorithms to classify patients from the haematuria patient cohort (HaBio) by analysing multiple biomarkers and to identify the most relevant ones.

Materials and methods: We applied several classification and feature selection methods (k-means clustering, decision trees, random forest with LIME explainer and CACTUS algorithm) to stratify patients into two groups: healthy (with no clear cause of haematuria) or sick (with an identified cause of haematuria e.g., bladder cancer, or infection). The classification performance of the models was compared. Biomarkers identified as important by the algorithms were also analysed in relation to their involvement in the pathological processes.

Results: Results showed that a high unbalance in the datasets significantly affected the classification by random forest and decision trees, leading to the overestimation of the sick class and low model performance. CACTUS algorithm was more robust to the unbalance in the dataset. CACTUS obtained a balanced accuracy of 0.747 for both genders, 0.718 for females and 0.803 for males. The analysis showed that in the classification process for the whole dataset: microalbumin, male gender, and tPSA emerged as the most informative biomarkers. For males: age, microalbumin, tPSA, cystatin C, BTA, HAD and S100A4 were the most significant biomarkers while for females microalbumin, IL-8, pERK, and CXCL16.

Conclusions: CACTUS algorithm demonstrated improved performance compared with other methods such as decision trees and random forest. Additionally, we identified the most relevant biomarkers for the specific patient group, which could be considered in the future as novel biomarkers for diagnosis. Our results have the potential to inform future research and provide new personalised diagnostic approaches tailored directly to the needs of the individuals.

1 Introduction

Haematuria is defined as the visible presence of red blood cells (RBCs) in urine (gross haematuria) or at least three RBCs in high-powered field upon microscopic evaluation of a urine sample. Prevalence of microhaematuria among the general population is relatively high. It was estimated that in 2.4 -31.1% of total urine samples, RBCs are detectable in concentrations exceeding a fixed reference threshold (14). A haematuria patient population can be heterogenous with differences in age, gender, risk factors, geographical diversity etc., and it can have very different aetiology, including the presence of genitourinary malignant diseases. While most commonly cases of haematuria are non-malignant (e.g., infection, kidney or bladder stones, benign prostate enlargement, menstrual blood contamination), first-stage assessment should always be focused on the physical examination and collection of patient history, current treatment (e.g., anticoagulants) (5), lifestyle (e.g., smoking, alcohol consumption, strenuous physical activity), occupational hazards and risk factors (6). Dipstick urine analysis can be performed to confirm or exclude some causes of haematuria, for example, infection. For non-obvious cases, further investigation should be performed. Currently, cystoscopy together with urine cytology is the gold standard for bladder cancer diagnosis. Cystoscopy is an invasive procedure which is not without risk e.g., infection, bleeding, and pain. Computed tomography (CT) urography is warranted for patients who require upper urinary tract investigation, which raises concerns of radiation exposure (7). A retrospective study by Georgieva et al. (8) compared the benefits, harms, and costs of different haematuria evaluation guidelines and showed that guidelines which missed the fewest cancers also generated the highest number of radiation-induced cancers, false-positive cases, and diagnostic procedures costs (Table 1). They also showed that uniform CT imaging for patients is associated with a limited increase in cancer detection, high personal cost and is generally uneconomical.

Table 1
www.frontiersin.org

Table 1 Comparison of different haematuria guideline outcomes simulated on the modelled haematuria patient’s cohort.

Given the high prevalence of haematuria, the numerous potential causes, and the significant human and financial costs involved, the development of non-invasive diagnostic tests, based on biomarkers from urine or blood samples, would be a major step forward. However, this presents a significant challenge. To date, only two biomarkers - nuclear matrix protein (NMP22) and bladder tumour antigen (BTA) - have been approved by the Food and Drug Administration (FDA) for the detection and monitoring of bladder cancer. Unfortunately, commercially available tests for both biomarkers have low specificity and high false-positive rates (1213). Data shows that combining biomarker screening (NMP22) with cytology may improve patient screening (14), but current guidelines do not recommend the use of urinary tumour biomarkers or cytology in the initial evaluation of microhaematuria. To improve the diagnostic pathway, current research has focused on shifting towards a multi-biomarker approach. This approach has been proven to provide improvements in cancer detection (15, 16) while also being cost-effective in differentiating patients with benign and malignant disease (17). The complexity of the diverse causes of haematuria necessitates studies with a large number of possible biomarkers, with the associated challenge of identifying the most informative without creating false discoveries. This makes multi-biomarker studies more complex and less tractable, creating a need for computational tools to generate personalised insights from the available data (1820).

Numerous studies have proved that by using advanced analytical methods, it is possible to create algorithms that can improve patient diagnosis with multiple biomarker analysis (15, 21, 22). Machine Learning (ML) (23, 24), especially, has been able to produce unique insights using different data sources (2527). One of the major challenges of traditional ML models is poor generalisation, due in part to low robustness to unbalanced distribution of classes within a dataset, which is a common scenario in medical data. These models pay equal attention to the majority and minority classes. As a result, they often perform poorly on the minority class, especially when the imbalance in the data is extreme (28). Data dimensionality is another major challenge for ML algorithms, especially when dealing with small datasets where the number of features exceeds the number of samples and where different types of data (e.g. continuous or categorical) are present. Non-meaningful parameters need to be separated to subtract hidden information and provide actionable insights to clinicians. This could be achieved at the level of domain experts and data-driven features that could be incorporated into the model design. The final challenge for ML, and currently a requirement for any clinical decision support system, is explainability. Explainability is a property of an AI algorithm that allows a human to understand why a particular decision was made. In practice, explainability can either be an inherent property of an algorithm, or it can be approximated by other methods. Many modern ML methods can outperform humans in certain analytical tasks (e.g., pattern recognition), but they lack explainability, so the explanation must be approximated. On the other hand, the performance of traditional explainable methods is usually inferior to modern state-of-the-art methods such as neural networks, so the trade-off between performance and explainability is a major challenge for modern clinical decision support systems.

The Haematuria Biomarker (HaBio) dataset (22) is a unique collection of data illustrative of a patient population presenting with haematuria and includes an extensive range of biomarkers preselected based on literature searches and clinical experience. At the same time, HaBio presents all the challenges for ML described above. Considering the need for novel biomarker discovery for haematuria patients’ stratification and ensuring the models explainability, we analysed the HaBio cohort using various ML algorithms, including the recently developed CACTUS explainable classification algorithm (29, 30). To facilitate the diagnosis procedure and provide actionable insights for clinical patient management, we have provided a selection of biomarkers that could be useful in clinical practice, along with their possible decision boundaries.

2 Materials and methods

2.1 HaBio cohort

The HaBio Study was a three-way collaborative project between Queen’s University Belfast, Northern Ireland Health Trusts and Randox Laboratories Ltd.

HaBio was funded by Invest Northern Ireland and Randox Laboratories Ltd. Ethical approval was obtained from the Office for Research Ethics Committee Northern Ireland (11/NI/0164) to recruit patients who satisfied the HaBio study inclusion criteria (22). The protocol for HaBio was also reviewed by hospital review boards and was conducted according to the Standards for Reporting of Diagnostic Accuracy (STARD) (31). A total of n=677 patients were recruited to HaBio, of which n=2 patients were excluded due to incomplete data. Therefore, the complete dataset is available for n=675 patients (n=485 males and n=190 females). There are significantly more males (2.5:1 ratio of males to females) which reflect “real world” urology patterns of presentation to haematuria clinics at the time of recruitment. This observation is borne out by the large number of men with benign prostatic hyperplasia (BPH) as a cause for haematuria. Within each gender there was a 2:1 ratio of non-cancer versus cancer (males 1.9:1 (319:166); females 2.7:1 (139:51), Figure 1).

Figure 1
www.frontiersin.org

Figure 1 Division of the dataset into the study groups (A) and the structure of the study population (B).

2.2 Biomarker analysis

At the time of recruitment, a research nurse or clinician measured each patient’s height, weight and blood pressure while also recording details of medical history, lifestyle/behaviours, and occupations before collecting urine (25ml) and blood (35ml) samples. In the collected samples, 80 biomarkers previously indicated as potential biomarkers of urinary tract diseases, representing a range of biological pathways, were measured (Supplementary Materials, Table A). Patient samples were analysed in triplicate and the results were expressed as a mean ± SD.

In the study, chosen biomarkers were analysed with several different techniques. At recruitment, patient urine samples were collected prior to cytoscopic examination and evaluated using the POC test for NMP22 (BladderChek, Alere, US). Osmolarity (mOsm) was determined using a Löser Micro-osmometer according to manufacturer’s instructions (Löser Messtechnik, Berlin, Germany). Total urinary protein levels (mg/ml) were measured by Bradford assay (Pierce, Rockford, IL, USA). For multimarker analysis Biochip Array Technology was used (simultaneous detection of multiple analytes from a single patient urine and/or serum sample) (Randox Clinical Laboratory Services (RCLS), Antrim, Northern Ireland, UK), other biomarkers were measured using commercially available ELISA kits. Detailed description of analytical procedures is provided in Supplementary Materials. When data was below the Limit of Detection (LOD) or the Mean Detectable Dose (MDD) for any given test, 90% of the LOD or the MDD was used in lieu of the actual value for analysis (22).

2.3 Classical approach

In the study, due to differences in the typical causes of haematuria and the prevalence of malignant diseases we analysed data separately for male and female participants, in addition to the entire cohort. In the pre-processing step, as the data were characterised by a highly skewed distribution, we performed a log transformation of the biomarker measurement results for further analysis to reduce the skewness and replaced missing data with the median value for the given biomarker. For analysis, urine and serum biomarkers were used; if the same biomarker was analysed in both serum and urine samples, serum results are indicated by the word “serum” in the biomarker name.

Firstly, we performed k-means clustering to assess if analysed features could be linearly separated. For k-means clustering, we iteratively tested the number of clusters from 1 to 20 and used the silhouette width to select the best configuration. We observed that for all three data subsets, the optimal value of clusters for k-means clustering was 2, showing that the distribution of features does not follow clear macro patterns or reflect the underlying number of causes of haematuria (Figure 2). As it was not possible to distinguish the number of clusters reflecting the number of underlying classes of final diagnosis, based on clinical evaluation and experience we decided to stratify patients into two subgroups, sick and healthy. The sick population had any of the following possible causes for their haematuria: chronic kidney diseases, infection, other benign diagnosis, bladder cancer, history of bladder cancer or other types of cancer (e.g., prostate cancer, renal cell carcinoma). The healthy population included every patient with no causes identified for their haematuria.

Figure 2
www.frontiersin.org

Figure 2 K-means algorithm applied to the input features for both genders (A), males (B) and females (C) used for classification. For all data subsets, the highest silhouette score was obtained for k = 2. Visualisation of the clustering process showed overlap within the final diagnostic group of the clusters, indicating poor compactness in the clusters. Individual patients are presented as a description of the final diagnosis.

The initial analysis included logistic regression analysis and assessment of balanced accuracy for each biomarker separately. For logistic regression, we tested two approaches: linear and, to account for any possible non-linear relationship between the biomarkers and the outcome, we also fitted natural cubic splines. The results of the two approaches were later compared by ANOVA and the best performing model was selected as the final regression analysis. Afterwards, we applied binary decision trees and random forest models. For both models we performed 10-fold cross validation repeated three times. As the random forest is not an inherently explainable method, in contrast to the decision trees, we applied the local interpretable model-agnostic explanations (LIME) algorithm (32), to provide the explanation of the classification process and understanding of the biomarkers’ influence on the final class prediction. LIME focuses on explaining the model’s prediction for individual cases. LIME generates a new dataset consisting of perturbed samples and the corresponding predictions and then trains an interpretable model (regression) on this new dataset, weighted by the proximity of the sampled cases to the case of interest. Because a linear model is inherently interpretable, the fitted weights can be inspected and viewed as proxies for feature importance and based on the proximity of the values to the perturbed data point, the cut-off values for individual features can be provided.

All the analysis described in this section were performed in R (33).

2.4 CACTUS classification

To model the healthy and sick classes, we used the CACTUS (29, 30) algorithm. In the first step, fully anonymized data abstractions of the quantitative and qualitative biomarker data were generated by (34) transforming raw biomarker data into two-stage data abstractions (flips) based on receiver-operator curve (ROC) theory. These flips were encoded with the last letter of the label for each biomarker: up (U) abstracts raw data above, and down (D) below calculated cut-off values. For each biomarker, significance was determined from the node’s conditional probability P(ƒ|ci) of the flip ƒ, given the class ci (sick or healthy). To assess how the conditional probability P(ƒ|ci), will change across the N considered classes, and to infer their importance for the classification process, ranks (Rxf) were calculated for each biomarker according to the to the Equation 1.

Rxf= i=1Nj>iN|P(xf|ci)P(xf|cj)|NC2(1)

To assess the accuracy of the network’s patient classification we calculated the (Equation 2). For every patient in the given state “s” (sick or healthy) the cost function (Cs)  was calculated based on the corresponding node significance (σs,i) of each biomarker (xi):

Cs=inσs,ixi(2)

The cost function with the greater value was the determinant for patient classification as sick or healthy. Obtained classifications were compared to real diagnosis groups, marked as true positive (TP), false negative (FN), true negative (TN) or false negative (FN) and used to calculate specificity (Equation 3.a), sensitivity (Equation 3.b) and accuracy (Equation 3.c) for all tested models. Due to the much higher number of sick patients in our study groups, we used balanced accuracy (a metric which is robust for unbalanced datasets) to assess model performance.

Sensitivity=TPTP+FN(3a)
Specificity= TNTN+FP(3b)
Balanced accuracy=sensitivity+specificity2(3c)

CACTUS has been implemented in Python3 (35).

2.5 Comparison of tested models

We evaluated the performance of each model using the χ2 test, which assesses whether the performance of the model is better than random chance. To compare the performance of the tested models, we performed a pairwise comparison of the model results using the McNemar test on the classification results, with a significance level of 0.05.

3 Results

K-means clustering was performed to assess how linearly separable the results were and whether it is possible to distinguish the final diagnostic group by the structure of the clusters. To select the best number of clusters, we used the silhouette score for which the highest value was obtained for two clusters in all analysed data subsets (k = 2). To visualise how patients with different final diagnosis groups are distributed within clusters, we have plotted individual points as biomarkers representing the final diagnosis on Figure 2. The graph shows that different final diagnosis groups are clustered within the same clusters, and a significant overlap of clusters.

Assessment of balanced accuracy of the logistic regression showed that single biomarkers were not specific enough to discriminate between healthy and sick patients (Supplementary Materials, Tables B–D). For both genders, the highest accuracy was obtained for urine cystatin C (0.580, cubic spline), soluble tumour necrosis factor receptor I (sTNFRI, 0.572, linear model), and progranulin (0.516, linear model). For females, the three biomarkers with the best scoring performance were phospho-extracellular signal regulated kinase (pERK, 0.673, linear model), microalbumin (0.672, linear model) and chemokine (C-X-C motif) ligand 16 (CXCL16, 0.667, linear model). In the male data subset, which is highly unbalanced, no single biomarker gave an accuracy higher than 0.5.

Decision trees provided simple rule-based models based on a maximum of 14 biomarkers (including gender) for patient classification. The most complicated tree was built for a dataset with patients of both genders. The first branch was built based on the male gender; resulting in the subsequent branches being gender specific. The male and female decision trees were similar to the branches of the tree built for both genders, with some additional branches. In the case of males, stratification was improved by adding decision boundaries based on serum hyaluronic acid (HAD) and pERK levels, allowing additional healthy individuals to be distinguished. In the female decision trees, the situation was reversed; the classification was performed with a lower number of features and some of the branches of the trees for both genders, such as vascular endothelial growth factor (VEGF), were pruned. The highest balanced accuracy of decision tree classification was obtained when both genders were analysed together (0.640, Figure 3A), even though the first split was on gender. Separate stratification for males and females gave lower balanced accuracy (0.551, Figure 3B and 0.623, Figure 3C), and better significance and specificity was obtained for females as the data subset was more balanced (Table 2).

Figure 3
www.frontiersin.org

Figure 3 Decision trees created for all three datasets: (A) both genders dataset, (B) males dataset, (C) females dataset.

Table 2
www.frontiersin.org

Table 2 Comparison of tested models’ performance, statistical analysis was performed with the χ2 test, with significance level of 0.05.

The effectiveness of the random forest classification was also insufficient to discriminate between sick and healthy individuals (Table 2). The highest value of balanced accuracy was obtained for the female data subset (0.665), lower for both genders (0.627) and the lowest for the male subset (0.512, not statistically significant, p-value = 0.135). The corresponding values of sensitivity and specificity showed a bias towards the more prevalent class (sick), which is most visible in the case of the male data subset (sensitivity: 1.00, specificity: 0.024), showing that all cases of sick individuals were correctly classified and only one healthy individual was correctly classified. We also extracted the top 10 features for random forest classification (Figure 4A). As can be seen in the graph, two of the most important features are gender-specific (serum total prostate specific antigen (tPSA) and gender), justifying the need to separate female and male cases for analysis purposes. Several biomarkers such as: microalbumin, osmolarity, sTNFRI, cystatin C, CXCL16, pERK, progranulin, and patient age were of high importance for two or three data subsets. Although the biomarkers were common to the data subsets, as the LIME analysis showed, the decision boundaries (levels of the biomarkers) and their contribution (weights) to the final model were different. For example, for age, which is one of the most important characteristics, the lowest cut-off value in the case of both genders was 60 and has a slightly higher influence on the classification of the healthy category than the sick category; for the male data subset only, this cut-off value was 61, with the same influence on the classification. In the case of all analysed data subsets, there were some biomarkers within certain ranges that had a clear positive or negative influence on the classification (Figure 4B, and Table 3).

Figure 4
www.frontiersin.org

Figure 4 Random forest results. (A) Top 10 most important features selected by random forest, (B) LIME analysis results, the cut-off values are presented as raw values for each biomarker. The value of the mean weight of the biomarkers indicates whether the biomarker, within the specified range, has a positive (positive value) or negative (negative value) influence for being classified as a sick (S) (red colour) or healthy (H) (blue colour) individual. In the case of both genders’ dataset analysis there were 4 biomarkers with a positive and 1 with a negative influence on sick class. In the male data subset, there were 9 biomarkers with a positive and 2 biomarkers with a negative influence on the sick class. In the female data subset, there was 1 biomarker with positive and 1 with negative influence towards the sick class and 1 with positive influence towards the healthy class.

Table 3
www.frontiersin.org

Table 3 Comparison of the decision boundaries for each algorithm. The cut-off values are shown as raw measurement results.

CACTUS classification gave a higher balanced accuracy than the models described above for all analysed data subsets (0.747 both genders, 0.803 males, 0.718 females). Moreover, the obtained values of sensitivity and specificity were more balanced, although the sensitivity was lower, which indicated a higher false negative rate. The CACTUS specificity was higher than the specificity for decision trees and random forests, showing that the classification was not biased towards the predominant group (sick individuals) (Table 2).

The 10 biomarkers with the highest CACTUS ranks for sick and healthy individuals in all groups is shown in Figure 5. The ranks provide information about the average difference between the classes (sick and healthy) for the probability of the biomarkers being in each state (‘U’ or ‘D’), meaning that the higher the rank value, the greater the difference in at least one of the probabilities. Like random forest, CACTUS confirmed the need to stratify patients into subgroups based on gender, as gender was indicated by CACTUS as the most important factor for the whole population studied. Additionally, the second most important biomarker was serum tPSA, a gender-specific biomarker of prostate health and therefore important in the classification process. Microalbumin was reported as the third most important biomarker for both genders, but also received a high score in the gender stratified analysis (second for men and first for women).

Figure 5
www.frontiersin.org

Figure 5 CACTUS analysis results for all three data subsets: (A) both genders dataset, (B) males dataset, (C) females dataset. The top panel presents the ten most important biomarkers according to the rank values. The bottom panel presents probability of flips for sick and healthy in descending order of rank value.

In the male population, age is the highest ranked factor and was not reported in any of the other subsets analysed. In addition, as in the random forest analysis, several biomarkers such as serum tPSA, microalbumin, CXCL16, urinary protein, monocyte chemoattractant protein-1 (MCP-1), and progranulin were present with a high score in more than two groups and are therefore more sensitive to discovering the differences in flips which were more prevalent in the healthy class, than the sick class. This was visible as a higher difference in between probabilities of nodes in the healthy. Interestingly, microalbumin was the only common biomarker in both male and female results, suggesting a gender-specific mechanism for haematuria development.

In CACTUS analysis, the flip probabilities indicated whether the biomarker was generally below (‘D’) or above (‘U’) the calculated cut-off values; we observed that the distribution of some of the biomarkers changed significantly between classes. For example, when looking at the dataset for both genders, we can see that male, having a serum tPSA above the cut-off value and having high levels of microalbumin are important factors for classification as sick. We have also observed that some features were only important for classification in one class and for the second class there was an equal or almost equal probability of the flip probabilities. This was the case in the both genders dataset for sTNFRI, which had the same probability of flip for healthy individuals (0.5, 0.5), but showed higher probability (0.836) for sTNFRI being in state (‘U’) for the patients classified as sick. In the male population, the probability of flips indicated that being older (0.721), with higher levels of MCP-1 (0.797), serum tPSA (0.649) and sTNFRII (0.836) and reduced levels of D-dimer (0.676) were important factors in being sick. It is interesting to note that in the male population, CACTUS classification detected higher differences in the flip’s probability for healthy individuals than in sick. In the female dataset we observed the gradual change in the flip probabilities, i.e., the highest difference in the flip probability, which was most important for healthy individuals (microalbumin), had at the same time the lowest difference for sick individuals and vice versa.

4 Discussion

In the study, we analysed the HaBio cohort, which contains data from patients presenting with haematuria. One of the challenges related to the analysis of this dataset is the unbalanced structure of data, both in terms of gender (male predominance) and the different number of patients in each disease category. The data structure reflects the real-world structure of the patients reporting to a clinician with haematuria and is related to differences in diagnostic processes and potential risks. Males, older patients, and smokers have significantly higher malignancy risk (3639). On the other hand, women do not receive the same diagnostic attention, which leads to delays in urological consultation and poorer oncological outcomes in bladder cancer (22, 40, 41). It is therefore crucial to provide gender-specific blood or urine biomarkers which could reduce the time and harm associated with the current methods, while being affordable and addressing gender inequalities in the diagnostic process.

A second element contributing to the unbalanced structure of the dataset was the different number of patients in each category. As k-means clustering showed it was not possible to distinguish the final diagnostic group (bladder cancer, benign prostate enlargement, infections, incidental haematuria, other cancers, and benign disease) by the structure of the clusters. The best results were obtained when clustering into two, highly unbalanced clusters (Figure 2). Although, it is possible to computationally balance datasets during analysis (4244) these data reflect the true distribution of patients presenting to clinicians with haematuria, so no pre-processing techniques were used to balance the class distribution. Additionally, initial stratification into healthy and sick groups could expedite the diagnostic process by referring patients to the most appropriate specialist or for more targeted diagnostic and less invasive testing, which could be beneficial for patients and clinicians.

In the case of decision trees and random forests we observed a strong influence of the unbalanced nature of the dataset on the classification process, while CACTUS was the most robust. As the imbalance between sick and healthy increased (111:79 for females, 152:523 for both genders and 41:444 for males) the discrepancies between the model metrics (specificity, sensitivity, accuracy, and balanced accuracy) also increased (Table 2). This was particularly evident for the male random forest analysis, where the balanced accuracy was 0.512 and the specificity 0.024, meaning that in this case only one healthy individual was classified as healthy. This result was not statistically significant, meaning that there was no difference between the classification result and random chance. A possible explanation for this was that random forests build each constituent tree from a bootstrap sample of the training data. There was a significant chance that bootstrapped samples from extremely unbalanced datasets could contain few or even none of the minority class, resulting in a model with poor performance. On the contrary, CACTUS despite the high prevalence of sick classes in the males dataset, obtained very high specificity (0.829), meaning that the algorithm was able to detect a high number of healthy patients and could potentially exclude them from subsequent invasive diagnostic procedures. The high performance of CACTUS was a result of its design. The classification process was based on the probability of each feature being in the state “U” or “D” for the given class which was not influenced by the number of cases in each class. Therefore, when the imbalance was high (both genders and males dataset) CACTUS generates the statistically significant improvement in the classification (Table 4) when comparing to random forest and decision trees.

Table 4
www.frontiersin.org

Table 4 Pairwise comparison of the model’s performance for the data subsets with McNemar test.

Logistic regression, showed that single biomarkers were not effective in identifying sick or healthy patients (Supplementary Materials, Tables B-D). It has been shown that the use of multiple biomarkers can improve the stratification of patients with bladder cancer (22), which has been confirmed by our analysis. The highest improvement in balanced accuracy was obtained for the male subset with the CACTUS classifier (0.803 versus 0.500 for single biomarker analysis). We also observed improvements in balanced accuracy for both genders (from 0.572 for the best single marker to 0.747) and for females (from 0.672 to 0.718) when using CACTUS. Interestingly, this improvement was not as significant using the other two methods (Table 2).

The aim of the study was not only to classify patients, but also to identify potential biomarkers and their decision boundaries (Table 3). As shown in Table 3, the most important biomarkers differ widely between the algorithms and the data subsets tested. For the dataset of both genders, the most important features for all algorithms were gender and microalbumin. Microalbumin has been described in the literature as a marker of renal dysfunction (45, 46). There is some evidence that elevated levels of microalbumin may be associated with some types of cancer, including cancer of the urinary tract (47). In the literature, values of microalbumin below 20 mg/mL are considered physiologically normal, but according to our analysis, the decision boundaries could be much lower, >5.38 mg/mL or >13.43 mg/mL depending on the model and dataset (Table 3). The values above the decision boundaries are classified as important for the stratification process and are more indicative of sick individuals. Therefore, when using the official reference values, it is possible to miss some individuals with developing pathology.

Another important biomarker selected by random forest and CACTUS algorithms for both genders dataset was serum tPSA. The decision boundaries for serum tPSA were underestimated when analysed in the both genders dataset due to the presence of female samples, where in most cases the serum tPSA level was below the detection limit. For the male dataset, serum tPSA was only indicated by CACTUS, with a level of 1.03 ng/mL being indicative of a pathological state. This is well below the reference values even in the youngest men. PSA is prostate specific antigen and elevated levels of PSA could be caused by conditions that lead to disruption of the epithelial cells of the prostate basal membrane, such as prostatitis, benign prostatic enlargement (BPE), prostate biopsies and surgery or decreased by medication, including 5-alpha reductase inhibitors (4851). As the male dataset includes patients with different underlying causes of haematuria, not all of which affect PSA levels, observed values may be lower than reference levels even in the presence of BPE in the study group. Gender stratification is also strongly associated with age, which was identified as one of the important features by decision trees when analysing the whole dataset, and by CACTUS and random forest when analysing males only. It is known that biomarkers (such as cytokines, lipids or organ-specific biomarkers such as PSA (5254)) change with age, as does the likelihood of developing age-related conditions such as prostate enlargement (55) or bladder cancer (56). According to our results patients over 60 years of age, and especially males over 63 (CACTUS estimation) should receive special attention during the diagnostic process, as risk of developing disease increases. These results are in line with current American Urological Association (AUA) guidelines (4), which place male patients over the age of 60 at high risk of malignancy.

Several biomarkers important for bladder cancer screening were also indicated in the models in the male dataset, i.e., BTA (CACTUS), HAD (random forest and decision tree), and S100 calcium-binding protein A4 (S100A4) (random forest), however they were not among the most important features in the respective models. This may be due to the wide variety of diseases underlying haematuria in the datasets. BTA (12, 13), HAD (57) and S100A4 (58) are closely related to tumourigenesis, so the addition of samples from individuals without malignant disease could influence the distribution of these features, making them less important for the classification process.

For the female stratification process, many of the most important characteristics differ from the male and both genders datasets. One of the selected biomarkers is interleukin-8 (IL-8) measured in urine. IL-8 is an angiogenic factor associated with inflammation and carcinogenesis. It has been shown that elevated urinary levels of IL-8 are associated with urothelial cell carcinoma (59, 60). In the study of Urquidi et al. (61) it has been shown that the urinary level of IL-8 in patients is elevated when compared to healthy controls with the median value of 128.43 pg/ml vs. 0 pg/ml, respectively. Our analysis set the decision boundaries at 68.12 pg/ml (CACTUS) and above 20.89 pg/ml (random forest), which is comparable to previously obtained data and allows a more detailed classification of patients. It is important to note that IL-8, as a pro-inflammatory cytokine, is also elevated in the samples of patients with urinary tract infections (59), so it should be used more as a biomarker of pathological conditions rather than specific diseases.

Other biomarkers that are important in stratifying women are the phosphorylated form of ERK and epidermal growth factor (EGF). ERKs are members of the mitogen-activated protein kinase (MAPK) family and are involved in cell cycle regulation and tissue proliferation. MAPK signalling is active in both early and advanced stages of tumourigenesis and promotes tumour proliferation, survival, and metastasis (62). EGF has also been shown to activate the MAPK/ERK pathway (63, 64). EGF, acting through the EGF receptor, promotes cancer development (65). EGF has been shown to promote bladder cancer cell proliferation (66). To the best of our knowledge, this is the first time that EGF has been described as a potential biomarker for the detection of the pathology related to urinary tract cancer, providing an initial estimate of the possible concentration of the biomarker for decision making.

Several biomarkers were common to more than one group including CXCL16, cystatin C and microalbumin (described above). CXCL16 is a cholesterol receptor and a chemokine with a potential role in vascular injury, angiogenesis, and inflammation. CXCL16 has previously been described to be elevated in patients with urothelial cancer (67, 68) and diabetic kidney disease (69). As CXCL16 is not a routinely studied biomarker, reference values for it have not yet been described, but according to our studies, elevated levels are associated with the pathological causes of underlying haematuria. Urinary levels of CXCL16 higher than 0.1 ng/mL or 0.3 ng/mL (depending on the gender and the model, Table 3), may be of use in the stratification of patients presenting with haematuria.

Cystatin C was also suggested as a potential biomarker by several models, when measured in urine and serum (Table 3). Cystatin C is a biomarker produced by all nucleated cells and is freely filtered by the kidney with almost complete reabsorption in the proximal tubule and no significant urinary excretion. It has been postulated that serum cystatin C levels may be a more stable alternative to creatinine for glomerular filtration rate (GFR) (70) and a potential new biomarker of renal dysfunction (71, 72). In addition, some studies have shown that decreased serum cystatin C levels may be present in bladder cancer (73). There is also some evidence of increased expression of CST3 mRNA in higher-risk prostate cancer patients compared with those at lower-risk (74), but the utility of cystatin C (both serum and urine) requires further study. Our analysis showed that upper decision boundary for urinary cystatin C levels could be set up between 0.83 ng/ml and1.2 ng/ml (decision trees) and 6.84 ng/ml (random forest) are indicative of disease status. For men, the values are 1.2 ng/ml and 20.99 ng/ml (depending on the gender and the model, Table 3). As there are no officially established values for urinary cystatin C, reference values have been suggested at the level of 0.119-0.213 mg/L (75) or 0.06 - 0.16 mg/L (76) which is much higher than our study suggested. There are well established reference values for serum cystatin C which are around 0.58 - 1.02 mg/L (77). This is similar to the decision limits given by CACTUS for males (0.98 mg/L) and decision trees for both genders (0.84 mg/L).

Other biomarkers which were not common to all datasets or were only indicated by one of the algorithms are involved in different biological pathways, including inflammation (C-reactive protein (CRP), HAD, IL-8, MCP-1, Midkine, sTNFRI, neutrophil gelatinase-associated lipocalin (NGAL)) and metastasis (cluster of differentiation 44 (CD44), carcinoembryonic antigen (CEA), cystatin B, IL-8, NGAL, transforming growth factor beta-1 (TGF-β1)) which, after additional investigation, could also lead to the discovery of new clinically useful biomarkers.

In the study, we identify several biomarkers that have not been studied in relation to haematuria, or biomarkers without established reference values. Although this is a retrospective study, it may point the way for future research. We believe that several of the selected biomarkers (CXCL16 for both genders, HAD and S100A4 for males and IL-18, pERK and EGF for females) may have the potential to be introduced into routine diagnostics in the future, but this will require further work not only to establish reference values but also to better understand underlying mechanisms.

Notably some guidelines no longer recommend invasive testing for microscopic haematuria, and this seems to improve general patient management (78, 79). Given the challenges described in the diagnostic process, including the high cost (economic and personal) the proposed pre-stratification of patients with biomarker screening could be a further improvement. However, for people with macroscopic haematuria, cystoscopy is still recommended. In the HaBio cohort, 48% of patients with macroscopic haematuria did not have malignancy and had to undergo invasive diagnosis. Non-invasive methods based on biomarker screening could change the approach to the initial assessment of haematuria, reducing the number of false-positive and false-negative cases and providing affordable and time-efficient diagnostic procedures.

5 Conclusions

In this work, we addressed the challenging problem of diagnosing patients presenting with haematuria into two subclasses (healthy or sick), which could enable the introduction of improvements in patient management, allowing for a more efficient use of healthcare resources. With multiple possible causes and large variations in the number of patients with each condition, we addressed the problem of analysing unbalanced datasets in a medical setting and showed that by carefully selecting the models applied, it is possible to perform meaningful analysis even on challenging datasets. We focused on both classification and explanatory power to aid decision making. Although we were able to classify patients with satisfactory accuracy and provide decision boundaries for each of the biomarkers, our analyses were based on a retrospective study and further work is required to introduce the proposed biomarkers into clinical practice. Nevertheless, the classification obtained and the selection of biomarkers provided could be used to inform guidance for healthcare professionals to develop less invasive, faster and more economical strategies for patient disease management.

Data availability statement

The datasets generated during and/or analyzed during the current study are not publicly available for privacy reasons, but are available on reasonable request. Requests to access these datasets should be directed to Mark W. Ruddock, mark.ruddock@randox.com.

Ethics statement

The studies involving humans were approved by Office of Research Ethics Committee Northern Ireland (11/NI/0164). The studies were conducted in accordance with the local legislation and institutional requirements. The participants provided their written informed consent to participate in this study.

Author contributions

AD: Conceptualization, Formal analysis, Methodology, Supervision, Validation, Visualization, Writing – review & editing. BD: Conceptualization, Investigation, Writing – review & editing. MR: Conceptualization, Investigation, Writing – review & editing. CR: Conceptualization, Investigation, Writing – review & editing. MK: Conceptualization, Writing – review & editing, Investigation. JW: Conceptualization, Investigation, Writing – review & editing. AI: Writing – review & editing. JL: Conceptualization, Investigation, Writing – review & editing. PF: Conceptualization, Investigation, Writing – review & editing. DO: Conceptualization, Investigation, Writing – review & editing. DC: Writing – review & editing, Investigation, Conceptualization. ME: Writing – review & editing, Conceptualization, Investigation. RB: Conceptualization, Investigation, Writing – review & editing. JS: Conceptualization, Formal analysis, Methodology, Software, Supervision, Writing – original draft.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This publication was supported by Invest Northern Ireland and Randox Laboratories Ltd (funding of the HaBio study), European Union’s Horizon 2020 research and innovation programme under grant agreement Sano No 857533 and by Sano project carried out within the programme of the Foundation for Polish Science under grant No MAB PLUS/2019/13 co-financed by the European Union under the European Regional Development Fund which funded the innovative analysis.

Acknowledgments

The authors would like to acknowledge the patients, patient representatives and the clinical research nurses who were involved in the study. This work was supported by the Northern Ireland Cancer Trials Network and Belfast Experimental Cancer Medicine Centre.

Conflict of interest

Authors MR, CR, MK, JW, AI, and JL were employed by Randox Laboratories Ltd but hold no shares in the company. PF is the Managing Director and owner of Randox Laboratories Ltd, a privately-owned company.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fonc.2024.1401071/full#supplementary-material

References

1. Mohr DN, Offord KP, Owen RA, Melton III, L.J. Asymptomatic microhematuria and urologic disease: A population-based study. JAMA. (1986) 256:224–9. doi: 10.1001/jama.1986.03380020086028

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Britton JP, Dowell AC, Whelan P, Harris CM. A community study of bladder cancer screening by the detection of occult urinary bleeding. J Urol. (1992) 148:788–90. doi: 10.1016/S0022-5347(17)36720-4

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Messing EM, Madeb R, Young T, Gilchrist KW, Bram L, Greenberg EB, et al. Long-term outcome of hematuria home screening for bladder cancer in men. Cancer. (2006) 107:2173–9. doi: 10.1002/cncr.22224

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Barocas DA, Boorjian SA, Alvarez RD, Downs TM, Gross CP, Hamilton BD, et al. Microhematuria: AUA/SUFU guideline. J Urol. (2020) 204:778–86. doi: 10.1097/JU.0000000000001297

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Ingelfinger JR. Hematuria in adults. In: Longo DL, editor. New England journal of medicine, vol. 385. Boston and Waltham, Massachusetts: Massachusetts Medical Society (2021). p. 153–63. doi: 10.1056/NEJMra1604481

CrossRef Full Text | Google Scholar

6. Loo RK, Lieberman SF, Slezak JM, Landa HM, Mariani AJ, Nicolaisen G, et al. Stratifying risk of urinary tract Malignant tumors in patients with asymptomatic microscopic hematuria. Mayo Clinic Proc. (2013) 88:129–38. doi: 10.1016/j.mayocp.2012.10.004

CrossRef Full Text | Google Scholar

7. Nawfel RD, Judy PF, Schleipman AR, Silverman SG. Patient radiation dose at CT urography and conventional urography. Radiology. (2004) 232:126–32. doi: 10.1148/radiol.2321030222

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Georgieva MV, Wheeler SB, Erim D, Smith-Bindman R, Loo R, Ng C, et al. Comparison of the harms, advantages, and costs associated with alternative guidelines for the evaluation of Hematuria. JAMA Internal Med. (2019) 179:1352–62. doi: 10.1001/jamainternmed.2019.2280

CrossRef Full Text | Google Scholar

9. van der Molen AJ, Hovius MC. Hematuria: A problem-based imaging algorithm illustrating the recent dutch guidelines on Hematuria. Am J Roentgenology. (2012) 198:1256–65. doi: 10.2214/AJR.11.8255

CrossRef Full Text | Google Scholar

10. Wollin T, Laroche B, Psooy K. Canadian guidelines for the management of asymptomatic microscopic hematuria in adults. Can Urol Assoc J. (2013) 3(1):77. doi: 10.5489/cuaj.1029

CrossRef Full Text | Google Scholar

11. Loo R, Whittaker J, Rabrenivich V. National practice recommendations for hematuria: how to evaluate in the absence of strong evidence? Permanente J. (2009) 13:37–46. doi: 10.7812/TPP/08-083

CrossRef Full Text | Google Scholar

12. Sharma S, Zippe CD, Pandrangi L, Nelson D, Agarwal A. Exclusion criteria enhance the specificity and positive predictive value of NMP22* and BTA stat. he J Urol. (1999) 162:53–7. doi: 10.1097/00005392-199907000-00014

CrossRef Full Text | Google Scholar

13. Guo A, Wang X, Gao L, Shi J, Sun C, Wan Z. Bladder tumour antigen (BTA stat) test compared to the urine cytology in the diagnosis of bladder cancer: A meta-analysis. J Can Urological Assoc. (2014) 8:E347. doi: 10.5489/cuaj.1668

CrossRef Full Text | Google Scholar

14. Sajid MT, Zafar MR, Ahmad H, Ullah S, Mirza ZI, Shahzad K. Diagnostic accuracy of NMP 22 and urine cytology for detection of transitional cell carcinoma urinary bladder taking cystoscopy as gold standard. Pakistan J Med Sci. (2020) 36:705–10. doi: 10.12669/pjms.36.4.1638

CrossRef Full Text | Google Scholar

15. Abogunrin F, O’Kane HF, Ruddock MW, Stevenson M, Reid CN, O’Sullivan JM, et al. The impact of biomarkers in multivariate algorithms for bladder cancer diagnosis in patients with hematuria. Cancer. (2012) 118:2641–50. doi: 10.1002/cncr.26544

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Dimashkieh H, Wolff DJ, Smith TM, Houser PM, Nietert PJ, Yang J. Evaluation of urovysion and cytology for bladder cancer detection: A study of 1835 paired urine samples with clinical and histologic correlation. Cancer Cytopathology. (2013) 121:591–7. doi: 10.1002/cncy.21327

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Sutton AJ, Lamont J, Evans RM, Williamson K, O’Rourke D, Duggan B, et al. An early analysis of the cost-effectiveness of a diagnostic classifier for risk stratification of haematuria patients (DCRSHP) compared to flexible cystoscopy in the diagnosis of bladder cancer. PloS One. (2018) 13:e0202796. doi: 10.1371/journal.pone.0202796

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Raghupathi W, Raghupathi V. Big data analytics in healthcare: promise and potential. Health Inf Sci Syst. (2014) 2:3–10. doi: 10.1186/2047-2501-2-3

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Ryu S, Song T-M. Big data analysis in healthcare. Healthcare Inf Res. (2014) 20:247. doi: 10.4258/hir.2014.20.4.247

CrossRef Full Text | Google Scholar

20. Mathew PS, Pillai AS. (2015). Big Data solutions in Healthcare: Problems and perspectives, in: 2015 international conference on innovations in information, embedded and communication systems (ICIIECS). (IEEE) pp. 1–6. doi: 10.1109/ICIIECS.2015.7193211

CrossRef Full Text | Google Scholar

21. Emmert-Streib F, Abogunrin F, de Matos Simoes R, Duggan B, Ruddock MW, Reid CN, et al. Collectives of diagnostic biomarkers identify high-risk subpopulations of hematuria patients: Exploiting heterogeneity in large-scale biomarker data. BMC Med. (2013) 11:1–15. doi: 10.1186/1741-7015-11-12

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Duggan B, O’Rourke D, Anderson N, Reid CN, Watt J, O’Kane H, et al. Biomarkers to assess the risk of bladder cancer in patients presenting with haematuria are gender-specific. Front Oncol. (2022) 12:1009014. doi: 10.3389/fonc.2022.1009014

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Dwivedi AK. Analysis of computational intelligence techniques for diabetes mellitus prediction. Neural Computing Appl. (2018) 30:3837–45. doi: 10.1007/s00521-017-2969-9

CrossRef Full Text | Google Scholar

24. Rasheed J, Jamil A, Hameed AA, Aftab U, Aftab J, Shah SA, et al. A survey on artificial intelligence approaches in supporting frontline workers and decision makers for COVID-19 pandemic. Chaos Solitons Fractals. (2020) 141:110337. doi: 10.1016/j.chaos.2020.110337

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Nambiar R, Bhardwaj R, Sethi A, Vargheese R. (2013). A look at challenges and opportunities of big data analytics in healthcare, in: 2013 IEEE international conference on big data. (IEEE), pp. 17–22. doi: 10.1109/BigData.2013.6691753

CrossRef Full Text | Google Scholar

26. O’Leary DE. (2013). Artificial intelligence and big data. IEEE intelligent systems. 28:96–9. doi: 10.1109/mis.2013.39

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Sun J, Reddy CK. Big data analytics for healthcare. ACM. (2013) 27–70. doi: 10.1145/2487575

CrossRef Full Text | Google Scholar

28. Zhang Y-P, Zhang L-N, Wang Y-C. (2010). Cluster-based majority under-sampling approaches for class imbalance learning, in: 2010 2nd IEEE international conference on information and financial engineering. (IEEE), pp. 400–4. doi: 10.1109/ICIFE.2010.5609385

CrossRef Full Text | Google Scholar

29. Gherardini L, Varma VR, Capała K, Woods R, Sousa J. CACTUS: a comprehensive abstraction and classification tool for uncovering structures. ACM Trans Intelligent Syst Technol. (2024). doi: 10.1145/3649459

CrossRef Full Text | Google Scholar

30. Ibias A, Varma R, Capa K, Gherardini L, Sousa J. SaNDA: A Small and INcomplete Dataset Analyser. (2023) 640:119078. doi: 10.2139/ssrn.4364273.

CrossRef Full Text | Google Scholar

31. Bossuyt PM, Reitsma JB, Bruns DE, Gatsonis CA, Glasziou PP, Irwig LM, et al. Towards complete and accurate reporting of studies of diagnostic accuracy: the STARD initiative. BMJ. (2003) 326:41–4. doi: 10.1136/bmj.326.7379.41

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Ribeiro M, Singh S, Guestrin C. Why should I trust you?’: explaining the predictions of any classifier. In: Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining. Stroudsburg, PA, USA. pp. 97–101. doi: 10.18653/v1/N16-3020

CrossRef Full Text | Google Scholar

33. R Core Team. R: A Language and Environment for Statistical Computing. Vienna, Austria: R Foundation for Statistical Computing (2023).

Google Scholar

34. Barabási A-L, Gulbahce N, Loscalzo J. Network medicine: a network-based approach to human disease. Nat Rev Genet. (2011) 12(1):56–68. doi: 10.1038/nrg2918

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Van Rossum, Guido, Drake FL. Python 3 reference manual. Scotts Valley, CA: CreateSpace (2009).

Google Scholar

36. Burger M, Catto JWF, Dalbagni G, Grossman HB, Herr H, Karakiewicz P, et al. Epidemiology and risk factors of urothelial bladder cancer. Eur Urol. (2013) 63:234–41. doi: 10.1016/j.eururo.2012.07.033

PubMed Abstract | CrossRef Full Text | Google Scholar

37. Crivelli JJ, Xylinas E, Kluth LA, Rieken M, Rink M, Shariat SF. Effect of smoking on outcomes of urothelial carcinoma: A systematic review of the literature. Eur Urol. (2014) 65:742–54. doi: 10.1016/j.eururo.2013.06.010

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Pietzak EJ, Mucksavage P, Guzzo TJ, Malkowicz SB. Heavy cigarette smoking and aggressive bladder cancer at initial presentation. Urology. (2015) 86:968–73. doi: 10.1016/j.urology.2015.05.040

PubMed Abstract | CrossRef Full Text | Google Scholar

39. Cambier S, Sylvester RJ, Collette L, Gontero P, Brausi MA, van Andel G, et al. EORTC nomograms and risk groups for predicting recurrence, progression, and disease-specific and overall survival in non–muscle-invasive stage Ta–T1 urothelial bladder cancer patients treated with 1–3 years of maintenance Bacillus Calmette-Guérin. Eur Urol. (2016) 69:60–9. doi: 10.1016/j.eururo.2015.06.045

PubMed Abstract | CrossRef Full Text | Google Scholar

40. Jemal A, Siegel R, Ward E, Hao Y, Xu J, Murray T, et al. Cancer statistic. CA: A Cancer J Clin. (2008) 58:71–96. doi: 10.3322/ca.2007.0010

CrossRef Full Text | Google Scholar

41. Garg T, Pinheiro LC, Atoria CL, Donat SM, Weissman JS, Herr HW, et al. Gender disparities in Hematuria evaluation and bladder cancer diagnosis: A population based analysis. J Urol. (2014) 192:1072–7. doi: 10.1016/j.juro.2014.04.101

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Chawla NV, Bowyer KW, Hall LO, Kegelmeyer WP. SMOTE: synthetic minority over-sampling technique. J Artif Intell Res. (2002) 16. doi: 10.1613/jair.953

CrossRef Full Text | Google Scholar

43. He H, Bai Y, Garcia EA, Li S. (2008). ADASYN: Adaptive synthetic sampling approach for imbalanced learning, in: 2008 IEEE International Joint Conference on Neural Networks (IEEE World Congress on Computational Intelligence), IEEE, . pp. 1322–8. doi: 10.1109/IJCNN.2008.4633969

CrossRef Full Text | Google Scholar

44. Bao L, Juan C, Li J, Zhang Y. Boosted Near-miss Under-sampling on SVM ensembles for concept detection in large-scale imbalanced datasets. Neurocomputing. (2016) 172:198–206. doi: 10.1016/j.neucom.2014.05.096

CrossRef Full Text | Google Scholar

45. Poudel B, Yadav BK, Nepal AK, Jha B, Raut KB. Prevalence and association of microalbuminuria in essential hypertensive patients. North Am J Med Sci. (2012) 4:331–5. doi: 10.4103/1947-2714.99501

CrossRef Full Text | Google Scholar

46. Khoury CC, Chen S, Ziyadeh FN. Pathophysiology of diabetic nephropathy. Chronic Renal Dis. (2019) 15:279–96. doi: 10.1016/B978-0-12-815876-0.00019-X

CrossRef Full Text | Google Scholar

47. Luo L, Kieneker LM, van der Vegt B, Bakker SJL, Gruppen EG, Casteleijn NF, et al. Urinary albumin excretion and cancer risk: The PREVEND cohort study. Nephrol Dialysis Transplant. (2023) 38:2723–32. doi: 10.1093/ndt/gfad107

CrossRef Full Text | Google Scholar

48. Gormley GJ, Stoner E, Bruskewitz RC, Imperato-McGinley J, Walsh PC, McConnell JD, et al. The effect of finasteride in men with benign prostatic hyperplasia. New Engl J Med. (1992) 327:1185–91. doi: 10.1056/NEJM199210223271701

PubMed Abstract | CrossRef Full Text | Google Scholar

49. Thompson IM, Pauler DK, Goodman PJ, Tangen CM, Scott Lucia M, Parnes HL, et al. Prevalence of Prostate Cancer among Men with a Prostate-Specific Antigen Level ≤4.0 Ng per Milliliter. N Engl J Med. (2004) 22:2239–46. doi: 10.1056/NEJMoa031918

CrossRef Full Text | Google Scholar

50. Etzioni RD, Howlader N, Shaw PA, Ankerst DP, Penson DF, Goodman PJ, et al. Long-term effects of finasteride on prostate specific antigen levels: Results from the prostate cancer prevention trial. J Urol. (2005) 174:877–81. doi: 10.1097/01.ju.0000169255.64518.fb

PubMed Abstract | CrossRef Full Text | Google Scholar

51. Saini S. PSA and beyond: alternative prostate cancer biomarkers. Cell Oncol. (2016) 39:97–106. doi: 10.1007/s13402-016-0268-6

CrossRef Full Text | Google Scholar

52. Glei DA, Goldman N, Lin YH, Weinstein M. Age-related changes in biomarkers: Longitudinal data from a population-based sample. Res Aging. (2011) 33:312–26. doi: 10.1177/0164027511399105

PubMed Abstract | CrossRef Full Text | Google Scholar

53. Hartmann A, Hartmann C, Secci R, Hermann A, Fuellen G, Walter M. Ranking biomarkers of aging by citation profiling and effort scoring. Front Genet. (2021) 12. doi: 10.3389/fgene.2021.686320

PubMed Abstract | CrossRef Full Text | Google Scholar

54. Reza HS, Ali Z, Tara H, Ali B. Age-specific reference ranges of prostate-specific antigen in the elderly of Amirkola: A population-based study. Asian J Urol. (2021) 8:183–8. doi: 10.1016/j.ajur.2020.03.001

PubMed Abstract | CrossRef Full Text | Google Scholar

55. Lim KB. Epidemiology of clinical benign prostatic hyperplasia. Asian J Urol. (2017) 4:148–51. doi: 10.1016/j.ajur.2017.06.004

PubMed Abstract | CrossRef Full Text | Google Scholar

56. Saginala K, Barsouk A, Aluru JS, Rawla P, Padala SA, Barsouk A. Epidemiology of bladder cancer. Med Sci (Basel Switzerland). (2020) 8:15. doi: 10.3390/medsci8010015

CrossRef Full Text | Google Scholar

57. Lokeshwar VB, Öbek C, Pham HT, Wei D, Young MJ, Duncan RC, et al. Urinary hyaluronic acid and hyaluronidase: markers for bladder cancer detection and evaluation of grade. J Urol. (2000) 163:348–56. doi: 10.1016/S0022-5347(05)68050-0

PubMed Abstract | CrossRef Full Text | Google Scholar

58. Sagara Y, Miyata Y, Iwata T, Kanda S, Tomayoshi H, Sakai H, et al. Clinical significance and prognostic value of S100A4 and matrix metalloproteinase-14 in patients with organ-confined bladder cancer. Exp Ther Med. (2010) 1:27–31. doi: 10.3892/etm_00000005

PubMed Abstract | CrossRef Full Text | Google Scholar

59. Ko Y-C, Mukaida N, Ishiyama S, Tokue A, Kawai T, Matsushima K, et al. Elevated interleukin-8 levels in the urine of patients with urinary tract infections. Infect Immun. (1993) 61:1307–14. doi: 10.1128/iai.61.4.1307-1314.1993

PubMed Abstract | CrossRef Full Text | Google Scholar

60. VandenBussche CJ, Heaney CD, Kates M, Hooks JJ, Baloga K, Sokoll L, et al. Urinary IL-6 and IL-8 as predictive markers in bladder urothelial carcinoma: A pilot study. Cancer Cytopathology. (2024) 132:50–9. doi: 10.1002/cncy.22767

PubMed Abstract | CrossRef Full Text | Google Scholar

61. Urquidi V, Chang M, Dai Y, Kim J, Wolfson ED, Goodison S, et al. IL-8 as a Urinary Biomarker for the Detection of Bladder Cancer. BMC Urology. (2012) 12:1–7. doi: 10.1186/1471-2490-12-12

PubMed Abstract | CrossRef Full Text | Google Scholar

62. Najafi M, Ahmadi A, Mortezaee K. Extracellular-signal-regulated kinase/mitogen-activated protein kinase signaling as a target for cancer therapy: an updated review. Cell Biol Int. (2019) 43:1206–22. doi: 10.1002/cbin.11187

PubMed Abstract | CrossRef Full Text | Google Scholar

63. Bunone’ G, Briand P-A, Miksicek2’ RJ, Picard4 D. Activation of the unliganded estrogen receptor by EGF involves the MAP kinase pathway and direct phosphorylation. EMBO J. (1996) 15:2174–83. doi: 10.1002/embj.1996.15.issue-9

PubMed Abstract | CrossRef Full Text | Google Scholar

64. Gao J, Li J, Ma L. Regulation of EGF-induced ERK/MAPK activation and EGFR internalization by G protein-coupled receptor kinase 2. Acta Biochim Biophys Sin. (2005) 37:525–31. doi: 10.1111/j.1745-7270.2005.00076.x

PubMed Abstract | CrossRef Full Text | Google Scholar

65. Yin H, Zhang C, Wei Z, He W, Xu N, Xu Y, et al. EGF-induced nuclear translocation of SHCBP1 promotes bladder cancer progression through inhibiting RACGAP1-mediated RAC1 inactivation. Cell Death Dis. (2022) 13:39. doi: 10.1038/s41419-021-04479-w

PubMed Abstract | CrossRef Full Text | Google Scholar

66. Izumi K, Zheng Y, Li Y, Zaengle J, Miyamoto H. Epidermal growth factor induces bladder cancer cell proliferation through activation of the androgen receptor. Int J Oncol. (2012) 41:1587–92. doi: 10.3892/ijo.2012.1593

PubMed Abstract | CrossRef Full Text | Google Scholar

67. Murphy PM. CXC chemokines. In: Henry HL, Norman AW, editors. Encyclopedia of Hormones. Academic Press, New York (2003). p. 351–62. doi: 10.1016/B0-12-341103-3/00059-0

CrossRef Full Text | Google Scholar

68. Lang K, Bonberg N, Robens S, Behrens T, Hovanec J, Deix T, et al. Soluble chemokine (C-X-C motif) ligand 16 (CXCL16) in urine as a novel biomarker candidate to identify high grade and muscle invasive urothelial carcinomas. Oncotarget. (2017) 8(62):104946–959. doi: 10.18632/oncotarget.20737

PubMed Abstract | CrossRef Full Text | Google Scholar

69. Elewa U, Sanchez-Niño MD, Mahillo-Fernández I, Martin-Cleary C, Belen Sanz A, Perez-Gomez MV, et al. Circulating CXCL16 in diabetic kidney disease. Kidney Blood Pressure Res. (2016) 41:663–71. doi: 10.1159/000447935

CrossRef Full Text | Google Scholar

70. Galteau M-M, Guyon M, Gueguen R, Siest G. Determination of serum cystatin C: biological variation and reference values. Clin Chem Lab Med. (2001) 39:850–7. doi: 10.1515/CCLM.2001.141

PubMed Abstract | CrossRef Full Text | Google Scholar

71. Chew JS, Saleem M, Florkowski CM, George PM. Cystatin C-A paradigm of evidence based laboratory medicine. Clin Biochem Rev. (2008) 29:47.

PubMed Abstract | Google Scholar

72. Benoit SW, Ciccia EA, Devarajan P. Cystatin C as a biomarker of chronic kidney disease: latest developments. Expert Rev Mol Diagnostics. (2020) 20:1019–26. doi: 10.1080/14737159.2020.1768849

CrossRef Full Text | Google Scholar

73. Tokarzewicz A, Guszcz T, Onopiuk A, Kozlowski R, Gorodkiewicz E. Utility of cystatin C as a potential bladder tumour biomarker confirmed by surface plasmon resonance technique. Indian J Med Res. (2018) 147:46–50. doi: 10.4103/ijmr.IJMR_124_16

PubMed Abstract | CrossRef Full Text | Google Scholar

74. Guo J, Liu D, Zhang X, Johnson H, Feng X, Zhang H, et al. Establishing a urine-based biomarker assay for prostate cancer risk stratification. Front Cell Dev Biol. (2020) 8:597961. doi: 10.3389/fcell.2020.597961

PubMed Abstract | CrossRef Full Text | Google Scholar

75. Noraddin FH, Flodin M, Fredricsson A, Sohrabian A, Larsson A. Measurement of urinary cystatin c with a particle-enhanced turbidimetric immunoassay on architect Ci8200. J Clin Lab Anal. (2012) 26:358–64. doi: 10.1002/jcla.21531

PubMed Abstract | CrossRef Full Text | Google Scholar

76. Jiang X, Qin L, Wei J, Su G, Su X, Lu A, et al. Urine cystatin C determination in the establishment of reference interval in the diagnosis and treatment of renal injury. Natural Sci. (2022) 14:13–7. doi: 10.4236/ns.2022.141002

CrossRef Full Text | Google Scholar

77. Finney H, Newman DJ, Price CP. Adult Reference Ranges for Serum Cystatin C, Creatinine and Predicted Creatinine Clearance. (2000) 37(1):49–59.

Google Scholar

78. Malmström PU, Skaaheim Haug E, Boström PJ, Gudjónsson S, Bjerggaard Jensen J. Progress towards a Nordic standard for the investigation of hematuria: 2019. Scandinavian J Urol. (2019) 53:1–6. doi: 10.1080/21681805.2018.1555187

CrossRef Full Text | Google Scholar

79. Malmström PU, Truls G. Abandoning testing for asymptomatic microscopic haematuria in Sweden - a long-term follow-up. Scandinavian J Urol. (2023) 58:109–14. doi: 10.2340/sju.v58.11142

CrossRef Full Text | Google Scholar

Keywords: biomarkers, bladder cancer, haematuria, machine learning, stratification, decision support system, unbalanced data

Citation: Drożdż A, Duggan B, Ruddock MW, Reid CN, Kurth MJ, Watt J, Irvine A, Lamont J, Fitzgerald P, O’Rourke D, Curry D, Evans M, Boyd R and Sousa J (2024) Stratifying risk of disease in haematuria patients using machine learning techniques to improve diagnostics. Front. Oncol. 14:1401071. doi: 10.3389/fonc.2024.1401071

Received: 14 March 2024; Accepted: 22 April 2024;
Published: 08 May 2024.

Edited by:

Kazumi Taguchi, Nagoya City University, Japan

Reviewed by:

Jianbo Li, Case Western Reserve University, United States
André Vis, VU Medical Center, Netherlands

Copyright © 2024 Drożdż, Duggan, Ruddock, Reid, Kurth, Watt, Irvine, Lamont, Fitzgerald, O’Rourke, Curry, Evans, Boyd and Sousa. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Anna Drożdż, a.drozdz@sanoscience.org

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.