1. Introduction
Colorectal cancer (CRC) is the second leading death-causing cancer for men and women in the United States combined. It is a cancer originating in the colon or rectum, where the cells start to grow out of control. Colon cancer most prominently affects older people, 55 years and up. Death rates have been improving for decades due to the enhanced accuracy in detection and increased participation in recommended screening tests for adults 45 years and older. Still, the American Cancer Society estimates that in 2023, colorectal cancer will cause around 52,550 deaths [
1]. Ultimately, this number can be further reduced with continued advancements in the efficacy of screening methods, as early detection has the highest success rate at saving lives by quickly treating possibly cancerous polyps before the cancer can spread further.
At present, the most common and sensitive screening test in use is colonoscopy. This method utilizes a long, flexible tube—the scope—attached with a camera, allowing doctors to view the entire colon and rectum and to remove polyps and abnormal tissue samples, at the same time, during a screening session. However, colonoscopy has risks and drawbacks, such as being invasive, requiring a diet change, its use of sedation, internal bleeding, tearing of the colon or rectum, etc. Thus, in recent research, a new, highly potential way to identify this cancer earlier has emerged—metabolomics, especially, analyzing metabolites—as a non-invasive detection approach.
Metabolomics in the field of cancer research can be used to identify the existence of cancerous cells through closely analyzing the behavior of metabolites—substances that result from metabolism—in the body. Patient samples are taken, and studies track values such as fold change/induction, p-values, etc. By comparing metabolites of healthy patients to cancer patients, researchers can distinguish metabolites that indicate the presence of cancerous cells or irregularities in metabolism. With more studies performed, the list of known metabolites that are most significantly and directly involved in colorectal cancer will increase, and thus metabolite analysis is a promising choice for future colorectal cancer diagnosis.
In a study, 886 plasma metabolites were identified through mass spectroscopy; for analysis, a statistical model based on conditional logistic regression was used to approximate odds ratios adjusted for multiple variables. They reached 95% confidence in predicting the risk of CRC for each increase in one standard deviation, albeit finding that six metabolites were deemed connected to CRC risk at a false discovery rate (FDR) of less than 0.20 [
2]. A sample from 110 patients and control serums showed that using
1H-NMR to analyze the metabolites proved promising for early detection. Twenty-three metabolites were distinguished through multivariate statistical analysis (MSA), including revealing that pyruvate and glycerolipid metabolisms are activated in polyps, while in CRC, the serine, glycine, glycolysis, and threonine metabolisms were found to be activated [
3]. A follow-up replication study identified differential metabolites using statistical tests (variable importance of projection score, VIP > 1 and
p < 0.05) to demonstrate that serum biomarkers are promising for diagnosing CRC non-invasively [
4]. Overall, previous metabolomics studies have demonstrated considerable success and indicated new directions for further research.
AI, and especially machine learning, is currently widely used for diagnostics. One of the useful methods for the extraction and interpretation of images ready to computer-classification is radiomics, which can be used as a necessary step of preprocessing data for machine learning [
5].
2. Materials and Methods
2.1. Approach Overview
The metabolite datasets used in this study were extracted from public sources and two databases, the Human Metabolome Database (HMDB), version 5.0 [
6,
7] and ZINC-22 [
8]. The software used for machine learning was as follows: Waikato Environment for Knowledge Analysis (WEKA), version 4.2 [
9], ChemDes, version 1.5 [
10], and MetaboAnalyst, version 5.0 for the analysis of metabolic pathways [
11,
12]. The flowchart of the methods used in this study is shown in
Figure 1.
2.2. Metabolite Selection
We began this study with the selection of metabolites associated with CRC from serum samples [
13]. The details of metabolite extraction and GC/MS methods are described in the articles referenced in this source [
13]. This dataset contained metabolites categorized into three groups: Stages 0–2, which include individuals without cancer and patients with Stage 1 and 2 CRC; Stages 3–4, which include patients with Stage 3 and 4 CRC; and Stages 0–4, which include the whole cohort. This dataset also contained their fold change and
p-values. Metabolites with
p-values
p ≥ 0.05 were considered insignificant and filtered out. The remaining metabolites were used for ML model development. The resulting dataset contained 67 CRC metabolites in the Stage 0–2 category, 73 CRC metabolites in the Stage 3–4 category, and 79 CRC metabolites in the Stage 0–4 category. These metabolites were labeled as “selected” for ML model development.
Then, using ChemDes, 3679 descriptors were calculated for each metabolite and compound, which were filtered using the InfoGainAttributeEval application in WEKA, leaving 937 significant descriptors.
For the three datasets—Stages 0–2, Stages 3–4, and Stages 0–4—different classification methods were tested on each to discover which method yielded the highest accuracy, using WEKA’s classify tool.
To test the best-performing ML models on unseen, independent data, we compiled three additional test sets: a set containing 79 random metabolites obtained from HMDB, another containing 79 random compounds from ZINC, and a final one containing 23 metabolites associated with thyroid cancer (to show selectivity for CRC cancer) [
14].
2.3. ChemDes
ChemDes is a web-based platform that calculates molecular descriptors and fingerprints [
10]. ChemDes was used to calculate 1D and 2D descriptors of the training set metabolites from the SMILES [
15,
16], which were retrieved from PubChem 2023 release [
17].
2.4. Human Metabolome Database (HMDB)
HMDB is a database that stores information on human body-related metabolites [
6,
7]. We used the HMDB to create a random metabolite dataset for ML model development.
2.5. MetaboAnalyst
MetaboAnalyst 5.0 [
11,
12] is a program for statistical, functional, and integrative analysis of metabolomics data. It has four main functions of exploratory statistical analysis, functional enrichment analysis, data integration and systems biology (biomarker analysis, pathway analysis, and network explorer), and data processing. The program takes various types of input data, including compound names, KEGG ID, release 110.0, [
18,
19], or Human Metabolite Database index (HMDB ID) numbers [
6,
7] to support integrative analysis with transcriptomics or metagenomics.
2.6. PubChem
PubChem is a database that provides accessibility to information on an expansive selection of chemicals [
17]. For this study, we utilized PubChem’s feature of readily stored simplified molecular-input line-entry system (SMILES) values for each compound [
15,
16]. The SMILES values of most selected and random metabolites were obtained this way.
2.7. Drift
The Drift software tool, 2.3.9, is used to predict protein targets for small molecules [
20]. The program creates a two-dimensional fingerprint (FP2) with more than 1000 features for the selected compound. Such fingerprints were created for the following main databases: ChEMBL, v, 24, [
21], ZINC [
8], HMDB [
6,
7] and BindingDB, release 2023, [
22,
23]. Similarity of a fingerprint of the analyzed compound to any of these db compounds fingerprints is calculated with the Tanimoto coefficient. A sequence convolution and graph convolution neural networks are used for predicting the binding score of a compound with a protein.
2.8. PANTHER
The PANTHER software, version 18.0, contains a knowledge base about protein families and their evolutionary history. These phylogenetic trees are annotated by GO annotations. Panther enrichment analysis is one of the tools that can help in the analysis of genes datasets [
24].
2.9. STRING
STRING, version 12.0, is a network generating program based on the information of protein–protein physical and functional interactions collected from various sources [
25]. The program uses automated scientific texts mining, co-expression-based predictions of interactions, interaction experimental data, signaling pathways information, and more. When one uses metabolites or other entities as biomarkers, it always conjures the following question: how are these biomarkers related to the studied process? STRING outlined the clusters of genes interacting with the elected metabolites, showing their involvement in cancer-related pathways.
2.10. DisGeNET
DisGeNET, version 7.0, is a software application that elucidates information on genes and their variants with human diseases [
26]. It is based on a collection of gene/disease and variant/disease data extracted from scientific literature using text mining. It uses a set of deep learning subsystems to generate the final information.
2.11. Machine-Learning Analysis (WEKA)
Machine-learning (ML) model development was performed with the Waikato Environment for Knowledge Analysis (WEKA) software [
9]. WEKA is a workbench that supports, among others, multiple ML classification algorithms. The short descriptions of used ML classifiers are presented in
Table S4. It contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. One of the important algorithms in WEKA is InfoGainAttributeEval. This algorithm is used for attribute (descriptor) selection, which was performed using the ranker search method. The training dataset includes both selected metabolites and random compounds. It was run on various classifiers to find the best-performing model. We tested several classification methods and selected the methods giving higher accuracy. Finally, the best model was tested on a dataset of random and unrelated-disease metabolite sets to test the final accuracy. To achieve the most effective supervised machine learning possible, we needed to prepare as much-detailed training data patterns as possible. Any selection of “average” values of the data can lead to the loss of information. During the process of learning, the ML system usually discards descriptors that not significantly impact the classification process.
2.12. PathBIX
The PathBIX program, release 2021, performs pathway annotation using network-based tools along with FunCoup networks, KEGG, Reactome, and WikiPathways databases [
27].
2.13. Method Limitations
A limitation to our method may be that we included an initial list of metabolites that was too short; This list was used for training the descriptors patterns. It can artificially diminish the presence of specific descriptors that are important for general recognition.
3. Results
The final dataset used to construct the ML models contained 67 selected metabolites and 67 random compounds for Stages 0–2, 73 selected metabolites and 73 random compounds for Stages 3–4, and 79 selected metabolites and 79 random compounds for Stages 0–4 after filtering out selected metabolites with p-values greater than 0.05.
Using the MetaboAnalyst pathway analysis tool, we studied the metabolic pathways related to CRC in each of the groups of stages.
3.1. Metabolic Pathways Related to CRC Metabolites
We performed pathway analysis on the datasets of CRC-related metabolites used for the ML models’ construction. The goal was to show that these compounds could serve as solid biomarkers of CRC and that they play a significant role in cancer development. The following pathways were found to be related to these sets of metabolites.
3.1.1. Aminoacyl-tRNA Biosynthesis
A study by Zhou et al. [
28] explains importantance of Aminoacyl-tRNA in protein synthesis, with regard to how RNA genetic information is transferred into amino acids, and may play a role in tumorigenesis or that formation of cancer, including CRC.
3.1.2. Glyoxylate and Dicarboxylate Metabolism
In a test performed comparing the tissues of patients with CRC without CRC using formalin-fixed paraffin-embedded tissues, it was discovered that glyoxylate and dicarboxylate metabolism showed increased levels in tumor-depleted differentially abundant metabolites [
29]. Thus, increases in glyoxylate and dicarboxylate metabolism may be correlated with the presence of CRC for early detection.
3.1.3. Glycine, Serine, and Threonine Metabolism
Glycine and serine together are responsible for the pre-synthesis of proteins, nucleic acids, and lipids, which all impact the growth of cancerous cells [
30]. Amelio and colleagues state that the analysis of the pathway has revealed that its hyperactivation fuels the process of oncogenesis.
3.1.4. Phenylalanine, Tyrosine, and Tryptophan Biosynthesis
Phenylalanine, tyrosine, and tryptophan are present only in Stages 0–2 (see
Figure 2a). They are aromatic amino acids (AAAs) that are involved in protein synthesis [
31]. It was also reported that phenylalanine, tyrosine, and tryptophan (as metabolites) have been shown to have significantly different levels in patients with CRC and without it; this was also proven by many other studies [
32].
3.1.5. Arginine Biosynthesis
Arginine biosynthesis was present only in Stages 3–4 (see
Figure 2b). The molecules of the arginine metabolic pathway are currently considered as targets for CRC treatments, such as chemoprevention or therapy. Reducing arginine through consumption and inhibiting the activity of one of the pathway’s main enzymes, ornithine decarboxylase (ODC), significantly decreases polyamine synthesis and thus the risk of CRC [
33].
3.1.6. Alanine, Aspartate, and Glutamate Metabolism
Alanine, aspartate, and glutamate metabolism is present only in Stages 3–4 (see
Figure 2b). Comparing gastric and colon cancer tissues, levels of all free amino acids except for aspartate, glutamate, and glutamine were notably lower in gastric cancer [
34]. In addition, tadalafil, a PDE5 inhibitor, was tested on human CRC cells to analyze its anti-tumor effect. It was concluded that alanine, aspartate, and glutamate metabolism may be the most significant factor in how tadalafil’s anti-tumor activity works, which has pharmaceutical potential for future cancer treatment [
35].
3.1.7. Differences in Metabolic Pathways for CRC Stages
While both Stages 0–2 and Stages 3–4 shared the pathways of aminoacyl-tRNA biosynthesis, glyoxylate and dicarboxylate metabolism, and glycine, serine, and threonine metabolism, the difference in these prominent pathways is the change from phenylalanine, tyrosine, and tryptophan biosynthesis to alanine, aspartate, and glutamate metabolism and arginine biosynthesis. This difference may arise from a change in key metabolite concentrations from the earlier to the later stages of CRC. Since the same random metabolite set was used for both groups CRC—Stages 0–1 and Stages 3–4—this could only mean that the differences in the selected metabolites for Stages 0–2 and Stages 3–4 are causing this shift. Stages 0–2’s unique metabolites are 3-hydroxy-butyrate, n-caprylic acid, acetylsalicylic acid, creatinine, ribulose, taurine, putrescine, 4-hydroxymandelate, O-phosphoethanolamine, gulcono-1,4-lactone, gallic acid, palmitoleate, and elaidic acid. Stages 3–4’s selected metabolites are glycolic acid, keto isoleucine 1, phosphate, leucine, proline, trans-4-hydroxy-L-proline, β-glutamic acid, xylose-2, lyxose-2, asparagine, 1,6-anhydroglucose, glycyl-glycine 1, citrulline, 1,5-anhydro-D-glucitol, lysine (4TMS), N-α-acetyl-L-ornithine 2, N-α-acetyl-L-lysine 2, tryptophan, and lactitol.
3.2. Machine-Learning Classification
Recently, the use of machine-learning techniques has become popular in the applications regarding biomedical purposes, including biomarker-based diagnostics, drug discovery, etc. For this study, the final dataset was composed of selected metabolites from publicly available data plus an equal number of random compounds. Using the InfoGainAttributeEval function, the original 3679 attributes were filtered down to 937 for all stages. Each of the filtered datasets for Stages 0–2, Stages 3–4, and Stages 0–4 was then tested with multiple classification algorithms available in the WEKA. The trained models were tested using 10-fold cross validation, with the accuracy of metabolite class prediction as the evaluation metric of choice. The best-performing models were as follows: Bagging classification for Stages 0–2 with 89.55% accuracy; AttributeSelectedClassifier classification for Stages 3–4 with 95.21% accuracy; and Bagging classification for Stages 0–4 with 93.04% accuracy. The results are shown in
Figure 3. The receiver operating characteristic (ROC) and Precision–Recall curves and areas under them of the best classifiers are presented in
Figures S1–S3 and
S4–S6 accordingly.
On the next step, we conducted tests of our trained models on independent datasets. We used the best-performing trained models for each stage—Bagging classifier for Stages 0–2 and 0–4, and AttributeSelectedClassifier classifier for Stages 3–4—to evaluate unseen data.
The ML systems perform intrinsic cleaning of data, discarding noise information. Our system is trained to discriminate between the patients that have CRC and patients without it. Thyroid cancer is significantly different from CRC. This is why it was selected—to demonstrate that our ML program would clearly not select it as a diagnosis (having low accuracy of prediction) using the CRC trained system. So, it recognizes only CRC. The reliability of the system is demonstrated by its high accuracy of CRC diagnosis on a completely independent new dataset of metabolic biomarkers related to CRC. The clinical challenges may be met when the system is tested in clinical conditions.
The results are as follows.
The Stage 0–2 Bagging classifier ML model was tested on 4 sets of data: (1) 146 Stage 3–4 metabolites; (2) 79 random HMDB metabolites; (3) 79 random ZINC compounds; and (4) a set of 23 thyroid cancer metabolites [
33]. The resulting accuracies of metabolite class prediction are shown in
Figure 4a.
For the Stage 3–4 model (trained with the AttributeSelectedClassifier), four sets of tests were conducted: (1) 134 Stage 0–2 metabolites; (2) 79 random HMDB metabolites; (3) 79 random ZINC compounds; and (4) 23 thyroid cancer metabolites. The Stage 0–2 metabolite test yielded a predictive accuracy of 97.01% (65 out of 67 metabolites correctly labeled as selected), the random metabolite test yielded a predictive accuracy of 98.73% (78 out of 79 metabolites correctly labeled as random), the random compound test yielded a predictive accuracy of 89.87% (71 out of 79 correctly labeled as random), and the thyroid metabolite test yielded a predictive accuracy of 65.22% (15 out of 23 metabolites labeled correctly as non-CRC).
3.3. Analysis of Protein Targets of miRNAs
We submitted the CRC Stage 3–4 metabolites, which were used for training the ML model for diagnostics of CRC, to the Drift program and obtained a list of 58 protein targets, which we selected using a threshold of >0.35.
Elucidated genes were analyzed with the Gene-Ontology (GO)-Panther Enrichment module. The results are presented in
Figure 5. Note that the top enrichment scores have epigenetic regulation molecular functions. There are several publications that point out that metabolites can cause epigenetic regulation events that can be related to cancer [
36,
37].
The obtained set of protein targets was submitted to the STRING program, and we obtained a network of protein–protein interactions based on the predicted CRC metabolite gene targets (
Figure 6). The obtained protein targets were also analyzed with the DisGeNET program to check their relation to various cancers. The results of this analysis show that 34 from 56 of the predicted gene targets have a known relation to different types of cancers, including CRC (
Table 1). We did not expect that we would find only the neoplasms related to CRC, but, considering a lot of common genes involved in different cancers, we obtained a pattern corresponding to the current stage of research, where some of the cancers were explored more in depth than CRC. In general, these results support our assumption that the metabolites found in CRC comprise active agents affecting cancer-related genes. However, this finding needs further study.
We analyzed the set of genes selected from the CRC-related metabolites using the program STRING with the program PathBIX [
27]. The resulting
Table 2 presents the main pathways elucidated to be related to these metabolites.
This table shows that CRC-related metabolites are significantly related to the Notch, Wnt, and TGF-beta signaling pathways and can participate in several types of cancer. Interestingly, they participate in the transcriptional misregulation in cancers. These results open the way for a further elucidation of the roles of metabolites in the mechanisms of cancer, and at least support the concept of using them as cancer biomarkers.
4. Discussion
We developed a range of machine-learning models for the diagnostics of CRC, using sets of metabolites as biomarkers. As expected, the accuracies of the ML models trained on the CRC metabolites data from Stages 3–4 were greater than from Stages 0–2.
The accuracy for Stages 0–4 was also significant, but for the purpose of clinical use, it would be not too helpful because it composes the model for both the early and the late stages of cancer. It must be noted that the metabolites used for the elaboration of ML models participate in the pathways directly related to cancer development and are not just biomarkers. We elucidated several cancer-related pathways where these metabolites are directly involved. Testing trained models with a completely independent dataset of metabolites related to CRC showed significant recognition accuracy. Also, testing with random metabolites and metabolites related to the other cancer showed a much lower recognition accuracy of random metabolites from HMDB and a low recognition accuracy of other cancer types—such as thyroid cancer. This demonstrated the significant selectivity of the used models. We recommend this strategy for testing in medical practice.
In summary, the metabolite analysis of blood serum has proven to be a robust diagnostic method for colorectal cancer. Significant accuracy in machine-learning classifier models was shown for identifying CRC-correlated metabolites in the body; thus, this opens new avenues for further research to possibly develop novel treatment options or alternatives to the current, invasive methods that are used, such as colonoscopy. More studies and research will be able to expand the list of metabolites known to be connected to the presence of cancerous cells, thus establishing metabolite analysis as a propitious, accurate, and non-invasive screening method.
Supplementary Materials
The following supporting information can be downloaded at:
https://www.mdpi.com/article/10.3390/cimb46050254/s1. Figures S1–S3: Area under the Receiver Operating Characteristic Curve: Figure S1. Stage 0–2 after InfoGain filtration, Bagging Classifier; Figure S2. Stage 0–4 after InfoGain filtration, Bagging Classifier; Figure S3. Stage 0–2 after InfoGain filtration, AttributeSelectionClassifier; Figures S4–S6: Area under the Precision–Recall Curve: Figure S4. Stage 0–2 after InfoGain filtration, Bagging Classifier; Figure S5. Stage 0–4 after InfoGain filtration, Bagging Classifier; Figure S6. Stage 3–4 after InfoGain filtration, AttributeSelectionClassifier; Table S1. Stage 0–2 Metabolites; Table S2. Stage 3–4 Metabolites; Table S3. Stage 0–4 Metabolites; Table S4. Selected Machine-Learning Classifier Descriptions.
Author Contributions
Methodology, investigation, writing—original draft preparation, and visualization, R.Y.; conceptualization, supervision, and writing—review and editing, V.L.K. and I.F.T.; writing—review and editing, S.K. All authors have read and agreed to the published version of the manuscript.
Funding
This research did not receive any specific grant from funding agencies in the public, commercial, or non-profit sectors.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
All data from this study were sourced from public sources. Materials used in this study are available in the
Supplementary Materials.
Conflicts of Interest
Authors Tsigelny I.F. and Kouznetsova V.L. are owners of the BiAna company. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Abbreviations
1H-NMR, proton nuclear magnetic resonance; AAA, aromatic amino acid; CRC, colorectal cancer; FDR, false discovery rate; FWER, family-wise error rate; GO, gene ontology; KEGG, Kyoto Encyclopedia of Genes and Genomes; LMT, logistic model tree; LWL, locally weighted learning; ML, machine learning; MSA, multivariate statistical analysis; ODC, ornithine decarboxylase; PDE5, phosphodiesterase-5; ROC, receiver operating characteristic; SMILES, simplified molecular-input line-entry system; VIP, variable importance of projection.
References
- Siegel, R.L.; Wagle, N.S.; Cercek, A.; Smith, R.A.; Jemal, A. Colorectal cancer statistics, 2023. CA Cancer J. Clin. 2023, 73, 233–254. [Google Scholar] [CrossRef] [PubMed]
- McCullough, M.L.; Hodge, R.A.; Campbell, P.T.; Stevens, V.L.; Wang, Y. Pre-diagnostic circulating metabolites and colorectal cancer risk in the cancer prevention Study-II Nutrition cohort. Metabolites 2021, 11, 156. [Google Scholar] [CrossRef] [PubMed]
- Gu, J.; Xiao, Y.; Shu, D.; Liang, X.; Hu, X.; Xie, Y.; Lin, D.; Li, H. Metabolomics analysis in serum from patients with colorectal polyp and colorectal cancer by 1H-NMR spectrometry. Dis. Markers 2019, 2019, 3491852. [Google Scholar] [CrossRef] [PubMed]
- Tan, B.; Qiu, Y.; Zou, X.; Chen, T.; Xie, G.; Cheng, Y.; Dong, T.; Zhao, L.; Feng, B.; Hu, X.; et al. Metabonomics identifies serum metabolite markers of colorectal cancer. J. Proteome Res. 2013, 12, 3000–3009. [Google Scholar] [CrossRef] [PubMed]
- Ferro, M.; de Cobelli, O.; Musi, G.; del Giudice, F.; Carrieri, G.; Busetto, G.M.; Falagario, U.G.; Sciarra, A.; Maggi, M.; Crocetto, F.; et al. Radiomics in prostate cancer: An up-to-date review. Ther. Adv. Urol. 2022, 14, 17562872221109020. [Google Scholar] [CrossRef] [PubMed]
- Wishart, D.S.; Guo, A.; Oler, E.; Wang, F.; Anjum, A.; Peters, H.; Dizon, R.; Sayeeda, Z.; Tian, S.; Lee, B.L.; et al. HMDB 5.0: The Human Metabolome Database for 2022. Nucleic Acids Res. 2022, 50, D622–D631. [Google Scholar] [CrossRef] [PubMed]
- Wishart, D.S.; Feunang, Y.D.; Marcu, A.; Guo, A.C.; Liang, K.; Vázquez-Fresno, R.; Sajed, T.; Johnson, D.; Li, C.; Karu, N.; et al. HMDB 4.0: The human metabolome database for 2018. Nucleic Acids Res. 2018, 46, D608–D617. [Google Scholar] [CrossRef] [PubMed]
- Tingle, B.I.; Tang, K.G.; Castanon, M.; Gutierrez, J.J.; Khurelbaatar, M.; Dandarchuluun, C.; Moroz, J.S.; Irwin, J.J. ZINC-22—A free multi-billion-scale database of tangible compounds for ligand discovery. J. Chem. Inf. Model. 2023, 63, 1166–1176. [Google Scholar] [CrossRef] [PubMed]
- Frank, E.; Hall, M.A.; Witten, I.H. Appendix B: The WEKA Workbench. In Data Mining: Practical Machine Learning Tools and Techniques (Morgan Kaufmann Series in Data Management Systems), 4th ed.; Witten, I.H., Frank, E., Hall, M.A., Pal, C.J., Eds.; Morgan Kaufmann: Burlington, MA, USA, 2016; pp. 573–600. [Google Scholar]
- Dong, J.; Cao, D.-S.; Miao, H.-Y.; Liu, S.; Deng, B.-C.; Yun, Y.-H.; Wang, N.-N.; Lu, A.-P.; Zeng, W.-B.; Chen, A.F. ChemDes: An integrated web-based platform for molecular descriptor and fingerprint computation. J. Chemin. 2015, 7, 60. [Google Scholar] [CrossRef]
- Pang, Z.; Zhou, G.; Ewald, J.; Chang, L.; Hacariz, O.; Basu, N.; Xia, J. Using MetaboAnalyst 5.0 for LC-HRMS spectra processing, multi-omics integration and covariate adjustment of global metabolomics data. Nat. Protoc. 2022, 17, 1735–1761. [Google Scholar] [CrossRef]
- Lu, Y.; Pang, Z.; Xia, J. Comprehensive investigation of pathway enrichment methods for functional interpretation of LC-MS global metabolomics data. Brief. Bioinform. 2023, 24, bbac553. [Google Scholar] [CrossRef]
- Nishiumi, S.; Kobayashi, T.; Ikeda, A.; Yoshie, T.; Kibi, M.; Izumi, Y.; Okuno, T.; Hayashi, N.; Kawano, S.; Takenawa, T.; et al. A novel serum metabolomics-based diagnostic approach for colorectal cancer. PLoS ONE 2012, 7, e40459. [Google Scholar] [CrossRef] [PubMed]
- Du, Y.; Fan, P.; Zou, L.; Jiang, Y.; Gu, X.; Yu, J.; Zhang, C. Serum metabolomics study of papillary thyroid carcinoma based on HPLC-Q-TOF-MS/MS. Front. Cell Dev. Biol. 2021, 9, 593510. [Google Scholar] [CrossRef] [PubMed]
- Weininger, D.; Weininger, A.; Weininger, J.L. SMILES. 2. Algorithm for generation of unique SMILES notation. J. Chem. Inf. Comput. Sci. 1989, 29, 97–101. [Google Scholar] [CrossRef]
- Weininger, D. SMILES, a chemical language and information system. 1. Introduction to methodology and encoding rules. J. Chem. Inf. Comput. Sci. 1988, 28, 31–36. [Google Scholar] [CrossRef]
- Kim, S.; Chen, J.; Cheng, T.; Gindulyte, A.; He, J.; He, S.; Li, Q.; Shoemaker, B.A.; Thiessen, P.A.; Yu, B.; et al. PubChem 2023 update. Nucleic Acids Res. 2023, 51, D1373–D1380. [Google Scholar] [CrossRef] [PubMed]
- Kanehisa, M.; Furumichi, M.; Tanabe, M.; Sato, Y.; Morishima, K. KEGG: New perspectives on genomes, pathways, diseases and drugs. Nucleic Acids Res. 2017, 45, D353–D361. [Google Scholar] [CrossRef] [PubMed]
- David, C.; Kondylakis, H. KEGGSum: Summarizing genomic pathways. Information 2024, 15, 56. [Google Scholar] [CrossRef]
- Chirasani, V.R.; Wang, J.; Sha, C.; Raup-Konsavage, W.; Vrana, K.; Dokholyan, N.V. Whole proteome mapping of compound-protein interactions. Curr. Res. Chem. Biol. 2022, 2, 100035. [Google Scholar] [CrossRef]
- Zdrazil, B.; Felix, E.; Hunter, F.; Manners, E.J.; Blackshaw, J.; Corbett, S.; de Veij, M.; Ioannidis, H.; Lopez, D.M.; Mosquera, J.F.; et al. The ChEMBL Database in 2023: A drug discovery platform spanning multiple bioactivity data types and time periods. Nucleic Acids Res. 2024, 52, D1180–D1192. [Google Scholar] [CrossRef]
- Gilson, M.K.; Liu, T.; Baitaluk, M.; Nicola, G.; Hwang, L.; Chong, J. BindingDB in 2015: A public database for medicinal chemistry, computational chemistry and systems pharmacology. Nucleic Acids Res. 2016, 44, D1045–D1053. [Google Scholar] [CrossRef]
- Gilson, M.K.; Liu, T. BindingDB: Measured Binding Data for Protein-Ligand and Other Molecular Systems; UC San Diego Library Digital Collections: La Jolla, CA, USA, 2023. [Google Scholar] [CrossRef]
- Thomas, P.D.; Ebert, D.; Muruganujan, A.; Mushayahama, T.; Albou, L.P.; Mi, H. PANTHER: Making genome-scale phylogenetics accessible to all. Protein Sci. 2022, 31, 8–22. [Google Scholar] [CrossRef]
- Szklarczyk, D.; Kirsch, R.; Koutrouli, M.; Nastou, K.; Mehryary, F.; Hachilif, R.; Gable, A.L.; Fang, T.; Doncheva, N.T.; Pyysalo, S.; et al. The STRING database in 2023: Protein-protein association networks and functional enrichment analyses for any sequenced genome of interest. Nucleic Acids Res. 2023, 51, D638–D646. [Google Scholar] [CrossRef]
- Piñero, J.; Ramírez-Anguita, J.M.; Saüch-Pitarch, J.; Ronzano, F.; Centeno, E.; Sanz, F.; Furlong, L.I. The DisGeNET knowledge platform for disease genomics: 2019 update. Nucleic Acids Res. 2020, 48, D845–D855. [Google Scholar] [CrossRef] [PubMed]
- Castresana-Aguirre, M.; Persson, E.; Sonnhammer, E.L. PathBIX-a web server for network-based pathway annotation with adaptive null models. Bioinform. Adv. 2021, 1, vbab010. [Google Scholar] [CrossRef] [PubMed]
- Zhou, Z.; Sun, B.; Nie, A.; Yu, D.; Bian, M. Roles of Aminoacyl-tRNA synthetases in cancer. Front. Cell Dev. Biol. 2020, 8, 599765. [Google Scholar] [CrossRef] [PubMed]
- Arima, K.; Lau, M.C.; Zhao, M.; Haruki, K.; Kosumi, K.; Mima, K.; Gu, M.; Väyrynen, J.P.; Twombly, T.S.; Baba, Y.; et al. Metabolic profiling of formalin-fixed paraffin-embedded tissues discriminates normal colon from colorectal cancer. Mol. Cancer Res. 2020, 18, 883–890. [Google Scholar] [CrossRef]
- Amelio, I.; Cutruzzolá, F.; Antonov, A.; Agostini, M.; Melino, G. Serine and glycine metabolism in cancer. Trends Biochem. Sci. 2014, 39, 191–198. [Google Scholar] [CrossRef]
- Parthasarathy, A.; Cross, P.J.; Dobson, R.C.J.; Adams, L.E.; Savka, M.A.; Hudson, A.O. A three-ring circus: Metabolism of the three proteogenic aromatic amino acids and their role in the health of plants and animals. Front. Mol. Biosci. 2018, 5, 29. [Google Scholar] [CrossRef] [PubMed]
- Hashim, N.A.A.; Ab-Rahim, S.; Suddin, L.S.; Saman, M.S.A.; Mazlan, M. Global serum metabolomics profiling of colorectal cancer. Mol. Clin. Oncol. 2019, 11, 3–14. [Google Scholar] [CrossRef] [PubMed]
- Du, T.; Han, J. Arginine metabolism and its potential in treatment of colorectal cancer. Front. Cell Dev. Biol. 2021, 9, 658861. [Google Scholar] [CrossRef] [PubMed]
- Okada, A.; Takehara, H.; Yoshida, K.; Nishi, M.; Miyake, H.; Kita, Y.; Komi, N. Increased aspartate and glutamate levels in both gastric and colon cancer tissues. Tokushima J. Exp. Med. 1993, 40, 19–25. [Google Scholar] [PubMed]
- Zhao, P.; Shen, Y.; Li, M.; Dan, H.; Zhao, Z.; Zhang, J. Integration of transcriptomics and metabolomics reveals the antitumor mechanism underlying tadalafil in colorectal cancer. Front. Pharmacol. 2022, 13, 793499. [Google Scholar] [CrossRef] [PubMed]
- Chen, C.; Wang, Z.; Qin, Y. Connections between metabolism and epigenetics: Mechanisms and novel anti-cancer strategy. Front. Pharmacol. 2022, 13, 935536. [Google Scholar] [CrossRef] [PubMed]
- Huo, M.; Zhang, J.; Huang, W.; Wang, Y. Interplay Among Metabolism, Epigenetic Modifications, and Gene Expression in Cancer. Front. Cell Dev. Biol. 2021, 9, 793428. [Google Scholar] [CrossRef] [PubMed]
| Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).