Skip to main content
BioMed Research International logoLink to BioMed Research International
. 2022 Aug 28;2022:4864485. doi: 10.1155/2022/4864485

Application of Deep Learning on the Prognosis of Cutaneous Melanoma Based on Full Scan Pathology Images

Anhai Li 1, Xiaoyuan Li 2, Wenwen Li 3, Xiaoqian Yu 4, Mengmeng Qi 5, Ding Li 1,2,
PMCID: PMC9441353  PMID: 36072469

Abstract

Introduction

The purpose of this study is to use deep learning and machine learning to learn and classify patients with cutaneous melanoma with different prognoses and to explore the application value of deep learning in the prognosis of cutaneous melanoma patients.

Methods

In deep learning, VGG-19 is selected as the network architecture and learning model for learning and classification. In machine learning, deep features are extracted through the VGG-19 network architecture, and the support vector machine (SVM) model is selected for learning and classification. Compare and explore the application value of deep learning and machine learning in predicting the prognosis of patients with cutaneous melanoma.

Result

According to receiver operating characteristic (ROC) curves and area under the curve (AUC), the average accuracy of deep learning is higher than that of machine learning, and even the lowest accuracy is better than that of machine learning.

Conclusion

As the number of learning increases, the accuracy of machine learning and deep learning will increase, but in the same number of cutaneous melanoma patient pathology maps, the accuracy of deep learning will be higher. This study provides new ideas and theories for computational pathology in predicting the prognosis of patients with cutaneous melanoma.

1. Introduction

Cutaneous melanoma (CM) is the most dangerous type of skin cancer; it is the fifth most common cancer in men and women in the United States [1]. The incidence of CM increases with age [2]. It is estimated that there will be 106110 new patients in 2021 and result in 7180 deaths [3]. Thanks to the application of immunotherapy and targeted therapy drugs, the survival rate of CM patients has been continuously improved [4]. But it still cannot change the poor prognosis of patients with advanced CM [5]. Therefore, the early diagnosis of CM is essential to improve the survival rate of CM patients and save lives, because the survival rate of CM patients depends on the stage of the disease at the time of diagnosis [6].

In recent years, bioinformatics analysis methods based on whole genome sequencing have made great progress in the discovery of CM diagnosis markers, prognosis prediction, CM subtypes classification, and personalized treatment development [7, 8]. However, the expensive cost of whole genome sequencing brings a greater economic and social burden and cannot be widely cited [9]. With the deepening of deep learning research in the field of medicine. New deep learning network structure methods continue to emerge, deep learning can choose different neural network architectures to study and classify different types of medical examination results, including whole genome sequencing result, medical imaging data, pathological picture, common laboratory indicators and patient written electronic health record [1013]. The research of Rahaman et al. and Chen et al. also proved the great value of deep learning in clinical direction, and with the deepening of algorithm research, the application value of deep learning in medical treatment is limitless [1417]. Among them, the VGG-19 network structure was found to have high accuracy in applications for diagnosing retinal diseases and identifying thyroid tumor types [18, 19]. Thus, the development of a new analysis method based on pathological images to predict the prognosis of CM patients based on deep learning is of great significance to the diagnosis and prognosis of CM patients.

This research is based on the CM patient cancer tissue pathology full scan from the TCIA database through deep learning method study and detects whether deep learning can effectively distinguish patients with different prognoses. This research is aimed at discussing the apply value of deep learning in the prediction of CM patient prognosis and offering a new and cheap detection method for the clinical dermatologist.

2. Materials and Method

2.1. Data Collection and Preprocessing

The cutaneous melanoma pathology images (ID: CPTAC-CM) [20] were downloaded from The Cancer Imaging Archive (TCIA) database (https://www.cancerimagingarchive.net/) [21], including a total of 12 deceased cutaneous melanoma patients (51 melanoma pathological pictures) and 59 living cutaneous melanoma patients (272 melanoma pathological pictures), and divided into deceased cutaneous melanoma patients group (DCM) and living cutaneous melanoma patients group (LCM). In order to better perform deep learning of the pathology map, the svs format of the pathology map is converted to the png format through the reaConverter 7 pro software (https://www.reaconverter.com/).

2.2. VGG-19 Model Construction

In this section, we choose the VGG-19 model as the network architecture and learning model. The VGG-19 model was constructed using Python 3.6 (https://www.python.org/). The patients in our research cohort are also completely randomly assigned. 80% of the total sample is set as the training set, 20% is set as the validation set, and 20% of the training set is set as the test set. This binary classification mode, batch size was set as 2048, epoch was set as 200, weight was chosen as ImageNet model, and activation function was set as sigmoid. The optimizer was selected as Adam (learning rate = 0.01, beta_1 = 0.9, beta_2 = 0.999, epsilon = 1e − 08, decay = 0.0). The 5-fold cross-validation was used to evaluate the accuracy of this model.

2.3. Deep Feature Extraction and SVM Model Construction

In this section, we choose VGG-19 model as the network architecture to extract these pathology scan deep features and to quantify these pathology maps for follow-up research on machine learning; weight was chosen as ImageNet model. In order to better perform subsequent machine learning analysis, filter the acquired depth features before importing them into lasso regression analysis to, and delete the blank values and unqualified depth features. Finally, a support vector machine (SVM) model is established based on the optimal depth features selected, and the prediction model is verified in the test set.

2.4. Statistical Analysis

Statistical analysis was performed using Python 3.6 and GraphPad Prism 9.0 software (https://www.graphpad.com/; San Diego, United States). Using the prognosis results as the gold standard, we calculated the sensitivity and specificity of the machine learning model and deep learning model, plotted the receiver operating characteristic (ROC) curve, and calculated the area under the ROC curve (AUC), thus evaluating the prediction performance of the model.

The chi-square test or Fisher's exact test was used to compare the differences in count data between the two groups, and the independent sample t-test or a nonparametric test was used to compare the differences in measurement data. A value of P < 0.05 was considered statistically significant.

3. Result

3.1. CM Patient Detail

There are a total of 53 CM patients after deleting the patients who did not indicate the survival status, including 12 deceased CM patients (51 melanoma pathological pictures) and 41 living CM patients (271 melanoma pathological pictures) (Table 1).

Table 1.

Clinical characteristics of the CM patients.

Parameter Classification Individuals Living Deceased
Gender Male (1) 29 23 6
Female (0) 24 18 6
Age <60 19 16 3
≥60-80≤ 28 21 7
>80 5 3 2
BMI <18.5 0 0 0
≥18.5-25≤ 18 11 7
>25-30≤ 19 17 2
>30 16 13 3
Stage Stage I 7 7 0
Stage II 29 23 6
Stage III 14 8 6
Stage IV 3 3 0

3.2. Diagnostic Performance of Deep Learning Model

In this section, we through VGG-19 network architecture directly learn and classify CM patients with good prognosis and CM patients with poor prognosis. The result of the 5-fold cross-validation showed the ROC fold 1 (AUC = 0.713), the ROC fold 2 (AUC = 0.789), the ROC fold 3 (AUC = 0.811), the ROC fold 4 (AUC = 0.739), the ROC fold 5 (AUC = 0.793), and the mean ROC of 5 ROC fold (AUC = 0.769 ± 0.037). The results suggest that the best AUC for 5-fold cross-validation is fold 3 (Figure 1(a) and Tables 2 and 3).

Figure 1.

Figure 1

(a) Receiver operating characteristic (ROC) curves and area under the curve (AUC) of the nomogram for the accuracy of deep learning model diagnosis. (b, c) Plots for lasso regression coefficients over different values of the deep feature from pathology scan images. (d) Receiver operating characteristic (ROC) curves and area under the curve (AUC) of the nomogram for the accuracy of machine learning model diagnosis in the testing set.

Table 2.

The result of 5-fold cross-validation.

Fold Classification Precision Recall F1-score Support
Fold 1 valid Living 0.838 0.886 0.861 35
Deceased 0.000 0.000 0.000 6
Fold 2 valid Living 0.892 0.943 0.917 35
Deceased 0.500 0.333 0.400 6
Fold 3 valid Living 0.889 0.914 0.901 35
Deceased 0.400 0.333 0.364 6
Fold 4 valid Living 0.838 0.912 0.873 34
Deceased 0.250 0.143 0.182 7
Fold 5 valid Living 0.846 0.971 0.904 34
Deceased 0.500 0.143 0.222 7

Table 3.

The accuracy of each fold cross-validation.

Fold F1-score accuracy Support
Fold 1 valid 0.756 41
Fold 2 valid 0.854 41
Fold 3 valid 0.829 41
Fold 4 valid 0.780 41
Fold 5 valid 0.829 41

3.3. Diagnostic Performance of Machine Learning Model

In this section, we first extract a total of 512 deep features from the pathological pictures of CM patients through the VGG-19 neural network and imported 512 deep features into lasso regression analysis for screening. Finally, we build the SVM model through the screened depth features, and the result showed that the AUC in the validation set is 0.65 (Figures 1(b)1(d)).

4. Discussion

CM is one of the most dangerous types of skin cancer and the main leading cause of cancer-related mortality due its metastatic power and late diagnosis [22]. Thus, predicting the prognosis of melanoma patients in advance is essential to identify CM patients with potentially poor prognoses [23]. How to predict the prognosis of CM patients in advance has also become one of the research hotspots of CM. Bioinformatics analysis methods, metabolomics and intestinal flora, and other methods have proposed methods for predicting the prognosis of CM patients [2426], which have played an important role in the prognosis research of CM. The application of CNN in clinical medicine provides a new direction and new dimension for the prognosis prediction of CM patients. At present, CNN-related research is mainly based on learning and predicting the skin surface of CM patients, such as the research of Yang et al. and Haenssle et al. [27, 28]. There are only a few studies and reviews on pathological pictures, such as Wang et al.'s article and Laury et al.'s article [13, 29]. There are very few studies based on CNN to predict the prognosis of CM patients by learning from pathological scans.

The histopathological analysis is one of the main gold standards of CM diagnosis, and there are numerous histologic criteria used to diagnose melanoma, but none alone is sufficient to establish CM diagnosis [30]. In order to improve the accuracy of CM diagnosis based on histopathological, multiple researchers offer multiple methods such as immunohistochemical and immunofluorescence [31, 32]. The application of immunohistochemistry and immunofluorescence has improved the accuracy of CM diagnosis to a limited extent, but at the same time, it has also brought an excessively high economic burden. The appearance of deep learning in the medical maybe a better way to solve above questions. Deep learning is a computer model that extracts information from images on a computer. It is possible to extract special data from medical images that are invisible to the human eye and can be used to inform molecular status, prognosis, and treatment sensitivity [33, 34]. Related research has found that deep learning can not only provide the accuracy and objectivity of diagnosis but also reduce the workload and inspection cost of pathologists, because deep learning can learn pathology full scan pictures without the pathologist providing any part of the comment area [35, 36]. It is precise because the integration of deep learning and histopathology has promoted the rapid development of computational pathology. In addition to the routine diagnosis of histopathology, computational pathology also has the ability to identify and extract new features of diseases [37]. Related research results show that computational pathology can effectively predict lymph node metastasis detection and improve breast cancer Ki67 score, prostate cancer Gleason score, and melanoma tumor infiltrating lymphocyte score [3840].

In this study, we through machine learning and deep learning constructed a two-classification model to study and classify the pathological scan images separately and to compare the application value of two learning methods on the pathological scan images. The accuracy of the two models showed that the accuracy of the CNN model (AUC = 0.769) is significantly higher than that of the SVM model (AUC = 0.65). We initially thought that compared with the SVM model algorithm, the CNN model algorithm is more suitable for predicting the prognosis of CM patients.

This study is based on CNN learning and classifying pathological scan images of CM patients with different prognoses to evaluate the prognostic value of CNN in predicting CM patients. Compared with the conventional prognostic prediction methods at this stage, CNN can let clinicians know the prognosis of CM patients earlier so that targeted treatment of CM patients can be carried out earlier to improve the prognosis of CM patients. Although in this study, the CNN accuracy ratio did not reach a very satisfactory 90% or more, we believe that as the number of subsequent pathological images increases, the accuracy will increase with the increase in the amount of learning.

Data Availability

The data used in this study come from the CPTAC-CM dataset of the TCIA database (https://www.cancerimagingarchive.net/).

Ethical Approval

This study was conducted after the approval of institutional ethical review board.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Authors' Contributions

Anhai Li and Ding Li conceived and designed the experiments. Anhai Li and Ding Li performed the experiments. Xiaoyuan Li, Wenwen Li, and Xiaoqian Yu analyzed and interpreted the data. Mengmeng Qi and Ding Li contributed the materials, analysis tools, or data. Anhai Li and Ding Li wrote the paper. Wenwen Li critically revised its important intellectual content. All authors read and agreed to submit the final version of the manuscript.

References

  • 1.Schadendorf D., van Akkooi A. C. J., Berking C., et al. Melanoma. The Lancet . 2018;392(10151):971–984. doi: 10.1016/S0140-6736(18)31559-9. [DOI] [PubMed] [Google Scholar]
  • 2.Ribero S., Stucci L. S., Marra E., et al. Effect of age on melanoma risk, prognosis and treatment response. Acta Dermato-Venereologica . 2018;98(7):624–629. doi: 10.2340/00015555-2944. [DOI] [PubMed] [Google Scholar]
  • 3.Siegel R. L., Miller K. D., Fuchs H. E., Jemal A. Cancer statistics, 2021. CA: a Cancer Journal for Clinicians . 2021;71(1):7–33. doi: 10.3322/caac.21654. [DOI] [PubMed] [Google Scholar]
  • 4.Karimkhani C., Gonzalez R., Dellavalle R. P. A review of novel therapies for melanoma. American Journal of Clinical Dermatology . 2014;15(4):323–337. doi: 10.1007/s40257-014-0083-7. [DOI] [PubMed] [Google Scholar]
  • 5.Miller K. D., Siegel R. L., Lin C. C., et al. Cancer treatment and survivorship statistics, 2016. CA: a Cancer Journal for Clinicians . 2016;66(4):271–289. doi: 10.3322/caac.21349. [DOI] [PubMed] [Google Scholar]
  • 6.Brady M. S., Oliveria S. A., Christos P. J., et al. Patterns of detection in patients with cutaneous melanoma. Cancer . 2000;89(2):342–347. doi: 10.1002/1097-0142(20000715)89:2<342::AID-CNCR19>3.0.CO;2-P. [DOI] [PubMed] [Google Scholar]
  • 7.Kamps R., Brandão R. D., Bosch B. J., et al. Next-generation sequencing in oncology: genetic diagnosis, risk prediction and cancer classification. International Journal of Molecular Sciences . 2017;18(2):p. 308. doi: 10.3390/ijms18020308. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Cheng P. F. Medical bioinformatics in melanoma. Current Opinion in Oncology . 2018;30(2):113–117. doi: 10.1097/CCO.0000000000000428. [DOI] [PubMed] [Google Scholar]
  • 9.Kozińska A., Seweryn P., Sitkiewicz I. A crash course in sequencing for a microbiologist. Journal of Applied Genetics . 2019;60(1):103–111. doi: 10.1007/s13353-019-00482-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Zou J., Huss M., Abid A., Mohammadi P., Torkamani A., Telenti A. A primer on deep learning in genomics. Nature Genetics . 2019;51(1):12–18. doi: 10.1038/s41588-018-0295-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Eraslan G., Avsec Ž., Gagneur J., Theis F. J. Deep learning: new computational modelling techniques for genomics. Nature Reviews. Genetics . 2019;20(7):389–403. doi: 10.1038/s41576-019-0122-6. [DOI] [PubMed] [Google Scholar]
  • 12.Esteva A., Robicquet A., Ramsundar B., et al. A guide to deep learning in healthcare. Nature Medicine . 2019;25(1):24–29. doi: 10.1038/s41591-018-0316-z. [DOI] [PubMed] [Google Scholar]
  • 13.Wang S., Yang D. M., Rong R., Zhan X., Xiao G. Pathology image analysis using segmentation deep learning algorithms. The American Journal of Pathology . 2019;189(9):1686–1698. doi: 10.1016/j.ajpath.2019.05.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Rahaman M. M., Li C., Yao Y., et al. Identification of COVID-19 samples from chest X-ray images using deep learning: a comparison of transfer learning approaches. Journal of X-Ray Science and Technology . 2020;28(5):821–839. doi: 10.3233/XST-200715. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Zhang J., Li C., Kosov S., et al. LCU-Net: a novel low-cost U-Net for environmental microorganism image segmentation. Pattern Recognition . 2021;115(4, article 107885) doi: 10.1016/j.patcog.2021.107885. [DOI] [Google Scholar]
  • 16.Chen H., Li C., Li X., et al. Gas his-transformer: a multi-scale visual transformer approach for Gastric Histopathology Image Classification. Pattern Recognition . 2022;130, article 108827 doi: 10.1016/j.patcog.2022.108827. [DOI] [Google Scholar]
  • 17.Zhang J., Li C., Yin Y., Zhang J., Grzegorzek M. Applications of artificial neural networks in microorganism image analysis: a comprehensive review from conventional multilayer perceptron to popular convolutional neural network and potential visual transformer. Artificial Intelligence Review . 2022;4:1–58. doi: 10.1007/s10462-022-10192-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Wang Y., Guan Q., Lao I., et al. Using deep convolutional neural networks for multi-classification of thyroid tumor by histopathology: a large-scale pilot study. Annals of Translational Medicine . 2019;7(18):p. 468. doi: 10.21037/atm.2019.08.54. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Kim K. M., Heo T. Y., Kim A., et al. Development of a fundus image-based deep learning diagnostic tool for various retinal diseases. Journal of Personalized Medicine . 2021;11(5):p. 321. doi: 10.3390/jpm11050321. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.National Cancer Institute Clinical Proteomic Tumor Analysis Consortium (CPTAC) Radiology data from the clinical proteomic tumor analysis consortium cutaneous melanoma [CPTAC-CM] collection [data set] The Cancer Imaging Archive . 2018 doi: 10.7937/k9/tcia.2018.odu24gze. [DOI] [Google Scholar]
  • 21.Clark K., Vendt B., Smith K., et al. The Cancer Imaging Archive (TCIA): maintaining and operating a public information repository. Journal of Digital Imaging . 2013;26(6):1045–1057. doi: 10.1007/s10278-013-9622-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Leonardi G. C., Falzone L., Salemi R., et al. Cutaneous melanoma: from pathogenesis to therapy (review) International Journal of Oncology . 2018;52(4):1071–1080. doi: 10.3892/ijo.2018.4287. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Testori A., Soteldo J., Sances D., et al. Cutaneous melanoma in the elderly. Melanoma Research . 2009;19(3):125–134. doi: 10.1097/CMR.0b013e328329fe95. [DOI] [PubMed] [Google Scholar]
  • 24.Donnelly D., 3rd, Aung P. P., Jour G. The “-OMICS” facet of melanoma: heterogeneity of genomic, proteomic and metabolomic biomarkers. Seminars in Cancer Biology . 2019;59:165–174. doi: 10.1016/j.semcancer.2019.06.014. [DOI] [PubMed] [Google Scholar]
  • 25.Huang B., Han W., Sheng Z. F., Shen G. L. Identification of immune-related biomarkers associated with tumorigenesis and prognosis in cutaneous melanoma patients. Cancer Cell International . 2020;20(1):p. 195. doi: 10.1186/s12935-020-01271-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Limeta A., Ji B., Levin M., Gatto F., Nielsen J. Meta-analysis of the gut microbiota in predicting response to cancer immunotherapy in metastatic melanoma. JCI Insight . 2020;5(23, article e140940) doi: 10.1172/jci.insight.140940. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Yang C. H., Ren J. H., Huang H. C., Chuang L. Y., Chang P. Y. Deep hybrid convolutional neural network for segmentation of melanoma skin lesion. Computational Intelligence and Neuroscience . 2021;2021:15. doi: 10.1155/2021/9409508.9409508 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Haenssle H. A., Fink C., Schneiderbauer R., et al. Man against machine: diagnostic performance of a deep learning convolutional neural network for dermoscopic melanoma recognition in comparison to 58 dermatologists. Annals of Oncology . 2018;29(8):1836–1842. doi: 10.1093/annonc/mdy166. [DOI] [PubMed] [Google Scholar]
  • 29.Laury A. R., Blom S., Ropponen T., Virtanen A., Carpén O. M. Artificial intelligence-based image analysis can predict outcome in high- grade serous carcinoma via histology alone. Scientific Reports . 2021;11(1, article 19165) doi: 10.1038/s41598-021-98480-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Shoo B. A., Sagebiel R. W., Kashani-Sabet M. Discordance in the histopathologic diagnosis of melanoma at a melanoma referral center. Journal of the American Academy of Dermatology . 2010;62(5):751–756. doi: 10.1016/j.jaad.2009.09.043. [DOI] [PubMed] [Google Scholar]
  • 31.Dinehart M. S., Dinehart S. M., Sukpraprut-Braaten S., High W. A. Immunohistochemistry utilization in the diagnosis of melanoma. Journal of Cutaneous Pathology . 2020;47(5):446–450. doi: 10.1111/cup.13648. [DOI] [PubMed] [Google Scholar]
  • 32.Hartmann D., Krammer S., Vural S., et al. Immunofluorescence and confocal microscopy for ex-vivo diagnosis of melanocytic and non-melanocytic skin tumors: a pilot study. Journal of Biophotonics . 2018;11(3, article e201700211) doi: 10.1002/jbio.201700211. [DOI] [PubMed] [Google Scholar]
  • 33.Levine A. B., Schlosser C., Grewal J., Coope R., Jones S. J. M., Yip S. Rise of the machines: advances in deep learning for cancer diagnosis. Trends in Cancer . 2019;5(3):157–169. doi: 10.1016/j.trecan.2019.02.002. [DOI] [PubMed] [Google Scholar]
  • 34.Komura D., Ishikawa S. Machine learning approaches for pathologic diagnosis. Virchows Archiv . 2019;475(2):131–138. doi: 10.1007/s00428-019-02594-w. [DOI] [PubMed] [Google Scholar]
  • 35.Jiang Y., Yang M., Wang S., Li X., Sun Y. Emerging role of deep learning-based artificial intelligence in tumor pathology. Cancer Communications . 2020;40(4):154–166. doi: 10.1002/cac2.12012. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Courtiol P., Maussion C., Moarii M., et al. Deep learning-based classification of mesothelioma improves prediction of patient outcome. Nature Medicine . 2019;25(10):1519–1525. doi: 10.1038/s41591-019-0583-3. [DOI] [PubMed] [Google Scholar]
  • 37.Acs B., Rantalainen M., Hartman J. Artificial intelligence as the next step towards precision pathology. Journal of Internal Medicine . 2020;288(1):62–81. doi: 10.1111/joim.13030. [DOI] [PubMed] [Google Scholar]
  • 38.Klauschen F., Wienert S., Schmitt W. D., et al. Standardized Ki67 diagnostics using automated scoring--clinical validation in the Gepar Trio breast cancer study. Clinical Cancer Research . 2015;21(16):3651–3657. doi: 10.1158/1078-0432.CCR-14-1283. [DOI] [PubMed] [Google Scholar]
  • 39.Uryvaev A., Passhak M., Hershkovits D., Sabo E., Bar-Sela G. The role of tumor-infiltrating lymphocytes (TILs) as a predictive biomarker of response to anti-PD1 therapy in patients with metastatic non-small cell lung cancer or metastatic melanoma. Medical Oncology . 2018;35(3):p. 25. doi: 10.1007/s12032-018-1080-0. [DOI] [PubMed] [Google Scholar]
  • 40.Epstein J. I., Zelefsky M. J., Sjoberg D. D., et al. A contemporary prostate cancer grading system: a validated alternative to the Gleason score. European Urology . 2016;69(3):428–435. doi: 10.1016/j.eururo.2015.06.046. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The data used in this study come from the CPTAC-CM dataset of the TCIA database (https://www.cancerimagingarchive.net/).


Articles from BioMed Research International are provided here courtesy of Wiley

RESOURCES