Abstract
Cancer of unknown primary (CUP) is a rare type of metastatic cancer in which the origin of the tumor is unknown. Since the treatment strategy for patients with metastatic tumors depends on knowing the primary site, accurate identification of the origin site is important. Here, we developed an image-based deep-learning model that utilizes a vision transformer algorithm for predicting the origin of CUP. Using DNA methylation dataset of 8,233 primary tumors from The Cancer Genome Atlas (TCGA), we categorized 29 cancer types into 18 organ classes and extracted 2,312 differentially methylated CpG sites (DMCs) from non-squamous cancer group and 420 DMCs from squamous cell cancer group. Using these DMCs, we created organ-specific DNA methylation images and used them for model training and testing. Model performance was evaluated using 394 metastatic cancer samples from TCGA (TCGA-meta) and 995 samples (693 primary and 302 metastatic cancers) obtained from 20 independent external studies. We identified that the DNA methylation image reveals a distinct pattern based on the origin of cancer. Our model achieved an overall accuracy of 96.95 % in the TCGA-meta dataset. In the external validation datasets, our classifier achieved overall accuracies of 96.39 % and 94.37 % in primary and metastatic tumors, respectively. Especially, the overall accuracies for both primary and metastatic samples of non-squamous cell cancer were exceptionally high, with 96.79 % and 96.85 %, respectively.
Keywords: Cancer unknown primary, Deep learning, DNA methylation, Molecular diagnosis
Introduction
Cancer of unknown primary (CUP) is uncommon type of metastatic cancer where the origin of the tumor is not known after detailed investigations [1]. Although recent advances in radiological and molecular assessments have led to a higher identification rate of primary tumor sites and have reduced the proportion of patients with cancer diagnosed with CUP to 1-2 %, there are still cases where the primary site of the caner is undefined [2,3]. Patients with CUP who received empirical chemotherapy were observed to have median overall survival durations ranging from 2.7 to 10.7 months [3].
The relatively poor survival observed in patients with CUP compared to patients with metastatic cancer originating from a known primary tumor suggest the importance of accurately identifying the primary tumor types for application of appropriate treatment [4]. In a meta-analysis study that evaluated the efficacy of tumor type-specific therapy in patients with CUP, the evidence is currently insufficient to recommend tumor type-specific therapy as a standard treatment approach in CUP. However, certain patients with CUP may still derive benefits from site-specific therapy [5]. Since the treatment approach for patients with metastatic tumors is largely determined by knowledge of the primary site, it is crucial to identify the primary site of the tumor to provide accurate clinical management [6,7].
Advances in machine learning algorithms [8] have led to the development of various diagnostic or prognostic methods based on medical and molecular data, which have shown more reliable and reproducible performance than conventional methods [6,9,10]. In the diagnostic work of CUP tumors, recent studies have proposed the classification model for identification of the tissue of origin for CUP based on molecular profiling or scanned hematoxylin and eosin whole-slide images (WSI) (Table 1). Tumour Origin Assessment via Deep Learning (TOAD) is a deep learning model that uses WSIs to predict the tissue of origin for CUP [11]. TOAD enables prediction of origin of CUP using routinely obtained WSI without the need for additional molecular profiling, but exhibits relatively lower accuracy compared to models that use molecular profiles. In many pan-cancer studies, each tumor type displays a distinct molecular landscape [[12], [13], [14], [15], [16]]. Based on the understanding that these molecular profiles of the primary tumor are retained in metastatic cancer, the molecular feature such as DNA mutation signatures, gene expression patterns, or DNA methylation of metastatic tumors has been utilized in several studies to predict the tissue of origin for CUP [[17], [18], [19], [20], [21], [22]]. These CUP classification models employ a variety of machine learning algorithms to identify the tissue of origin by comparing the molecular characteristics of CUP to a reference dataset of tumors with known origins. CUP-AI-Dx clearly demonstrates the applicability of image deep learning model on molecular features for CUP classification. This model showed high accuracy for identifying tissue of origin using 1D Inception convolutional neural network model and gene expression data [17].
Table 1.
Refs. | Year | Data type | Method |
Performance of external validation dataset |
||
---|---|---|---|---|---|---|
Accuracy | Validation tumor | # of tumor types | ||||
[21] | 2011 | RT-PCR | K-nearest neighbor | 83 % (187) | P + M | 28 |
[33] | 2011 | Microarray | Machine learning | 88.5 % (462) | P + M | 15 |
[19] | 2016 | DNA methylation microarray | Random forest | 94 % (534) | M | 21 |
[32] | 2020 | Targeted DNA sequencing | Random forest | 74.1 % (11644) | P + M | 22 |
[22] | 2020 | DNA methylation microarray | deep neural network | not measured (581) | P+M | 10 |
[17] | 2020 | Gene expression | 1d-inception | 86.96 % (23) / 72.46 % (69) | M | 6 / 18 |
[18] | 2020 | Whole genome sequencing | deep neural network | 88 %P / 83 %M (2120) | P + M | 16 |
[11] | 2021 | Whole slide image | multitask neural network | 79.9 % (682) / 61 % CUP (317) | M + CUP | 17 |
[20] | 2022 | Whole genome sequencing | Random forest | 58 % CUP (141) | CUP | - |
Our model | 2023 | DNA methylation microarray | Vision transformer | 96.4 %P (693) / 94.4 %M (302) | P + M | 14 |
RT-PCR: Reverse transcription polymerase chain reaction; P: primary tumor; M: metastatic tumor; CUP: cancer unknown primary
In this study, we proposed a deep learning model based on vision transformer (ViT) [23] to predict the tissue of origin of CUP by classifying DNA methylation image patterns. We separated the non-squamous cancer and squamous cell cancer to create tumor type-specific images for each group, and then combined these two images to create a DNA methylation image for model training. This approach showed excellent classification accuracy in predicting the primary site of metastatic cancer when compared to previous published models that relied on molecular profiles.
Materials and methods
Data collection and preprocessing
DNA methylation data (Illumina human methylation 450k BeadChip) and clinical information of The Cancer Genome Atlas (TCGA) dataset consisting of 8,233 primary tumor samples across 31 solid tumor types were obtained from Xena platform [24]. Since the Illumine 450K array and EPIC array are frequently used to confirm genome wide analysis of DNA methylation, the CpG probes which are included in both platforms were used to further analysis. We then excluded probes with less than 80 % of samples and replaced missing values with median. The variance was calculated for each probe among the 8,233 samples and the 10,000 most variably methylated CpG probes were selected. We used Uniform Manifold Approximation and Projection (UMAP) to visualize TCGA samples in lower dimensions. Based on the results of UMAP projection, we categorized 29 cancer types to 18 tissue types (additional file 1: Table S1) and excluding two cancer types (adrenocortical cancer and uveal melanoma) with fewer than 100 cases. After excluding two cancer types, 8,074 samples were divided to 4,860 training samples (60 %), 1,600 validation samples (20 %), and 1,614 test samples (20 %).
We obtained additional 20 microarray datasets from GEO for external validation of our models. These external validation datasets consisted of 693 primary tumor and 302 metastatic tumor samples across 16 cancer types. Detailed information of GEO dataset was summarized in additional file 1: Table S2. Data preprocessing was conducted using the computing server at the Genomic Medicine Institute Research Service Center.
Feature selection for deep learning model
We utilized the training set (n = 4,860) from TCGA to select features for the model. In UMAP analysis, since squamous cell types of cancer formed a single cluster regardless of the organ of origin, we divided the training samples into non-squamous cell cancer group and squamous cell cancer group for a more precise identification of tumor type specific differentially methylated CpGs (DMCs). For each group, we identified DMCs by calculating the median beta value of each probe in the in-class sample and comparing it to the out-of-class samples. The statistical significance assessed using Mann-Whitney U test (p<0.001).
We selected 136 DMCs for each of the 17 non-squamous cell cancer subtypes and 90 DMCs for each of the 5 squamous cell cancer subtypes. As a result, we used 2,312 DMCs from the non-squamous group and 450 DMCs from the squamous group to generate the image for the deep learning model.
Transformation of DNA methylation data to images and build the vision transformer model
We used the Image Generator for Tabular Data (IGTD) tool [25] to generate images from the tabular data of DMCs using the Euclidean distance method with 5,000 iterations. The 2,312 DMCs from the non-squamous group were converted into images with a size of 68×34, while the 450 DMCs from the squamous group were converted into 30×15 size images. The DNA methylation image of the squamous group was resized to 68×34 and merged with the non-squamous part image. To ensure compatibility with image data standards, the values in the image data were scaled to a range of 0 to 255, and since the image data is 3-channel, the 68×68 DNA methylation data array was multiplied by 255 and repeated three times to create a grayscale image in a 3-channel format (68×68×3).
We employed the ViT model to predict the class of images from DNA methylation data. The model architecture was based on the basic ViT using Tensorflow and vit-keras python package. The input image is divided into the 289 (17×17) image patches, which were flattened into a vector. Position embedding vectors were added to the patch embedding vectors, and the resulting vectors were passed through multiple transformer blocks that utilized multi-headed attention layers. We used 8 transformer blocks with the four attention heads, and the projection dimension was set to 256. We used two fully connected layers with 512 and 256 neurons, and we utilized the GELU as activation function in the transformer block. The final output of the transformer block was flattened and served as the input vector for two fully connected layers with 1024 and 512 neurons. The model was trained using a batch size of 100, epoch of 14, learning rate of 0.0001, and the AdamW optimizer. We used a hold-out validation method for training this model.
Direct visualization of the attention in the model is another notable feature of the ViT model. Following a similar approach described in a self-supervised learning method for ViT, we used the attention weights of multi-head in the final layer of the Transformer encoder to visualize the attention patterns.
Model performance evaluation
Overall accuracy, precision, recall, and f-1 score were calculated to evaluate the performance. The performance metrics were computed as follows:
Results
Classification of tumor origin based on deep learning model
First, we used DNA methylation microarray data from the TCGA, consisting of 8,233 primary tumor samples, to investigate the global DNA methylation patterns across different types of cancer. Upon visualizing the data using UMAP, we observed distinct groupings of samples based on their respective cancer types. Also, we found that cancer clusters exhibiting the same organ origin or histological feature tended to be located in close proximity (additional file 2: Fig. S1). For the most cancers exhibited clustering patterns based on organ types, such as colorectal (colon adenocarcinoma and rectum adenocarcinoma), oesophagogastric (esophageal carcinoma and stomach adenocarcinoma), kidney (kidney papillary cell carcinoma, kidney clear cell carcinoma, and kidney chromophobe), hepatobiliary (liver hepatocellular carcinoma and cholangiocarcinoma), brain (brain lower grade glioma and glioblastoma multiforme), soft tissue (Sarcoma and mesothelioma) and gynecologic cancer (uterine corpus endometrioid carcinoma, uterine carcinosarcoma, ovarian serous cystadenocarcinoma, and cervical & endocervical cancer). In contrast, some other cancers were clustered based on histological features, such as squamous cell cancers (head & neck squamous cell carcinoma, esophageal carcinoma, lung squamous cell carcinoma, cervical & endocervical cancer, and bladder urothelial carcinoma). Based on these results, we excluded two cancer types with small cohorts (79 adrenocortical cancers and 80 uveal melanomas) and re-categorized 29 cancer types into 18 common origin classes according to their primary organ or histological characteristics. Subsequently, we built a deep learning model for classification of tissue origin of cancer (additional file 1: Table S1) (Fig. 1).
We divided a total of 8,074 tumor samples into training (60 %), validation (20 %), and test datasets (20 %), comprising 4,860, 1,600, and 1,614 samples, respectively. Using the training dataset, we independently identified class-specific DMCs for the non-squamous group and squamous group. To enhance the performance of our model, we transformed the tabular format of beta values into an image format using the IGTD tool. In this transformation, we assigned similar features to neighboring pixels and dissimilar features to pixels that are far apart, taking into consideration the similarity of DNA methylation value among the probes. We found that the pixel location of certain class-specific DMCs, such as brain, oesophagogastric, hepatobiliary, and prostate, were clustered together within the same tissue type (Fig. 2). To generate a unique image representing the characteristic of the both class-specific DMCs from non-squamous group and squamous group, we combined the DNA methylation image of the squamous group with the non-squamous part image and used the combined image as an input for the model. Each tumor sample exhibited a unique image pattern in the DNA methylation data. When we averaged the DNA methylation images for each class, we observed distinct patterns that were specific to the origin of cancer (Fig. 2 and additional file 2: Fig. S2). The image patterns of randomly selected individual sample differed slightly from each other, however, the tissue-specific patterns were confirmed in most samples (additional file 2: Fig. S3).
The DNA methylation images, generated using the IGTD tool, were used to train the ViT model. After training the classifier, we further examined the relative significance of the regions analyzed by the model in terms of human interpretability.
Evaluation of model performance and model interpretability
We evaluate the performance of our model using a test dataset of 1,614 primary tumors and 394 TCGA metastatic tumors (TCGA-meta) that were not used in the model training. The performance metrics for test and TCGA-meta dataset are shown in Fig. 3a and Fig. 3b, respectively. The model demonstrated an overall accuracy of 97.96 % for the test dataset, and 96.95 % for the TCGA-meta dataset, highlighting its strong performance. In addition, the weighted average of precision, recall, and F1-score exceeded 0.97 for both the test dataset and TCGA-meta dataset (Fig. 3c).
The predictive performance of TCGA-meta dataset was comparable to that of the test datasets. These findings suggest that metastatic samples maintain the molecular profile of the primary tumor, enabling the model to make accurate predictions regarding the primary site of the tumor.
For interpretability of the CUP classifier, attention map visualizations were generated for self-attention in the transformer encoder. additional file 2: Fig. S4 shows the average of attention maps for each class. Our model revealed that the attention of the model mainly focuses on regions with unmethylated probes.
Application of classifier to external datasets
To expand the utilization of our model in a various clinical setting, we analyzed the performance of our model on an external validation data set consisting of 995 samples (693 primary and 302 meta samples) across 14 primary cancer types from 20 independent studies (additional file 1: Table S2). Without data normalization or model tuning, our classifier model achieved overall accuracy at 96.39 % in the 693 primary tumors and 94.37 % in the 302 metastatic tumors. Confusion matrix and performance metrics for each class are shown in additional file 2: Fig. S5.
Next, we divided the external dataset into a non-squamous cancer group and a squamous cell cancer group to assess the performance of each group independently. In the non-squamous cancer group, there were 560 primary cancer samples from 8 cancer types and 222 metastatic cancer samples from 6 cancer types. The overall accuracy for both primary and metastatic samples was remarkably high, with 96.79 % and 96.85 % accuracy, respectively. The squamous cell cancer group consisted of 133 primary cancer samples from 4 squamous cell cancer types and 80 metastatic head and neck cancer samples. The overall accuracy for primary samples was 94.74 %, while for metastatic samples, it was 87.5 % (Fig. 4).
We identified that DNA methylation images of brain metastasis samples originated from melanoma and lung showed that each sample resembled its primary site, skin and lung pattern, rather than the brain. Similarly, in the case of liver metastasis originating from colorectal cancer, the DNA methylation pattern corresponded with the colorectal pattern rather than liver image. These results indicated that the DNA methylation heatmap pattern of the metastatic samples retained the primary organ pattern rather than reflecting the metastasized organ (Fig. 5).
Discussion
Deep learning technology has undergone significant advancements and has been extensively explored in the analysis of biological and clinical data. Notably, the field of image deep learning has witnessed substantial progress in the diagnosis of diseases and identification of lesions using medical imaging data, such as X-rays, CTs or pathology slides [26,27]. Furthermore, deep learning has also been applied to various biomedical fields utilizing omics data, including variant calling, annotation, and prediction of pathogenic variants [[28], [29], [30], [31]].
Multiple methods have been developed to classify the CUP, utilizing diverse types of data, such as WSI, DNA methylation microarray, and RNA or DNA sequencing data. Marker gene analysis or traditional machine learning techniques such as random forest, regression, and support vector machine were used to train the model for classification [[18], [19], [20], [21],32,33]. In recent studies, deep learning methods such as deep neural networks and 1d-inception algorithm have been applied to identify the origin of unknown primary cancer [11,17,22].
In this study, we proposed a deep learning algorithm designed for the classification of CUP based on the analysis of organ-specific image patterns derived from DNA methylation microarray data. DNA methylation is generally less sensitive to batch or platform variations compared to RNA expression data, requiring less extensive data normalization. We trained the model using DNA methylation images and confirmed that our model exhibited excellent performance on both the test dataset and the TCGA-meta dataset. To validate the effectiveness of our model, we performed validation using data from 20 independent studies without additional model tuning and data normalization, ensuring that its performance is robust and can be applied effectively to various clinical settings.
Our model demonstrated high accuracy compared to what has been reported in other studies in the external validation dataset. Specifically, it achieved an accuracy of 96.39 % and 94.37 % for primary cancer and metastatic cancer dataset, respectively.
The models proposed in previous studies have been evaluated with an external dataset primarily consisting of non-squamous cancer datasets. For example, EPICUP which also predicts CUP based on DNA methylation data showed 94 % accuracy on the external dataset; however, it only included 11 squamous cancers (5 cervical squamous carcinoma and 6 Head & Neck squamous cell carcinoma) out of 534 metastatic cancer datasets. In case of study conducted by Zheng et al, the performance of model was evaluated with 581 independent cancer samples, but only 6 squamous cancer samples were included in the dataset.
When our model was specifically applied to non-squamous cancer samples, it demonstrated an exceptional performance with 97 % accuracy in both of 560 primary tumor samples and 222 metastatic tumor samples. Although the number of tested metastatic cancer were smaller than EPICUP, our model has given the best accuracy than any other previous model before. The squamous cancer group showed 95 % accuracy for primary tumor samples and 88 % accuracy for metastasis tumor samples, which was slightly lower compare to non-squamous group.
While our model demonstrated strong performance in independent datasets consisting of metastatic cancer, we have several limitations in testing our model. First, we evaluated our model with a dataset composed of many types of cancer, but we were unable to test several types of cancer and performance tests on actual CUP samples are insufficient. Although we accurately predicted four CUP samples from GSE108576, a large dataset of CUP is needed for more accurate performance evaluation. Second, our classifier showed lower performance in the squamous cell cancer group because of the lack of training data.
Conclusions
In summary, we have constructed image-based deep learning models for predicting the origin of CUP utilizing DNA methylation data. Owing to the very nature of DNA methylation data, our model showed great performance in prediction regardless of non-squamous cell cancers or squamous cell cancers without the need for minimal data normalization. We needed more DNA methylation data of patient with CUP or squamous cell cancer for further validation. However, our model has potential for improving the efficiency and accuracy of diagnosing cases where the primary cancer site is unknown.
CRediT authorship contribution statement
Jinha Hwang: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Project administration, Resources, Software, Supervision, Validation, Visualization, Writing – original draft. Yeajina Lee: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Project administration, Resources, Software, Validation, Visualization, Writing – original draft. Seong-Keun Yoo: Conceptualization, Funding acquisition, Project administration, Writing – review & editing, Supervision. Jong-Il Kim: Conceptualization, Project administration, Supervision, Writing – review & editing.
Declaration of competing interest
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
Acknowledgements
This research was supported to J.-I.K by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (2020R1A6A1A03047972) and Korea Basic Science Institute (National research Facilities and Equipment Center) grant funded by the Ministry of Education (2021R1A6C101A445). This research was supported to S.-K.Y. by Basic Science Research Program through the NRF funded by the Ministry of Education (2022R1A6A3A03066899).
Footnotes
Supplementary material associated with this article can be found, in the online version, at doi:10.1016/j.neo.2024.101021.
Contributor Information
Seong-Keun Yoo, Email: seong-keun.yoo@mssm.edu.
Jong-Il Kim, Email: jongil@snu.ac.kr.
Appendix. Supplementary materials
References
- 1.Varadhachary G.R., Raber M.N. Cancer of unknown primary site. N. Engl. J. Med. 2014;371:757–765. doi: 10.1056/NEJMra1303917. [DOI] [PubMed] [Google Scholar]
- 2.Rassy E., Pavlidis N. The currently declining incidence of cancer of unknown primary. Cancer Epidemiol. 2019;61:139–141. doi: 10.1016/j.canep.2019.06.006. [DOI] [PubMed] [Google Scholar]
- 3.Rassy E., Pavlidis N. Progress in refining the clinical management of cancer of unknown primary in the molecular era. Nat. Rev. Clin. Oncol. 2020;17:541–554. doi: 10.1038/s41571-020-0359-1. [DOI] [PubMed] [Google Scholar]
- 4.Kim C.S., Hannouf M.B., Sarma S., Rodrigues G.B., Rogan P.K., Mahmud S.M., Winquist E., Brackstone M., Zaric G.S. Survival outcome differences based on treatments used and knowledge of the primary tumour site for patients with cancer of unknown and known primary in Ontario. Curr. Oncol. 2018;25:307–316. doi: 10.3747/co.25.4003. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Rassy E., Bakouny Z., Choueiri T.K., Van Allen E.M., Fizazi K., Greco F.A., Pavlidis N. The role of site-specific therapy for cancers of unknown of primary: a meta-analysis. Eur. J. Cancer. 2020;127:118–122. doi: 10.1016/j.ejca.2019.12.016. [DOI] [PubMed] [Google Scholar]
- 6.Foersch S., Glasner C., Woerl A.C., Eckstein M., Wagner D.C., Schulz S., Kellers F., Fernandez A., Tserea K., Kloth M., et al. Multistain deep learning for prediction of prognosis and therapy response in colorectal cancer. Nat. Med. 2023;29:430–439. doi: 10.1038/s41591-022-02134-1. [DOI] [PubMed] [Google Scholar]
- 7.Kolling S., Ventre F., Geuna E., Milan M., Pisacane A., Boccaccio C., Sapino A., Montemurro F. "Metastatic Cancer of Unknown Primary" or "Primary Metastatic Cancer"? Front. Oncol. 2019;9:1546. doi: 10.3389/fonc.2019.01546. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.LeCun Y., Bengio Y., Hinton G. Deep learning. Nature. 2015;521:436–444. doi: 10.1038/nature14539. [DOI] [PubMed] [Google Scholar]
- 9.Chowell D., Yoo S.K., Valero C., Pastore A., Krishna C., Lee M., Hoen D., Shi H., Kelly D.W., Patel N., et al. Improved prediction of immune checkpoint blockade efficacy across multiple cancer types. Nat. Biotechnol. 2022;40:499–506. doi: 10.1038/s41587-021-01070-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Tran K.A., Kondrashova O., Bradley A., Williams E.D., Pearson J.V., Waddell N. Deep learning in cancer diagnosis, prognosis and treatment selection. Genome Med. 2021;13:152. doi: 10.1186/s13073-021-00968-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Lu M.Y., Chen T.Y., Williamson D.F.K., Zhao M., Shady M., Lipkova J., Mahmood F. AI-based pathology predicts origins for cancers of unknown primary. Nature. 2021;594:106–110. doi: 10.1038/s41586-021-03512-4. [DOI] [PubMed] [Google Scholar]
- 12.Cancer Genome Atlas Research N., Weinstein J.N., Collisson E.A., Mills G.B., Shaw K.R., Ozenberger B.A., Ellrott K., Shmulevich I., Sander C., Stuart J.M. The cancer genome atlas pan-cancer analysis project. Nat. Genet. 2013;45:1113–1120. doi: 10.1038/ng.2764. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Alexandrov L.B., Kim J., Haradhvala N.J., Huang M.N., Tian Ng A.W., Wu Y., Boot A., Covington K.R., Gordenin D.A., Bergstrom E.N., et al. The repertoire of mutational signatures in human cancer. Nature. 2020;578:94–101. doi: 10.1038/s41586-020-1943-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.The ICGC/TCGA Pan-Cancer Analysis of Whole Genomes Consortium Pan-cancer analysis of whole genomes. Nature. 2020;578:82–93. doi: 10.1038/s41586-020-1969-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Yang X., Gao L., Zhang S. Comparative pan-cancer DNA methylation analysis reveals cancer common and specific patterns. Brief. Bioinform. 2017;18:761–773. doi: 10.1093/bib/bbw063. [DOI] [PubMed] [Google Scholar]
- 16.Witte T., Plass C., Gerhauser C. Pan-cancer patterns of DNA methylation. Genome Med. 2014;6:66. doi: 10.1186/s13073-014-0066-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Zhao Y., Pan Z., Namburi S., Pattison A., Posner A., Balachander S., Paisie C.A., Reddi H.V., Rueter J., Gill A.J., et al. CUP-AI-Dx: a tool for inferring cancer tissue of origin and molecular subtype using RNA gene-expression data and artificial intelligence. EBioMedicine. 2020;61 doi: 10.1016/j.ebiom.2020.103030. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Jiao W., Atwal G., Polak P., Karlic R., Cuppen E., Danyi A., de Ridder J., van Herpen C., et al. A deep learning system accurately classifies primary and metastatic cancers using passenger mutation patterns. Nat. Commun. 2020;11:728. doi: 10.1038/s41467-019-13825-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Moran S., Martinez-Cardus A., Sayols S., Musulen E., Balana C., Estival-Gonzalez A., Moutinho C., Heyn H., Diaz-Lagares A., de Moura M.C., et al. Epigenetic profiling to classify cancer of unknown primary: a multicentre, retrospective analysis. Lancet Oncol. 2016;17:1386–1395. doi: 10.1016/S1470-2045(16)30297-2. [DOI] [PubMed] [Google Scholar]
- 20.Nguyen L., Van Hoeck A., Cuppen E. Machine learning-based tissue of origin classification for cancer of unknown primary diagnostics using genome-wide mutation features. Nat. Commun. 2022;13:4013. doi: 10.1038/s41467-022-31666-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Erlander M.G., Ma X.J., Kesty N.C., Bao L., Salunga R., Schnabel C.A. Performance and clinical evaluation of the 92-gene real-time PCR assay for tumor classification. J. Mol. Diagn. 2011;13:493–503. doi: 10.1016/j.jmoldx.2011.04.004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Zheng C., Xu R. Predicting cancer origins with a DNA methylation-based deep neural network model. PLoS ONE. 2020;15 doi: 10.1371/journal.pone.0226461. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Dosovitskiy A., Beyer L., Kolesnikov A., Weissenborn D., Zhai X., Unterthiner T., Dehghani M., Minderer M., Heigold G., Gelly S., et al. (2020). An image is worth 16×16 words: transformers for image recognition at scale. Editor (ed) (eds): City, pp. arXiv:2010.11929.
- 24.Goldman M.J., Craft B., Hastie M., Repecka K., McDade F., Kamath A., Banerjee A., Luo Y., Rogers D., Brooks A.N., et al. Visualizing and interpreting cancer genomics data via the Xena platform. Nat. Biotechnol. 2020;38:675–678. doi: 10.1038/s41587-020-0546-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Zhu Y., Brettin T., Xia F., Partin A., Shukla M., Yoo H., Evrard Y.A., Doroshow J.H., Stevens R.L. Converting tabular data into images for deep learning with convolutional neural networks. Sci. Rep. 2021;11:11325. doi: 10.1038/s41598-021-90923-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Milea D., Najjar R.P., Zhubo J., Ting D., Vasseneix C., Xu X., Aghsaei Fard M., Fonseca P., Vanikieti K., Lagreze W.A., et al. Artificial intelligence to detect papilledema from ocular fundus photographs. N. Engl. J. Med. 2020;382:1687–1695. doi: 10.1056/NEJMoa1917130. [DOI] [PubMed] [Google Scholar]
- 27.Shehab M., Abualigah L., Shambour Q., Abu-Hashem M.A., Shambour M.K.Y., Alsalibi A.I., Gandomi A.H. Machine learning in medical applications: a review of state-of-the-art methods. Comput. Biol. Med. 2022;145 doi: 10.1016/j.compbiomed.2022.105458. [DOI] [PubMed] [Google Scholar]
- 28.Alharbi W.S., Rashid M. A review of deep learning applications in human genomics using next-generation sequencing data. Hum. Genom. 2022;16:26. doi: 10.1186/s40246-022-00396-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Shen X., Jiang C., Wen Y., Li C., Lu Q. (2022). A brief review on deep learning applications in genomic studies 2.
- 30.Eraslan G., Avsec Z., Gagneur J., Theis F.J. Deep learning: new computational modelling techniques for genomics. Nat. Rev. Genet. 2019;20:389–403. doi: 10.1038/s41576-019-0122-6. [DOI] [PubMed] [Google Scholar]
- 31.Routhier E., Mozziconacci J. Genomics enters the deep learning era. PeerJ. 2022;10:e13613. doi: 10.7717/peerj.13613. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Penson A., Camacho N., Zheng Y., Varghese A.M., Al-Ahmadie H., Razavi P., Chandarlapaty S., Vallejo C.E., Vakiani E., Gilewski T., et al. Development of genome-derived tumor type prediction to inform clinical cancer care. JAMA Oncol. 2020;6:84–91. doi: 10.1001/jamaoncol.2019.3985. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Pillai R., Deeter R., Rigl C.T., Nystrom J.S., Miller M.H., Buturovic L., Henner W.D. Validation and reproducibility of a microarray-based gene expression test for tumor identification in formalin-fixed, paraffin-embedded specimens. J. Mol. Diagn. 2011;13:48–56. doi: 10.1016/j.jmoldx.2010.11.001. [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.