Abstract
Carcinoma of unknown primary (CUP) is a type of metastatic cancer with tissue-of-origin (TOO) unidentifiable by traditional methods. CUP patients typically have poor prognosis but therapy targeting the original cancer tissue can significantly improve patients’ prognosis. Thus, it’s critical to develop accurate computational methods to infer cancer TOO. While qPCR or microarray-based methods are effective in inferring TOO for most cancer types, the overall prediction accuracy is yet to be improved. In this study, we propose a cross-cohort computational framework to trace TOO of 32 cancer types based on RNA sequencing (RNA-seq). Specifically, we employed logistic regression models to select 80 genes for each cancer type to create a combined 1356-gene set, based on transcriptomic data from 9911 tissue samples covering the 32 cancer types with known TOO from the Cancer Genome Atlas (TCGA). The selected genes are enriched in both tissue-specific and tissue-general functions. The cross-validation accuracy of our framework reaches 97.50% across all cancer types. Furthermore, we tested the performance of our model on the TCGA metastatic dataset and International Cancer Genome Consortium (ICGC) dataset, achieving an accuracy of 91.09% and 82.67%, respectively, despite the differences in experiment procedures and pipelines. In conclusion, we developed an accurate yet robust computational framework for identifying TOO, which holds promise for clinical applications. Our code is available at http://github.com/wangbo00129/classifybysklearn.
Introduction
Carcinoma of unknown primary (CUP) is a type of metastatic cancers with unknown cancer origin. CUP accounts for 3–5% of all cancer incidences in the United States1. Although there is no drug specifically approved for CUP, multiple guidelines recommend treating this disease using multi-agent cytotoxic chemotherapy2,3. However, the responses of CUP patients to non-targeted chemotherapies are poor with a 5-year survival rate around 11%4.
In order to solve this problem of identifying the tissue-of-origin (TOO), several diagnostic methods have been proposed in the past decades. From 1980 to 2010s, immunohistochemistry is the mainstream method to identify cancer primary tissue5,6,7,8,9,10,11,12. However, this method is labor-intensive, requires highly skilled physicians, and has varying accuracy rates in predicting TOO for different cancer types13. Although imaging techniques such as PET/CT and ultrasound have been utilized for assisting in clinical diagnosis of CUP14,15,16,17,18, their diagnostic accuracies vary from ~ 30 to ~ 90%, which is not high enough for safe clinical usage. Thus, novel diagnostic methods are needed to address this issue.
Recently, with the advancement of sequencing techniques, omics data including RNA expression profile19,20,21,22,23,24,25,26,27, mutation profile28,29, copy number profile and methylation profile were used in the diagnosis of CUP. The assumption for inferring TOO using the omics data is that the metastatic site retains the molecular characteristics of the primary site30. For example, Liu et al. achieved an accuracy of 81% using mutation profile across 13 cancer types28. Ma et al. achieved an accuracy of 84% across 39 cancer types using expression profile24. There are also methods combining multiple types of omics data. For example, He et al. inferred TOO by integrating the features from RNA expression and DNA somatic mutation31. Liu et al. evaluated the potential for identifying TOO using methylation, expression and mutation data, finding that methylation could achieve similar accuracy as expression data for inferring TOO32. However, since the methylation data is more expensive than other omics data such as expression profiles, inferring CUP using expression profile is currently the recommended approach.
For obtaining gene expression profile, RT-PCR, micro-array and RNA-seq were majorly used. For TOO tracing using RT-PCR, Ma et al. collected 578 labeled samples covering 39 tumor types, including 75% primary tumors and 25% metastatic tumors. The dataset was split to 466-sample dataset (frozen) and 112-sample test set (FFPE) according to the sample type. A 92-gene list was used for inferring TOO, and k-nearest neighbor algorithm (KNN) (k = 5) was applied to the problem, reaching an accuracy of 84% in the leave-one-out cross validation. The result also showed there was no difference in the accuracies on predictions of primary or metastatic tumor24. Using micro-array, Bloom et al. combined the cDNA and oligonucleotide platform with artificial neural network (ANN) to trace the primary tumor origin26, obtaining an accuracy of 83–88% on different platforms. Xu et al. reported a multiple-platform 154-gene panel based on TCGA RNA-seq data to detect the primary origin of metastatic tumors. They selected the 154 genes by recursive feature selection and trained a classifier based on support vector machine (SVM), achieving an overall accuracy of 92%33. For TOO tracing using RNA-seq, Liang et al. developed a TOO classifier on TCGA data based on Naïve Bayes algorithm, achieving an accuracy of 91%34. Li et al. used TCGA RNA-seq data as the training set and achieved an accuracy of 96.1% for cross-validation, and an accuracy of 83.5% for an independent GEO dataset35. Deep learning-based methods were also used to infer TOO, such as Grewal et al.’s neural network achieving a 99% accuracy in a 126-sample dataset and an 86% accuracy in a 201-sample dataset36. He et al. developed a neural network for predicting TOO using 150 genes at a 94.87% accuracy27. Zhao et al. developed pipeline by log transformation followed by an 1D-inception structure for inferring TOO, achieving an accuracy of 98.54% in the cross-validation phase, surpassing most methods before37.
Although TOO inference methods usually perform well in cross-validation, they are often insufficient when tested on independent samples, particularly those with cancer metastasis. Furthermore, a comprehensive comparison on the effects of different gene normalization methods, feature selection techniques and classification algorithms is yet to be conducted. Here, we designed a computational framework to infer TOO based on machine learning integrating normalization, feature selection, training and testing processes. We also conducted a comprehensive analysis of different normalization, feature selection and classification methods. Based on the analysis, we proposed a model that employs the most effective combination of normalization, feature selection and classification method. Finally, we evaluated the performance of our trained model on independent datasets.
Results
Dataset preparation
We collected RNA-seq data from two sources in this study. First, we collected a 10,304-sample data from The Cancer Genome Atlas (TCGA) and further split it into a 9911-sample primary dataset and 393-sample metastatic dataset, as described in Materials and Methods. For independent validation, We obtained a 1988-sample dataset from The International Cancer Genome Consortium (ICGC)38. We present the details for all datasets used in Table 1.
The TCGA primary dataset covering 33 main cancers (all cancer abbreviations are supplied in Table 1) were collected. We also merged the two cancers, colon adenocarcinoma (COAD) and rectum adenocarcinoma (READ) to COADREAD, since they have similar molecular profiles39. As a result, we used 32 cancer types from TCGA. The TCGA dataset contains 9911 primary tumor samples covering all 32 cancers and 393-metastatic tumor samples covering 11 cancers. The ICGC dataset contains 1988 samples and covered 10 cancers. We used the TCGA primary dataset to train our model, and used the TCGA metastatic dataset and the ICGC dataset to access our model.
Combinations of preprocessing, feature selection and classification were assessed
In this study, we systematically researched the algorithms employed in each necessary step for detecting TOO using the TCGA primary dataset were used for investigation. We evaluated two preprocessing methods, l1-normalization (like TPM) and standardization after log2 transformation37. We also investigated two feature selection methods, random forest and logistic regression, and included random selection for baseline comparison. We consider feature numbers selected by each method as an important factor for feature selection. Finally, we applied three classification method including logistic regression, random forest and KNN. All the methods used in this study were listed in Table 2.
The training data was used to test the combinations of preprocessing, feature selection and classification methods using tenfold cross validation. The best combination was used to train a model on the TCGA primary dataset. The trained model was tested on the independent test datasets. A schematic diagram of our approach work is shown in Fig. 1.
Logistic regression performed best in training dataset during cross validation
We evaluated the tenfold cross validation accuracy on the training dataset to assess the effectiveness of each step. We created a plot of the accuracies of all possible combinations in Fig. 2. The optimal combination included standardization after log2 transformation, feature selection by logistic regression (using 80 genes for each type of cancer) and classification by logistic regression, which achieved an accuracy of 97.50%. The precisions for each cancer ranged from 79.41 (CHOL) to 100.00% (MESO, LAML, UVM, THYM, TGCT, LGG, PRAD, GBM, OV, THCA and SKCM). The recalls for each cancer ranged from 75.00 (CHOL) to 100.00% (THCA, GBM, UVM, PRAD, THYM and LAML). The specificities for each cancer ranged from 99.67 (STAD) to 100.00% (UVM, THYM, THCA, GBM, SKCM, OV, MESO, LGG, LAML, TGCT and PRAD). Besides, we supplied accuracies, precisions, recalls and specificities for all combinations in Supplementary Table 1 sorted by accuracy.
The gene number is a significant factor affecting the classification performance, while the random forest algorithm was relatively insensitive to the gene number, demonstrating the robustness of ensemble learning. Log2 transformation, followed by standardization, was superior to l1 normalization in most cases. This may be caused by that the optimizer perform better when data is normally distributed. Random selection for feature selection could also work well, except for the KNN method.
It is worth noting that logistic regression was the feature selection method in six of the top 10 combinations (Supplementary Table 1). Random forest was the feature selection method in the 9th and 10th combinations and used more genes than the 6th and 7th combinations, despite using the same classification methods. This suggests that there are associations between log2-transformed expression profiles and cancer types. The top 10 combinations contained only logistic regression and SVM classification methods, indicating strong associations between log2-transformed expression profiles and cancer types. Interestingly, even when using all genes without feature selection, the logistic regression could only reach exactly the same accuracy as using feature selection, indicating the redundancy in features.
The standardization after log2 transformation was the best preprocessing method in most cases, as shown in Fig. 2. The reasons might be due to the facts that (a) the expression values were scaled to the same scale after log2 transformation, eliminating extreme values and (b) the normal distribution might help the optimizers. KNN performed as well as other methods after log2 transformation and standardization. Furthermore, random forest is able to perform well even without log2 transformation and standardization, showing the tree method is robust to the distribution of the input data.
We plotted the confusion matrix for the best combination in Fig. 3. The diagonal showed the percentage of the correctly classified ratio for each cancer type. The majority of the samples were classified correctly. CHOL, ESCA and UCS tended to be misclassified as their adjacent cancers, LIHC, STAD and UCEC, which may be due to their close development and spatial relationship.
Combination of logistic regression and SVM allows gene set to be narrowed down
When the standardization after log2 was used, we noticed a high 96.14% accuracy was achieved using only 5 genes per cancer when we use logistic regression to select genes for each cancer and SVM as the classification algorithm. This is comparable to other combinations using more genes. Random forest using 20 genes selected from logistic regression achieved 96.04% accuracy. Even for logistic regression itself using 5 genes per cancer could only achieve 94.80% accuracy. To investigate whether we could use less genes for the combination, we narrowed down the gene set for logistic regression to 1 to 4 for each cancer type. Accuracies of 88.16%, 93.48%, 95.08% and 95.69% were achieved separately for 1 to 4 genes per cancer. We noticed that even using 1 gene per cancer, SVM’s classification accuracy (88.16%) is comparable to that of selecting 100 genes in total by random forest and classifying by KNN (87.28%). In summary, the selection of methods and classification algorithms can significantly impact the accuracy of predictions.
Informative genes were selected by logistic regression
We conducted feature selection for all training samples by performing log2 transformation followed by standardization using logistic regression. 80 genes were selected for each cancer (see Supplementary Table 2 for details).
The top gene, characteristic of each cancer, was identified and combined into a set for expression level visualization. The log2 transformed average expression value for selected genes in different cancers were represented on a heatmap, shown in Fig. 4. The on-diagonal expression values were higher than the off-diagonal values. For example, CYP11B1 is highly expressed in adrenocortical carcinoma (ACC), which has been reported to be able to differentiate ACC from Cushing Syndrome40. The results indicated the logistic regression has the potential to detect the highly informative genes while comparing each one-vs-all classification. Additionally, some marker genes, such as SPRR1A in acute myeloid leukemia (LAML) and DEFA in uveal melanoma (UVM), have low expression levels in some cancers, revealing how marker genes can provide more relevant information.
Gene sets for each cancer were analyzed to look for similarities, and we found that several gene sets overlapped. For example, 53 genes were common to both the cholangiocarcinoma (CHOL) and liver hepatocellular carcinoma (LIHC) gene sets, which explained the misclassification between these two cancers.
We further examined gene functions of all 80-gene sets using enrichment analysis. The results showed a high degree of enrichment in common human organ developmental processes, such as keratinocyte differentiation, epidermal cell differentiation, and epidermis development, as shown in Fig. 5. Additionally, some gene sets were enriched in specific organ development, including digestion, and skin development and distal tubule (Supplementary Figs. 1, 2). Interestingly, our analysis revealed that genes selected for CHOL and LIHC were enriched in similar pathways, suggesting that these two types of cancer could share similar developmental processes, leading to a similar expression level.
We also performed the enrichment analysis on the top-5 genes from each cancer to find the functions of the core genes that take the major effect in the predictions. We demonstrated the most significant pathways from each cancer in Fig. 6. The most significant pathways were tissue-specific. For example, steroid metabolic process was enriched in ACC, corresponding to adrenal cortex secreting adrenocortical hormones. We also noticed a significant enrichment of respiratory gaseous exchange in both lung adenocarcinoma (LUAD) and lung squamous cell carcinoma (LUSC), indicating both cancers were related to breath.
The model trained from TCGA dataset performed well in independent datasets
To verify our framework in independent datasets, all 80-gene sets for 32 cancer types were combined to create a comprehensive 1356 gene set for further training and used logistic regression as the classification algorithm. We tested our model on 2 independent datasets: (1) the metastatic dataset from TCGA; (2) the non-TCGA ICGC dataset. The model trained from TCGA primary tumor dataset using 1356 genes achieves a 91.09% accuracy on the metastatic dataset from TCGA. We plotted the confusion matrix for the dataset in Fig. 7a and included the prediction probabilities for all samples in Supplementary Table 3. Most incorrect classifications were SKCM samples. We hypothesize the discrepant distribution (103 in the training set and 367 in the test set) between the two datasets may have resulted in an inadequate training of our model. One case of cervical squamous cell carcinoma and endocervical adenocarcinoma (CESC) was erroneously classified as Uterine Corpus Endometrial Carcinoma (UCEC), potentially due to their similar tissue of origin.
To account for the lack of full consistency in gene sets between the TCGA and ICGC datasets, we initially created an overlapping gene set of 9180 genomic features. Using this 9180-gene set, we conducted preprocessing, feature selection, and model training on the TCGA primary datasets resulting in the identification of 80 genes by feature selection. Feature selection was applied, allowing for the selection of 474 genes for the final model training. This set of 474 genes was integrated into a logistic regression model, which was used to test the ICGC dataset with 82.67% accuracy. The confusion matrix for the dataset is displayed in Fig. 7b, and the prediction probabilities for all samples is supplied in Supplementary Table 4. The model produced some erroneous classifications, including the misclassification of lymphoid neoplasm diffuse large B-cell lymphoma (DLBC) samples as acute myeloid leukemia (LAML), and misclassification of pancreatic adenocarcinoma (PAAD) as other types of cancers. These misclassifications could be attributed to the similarities between the cell types of misclassified cancers. For example, DLBC and LAML both originate from blood forming cells, and PAAD, LUAD and BLCA originates from the glandular cells. The other misclassification of PAAD samples may have resulted from racial differences and technical differences from the ICGC TCGA, such as experimental and expression-calling pipeline differences, since ICGC collected datasets from multiple countries.
Discussion
In this study, we designed a computational framework including the data preprocessing, feature selection and classification in one tool for TOO inference. Besides, we thoroughly investigated the impact of preprocessing methods, feature selection methods and classification methods on the predication accuracy of tissue-of-origin inference. Our study showed that log2 transformation and standardization provide an optimal starting point for preprocessing for RNA-seq data. Traditional machine learning methods, such as logistic regression yielded similar accuracies to deep learning approaches when using only 1000 genes27,37. The robustness of our framework was further indicated by the performance on two independent datasets, which achieved accuracy rates of 91.09% for the TCGA metastatic dataset and 82.67% for the ICGC dataset. These observations demonstrate the efficacy and importance of our computational framework for TOO inference.
There are some limitations to our study. First, we did not explore all possible combinations of the steps. For instance, we did not use quantile normalization, which is a popular method in expression profile, because the method was conducted within one dataset instead of one sample. Additionally, feature selection methods, such as correlation-based methods27 or the minimum Redundancy-Maximum Relevance (mRMR) algorithm were not compared. Moreover, gradient boosting decision tree (GBDT)-based methods35 and deep learning algorithms27,37,41,42 might further enhance the prediction accuracy. Though we achieved a similar accuracy rate of 98.54% for cross-validation as Zhao’s study37, we failed to achieve the same level of accuracy (96.70%) for the same TCGA metastatic dataset for independent test. Therefore, we suggest utilizing neural networks like 1-D convolutional networks to improve our predictive result. Furthermore, we suggest exploring classification methods with complex structures, such as multi-layer neural networks, and integrating additional data types, such as histopathological image, which are regularly used in cancer diagnosis and prognosis prediction43,44,45,46. Although recently developed TOO-inferring medical image-tools show promise47, more work in this area is necessary to utilize multi-omics for a higher accuracy in TOO inferring.
Secondly, it is unclear if our framework could infer the subtype of cancer origin. As stated by Zhao et al., small sample number was a barrier for neural networks to learn more information37. Conventional machine learning algorithms have less parameters than neural networks. Hence, our framework might be suitable for inferring TOO subtype.
Thirdly, our work did not differentiate FFPE and frozen samples as distinct datasets, as pointed out by Ma et al.24. Moreover, we did not compare the performance of our model between different tumor grade levels. Further tuning of our model may be necessary if sample preservation method or tumor grade level were taken into account.
Finally, to make our work medically applicable, in-house RNA-seq data is necessary. Further efforts are required to adjust the parameters per our data. As mentioned above, logistic regression can predict TOO using an expression profile covering 1356 genes. We look forward to utilize sequencing techniques such as capture that sequence specific genes to reduce the costs for the experiment48,49,50,51.
Conclusion
This study implemented a machine learning framework to identify the primary origin of tumor tissue using RNA sequencing expression profiles. Comparing different methods for preprocessing, feature selection and classification, we determined that log2 transformation and standardization was superior than normalization methods that express values as a proportion. We found that logistic regression performs well in feature selection and classification for this task. Furthermore, we found that predicting with using 1356 genes as features resulted in a relatively high accuracy for predicting the origin of the primary cancer site. This work suggests the RNA-seq and machine learning algorithms might be used in clinical practice when other pathological methods fails to determine the primary origin site of certain cancers.
Materials and methods
Data preparation
The TCGA RNA-seq data were downloaded from TCGA Data Portal (https://portal.gdc.cancer.gov/). The ICGC RNA-seq data were downloaded from Data Portal (https://dcc.icgc.org/releases/release_28/Projects/) by searching the keyword “exp_seq”. To avoid information leakage, the ICGC samples that also showed up in TCGA were not included for ICGC dataset. For the TCGA data, we removed all the metastatic tumors in the TCGA dataset for test set by checking TCGA identifier, leaving the samples with primary tumors (i.e., 01 and 03 for the 4th field) as the training dataset and metastatic tumors (i.e., 06 for the 4th field) as the test dataset. For all datasets, the TPM value of each sample and each gene from were extracted, generating a M × N matrix where M is the number of the sample number and N is the number of the gene number. All the samples were labeled by its cancer type.
Normalization by l1 normalization
For one sample, the l1 normalization will sum all expression values for all expression values as the denominator. The expression values will all be scaled by this denominator, i.e.
where (G) is the expression value after normalization, (g) is the expression value before normalization and (n) is the total number of genes of this sample.
Normalization by log2 transformation followed by standardization
For one sample, all expression values will log2-tranformed. To avoid log2(0) error, 1e−6 was added to all expression values before log2. The expression values will all be scaled by this denominator, i.e.
where (u) is the mean of the expression values and (s) is the standard deviation of the expression values.
Feature selection by random forest
For selecting features using random forest52, a random forest model was trained on all genes. The base estimator number was set to 2000 for the random forest classifier. For each decision tree, sub-samples are drawn with replacement by bootstrapping method. Each decision tree will use up to (sqrt{selected, gene, number}) genes. Gini impurity was used to find the best split point and feature. The feature importance was used to sort the genes and the top N genes were selected as final features.
Feature selection by logistic regression
First, a multinomial logistic regression model was trained using all data. The l2 penalty was used for regularization and regularization strength was set to 1e−4 (i.e., C = 10,000 for scikit-learn). Then, for each cancer, the weights for all genes for sorted by absolute value. To select N genes for each cancer, the top-ranked N genes were first selected as the genes for classifying this cancer. The selected N genes for all cancers were combined as the final features. For logistic regression, we divided 10 for the feature selection for each cancer.
Functional annotation
For the analysis of biological significance, the functions were annotated for the specific gene set. Gene ontology53,54 was used as the database for the enrichment analysis. Genes were clustered by R package clusterProfiler55. The visualization was done by R package ggplot256.
Cross validation
In a N-fold cross validation (where N is an integer), all the samples were stratified into N subsets by different random seeds. And the algorithm was repeated N times. During each repeat, one of the N subsets was used as the test set and the other N − 1 subsets were consolidated to a training set. Features that were selected within the training set were used to train a model. The test set was then used to evaluate the model. Then the average error across all N trials was computed.
Classification by random forest and logistic regression
We used the default parameters in random forest and logistic regression.
Classification by support vector machine
For the multi-class classification based on SVM, the one-vs-all strategy and rbf kernel were used. For regularization, l2 penalty was used and the inverse regularization parameter C was set to 10,000 for scikit-learn implementation.
All above mentioned feature selection and classification methods were implemented using scikit-learn package57.
Accuracy visualization for all combinations
To plot the accuracies for all combinations, functions of FacetGrid from package seaborn version 0.9.0 was used58.
Heatmap visualization
To plot the heatmaps, the R package pheatmap version 1.0.12 was used59,60. Before plotting, the expression values were first added 1e−12 and transformed by log2.
Data availability
The data that support the findings of this study are available from public databases, TCGA (https://portal.gdc.cancer.gov/) and ICGC (https://dcc.icgc.org/releases/release_28/Projects/).
References
-
Sokilde, R. et al. Efficient identification of mirnas for classification of tumor origin. J. Mol. Diagn. 16, 106–115. https://doi.org/10.1016/j.jmoldx.2013.10.001 (2014).
Google Scholar
-
Natoli, C. et al. Unknown primary tumors. Biochem. Biophys. Acta. 1816, 13–24. https://doi.org/10.1016/j.bbcan.2011.02.002 (2011).
Google Scholar
-
Agwa, E. & Ma, P. C. Overview of various techniques/platforms with critical evaluation of each. Curr. Treat. Opt. Oncol. 14, 623–633. https://doi.org/10.1007/s11864-013-0259-z (2013).
Google Scholar
-
Varadhachary, G. R. & Raber, M. N. Carcinoma of unknown primary site. N. Engl. J. Med. 371, 2040–2040. https://doi.org/10.1056/NEJMc1411384 (2014).
Google Scholar
-
Yam, L. T., Janckila, A. J., Lam, W. K. & Li, C. Y. Immunohistochemistry of prostatic acid phosphatase. Prostate 2, 97–107. https://doi.org/10.1002/pros.2990020110 (1981).
Google Scholar
-
de Almeida, P. C. & Pestana, C. B. Use of immunohistochemistry in detecting the primary site in neoplasm metastasis. AMB 35, 84–87 (1989).
Google Scholar
-
de Almeida, P. C. & Pestana, C. B. Immunohistochemical markers in the identification of metastatic breast cancer. Breast Cancer Res. Treat. 21, 201–210. https://doi.org/10.1007/bf01975003 (1992).
Google Scholar
-
Brown, R. W., Campagna, L. B., Dunn, J. K. & Cagle, P. T. Immunohistochemical identification of tumor markers in metastatic adenocarcinoma. A diagnostic adjunct in the determination of primary site. Am. J. Clin. Pathol. 107, 12–19. https://doi.org/10.1093/ajcp/107.1.12 (1997).
Google Scholar
-
Nap, M. Immunohistochemistry of ca 125. Unusual expression in normal tissues, distribution in the human fetus and questions around its application in diagnostic pathology. Int. J. Biol. Mark. 13, 210–215 (1998).
Google Scholar
-
Hameed, O. & Humphrey, P. A. Immunohistochemistry in diagnostic surgical pathology of the prostate. Semin. Diagn. Pathol. 22, 88–104 (2005).
Google Scholar
-
Park, S. Y., Kim, B. H., Kim, J. H., Lee, S. & Kang, G. H. Panels of immunohistochemical markers help determine primary sites of metastatic adenocarcinoma. Arch. Pathol. Lab. Med. 131, 1561–1567. https://doi.org/10.1043/1543-2165(2007)131[1561:poimhd]2.0.co;2 (2007).
Google Scholar
-
Idikio, H. A. Immunohistochemistry in diagnostic surgical pathology: Contributions of protein life-cycle, use of evidence-based methods and data normalization on interpretation of immunohistochemical stains. Int. J. Clin. Exp. Pathol. 3, 169–176 (2009).
Google Scholar
-
Kulkarni, A., Pillai, R., Ezekiel, A. M., Henner, W. D. & Handorf, C. R. Comparison of histopathology to gene expression profiling for the diagnosis of metastatic cancer. Diagn. Pathol. 7, 110. https://doi.org/10.1186/1746-1596-7-110 (2012).
Google Scholar
-
Chiti, A. et al. Comparison of somatostatin receptor imaging, computed tomography and ultrasound in the clinical management of neuroendocrine gastro-entero-pancreatic tumours. Eur. J. Nucl. Med. 25, 1396–1403. https://doi.org/10.1007/s002590050314 (1998).
Google Scholar
-
Guntinas-Lichius, O. et al. Diagnostic work-up and outcome of cervical metastases from an unknown primary. Acta Otolaryngol. 126, 536–544. https://doi.org/10.1080/00016480500417304 (2006).
Google Scholar
-
Kroiss, A. et al. 68ga-dota-toc uptake in neuroendocrine tumour and healthy tissue: Differentiation of physiological uptake and pathological processes in pet/ct. Eur. J. Nucl. Med. Mol. Imaging 40, 514–523. https://doi.org/10.1007/s00259-012-2309-3 (2013).
Google Scholar
-
Prowse, S. J. et al. The added value of 18f-fluorodeoxyglucose positron emission tomography computed tomography in patients with neck lymph node metastases from an unknown primary malignancy. J. Laryngol. Otol. 127, 780–787. https://doi.org/10.1017/s002221511300162x (2013).
Google Scholar
-
Peng, L. et al. Analysis of ct scan images for covid-19 pneumonia based on a deep ensemble framework with densenet, swin transformer, and regnet. Front. Microbiol. 13, 995323. https://doi.org/10.3389/fmicb.2022.995323 (2022).
Google Scholar
-
Golub, T. R. et al. Molecular classification of cancer: Class discovery and class prediction by gene expression monitoring. Science 286, 531–537. https://doi.org/10.1126/science.286.5439.531 (1999).
Google Scholar
-
Ramaswamy, S. et al. Multiclass cancer diagnosis using tumor gene expression signatures. Proc. Natl. Acad. Sci. U.S.A. 98, 15149–15154. https://doi.org/10.1073/pnas.211566398 (2001).
Google Scholar
-
Greco, F. A. & Erlander, M. G. Molecular classification of cancers of unknown primary site. Mol. Diagn. Ther. 13, 367–373. https://doi.org/10.2165/11530360-000000000-00000 (2009).
Google Scholar
-
Monzon, F. A. & Koen, T. J. Diagnosis of metastatic neoplasms: Molecular approaches for identification of tissue of origin. Arch. Pathol. Lab. Med. 134, 216–224. https://doi.org/10.1043/1543-2165-134.2.216 (2010).
Google Scholar
-
Rosenwald, S. et al. Validation of a microrna-based qrt-pcr test for accurate identification of tumor tissue origin. Mod. Pathol. 23, 814–823. https://doi.org/10.1038/modpathol.2010.57 (2010).
Google Scholar
-
Ma, X. J. et al. Molecular classification of human cancers using a 92-gene real-time quantitative polymerase chain reaction assay. Arch. Pathol. Lab. Med. 130(4), 465–473 (2006).
Google Scholar
-
Monzon, F. A. et al. Multicenter validation of a 1,550-gene expression profile for identification of tumor tissue of origin. J. Clin. Oncol. 27, 2503–2508. https://doi.org/10.1200/JCO.2008.17.9762 (2009).
Google Scholar
-
Bloom, G. et al. Multi-platform, multi-site, microarray-based human tumor classification. Am. J. Pathol. 164, 9–16. https://doi.org/10.1016/s0002-9440(10)63090-8 (2004).
Google Scholar
-
He, B. et al. A neural network framework for predicting the tissue-of-origin of 15 common cancer types based on rna-seq data. Front. Bioeng. Biotechnol. 8, 737. https://doi.org/10.3389/fbioe.2020.00737 (2020).
Google Scholar
-
Liu, X. et al. Predicting cancer tissue-of-origin by a machine learning method using DNA somatic mutation data. Front. Genet. 11, 674. https://doi.org/10.3389/fgene.2020.00674 (2020).
Google Scholar
-
He, B. et al. A machine learning framework to trace tumor tissue-of-origin of 13 types of cancer based on DNA somatic mutation. Biochim. Biophys. Acta Mol. Basis Dis. 1866, 165916. https://doi.org/10.1016/j.bbadis.2020.165916 (2020).
Google Scholar
-
Erlander, M. G. et al. Performance and clinical evaluation of the 92-gene real-time pcr assay for tumor classification. J. Mol. Diagn. 13, 493–503. https://doi.org/10.1016/j.jmoldx.2011.04.004 (2011).
Google Scholar
-
He, B. et al. Toome: A novel computational framework to infer cancer tissue-of-origin by integrating both gene mutation and expression. Front. Bioeng. Biotechnol. 8, 394. https://doi.org/10.3389/fbioe.2020.00394 (2020).
Google Scholar
-
Liu, H. et al. Evaluating DNA methylation, gene expression, somatic mutation, and their combinations in inferring tumor tissue-of-origin. Front. Cell Dev. Biol. 9, 619330. https://doi.org/10.3389/fcell.2021.619330 (2021).
Google Scholar
-
Xu, Q. et al. Pan-cancer transcriptome analysis reveals a gene expression signature for the identification of tumor tissue origin. Mod. Pathol. 29, 546–556. https://doi.org/10.1038/modpathol.2016.60 (2016).
Google Scholar
-
Liang, X. et al. A machine learning approach for tracing tumor original sites with gene expression profiles. Front. Bioeng. Biotechnol. 8, 607126. https://doi.org/10.3389/fbioe.2020.607126 (2020).
Google Scholar
-
Li, R. et al. Identification of tumor tissue of origin with rna-seq data and using gradient boosting strategy. Biomed. Res. Int. 2021, 6653793. https://doi.org/10.1155/2021/6653793 (2021).
Google Scholar
-
Grewal, J. K. et al. Application of a neural network whole transcriptome-based pan-cancer method for diagnosis of primary and metastatic cancers. JAMA Netw. Open 2, e192597. https://doi.org/10.1001/jamanetworkopen.2019.2597 (2019).
Google Scholar
-
Zhao, Y. 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 61, 103030. https://doi.org/10.1016/j.ebiom.2020.103030 (2020).
Google Scholar
-
Zhang, J., Bajari, R. & Andric, D. The international cancer genome consortium data portal. Nat. Biotechnol. 37, 367–369. https://doi.org/10.1038/s41587-019-0055-9 (2019).
Google Scholar
-
Zuo, S., Dai, G. & Ren, X. Identification of a 6-gene signature predicting prognosis for colorectal cancer. Cancer Cell Int. 19, 6. https://doi.org/10.1186/s12935-018-0724-7 (2019).
Google Scholar
-
Pereira, S., Costa, M., Gomez-Sanchez, C. & Pignatelli, D. Sat-351 cyp11b1 is a Highly Accurate Marker of Malignancy in Functioning Adrenocortical Tumors. Lid-sat-351.
-
Meng, Y. et al. A weighted bilinear neural collaborative filtering approach for drug repositioning. Brief. Bioinform. 23, 581. https://doi.org/10.1093/bib/bbab581 (2022).
Google Scholar
-
Xu, Z. et al. Comparing sarc-calf with sarc-f for screening sarcopenia in adults with type 2 diabetes mellitus. Front. Nutr. 9, 803924. https://doi.org/10.3389/fnut.2022.803924 (2022).
Google Scholar
-
Yang, J. et al. Prediction of her2-positive breast cancer recurrence and metastasis risk from histopathological images and clinical information via multimodal deep learning. Comput. Struct. Biotechnol. J. 20, 333–342. https://doi.org/10.1016/j.csbj.2021.12.028 (2022).
Google Scholar
-
Yao, Y. et al. Icsda: A multi-modal deep learning model to predict breast cancer recurrence and metastasis risk by integrating pathological, clinical and gene expression data. Brief. Bioinform. 23, 448 (2022).
Google Scholar
-
Huang, K. et al. Predicting colorectal cancer tumor mutational burden from histopathological images and clinical information using multi-modal deep learning. Bioinformatics 38, 5108. https://doi.org/10.1093/bioinformatics/btac641 (2022).
Google Scholar
-
Ye, Z. et al. Cervical cancer metastasis and recurrence risk prediction based on deep convolutional neural network. Curr. Bioinform. 17, 164–173. https://doi.org/10.2174/1574893616666210708143556 (2022).
Google Scholar
-
Lu, M. Y. et al. Ai-based pathology predicts origins for cancers of unknown primary. Nature 594, 106–110. https://doi.org/10.1038/s41586-021-03512-4 (2021).
Google Scholar
-
Ura, H. & Togi, S. Target-capture full-length double-strand cdna sequencing for alternative splicing analysis. RNA Biol. 18, 1600–1607. https://doi.org/10.1080/15476286.2021.1872961 (2021).
Google Scholar
-
Lang, J. et al. Evaluation of the mgiseq-2000 sequencing platform for illumina target capture sequencing libraries. Front. Genet. 12, 730519. https://doi.org/10.3389/fgene.2021.730519 (2021).
Google Scholar
-
Peng, L. et al. Cell-cell communication inference and analysis in the tumour microenvironments from single-cell transcriptomics: Data resources and computational strategies. Brief. Bioinform. 23, 234. https://doi.org/10.1093/bib/bbac234 (2022).
Google Scholar
-
Shen, L. et al. Vda-rwlrls: An anti-sars-cov-2 drug prioritizing framework combining an unbalanced bi-random walk and laplacian regularized least squares. Comput. Biol. Med. 140, 105119. https://doi.org/10.1016/j.compbiomed.2021.105119 (2021).
Google Scholar
-
Breiman, L. Random forests. Mach. Learn. 45, 5–32 (2001).
Google Scholar
-
Ashburner, M. et al. Gene ontology: Tool for the unification of biology. The gene ontology consortium. Nat. Genet. 25, 25–29. https://doi.org/10.1038/75556 (2000).
Google Scholar
-
The Gene Ontology Consortium. The gene ontology resource: 20 years and still going strong. Nucleic Acids Res. 47, D330–D338. https://doi.org/10.1093/nar/gky1055 (2019).
Google Scholar
-
Yu, G., Wang, L. G., Han, Y. & He, Q. Y. Clusterprofiler: An r package for comparing biological themes among gene clusters. OMICS 16, 284–287. https://doi.org/10.1089/omi.2011.0118 (2012).
Google Scholar
-
Ginestet, C. Ggplot2: Elegant graphics for data analysis. J. R. Stat. Soc. 174, 245–246 (2011).
Google Scholar
-
Pedregosa, F. et al. Scikit-learn: Machine learning in python. J. Mach. Learn. Res. 12, 2825–2830 (2011).
Google Scholar
-
Waskom, M. Seaborn: Statistical data visualization. J. Open Source Softw. 6, 3021. https://doi.org/10.21105/joss.03021 (2021).
Google Scholar
-
Kolde, R. Pheatmap: Pretty Heatmaps. https://CRAN.R-project.org/package=pheatmap.
-
Team, D. R: A Language and Environment for Statistical Computing, Vol. 1 (2013).
Funding
This work was supported by The Foundation of Hunan Educational Committee (No. 19A060) and the provincial key R & D projects of Hunan Provincial Science and Technology Department (No. 2022SK2074).
Author information
Authors and Affiliations
Contributions
B.W. conceived, designed, and managed the study; B.H., H.S., B.W., M.B., H.L., and J.H. performed the experiments; B.H. and B.W. drafted the manuscript. G.T. reviewed the manuscript.
Corresponding author
Ethics declarations
Competing interests
Bo Wang and Geng Tian are employed in Geneis Beijing Co. Ltd. All other 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.
Additional information
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Supplementary Information
Supplementary Figure 1.
Supplementary Figure 2.
Supplementary Table 1.
Supplementary Table 2.
Supplementary Table 3.
Supplementary Table 4.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
Reprints and Permissions
About this article
Cite this article
He, B., Sun, H., Bao, M. et al. A cross-cohort computational framework to trace tumor tissue-of-origin based on RNA sequencing.
Sci Rep 13, 15356 (2023). https://doi.org/10.1038/s41598-023-42465-8
-
Received: 08 June 2023
-
Accepted: 11 September 2023
-
Published: 16 September 2023
-
DOI: https://doi.org/10.1038/s41598-023-42465-8
Comments
By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.