Next Article in Journal
Metabolic Rewiring in Tea Plants in Response to Gray Blight Disease Unveiled by Multi-Omics Analysis
Next Article in Special Issue
Prediction of Clinical Remission with Adalimumab Therapy in Patients with Ulcerative Colitis by Fourier Transform–Infrared Spectroscopy Coupled with Machine Learning Algorithms
Previous Article in Journal
Fibroblast Growth Factor 21 in Chronic Hepatitis C: A Potential Non-Invasive Biomarker of Liver Status upon Viral Eradication
Previous Article in Special Issue
Urinary Metabolic Distinction of Niemann–Pick Class 1 Disease through the Use of Subgroup Discovery
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Benchmark Dataset for Training Machine Learning Models to Predict the Pathway Involvement of Metabolites

by
Erik D. Huckvale
1,2,*,
Christian D. Powell
1,2,3,
Huan Jin
4 and
Hunter N. B. Moseley
1,2,4,5,6,*
1
Markey Cancer Center, University of Kentucky, Lexington, KY 40506, USA
2
Superfund Research Center, University of Kentucky, Lexington, KY 40506, USA
3
Department of Computer Science (Data Science Program), University of Kentucky, Lexington, KY 40506, USA
4
Department of Toxicology and Cancer Biology, University of Kentucky, Lexington, KY 40536, USA
5
Department of Molecular and Cellular Biochemistry, University of Kentucky, Lexington, KY 40506, USA
6
Institute for Biomedical Informatics, University of Kentucky, Lexington, KY 40506, USA
*
Authors to whom correspondence should be addressed.
Metabolites 2023, 13(11), 1120; https://doi.org/10.3390/metabo13111120
Submission received: 10 October 2023 / Revised: 25 October 2023 / Accepted: 30 October 2023 / Published: 1 November 2023
(This article belongs to the Special Issue Machine Learning Applications in Metabolomics Analysis)

Abstract

:
Metabolic pathways are a human-defined grouping of life sustaining biochemical reactions, metabolites being both the reactants and products of these reactions. But many public datasets include identified metabolites whose pathway involvement is unknown, hindering metabolic interpretation. To address these shortcomings, various machine learning models, including those trained on data from the Kyoto Encyclopedia of Genes and Genomes (KEGG), have been developed to predict the pathway involvement of metabolites based on their chemical descriptions; however, these prior models are based on old metabolite KEGG-based datasets, including one benchmark dataset that is invalid due to the presence of over 1500 duplicate entries. Therefore, we have developed a new benchmark dataset derived from the KEGG following optimal standards of scientific computational reproducibility and including all source code needed to update the benchmark dataset as KEGG changes. We have used this new benchmark dataset with our atom coloring methodology to develop and compare the performance of Random Forest, XGBoost, and multilayer perceptron with autoencoder models generated from our new benchmark dataset. Best overall weighted average performance across 1000 unique folds was an F1 score of 0.8180 and a Matthews correlation coefficient of 0.7933, which was provided by XGBoost binary classification models for 11 KEGG-defined pathway categories.

1. Introduction

Metabolomics is the systematic study of the biomolecules present in a given living system that can be composed of one or more organisms. Metabolomics is often used to study metabolism, the set of life sustaining biochemical reactions occurring in these living systems. These reactions occur in coordinated and regulated pathways, where the product of the previous reaction is the substrate for the next reaction. One or more groups of interconnected or related metabolic pathways form a metabolic pathway category. These pathway categories can be organized in a hierarchy with broader categories being at the top of the hierarchy and more specific categories being lower in the hierarchy [1]. The biochemical reactions and metabolites associated with these pathway categories can be linked in data sources such as the Kyoto Encyclopedia of Genes and Genomes (KEGG) [2,3,4] and MetaCyc [5,6], and PubChem [7] with cross-references to each other or additional resources such as Reactome [8,9].
While such data sources link some metabolites to their pathway involvement, many of these links are missing. The advances in Mass Spectroscopy (MS) and Nuclear Magnetic Resonance (NMR) technologies over the past few decades, especially in terms of sensitivity, have led to a dramatic increase in the amount of metabolomics data being collected and uploaded to databases such as Metabolomics Workbench [10] and MetaboLights [11]. However, at best, roughly 50% of detected compounds can be assigned to a pathway category. Often it is the case that the metabolic roles of these experimentally identified compounds are unknown, since the metabolic network databases, e.g., KEGG and MetaCyc, are grossly incomplete in terms of the known biochemical reactions [1]. This has led to the need to accurately predict the metabolic pathway involvement of unassigned compounds [12].
Several machine learning methods have been developed to predict the pathway involvement of metabolites in the form of mapping metabolites to broad hierarchical pathway categories given the molecular structure of said metabolite. Most notably were the machine learning models trained on the dataset created by Baranwal et al. [13] composed of SMILES representations of metabolic compounds with associated pathway labels. They claim they obtained the SMILES data from KEGG, so we will refer to it as the KEGG-SMILES dataset; however, KEGG does not provide a SMILES representation of their KEGG COMPOUND entries. One of the most recent models trained on the KEGG-SMILES dataset was developed by Du et al. and reports the highest performance compared to past models trained on this dataset [14]. However, Huckvale et al. discovered thousands of duplicate entries in the KEGG-SMILES dataset, rendering the dataset and the results in the publications utilizing this dataset as invalid [15]. Huckvale et al. also pointed out that the description of its creation lacks sufficient detail to recreate it, let alone code that one could simply re-run to re-generate it. Therefore, there is a need for a new benchmark dataset that meets the requirements outlined by Huckvale et al., including transparent details of its creation, data validation including ensuring that all entries represent unique metabolites, code and raw data to reproduce the dataset, and finally scripts and instructions for building off of it as KEGG updates their data. In this work, we present a benchmark dataset, generated from KEGG compound and pathway data, that fulfills all these requirements. We additionally include an analysis correlating the amount of chemical information within metabolites to the reliability in predicting their pathway categories, followed by filtering metabolites with insufficient chemical information for reliable pathway classification.
Beyond the ability to predict the pathway involvement of metabolites, there is also the need to determine which molecular substructures within the metabolites are most important for this prediction. Rather than training black box models, Jin et al. [16] presents an atom coloring method, which generates molecular structure representations of compounds, which, when used as features for a machine learning tabular dataset, we can determine which molecular substructures are most associated with pathway involvement by measuring feature importance. In this work, we use the atom coloring method to generate the benchmark dataset and train three different types of machine learning models i.e., Random Forest (RF), Multi-layer Perceptron (MLP), and eXtreme Gradient Boosting (XGBoost) with feature importance measured for the XGBoost. Thus, we present a benchmark dataset as well as benchmark model performance results from which future publications can build upon, including the capacity to investigate molecular substructure importance in metabolites.

2. Materials and Methods

2.1. KEGG Data Pull

We used the kegg_pull [17] Python package to download all available entries and associated molfiles from the KEGG COMPOUND database [2,3,4]. As of 3 July 2023, 19,119 compound entries were retrieved from the KEGG database (Figure 1). However, not all of the available compound entries are metabolites and some entries have no molfile associated with them. We used the ‘Metabolism’ section of the KEGG BRITE br08901 hierarchy (https://www.genome.jp/brite/br08901, accessed on 3 July 2023) to determine which of the KEGG compounds were associated with broad metabolic pathways as defined by KEGG. The ‘Metabolism’ section of the br08901 hierarchy contains 12 distinct metabolic pathway category branches, excluding ‘Global and overview maps’ since this is a catchall category. Each of these 12 metabolic pathways then branch out into leaf nodes representing more specific pathway categories.

2.2. Dataset Creation

2.2.1. Initial Data Cleaning and Filtering

For the first filtering step in Figure 1, we used functionality developed in kegg_pull [17] to link 6736 compound entries to the pathways they are associated with. However, not all of them are linked to specific metabolic pathways, so we filtered further by taking only those compound entries linking to these specific metabolic pathway leaf nodes. Using this method (second filtering step in Figure 1), we identified 6234 compounds associated with these specific metabolic pathways. We consider these metabolite entries and linked each entry to the pathway categories in the hierarchy level above the leaf nodes, i.e., 1 or more of the 12 broad metabolic pathway categories. We call these links metabolic ‘pathway labels’ of the entry. Next, we downloaded the molfiles corresponding to each metabolite entry from the KEGG compound database, if available. This represented a third filtering step illustrated in Figure 1, since only 6144 metabolite entries had a molfile available.
Next, there were a few pairs of metabolite entries with identical or equivalent molfiles. We handled these duplicate molfiles by merging the pair of compound entries into a single representative entry, keeping only one molfile and creating the union set of their metabolite pathway labels. After de-duplicating the duplicate molfiles (fourth filtering step in Figure 1), 6142 compound entries remained, representing the initial KEGG metabolite dataset.

2.2.2. Filtering by Information Content

However, some compound entries, like KEGG C00001 (i.e., water or H2O), contained very few non-hydrogen atoms and thus very little chemical information. With a histogram, Figure 2a illustrates the non-hydrogen atom count across the initial KEGG metabolite dataset. Therefore, we hypothesized that metabolites containing too few non-hydrogen atoms (less chemical information) could not be reliably classified. If this hypothesis were true, we would want to determine an optimal minimum number of non-hydrogen atoms in compounds to use for pathway classification. To both test this hypothesis and determine the optimal minimum non-hydrogen atom count, we investigated how many non-hydrogen atoms result in a Random Forest (RF) model consistently classifying the compound correctly (i.e., determine whether it belongs to one of the 12 pathway labels or not). The RF training algorithm is stochastic, producing a slightly different model over repeat trainings even when trained on the same data. This enabled us to measure the percentage of misclassifications for each compound in the unfiltered (initial) dataset (size of 6142) across 1000 model training/evaluation iterations. For each of the 12 pathway categories, we trained a binary classifier RF model on the unfiltered dataset, the features of which were constructed from the molfiles using the method described below. We determined the misclassification rate of a given compound for each of the 12 pathway categories, averaging the 12 misclassification rates to obtain the overall misclassification rate per compound. We additionally measured the number of non-hydrogen atoms in the corresponding molfile.
Comparing non-hydrogen atom count to the misclassification rate as illustrated in Figure 2b, we see a trend of a higher number of non-hydrogen atoms resulting in less misclassification, with misclassification consistently being 0 towards a non-hydrogen count of 100. However, if we were to filter entries from our dataset with non-hydrogen atom counts near 100, we would filter out the majority of our data (see histogram in Figure 2a).
To balance training a model that is maximally reliable at classifying compounds with being permitted to classify as many compounds as possible, we performed a sliding window analysis with each window being a range of non-hydrogen atom counts (beginning at a count of 0) and the dependent variable being the average misclassification rate of the compounds within the window (compounds with a non-hydrogen atom count within the range). Using a window size of 5, as illustrated in Figure 3a, we see that the average misclassification rate of compounds with non-hydrogen atom counts within a range of 0 and 4 (inclusive) is above 0.04. The next window (between 1 and 5) has an average of almost 0.03 and so on.
Zooming into the first 20 points (Figure 3b), we see more clearly a major drop in the first several windows, reaching a local minimum at the window beginning with a non-hydrogen atom count of 7. This result justified using a non-hydrogen atom count threshold of 7, i.e., our model will neither train nor predict on compounds with a number of non-hydrogen atoms less than a minimum of 7. While there are later windows with rates that go up, selecting the threshold at the first local minimum balances between training a reliable classifier and being permitted to predict on a wider range of compounds (a wider range of non-hydrogen atom count). After filtering compounds with less than 7 non-hydrogen atoms from the unfiltered initial dataset (fifth filtering step in Figure 1), there were 5884 compounds remaining.

2.2.3. Atom Color Feature Generation

The molfiles (in both the filtered and unfiltered dataset) provided the raw data for constructing the chemical features, with each molfile being transformed to a chemical feature vector with associated metabolic pathway labels. To construct chemically-informative features from the molfiles, we used the atom coloring technique introduced by Jin et al. [16,18,19], specifically with the md_harmonize Python package [20] that implements this method. The atom colors corresponding to a particular compound have greater detail with increasing bond inclusivity. With a bond inclusivity of 0 (0-bond-inclusive), atom colors are just the elemental identities of the individual atoms in the compound. The resulting count of these 0-bond-inclusive atom colors is equivalent to their non-hydrogen chemical formula. For example, ethanol has 2 C (carbon) and 1 O (oxygen) atom colors. When increasing the bond inclusivity to 1 (1-bond-inclusive), we obtain atom colors representing all atoms within one bond, e.g., ethanol has C-C, C-[C,O], and O-C atom colors. A 2-bond-inclusive produces atom colors that have an additional bond in a chain, e.g., a C-C-O, C-[C,O], O-C-C for ethanol. More complex compounds can have atom colors with 3 or more bond inclusivity. We generated all possible atom colors up to bond inclusivity of 3 for each molfile, where bond inclusivity beyond 0 excluded hydrogen atoms.
Across all molfiles, there were 23 0-bond-inclusive features with an increasing number of features as feature sets that were concatenated to those with higher bond inclusivity (Table 1). In the resulting dataset, the columns represented a given atom color feature and the rows represented each metabolite, being derived from the corresponding molfile. These atom-coloring features of the dataset were the number of times each atom color appeared in a given molfile. Most features appeared 0 times in a given molfile, but every feature appeared in at least one molfile. In this dataset, we observed duplicate feature vectors, even though the molfiles were not equivalent. This is not surprising for 0-bond-inclusive features, since various compounds share the same molecular formula. Also unsurprisingly, there were duplicate feature vectors with a bond inclusivity of 1 and 2 as well, though the number of duplicates decreased as the bond inclusivity increased. We stopped at a bond inclusivity of 3 since the number of duplicate feature vectors stopped decreasing for a bond inclusivity of 4 and the number of features was becoming unmanageably large (Table 1), meaning it required far too many computational resources to create and process downstream. The remaining duplicates for the 3-bond-inclusive features resulted from factors other than bond inclusivity and needed to be handled manually as detailed below.
The md_harmonize package [20] allows for incorporating information about a compound into its atom colorings in addition to the elemental identity of its atoms. The atom coloring method can be configured to include specific chemical details from the molfile (Table S1). This enabled us to add additional details such as stereochemistry, bond order, and R groups. While we included R groups (Table S1) in the atom colors, we replaced the ‘R’ symbol in each with ‘C’ in order to emphasize the known chemical information when training the model rather than exposing the model to unknown R groups, the chemical information of which is obfuscated. We did not want to remove R groups entirely, since that would remove details valuable for model performance and most R groups are attached to the rest of the molecule through a carbon atom in these KEGG compound entries. Under the same rationale, we replaced repeat structures with ‘C’ (represented with an asterisk ‘*’ symbol in molfiles as compared to ‘R’).
Adding more information to the atom colors enabled us to generate a higher amount of coloring combinations, which further distinguished one metabolite from another, reducing the number of duplicate feature vectors. It is especially important to reduce the number of duplicate feature vectors that map to different labels, since such entries confuse the machine learning model. After the atom colors were generated and the feature vectors of 0-bond-inclusive up to 3-bond-inclusive were concatenated together (Table 1), features corresponding to duplicate columns were dropped since they do not provide additional information and only slow down model training.

2.2.4. Manuel Curation and Filtering

While adding additional details by configuring the atom coloring method (Table S1) reduced the amount of matching feature vectors mapping to non-matching labels, there were still such entries present. We also noticed the presence of R groups representing proteins or nucleic acids. Such macromolecules cannot be considered metabolites and needed to be removed from the dataset. To facilitate the manual data cleaning, we first programmatically constructed a list of compounds that resulted in duplicate feature vectors. Then, we added to that list compounds with R groups that we detected as potential macromolecules (i.e., nucleic acids or proteins). We determined if an R group was a potential macromolecule by pulling the KEGG entries of only the compounds containing R groups using kegg_pull [17] and searching those entries for keywords in their metadata. The keywords we used were ‘protein’, ‘enzyme’, ‘peptide’, ‘rna’, and ‘dna’. If the entry contained one of these keywords in the NAME or COMMENT field of the KEGG entry, we marked it as a potential protein or nucleic acid and added it to the list.
The list served as a template, which we then manually filled in with instructions to handle each case. Upon inspecting each compound using the KEGG browser, we determined the action to take for each case and recorded that action in the file such that it could be read into the next script in the pipeline and computationally modify the dataset. Some entries were merged into one, meaning one entry was kept and any duplicates removed with the pathway labels unioned into a single set. Other compounds were simply removed and some compounds were retained. Either way, the dataset decreased in size as manually detected invalid entries were handled. The removal of entries resulted in more duplicate columns, necessitating removing duplicate columns once more. The actions taken in the manual dataset cleaning along with the justification for those actions and the amount of data removed for each action are described in Figure 1. After the manual dataset cleaning was complete, the final dataset had 5683 metabolites and 14,656 features (Table 2).

2.3. Machine Learning Model Design and Generation

The models trained on the final dataset included RF (popular tree-based method), XGBoost (also tree-based though tends to perform better than the RF while training is slower), and a Multi-Layer Perceptron (MLP) (deep learning method). For the MLP, it was not practical to train it on feature vectors of size 14,656. Pragmatically, deep learning methods require optimized training using a graphics processing unit (GPU), which has GPU memory limitations. Therefore, we trained an autoencoder, a separate deep learning model, to compress the feature vectors. We will refer to these compressed features as the encoded dataset, which contained 10% of the original number of features (Figure 4).

2.3.1. Hyperparameter Tuning

We tuned the hyperparameters of the autoencoder using the Bayesian optimization method [21] and we used the same method for tuning the pathway classifier models. See Table 3 for the list of hyperparameters tuned for each model along with the space of values searched followed by the values that were actually selected. Note that Table 3 shows the range of selected hyperparameter values across training dataset and pathway category combinations (except for the autoencoder, which was not a pathway classifier and only trained on the full dataset). See Table S2 for all the selected hyperparameter values for every combination of training dataset and pathway category. With the hyperparameters decided, we trained the autoencoder and used it to encode the final dataset into the encoded dataset (Figure 4).

2.3.2. Ambiguous and Non-Ambiguous Subset Generation and Training

While some of the compounds had R groups, others had repeating units, i.e., the molfile provided the molecular structure of the initial unit but not that of the repeats. Like the R groups, underlying chemical information of the compounds containing repeating units was obfuscated, making their complete molecular structure unknown. We will refer to such compounds as ambiguous compounds. Hypothesizing that the ambiguous metabolites would have different performance than the non-ambiguous, we created 2 subsets from the full final dataset (Figure 4), i.e., the ambiguous subset (only containing metabolites with either R groups or repeat units) and the non-ambiguous subset (only containing metabolites with neither R groups nor repeat units). The two subsets, therefore, were mutually exclusive with 353 entries in the ambiguous and 5330 in the non-ambiguous (Table 4). For the MLP, we additionally created a corresponding encoded version of the ambiguous and non-ambiguous subsets (Table 4, Figure 4).
We trained a separate binary classifier for each of the 12 pathway labels and on both datasets, i.e., full and non-ambiguous (Figure 4). While the ambiguous subset was used for evaluation, it was too small to train on. Each classifier predicts whether a metabolite is part of the corresponding pathway class or not and the combination of the 12 classifiers determines all the pathway classes a metabolite is a part of. With 12 classifiers trained per dataset, this resulted in 24 different classifiers for each of the 3 models (i.e., RF, XGBoost, and MLP), totaling to 72 different classifiers. We tuned separate hyperparameter sets for each of these 72 classifiers (Figure 4, Table 3) since the best hyperparameters may be dependent on both the dataset trained on and the pathway category being predicted.

2.3.3. Cross-Validation Analysis and Performance Evaluation

We performed a cross-validation (CV) analysis, using a stratified train/test split to maintain the ratio of training entries to test entries in each fold such that the ratio closely matched that of the entire dataset. Use of stratified CV folds has been demonstrated to reduce the variance in model performance across folds, increasing robustness [22]. For each of the 72 classifiers, we trained and evaluated each model over 1000 CV iterations, each iteration consisting of a stratified 95% train/5% test fold split randomly sampled from the dataset. When training on the full dataset, each test fold was divided into 3 test sets, the full fold, the ambiguous entries in the fold, and the non-ambiguous entries in the fold (Figure 4). Evaluation scores were computed for each of the 3 test sets when trained on the full dataset. For the non-ambiguous dataset, all the entries in the fold were, of course, non-ambiguous. So, the two test sets for the non-ambiguous were the entire fold with only non-ambiguous entries and the entire ambiguous subset (the non-ambiguous test set changed with each fold and the ambiguous test set remained the same, being the entirety of the ambiguous entries). After model performance was calculated for the full and non-ambiguous datasets, we did the same for the unfiltered dataset on the XGBoost model only.
Model performance metrics were collected for every combination of model, pathway category, dataset, and test set (Figure 4). The metrics measured include accuracy, precision, recall, F1 score, and Matthews correlation coefficient (MCC) [23]. Since the range of the MCC is between −1 and 1, to make it more comparable to the other metrics, we also included the unit-normalized MCC as described by Cao et al. [24]. For the XGBoost models in particular, we measured the feature importance of each feature in the full dataset. To make the feature importance scores comparable across pathway categories and CV folds, we computed the relative feature importance. The relative feature importance was calculated by dividing the score of each feature in each fold by the maximum feature importance (the score of the most important feature) for a given fold. So, the most important feature for a given fold would have a relative feature importance score of 1.0 and the least important features would have scores of 0.0. For aggregating the score of each feature across CV folds, we decided to use the median since the distribution of the mean minus median differences is fairly wide, suggesting considerable skewness (Figure S1).

2.4. Computer Hardware and Coding Details

For the RF hyperparameter tuning and training, we used a set of desktop computers with 64 gigabytes (GB) of random access memory (RAM) and central processing units (CPUs) ranging from 3.4 gigahertz (GHz) to 3.6 GHz, each with 6 hyperthreaded (HT) cores. The CPU chips included ‘Intel(R) Core(TM)i7-2600 [email protected] GHz’, ‘Intel(R) Core(TM) i7-5930K [email protected] GHz’, ‘Intel(R) Core(TM) i7-4930K [email protected] GHz’, ‘Intel(R) Core(TM) i7-6850K [email protected] GHz’. For tuning the hyperparameters of and training the XGBoost and MLP, we used high-performance computing (HPC) machines with up to 187 GB of RAM and ‘Intel® Xeon® Gold 6130 [email protected] GHz’ CPUs. No more than 24 h of compute time was allocated for the XGBoost runs and no more than 72 h for the MLP runs. Both the XGBoost runs and MLP runs had 1 core allocated and used a GPU of up to 12 GB of GPU memory, the name of the GPU card being ‘Tesla P100 PCIe 12 GB’. For the hyperparameter tuning and training of the autoencoder, we used similar HPC machines with up to 187 gigabytes of RAM and ‘Intel® Xeon® Gold 6130 [email protected] GHz’ CPUs, but with ‘Tesla V100 SXM2 32 GB’ cards. Only 1 CPU core and no more than 72 h of compute time were allocated for the autoencoder runs.
All code for this project was written in the Python programming language [25]. The model performance metrics along with the RF model and the stratified CV train/test splitting method were provided with the Sci-kit Learn Python package [26]. The MLP model and autoencoder were created using the Tensorflow deep learning Python package [27]. The XGBoost model and feature importance metric were provided with the XGBoost Python package [28]. Data processing was facilitated using the Numpy [29], Pandas [30], and DuckDB [31] Python packages. Tables and figures were created using the DuckDB [31], Pandas [30], Matplotlib [32], and Seaborn [33] Python packages as well as the Tableau desktop application [34]. The results data (model performance scores, feature importance etc.) for producing the tables and figures in this manuscript were placed in a DuckDB database file, which integrated with Tableau. The same data integrated with Python scripts via SQL queries [35]. All code and data (including the DuckDB database file) for complete reproducibility of the results in this manuscript along with instructions to do so are available in the following Figshare item: 10.6084/m9.figshare.24021480.

3. Results

3.1. Misclassification Rates

After measuring the misclassification rates for the metabolites in the final dataset (Figure 5b) in the same manner as the unfiltered dataset (Figure 2b and Figure 5a), we see the same pattern as before, where compounds with a higher number of non-hydrogen atoms are more likely to classify correctly. However, the metabolites in the final dataset overall classify correctly more frequently than in the unfiltered dataset (Figure 5).
To emphasize this trend, we see that the average misclassification rates in the sliding window are much lower after filtering metabolites with non-hydrogen atom counts less than 7 (Figure 6). The average misclassification rates are near 0 for the final dataset (Figure 6b,c) as compared to the unfiltered dataset (Figure 3 and Figure 6a). When zooming into the sliding window misclassification rates of the final dataset (Figure 6c), we still see the same pattern of metabolites with higher non-hydrogen atom counts classifying correctly even more frequently, while the misclassification rate across the entire dataset improves (drops) after filtering.

3.2. Model Performance

Table S3 contains the model performance scores for all combinations of model trained (i.e., XGBoost, RF, and MLP), dataset trained on (including the unfiltered dataset for the XGBoost model only), test set evaluated on, pathway category predicted, and metric used (i.e., accuracy, precision, recall, F1 score, MCC, and unit-normalized MCC). There are 1152 different combinations, each with four aggregates, i.e., average, standard deviation, median, and maximum.
We can reduce the number of comparisons from 1152 to 96 by taking the overall performance across the pathway categories. One could accomplish this by taking the average and standard deviation of the scores for all 12 pathway categories and each of their 1000 CV folds (i.e., average/standard deviation of 12,000 total scores). However, each pathway category takes up a different proportion of each dataset. Table S4 shows each dataset (i.e., full, non-ambiguous, and unfiltered) and the proportion that each pathway category occupies in the corresponding dataset. Using these proportions as weights, we can calculate the weighted average and standard deviation. Table S5 provides both the unweighted and weighted averages and standard deviations of the scores across all 12 pathway categories.
Since the formulas for the performance metrics involve division, all but accuracy have the possibility of dividing by zero. A division by zero is undefined and therefore invalid, and any CV folds resulting in an invalid result were not included in the aggregation (i.e., average, standard deviation, median, etc.). Table S6 shows the number of valid scores out of the 1000 CV iterations for all 1152 CV analyses. While there were CV analyses with all 1000 folds resulting in a valid score, there were also analyses with some of their folds producing invalid scores for the precision, recall, and F1 score metrics. Table S7 (subset of Table S6) shows the analyses that had less than 300 valid scores. Notice that all these analyses were evaluations on the ambiguous subset, likely because the ambiguous subset usually produced worse classification and it has less entries, both of which increase the likelihood of a division by zero. However, we see from Table S8 (same as Table S6 except only for the MCC metric) that the MCC scores were valid for all 1000 iterations for every CV analysis. This makes MCC the most reliable metric for the results presented here. While accuracy, of course, also had all valid scores, it can be misleading since a binary classifier that only predicts negatives would score very high on a dataset with unbalanced labels [24]. All pathway categories, except for perhaps ‘Biosynthesis of other secondary metabolites’, are highly unbalanced (Table S4), favoring negatives. For these reasons, results from now on will be reported for MCC only.
Table 5 provides the weighted averages and standard deviations of the MCC scores for each combination of model, dataset, and test set (same as Table S5 except for only MCC and only provides the weighted averages and standard deviations). We see that the best performing analysis was the one training the XGBoost model on the full training set and full test set. This is surprising considering the overall worse performance of the ambiguous test sets (Table 5), which likely performed worse since they lack the chemical information to completely represent the compound (atoms and bonds are missing in the corresponding molfile). Since the full dataset includes ambiguous metabolites, one would expect it to perform worse than the corresponding non-ambiguous subset. However, we see that the full dataset outperforms the non-ambiguous for every model. Figure S2 provides an explanation for this unexpected result, showing the MCC for each pathway category and test set, training XGBoost on the full dataset. As seen in Figure S2, the ambiguous test set outperformed the other two test sets for some pathway categories, especially for ‘Glycan biosynthesis and metabolism’. The ambiguous test set’s higher performance had a greater impact on the full test set than for the pathway categories where the ambiguous performed much worse, resulting in the full test set performing better overall.
To emphasize the final dataset’s improved performance compared to the unfiltered dataset, Table 6 shows the weighted average and standard deviation of the XGBoost’s MCC score for both datasets. The final dataset’s results in Table 6 correspond to the full dataset evaluated on the full test set (Table 5) and the unfiltered dataset’s results correspond to those of the entirety of the unfiltered dataset’s CV folds (Table 5), which did not evaluate different subsets of its folds. These results are consistent with what we observe in Figure 5 and Figure 6. Still, the improvement is only (0.7677 − 0.7454)/0.7454 × 100 ≈ 3%.
Figure 7 displays a violin plot of all the MCC scores for each model including all pathway categories. These scores correspond to the ‘full’ dataset evaluated on the ‘full’ portion of the CV folds. We see from Figure 7 that the XGBoost model performed best overall with the performance of the RF being comparable to that of the MLP. All models experience a wide variance though, with the bulk of CV folds scoring higher, resulting in a skew of the performance across CV folds.
Much of the variance observed in Figure 7 can be attributed to the stark difference in performance across pathway categories, as seen in Figure 8. Using the XGBoost scores only, we see that the ‘Chemical structure and transformation maps’ pathway class is the most difficult to predict given the current data available in KEGG. This may explain why it was left out of past studies involving this machine learning task. Nearly as poor is the performance of ‘Energy metabolism’, with ‘Lipid metabolism’ performing the best. Similar trends occurred for the other two models (Table S3).

3.3. Feature Importance

Figure 9 shows a line plot for each pathway category of the top 50 feature importance scores ordered from the most important feature to the least important feature. Each line plot includes the ordered feature importance for the XGBoost model trained to predict the given pathway category on the full dataset. Each point on the line is a feature where the entire line in each plot represents the top 50, the dependent variable being the median feature importance across CV folds. We see a sharp drop towards a feature importance of 0.0 for most pathway categories, suggesting that only the top few features were particularly important for classification using the XGBoost. Table S9 shows the data used to create Figure 9, with the actual atom colors specified for each of the 50 features for each of the 12 pathway categories, resulting in 600 median feature importance scores.
While there are 600 different scores across the 12 categories (Table S9), 477 are distinct features, suggesting only sparse overlap, i.e., only a minority of the top 50 features in one pathway category are also some of the top 50 in another category. Figure S3 shows an upset plot [36] displaying the amount of overlap of important features across the pathway categories. We see from Figure S3 that the largest intersection is the set of features unique to ‘Chemical structure transformation maps’, i.e., the features that are only important for predicting ‘Chemical structure transformation maps’ and are not found among the important features of the other categories. This tells us that most of the top 50 features for predicting ‘Chemical structure transformation maps’ are unique to that category. Beyond that, the largest 12 intersections (Figure S3) are those unique to a given pathway category, further highlighting the sparse overlap of important features between the categories. Since the importance of individual features is highly dependent on the pathway category that they are predicting, a weighted average feature importance across all 12 classes would not be especially meaningful, so we will only show the median feature importance score for each class separately.
Table 7 is a portion of Table S9, highlighting the top 3 (as compared to top 50) most important features for each pathway category. Both Table S9 and Table 7 additionally provide odds ratios for each pathway label corresponding to the presence of the feature in each entry in the full/final dataset and whether each entry is a positive classification (involved in the pathway class) or a negative classification (excluded from the pathway class). We define an entry as having a feature if the atom color appears at least once in the corresponding metabolite and as not having a feature if the atom color appears zero times in the metabolite. The positive odds in Table S9 and Table 7 are the odds that an entry has the feature given that it is a positive entry and the negative odds are the odds that an entry has the feature given that it is a negative entry. The division of the positive odds by the negative odds results in the odds ratio (Table S9 and Table 7) that indicates whether a feature is important for predicting that a metabolite is involved in the pathway class or whether it is important for predicting exclusion. Values well above one suggest the odds of positive entries having the feature is much higher than the odds of negative entries having the feature, i.e., the feature is associated with pathway involvement. Values well below one suggest the odds of negative entries having the feature is much higher than the odds of positive entries having the feature, i.e., the feature is associated with pathway exclusion. Note that for some features, division by 0 resulted in odds ratios of infinity (∞).
Figure 10 displays molecular structure diagrams of an example metabolite that is involved in each pathway class. The single most important feature for that pathway class is displayed within the metabolite, with the bonds of the atom color being highlighted and the atoms being circled. While the examples in Figure 10 have the atom color occurring once, other metabolites may have the atom color occurring multiple times in the molecule, and the features include the count that a given atom color appears. These diagrams highlight which atom configurations in metabolites are important for predicting their pathway involvement. Some of the most important features branched out to two bonds from the originating atom while others branched out to three and in the case of Xenobiotics biodegradation and metabolism, the 0-bond-inclusive feature of chlorine (the number of chlorine atoms in the compound) was most important.

4. Discussion

In this work, we present a new KEGG-based dataset for the machine learning task of predicting the pathway involvement of metabolites. It significantly improves on the KEGG-SMILES dataset used in previous publications on metabolic pathway prediction, which contained duplicate entries and lacked the code and description of its creation. The lack of code precludes updating the dataset as more metabolites are discovered, the duplicate entries invalidate the prior analyses, and the lack of description of its creation makes the dataset suspect in general. Huckvale et al. outlined the optimal requirements of a benchmark dataset for this machine learning task, specifying that it must be reproducible, valid, accessible, and complete [15]. We use the highest standards of computational reproducibility in our dataset [37,38], providing a thoroughly detailed description of how it was created. This includes merging duplicate entries discovered in KEGG, filtering entries with limited chemical information causing inferior classification reliability, and semi-automated manual inspection of a small subset of entries with a range of potential issues (Figure 1). We provide the raw data and code for complete reproducibility when re-generating the dataset, as well as the original scripts for obtaining the raw data in the first place, including instructions for adding to the raw data as KEGG releases updates. Our final dataset with a size of 5683 entries exceeds the size of the de-duplicated KEGG-SMILES dataset of size 4929 by 754 entries. Beyond being reproducible and malleable, the dataset is also valid since it contains no duplicate metabolites and the description of its creation is transparent. And finally, the dataset is complete according to the most up-to-date KEGG data as of 3 July 2023 (with the caveat of filtering entries by non-hydrogen atom count). Finally, this new KEGG-based dataset is maintainable as KEGG changes. We recommend future research in metabolic pathway prediction use our dataset, build off of our dataset, or otherwise use the same standards of scientific computational reproducibility, data validation, accessibility, and completion.
We present strong evidence for the correlation of the number of non-hydrogen atoms in a metabolite and the ability for said metabolite to be classified reliably. This trend is expected, since low information content is always an issue in classification. Considering the clear drop in misclassification rate until reaching a non-hydrogen atom count of seven (Figure 3), we recommend future work using our methods predict on metabolites with at least seven non-hydrogen atoms, as our models were trained on a dataset with metabolites that meet this restriction. This is pragmatic, since the prediction of pathway involvement should primarily focus on molecules where direct pathway involvement is not directly known and the pathway involvement of most molecules with less than seven non-hydrogen atoms is better known. But if predicting on metabolites with less than 7 non-hydrogen atoms is necessary, one will either need to be aware of lower reliability or produce models more capable of predicting on such metabolites. When performing this machine learning task using different models or different datasets, we recommend being cautious of non-hydrogen atom count, monitoring misclassification rates of the metabolites.
We defined ambiguous metabolites as those containing R groups or repeat sequences specified in their molfile such that underlying chemical information is obfuscated. We expected and demonstrated that such metabolites would be more difficult to predict correctly for most pathway categories. However, for some pathway categories, i.e., ‘Glycan biosynthesis and metabolism’ and ‘Lipid metabolism’, ambiguous metabolites surprisingly outperformed the non-ambiguous entries (Figure S2).
By generating features from the atom colors, we make features out of the molecular substructures of the metabolites. Measuring the importance of these features enables biochemists to determine which substructures are associated with the pathway involvement of the corresponding metabolites. Some substructures are associated with a metabolite being present in a pathway category while other substructures indicate that a metabolite is absent from said category (Table 7). The ability to quantify the importance of metabolite substructures and their positive association versus negative association provides insight into what substructures are inclusively or exclusively identifying for a pathway category. For example, the C-C-C-C atom color highlighted in Figure 10 would not be readily thought of as an identifying feature for ‘Glycan biosynthesis and metabolism’; however, this feature helps identify metabolites used in lipopolysaccharide biosynthesis along with the presence of other identifying features.
Next, when comparing the performance of the three machine learning models, XGBoost unsurprisingly performed better overall than the Random Forest model while the MLP deep learning method did not improve on the tree-based methods. This is incongruent with deep learning-based methods exceeding the performance of tree-based methods in past publications (albeit on an invalid dataset). However, those models were more sophisticated than a simple MLP. It could be that such deep learning methods could surpass the performance of the XGBoost trained on our atom color features. Though, the atom color features do provide information on the molecular substructure of the metabolites similar to the graph-based models, albeit in a linearized fashion, and it includes information not just on atom configuration but also stereochemistry and bond order. It is still an open question whether models capable of processing more complex data structures can improve upon the performance of XGBoost trained on a tabular dataset. And to our knowledge, such models have yet to incorporate additional information beyond simple backbone molecular structure, such as atom stereochemistry, bond stereochemistry, and bond order.
We recommend using separate classifiers per pathway category. Depending on the pathway category that a classifier is being trained to predict, different hyperparameter values will result from the hyperparameter tuning. We also see that the importance of the features used is highly dependent on the pathway category being predicted (Figure S3) while the majority of features have little to no importance (Figure 9). If future work uses our atom coloring method to generate features, one may consider selecting features based on importance. However, one should be mindful of the pathway class being predicted since different target classes will require different features selected. It is possible that the important features will change further if training models are to predict more specific pathway classes, and we recommend using separate binary classifiers for the more specific pathway classes as well and perhaps a hierarchical classification method.
While the weighted average MCC of XGBoost trained on our final dataset (full feature set, full test set) was 0.7677 with a weighted standard deviation of 0.1540 (Table 6), these weighted aggregates include ‘Chemical structure transformation maps’, the worst performing pathway category (Figure 8). This category was excluded from previous publications on this machine learning task, including the most recent model for metabolic pathway prediction proposed by Du et al. called the MLGL-MP [14]. Huckvale et al. re-ran the MLGL-MP on a de-duplicated version of the KEGG-SMILES dataset [15], making it more comparable to our own dataset (though even the de-duplicated version is suspect). Table 8 shows that the MCC improves significantly when ‘Chemical structure transformation maps’ are removed from the weighted average and weighted standard deviation calculations. We also see from Table 8 that the F1 score of XGBoost trained on our dataset is comparable to that of the MLGL-MP trained on the de-duplicated version of the KEGG-SMILES dataset, keeping in mind that theirs was not a weighted average since their model predicted all the pathway categories at once rather than separating into an isolated classifier per pathway class. It should also be noted that the MLGL-MP was originally evaluated using the test set in each training epoch and choosing the highest scores from multiple evaluations, thus using the test set for model selection [15], while we instead followed the best practice of training the models completely and evaluating on the test set only once per CV fold. We do not compare to the standard deviation of the MLGL-MP, since the MLGL-MP was only evaluated on 10 unique folds, which does not provide a reasonable estimate of the actual model performance variation.
In all of these cross-validation analyses and performance evaluations, KEGG is treated as a gold standard, making the assumption that KEGG’s description of pathway involvement is complete and without error. This assumption is necessary for training and evaluation and should be somewhat reasonable for central metabolism; however, this assumption is clearly not true, since KEGG is growing. Thus, there are implications with using a “gold standard” that is evolving. Besides improved machine learning methods and models, metabolic pathway prediction may also improve with more positive entries, i.e., metabolites that are involved in particular pathway classes (positive) as compared to not being involved in said pathway class (negative). A higher amount of positive entries was simulated by duplicating already extant positive entries in the SMILES dataset as shown by Huckvale et al. [15], which of course resulted in impressive scores for this machine learning task in past publications but rendered the dataset invalid. However, the higher scores from duplicated entries do provide evidence that having more non-duplicate (real/valid) positive entries can greatly improve model performance, including in currently poor performing categories like ‘Energy metabolism’. For low performing pathways, more positive entries may be added to KEGG over time. However, additional positive metabolites may already be available in other data sources such as MetaCyc and PubChem.
Since the overall performance as well as the variance in performance are greatly dependent on the pathway category being predicted, certain use-cases may need to exclude certain pathway categories. As illustrated with the violin plots of MCC scores per pathway category in Figure 8 as well as Table S3, ‘Chemical structure transformation maps’, Energy metabolism‘, and ‘Metabolism of other amino acids’ pathway category predictions fall below a median MCC performance of 0.6 and should likely be excluded from many practical applications.

5. Conclusions

We present a new KEGG-based benchmark dataset for the machine learning task of metabolic pathway prediction, which is valid, comprehensive, completely transparent, fully reproducible, readily accessible via our Figshare, and maintainable as KEGG changes. In our hands, the XGBoost machine learning method outperformed both Random Forest and MLP with autoencoder methods for the classification of metabolites to 12 KEGG-defined pathway categories. While the scores attained with the XGBoost model trained on our dataset are seemingly less impressive than those obtained with other methods developed on the KEGG-SMILES dataset, we maintain that the previous publications are invalidated with the duplicate entries in the KEGG-SMILES dataset. Therefore, the results of KEGG metabolic pathway prediction performance presented here are trustworthy. Furthermore, the atom color features employed in our methods provide chemical insight into which molecular substructures are informative for pathway category prediction. Finally, we recommend that individual pathway category prediction performance be evaluated for each potential use case and application.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/metabo13111120/s1, Table S1: Parameters for configuring the atom coloring method; Table S2: Tuned hyperparameter values for all pathway category and training dataset combinations; Table S3: All model performance scores; Table S4: Pathway category proportions in each dataset; Table S5: Weighted and unweighted average scores across all 12 pathway categories including standard deviations; Table S6: All the counts of CV iterations resulting in a valid score; Table S7: Counts of CV iterations with less than 300 valid scores; Table S8: Valid score counts for the MCC metric only; Table S9: The top 50 most important features for each pathway category based on the median across CV iterations; Figure S1: Distribution of mean minus median differences of feature importance scores for each pathway category in the full dataset trained on the XGBoost model; Figure S2: MCC by test set for each pathway category for the XGBoost model trained on the full dataset; Figure S3: Upset plot showing overlap between pathway categories of their top 50 most important features.

Author Contributions

Conceptualization, H.N.B.M.; methodology, E.D.H., C.D.P., H.J. and H.N.B.M.; software, E.D.H., C.D.P. and H.J.; validation, H.N.B.M.; formal analysis, E.D.H. and C.D.P.; investigation, E.D.H., C.D.P. and H.J.; resources, H.N.B.M.; data curation, E.D.H., C.D.P. and H.J.; writing—original draft preparation, E.D.H. and C.D.P.; writing—review and editing, E.D.H., H.N.B.M., C.D.P. and H.J.; visualization, E.D.H. and C.D.P.; supervision, H.N.B.M. and C.D.P.; project administration, H.N.B.M.; funding acquisition, H.N.B.M. All authors have read and agreed to the published version of the manuscript.

Funding

The research was funded by the National Science Foundation, grant number: 2020026 (PI Moseley), and by the National Institutes of Health, grant number: P42 ES007380 (University of Kentucky Super-fund Research Program Grant; PI Pennell). The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Science Foundation nor the National Institute of Environmental Health Sciences.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data and code for complete reproducibility of the results in this work are available via FigShare at: https://doi.org/10.6084/m9.figshare.24021480.

Acknowledgments

We thank Robert Flight for feedback on the machine learning evaluation methodology utilized in this work. We thank the University of Kentucky Center for Computational Sciences and Information Technology Services Research Computing for their support and use of the Lipscomb Compute Cluster and associated research computing resources.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kanehisa, M.; Araki, M.; Goto, S.; Hattori, M.; Hirakawa, M.; Itoh, M.; Katayama, T.; Kawashima, S.; Okuda, S.; Tokimatsu, T.; et al. KEGG for linking genomes to life and the environment. Nucleic Acids Res. 2008, 36, D480–D484. [Google Scholar] [CrossRef] [PubMed]
  2. The Kyoto Encyclopedia of Genes and Genomes—Kegg. Yeast 2000, 1, 48–55. [CrossRef]
  3. Kanehisa, M. Toward understanding the origin and evolution of cellular organisms. Protein Sci. 2019, 28, 1947–1951. [Google Scholar] [CrossRef] [PubMed]
  4. Kanehisa, M.; Furumichi, M.; Sato, Y.; Kawashima, M.; Ishiguro-Watanabe, M. KEGG for taxonomy-based analysis of pathways and genomes. Nucleic Acids Res. 2023, 51, D587–D592. [Google Scholar] [CrossRef] [PubMed]
  5. Caspi, R.; Billington, R.; Keseler, I.M.; Kothari, A.; Krummenacker, M.; Midford, P.E.; Ong, W.K.; Paley, S.; Subhraveti, P.; Karp, P.D. The MetaCyc database of metabolic pathways and enzymes—A 2019 update. Nucleic Acids Res. 2020, 48, D445–D453. [Google Scholar] [CrossRef] [PubMed]
  6. Caspi, R.; Billington, R.; Fulcher, C.A.; Keseler, I.M.; Kothari, A.; Krummenacker, M.; Latendresse, M.; Midford, P.E.; Ong, Q.; Ong, W.K.; et al. The MetaCyc database of metabolic pathways and enzymes. Nucleic Acids Res. 2018, 46, D633–D639. [Google Scholar] [CrossRef] [PubMed]
  7. Kim, S.; Thiessen, P.A.; Bolton, E.E.; Chen, J.; Fu, G.; Gindulyte, A.; Han, L.; He, J.; He, S.; Shoemaker, B.A.; et al. PubChem Substance and Compound databases. Nucleic Acids Res. 2016, 44, D1202–D1213. [Google Scholar] [CrossRef]
  8. Gillespie, M.; Jassal, B.; Stephan, R.; Milacic, M.; Rothfels, K.; Senff-Ribeiro, A.; Griss, J.; Sevilla, C.; Matthews, L.; Gong, C.; et al. The reactome pathway knowledgebase 2022. Nucleic Acids Res. 2022, 50, D687–D692. [Google Scholar] [CrossRef]
  9. Matthews, L.; Gopinath, G.; Gillespie, M.; Caudy, M.; Croft, D.; de Bono, B.; Garapati, P.; Hemish, J.; Hermjakob, H.; Jassal, B.; et al. Reactome knowledgebase of human biological pathways and processes. Nucleic Acids Res. 2009, 37, D619–D622. [Google Scholar] [CrossRef]
  10. Sud, M.; Fahy, E.; Cotter, D.; Azam, K.; Vadivelu, I.; Burant, C.; Edison, A.; Fiehn, O.; Higashi, R.; Nair, K.S.; et al. Metabolomics Workbench: An international repository for metabolomics data and metadata, metabolite standards, protocols, tutorials and training, and analysis tools. Nucleic Acids Res. 2016, 44, D463–D470. [Google Scholar] [CrossRef]
  11. Haug, K.; Cochrane, K.; Nainala, V.C.; Williams, M.; Chang, J.; Jayaseelan, K.V.; O’Donovan, C. MetaboLights: A resource evolving in response to the needs of its scientific community. Nucleic Acids Res. 2020, 48, D440–D444. [Google Scholar] [CrossRef] [PubMed]
  12. Lopez-Ibañez, J.; Pazos, F.; Chagoyen, M. Predicting biological pathways of chemical compounds with a profile-inspired approach. BMC Bioinform. 2021, 22, 320. [Google Scholar] [CrossRef] [PubMed]
  13. Baranwal, M.; Magner, A.; Elvati, P.; Saldinger, J.; Violi, A.; Hero, A.O. A deep learning architecture for metabolic pathway prediction. Bioinformatics 2020, 36, 2547–2553. [Google Scholar] [CrossRef] [PubMed]
  14. Du, B.-X.; Zhao, P.-C.; Zhu, B.; Yiu, S.-M.; Nyamabo, A.K.; Yu, H.; Shi, J.-Y. MLGL-MP: A Multi-Label Graph Learning framework enhanced by pathway interdependence for Metabolic Pathway prediction. Bioinformatics 2022, 38, i325–i332. [Google Scholar] [CrossRef]
  15. Huckvale, E.D.; Moseley, H.N.B. A cautionary tale about properly vetting datasets used in supervised learning predicting metabolic pathway involvement. BioRxiv 2023. [Google Scholar] [CrossRef]
  16. Jin, H.; Mitchell, J.M.; Moseley, H.N.B. Atom Identifiers Generated by a Neighborhood-Specific Graph Coloring Method Enable Compound Harmonization across Metabolic Databases. Metabolites 2020, 10, 368. [Google Scholar] [CrossRef]
  17. Huckvale, E.; Moseley, H.N.B. kegg_pull: A software package for the RESTful access and pulling from the Kyoto Encyclopedia of Gene and Genomes. BMC Bioinform. 2023, 24, 78. [Google Scholar] [CrossRef]
  18. Jin, H.; Moseley, H.N.B. Hierarchical Harmonization of Atom-Resolved Metabolic Reactions across Metabolic Databases. Metabolites 2021, 11, 431. [Google Scholar] [CrossRef]
  19. Mitchell, J.M.; Fan, T.W.-M.; Lane, A.N.; Moseley, H.N.B. Development and in silico evaluation of large-scale metabolite identification methods using functional group detection for metabolomics. Front. Genet. 2014, 5, 237. [Google Scholar] [CrossRef]
  20. Jin, H.; Moseley, H.N.B. md_harmonize: A Python package for atom-level harmonization of public metabolic databases. BioRxiv 2022. [Google Scholar] [CrossRef]
  21. Nguyen, V. Bayesian Optimization for Accelerating Hyper-Parameter Tuning. In Proceedings of the 2019 IEEE Second International Conference on Artificial Intelligence and Knowledge Engineering (AIKE), Sardinia, Italy, 3–5 June 2019; IEEE: New York, NY, USA, 2019; pp. 302–305. [Google Scholar]
  22. Kohavi, R. A study of cross-validation and bootstrap for accuracy estimation and model selection. Ijcai 1995, 14, 1137–1145. [Google Scholar]
  23. Chicco, D.; Starovoitov, V.; Jurman, G. The benefits of the matthews correlation coefficient (MCC) over the diagnostic odds ratio (DOR) in binary classification assessment. IEEE Access 2021, 9, 47112–47124. [Google Scholar] [CrossRef]
  24. Cao, C.; Chicco, D.; Hoffman, M.M. The MCC-F1 curve: A performance evaluation technique for binary classification. arXiv 2020. [Google Scholar] [CrossRef]
  25. Rossum, G.V.; Drake, F.L. Python 3 Reference Manual; CreateSpace: Charleston, SC, USA, 2009; ISBN 1441412697. [Google Scholar]
  26. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Müller, A.; Nothman, J.; Louppe, G.; et al. Scikit-learn: Machine Learning in Python. arXiv 2012. [Google Scholar] [CrossRef]
  27. Abadi, M.; Agarwal, A.; Barham, P.; Brevdo, E.; Chen, Z.; Citro, C.; Corrado, G.S.; Davis, A.; Dean, J.; Devin, M.; et al. TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems. arXiv 2016. [Google Scholar] [CrossRef]
  28. Chen, T.; Guestrin, C. XGBoost: A Scalable Tree Boosting System. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining—KDD ’16, San Francisco, CA, USA, 13–17 August 2016; ACM Press: New York, NY, USA, 2016; pp. 785–794. [Google Scholar]
  29. Harris, C.R.; Millman, K.J.; van der Walt, S.J.; Gommers, R.; Virtanen, P.; Cournapeau, D.; Wieser, E.; Taylor, J.; Berg, S.; Smith, N.J.; et al. Array programming with NumPy. Nature 2020, 585, 357–362. [Google Scholar] [CrossRef]
  30. The pandas development team pandas-dev/pandas: Pandas 1.0.3. Zenodo 2020. [CrossRef]
  31. Raasveldt, M.; Mühleisen, H. Duckdb: An embeddable analytical database. In Proceedings of the 2019 International Conference on Management of Data, Amsterdam, The Netherlands, 30 June–5 July 2019; ACM: New York, NY, USA, 2019; pp. 1981–1984. [Google Scholar]
  32. Hunter, J.D. Matplotlib: A 2D Graphics Environment. Comput. Sci. Eng. 2007, 9, 90–95. [Google Scholar] [CrossRef]
  33. Waskom, M. seaborn: Statistical data visualization. JOSS 2021, 6, 3021. [Google Scholar] [CrossRef]
  34. Salesforce. Tableau Desktop; Salesforce. 2023. Available online: https://www.tableau.com/ (accessed on 3 July 2023).
  35. Chamberlin, D. SQL. In Encyclopedia of Database Systems; Liu, L., Özsu, M.T., Eds.; Springer: Boston, MA, USA, 2009; pp. 2753–2760. ISBN 978-0-387-35544-3. [Google Scholar]
  36. Lex, A.; Gehlenborg, N.; Strobelt, H.; Vuillemot, R.; Pfister, H. Upset: Visualization of intersecting sets. IEEE Trans. Vis. Comput. Graph. 2014, 20, 1983–1992. [Google Scholar] [CrossRef]
  37. Piccolo, S.R.; Frampton, M.B. Tools and techniques for computational reproducibility. Gigascience 2016, 5, 30. [Google Scholar] [CrossRef] [PubMed]
  38. Peng, R.D. Reproducible research in computational science. Science 2011, 334, 1226–1227. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Diagram summarizing both the computational and manual trimming of the metabolite entries in the dataset, the entries being based on compounds from the KEGG database. Each step in the data cleaning process resulted in less entries in the dataset until arriving at the final dataset. The computational steps were entirely automated with Python scripts while the manual portion was semi-automated. The manual portion included filling out a file with a text editor containing a list of KEGG compound entries from the dataset after filtering by non-hydrogen atom count. We filled in the file with instructions on how to handle the compounds based on manual inspection of their properties. The file was initially generated as a template using a script and an additional script used the instructions in the file after we manually added them to it. Whether merging or completely removing manually inspected metabolites, the dataset size continued to decrease with the manual dataset cleaning.
Figure 1. Diagram summarizing both the computational and manual trimming of the metabolite entries in the dataset, the entries being based on compounds from the KEGG database. Each step in the data cleaning process resulted in less entries in the dataset until arriving at the final dataset. The computational steps were entirely automated with Python scripts while the manual portion was semi-automated. The manual portion included filling out a file with a text editor containing a list of KEGG compound entries from the dataset after filtering by non-hydrogen atom count. We filled in the file with instructions on how to handle the compounds based on manual inspection of their properties. The file was initially generated as a template using a script and an additional script used the instructions in the file after we manually added them to it. Whether merging or completely removing manually inspected metabolites, the dataset size continued to decrease with the manual dataset cleaning.
Metabolites 13 01120 g001
Figure 2. (a) Histogram showing the distribution of the number of non-hydrogen atoms within the metabolites in the unfiltered (initial) dataset. (b) Scatterplot comparing the misclassification rate of metabolites in the unfiltered (initial) dataset to the non-hydrogen atom count of said metabolites.
Figure 2. (a) Histogram showing the distribution of the number of non-hydrogen atoms within the metabolites in the unfiltered (initial) dataset. (b) Scatterplot comparing the misclassification rate of metabolites in the unfiltered (initial) dataset to the non-hydrogen atom count of said metabolites.
Metabolites 13 01120 g002
Figure 3. Average misclassification rate of metabolites within a sliding window, where the metabolites within each window are those with a non-hydrogen atom within the range of the window. The x-axis portion of each datapoint represents the start of each window where the window size is 5, e.g., the first datapoint ranges from a non-hydrogen atom count of 0 to 4. (a) Sliding window scatterplot of the metabolites in the unfiltered (initial) dataset. (b) Same as Figure 3a but zoomed into the first 20 points (0 to 19) to more clearly see the first local minimum.
Figure 3. Average misclassification rate of metabolites within a sliding window, where the metabolites within each window are those with a non-hydrogen atom within the range of the window. The x-axis portion of each datapoint represents the start of each window where the window size is 5, e.g., the first datapoint ranges from a non-hydrogen atom count of 0 to 4. (a) Sliding window scatterplot of the metabolites in the unfiltered (initial) dataset. (b) Same as Figure 3a but zoomed into the first 20 points (0 to 19) to more clearly see the first local minimum.
Metabolites 13 01120 g003
Figure 4. Flowchart of the training and model evaluation pipeline. The autoencoder was created to convert the final dataset into an encoded version with less features (feature reduction) such that it could more practically be used to train the MLP. The autoencoder had hyperparameters tuned prior to the final training as did the three pathway classifier models. Both the non-encoded and encoded datasets were divided into three subsets, i.e., the ambiguous (entries with R-groups or repeating groups), non-ambiguous, and full. The MLP was trained on both the full and non-ambiguous encoded datasets and the RF and XGBoost models were trained on the non-encoded counterparts. When trained on the full dataset, models were evaluated on the full, non-ambiguous, and ambiguous test sets derived from each CV fold. When trained on the non-ambiguous dataset, models were evaluated on the entire non-ambiguous fold and the entire ambiguous subset. A separate binary classifier was trained for each combination of pathway category, dataset, and model. Various evaluation metrics were computed for each test set (full, non-ambiguous, and ambiguous test sets when trained on the full dataset and non-ambiguous and ambiguous test sets when trained on the non-ambiguous dataset) that was evaluated using each classifier.
Figure 4. Flowchart of the training and model evaluation pipeline. The autoencoder was created to convert the final dataset into an encoded version with less features (feature reduction) such that it could more practically be used to train the MLP. The autoencoder had hyperparameters tuned prior to the final training as did the three pathway classifier models. Both the non-encoded and encoded datasets were divided into three subsets, i.e., the ambiguous (entries with R-groups or repeating groups), non-ambiguous, and full. The MLP was trained on both the full and non-ambiguous encoded datasets and the RF and XGBoost models were trained on the non-encoded counterparts. When trained on the full dataset, models were evaluated on the full, non-ambiguous, and ambiguous test sets derived from each CV fold. When trained on the non-ambiguous dataset, models were evaluated on the entire non-ambiguous fold and the entire ambiguous subset. A separate binary classifier was trained for each combination of pathway category, dataset, and model. Various evaluation metrics were computed for each test set (full, non-ambiguous, and ambiguous test sets when trained on the full dataset and non-ambiguous and ambiguous test sets when trained on the non-ambiguous dataset) that was evaluated using each classifier.
Metabolites 13 01120 g004
Figure 5. Misclassification rates of metabolites compared to the number of non-hydrogen atoms within them. (a) Same as Figure 2b but copied over for comparison. (b) Same as Figure 5a but for the final dataset. We observe greatly improved (lower) misclassification rates upon filtering metabolites by non-hydrogen atom count. Notice the drastically different y-axes scales between (a,b).
Figure 5. Misclassification rates of metabolites compared to the number of non-hydrogen atoms within them. (a) Same as Figure 2b but copied over for comparison. (b) Same as Figure 5a but for the final dataset. We observe greatly improved (lower) misclassification rates upon filtering metabolites by non-hydrogen atom count. Notice the drastically different y-axes scales between (a,b).
Metabolites 13 01120 g005
Figure 6. Average misclassification rate of metabolites within windows (ranges) of non-hydrogen atom count for both the unfiltered and the final datasets; (a) same as Figure 3a with y-axis rescaled for comparison; (b) same as Figure 6a but for the final dataset rather than the unfiltered dataset; (c) same as Figure 6b but zoomed in by fitting the y-axis to the data to be able to compare the individual datapoints. We observe that average misclassification of metabolites within windows of non-hydrogen atom count improves (drops) after filtering while still maintaining the trend of metabolites with more non-hydrogen atoms having even lower misclassification rates. Notice the drastically lower y-axis scale of (c).
Figure 6. Average misclassification rate of metabolites within windows (ranges) of non-hydrogen atom count for both the unfiltered and the final datasets; (a) same as Figure 3a with y-axis rescaled for comparison; (b) same as Figure 6a but for the final dataset rather than the unfiltered dataset; (c) same as Figure 6b but zoomed in by fitting the y-axis to the data to be able to compare the individual datapoints. We observe that average misclassification of metabolites within windows of non-hydrogen atom count improves (drops) after filtering while still maintaining the trend of metabolites with more non-hydrogen atoms having even lower misclassification rates. Notice the drastically lower y-axis scale of (c).
Metabolites 13 01120 g006
Figure 7. Violin plot displaying the distribution of scores for the MCC metric, full dataset, and full test set by model. The distributions include scores for all pathway categories, with lower performing pathway categories having the bulk of their scores occupy the lower end of the distributions and the higher performing pathway categories occupying the higher end of the distributions.
Figure 7. Violin plot displaying the distribution of scores for the MCC metric, full dataset, and full test set by model. The distributions include scores for all pathway categories, with lower performing pathway categories having the bulk of their scores occupy the lower end of the distributions and the higher performing pathway categories occupying the higher end of the distributions.
Metabolites 13 01120 g007
Figure 8. Violin plot displaying the distribution of scores for the MCC metric, XGBoost model, full dataset, and full test set by pathway category. We see that the median performance and variance of performance across CV folds greatly depend on not just the model used, as seen in Figure 7, but also the pathway category being predicted.
Figure 8. Violin plot displaying the distribution of scores for the MCC metric, XGBoost model, full dataset, and full test set by pathway category. We see that the median performance and variance of performance across CV folds greatly depend on not just the model used, as seen in Figure 7, but also the pathway category being predicted.
Metabolites 13 01120 g008
Figure 9. Line plots of the top 50 most important features for predicting each pathway category using the XGBoost model trained on the full dataset. The independent variable (x-axis) of each plot is each discrete feature ordered by its importance along the x-axis and the dependent variable (y-axis) is the relative importance score of the given feature. Most pathway categories experience a drop close to 0 within the top 50 features.
Figure 9. Line plots of the top 50 most important features for predicting each pathway category using the XGBoost model trained on the full dataset. The independent variable (x-axis) of each plot is each discrete feature ordered by its importance along the x-axis and the dependent variable (y-axis) is the relative importance score of the given feature. Most pathway categories experience a drop close to 0 within the top 50 features.
Metabolites 13 01120 g009
Figure 10. Example metabolites within each pathway category that contain the single most important feature for that pathway category. The bonds of the feature are highlighted with the atoms in the feature circled (except for the carbon atoms that are part of carbon–carbon chains). Atom colors of various bond inclusivity (e.g., 0-bond-inclusive, 2-bond-inclusive, etc.) were most important.
Figure 10. Example metabolites within each pathway category that contain the single most important feature for that pathway category. The bonds of the feature are highlighted with the atoms in the feature circled (except for the carbon atoms that are part of carbon–carbon chains). Atom colors of various bond inclusivity (e.g., 0-bond-inclusive, 2-bond-inclusive, etc.) were most important.
Metabolites 13 01120 g010
Table 1. Number of features in concatenated feature sets by atom color bond inclusivity.
Table 1. Number of features in concatenated feature sets by atom color bond inclusivity.
Atom Color Bond Inclusivity(s)Number of Features
0 Bond (Atom Count Only)23
0 and 1 Bond Concatenated1100
0, 1, and 2 Bond Concatenated8625
0, 1, 2, and 3 Bond Concatenated14,923
Atom color features generated with higher bond inclusivity result in more possible combinations of atom colors and therefore more features. Concatenating to features generated from lower bond inclusivity results in even more features.
Table 2. Number of entries and features before and after the manual dataset cleaning.
Table 2. Number of entries and features before and after the manual dataset cleaning.
StageNumber of EntriesNumber of Features
Before Manual Dataset Cleaning588414,923
After Manual Dataset Cleaning568314,656
The number of entries decreased because of the removal and merging of entries in the manual dataset cleaning. Decreasing the entries resulted in duplicate columns once again, the de-duplication of which resulted in another decrease in features.
Table 3. The hyperparameters tuned for each model.
Table 3. The hyperparameters tuned for each model.
ModelHyperparameter NameHyperparameter Values SearchedHyperparameter Value(s) Selected
XGBoostAlpha0.0–2.00.0–2.0
Boosterdart, gbtreedart, gbtree
ETA0.01–0.50.0812–0.5
Lambda0.0–2.00.0–2.0
Maximum Depth6–96–9
Minimum Split Loss0.0–2.00.0–0.9333
Scale Position Weight0.5–2.00.9617–2.0
Subsample0.2–1.00.6159–1.0
RFCCP Alpha0.0–0.90.0–0.0047
Class Weightbalanced, balanced_subsamplebalanced, balanced_subsample
Criterionentropy, gini, log_lossentropy, gini, log_loss
MLPActivationrelu, selurelu, selu
Beta 10.0001–0.999990.0001–0.9662
Beta 20.2–0.999990.3070–0.99999
Bias Regularization Factor0.0–0.010.0–0.01
Bias Regularization Typel1, l2, l1l2l1, l2, l1l2
Epsilon0.00000001–0.00010.00000001–0.0001
Jitter0.00001–0.050.00001–0.05
Kernel Regularization Factor0.0–0.0050.0–0.005
Kernel Regularization Typel1, l2l1, l2
Learning Rate0.0000001–0.0010.0000167–0.001
Negative Class Weight0.2–1.00.2–1.0
Number of Layers2–52–5
Positive Class Weight1.0–5.01.0–5.0
Train Set Augmentation Size0.001–1.00.001–1.0
AutoencoderActivationelu, relu, seluselu
Learning Rate0.00001–0.0010.00002176
Number of Layers4–66
Every model had hyperparameters that were tuned including the autoencoder for making the encoded datasets, the MLP trained on those encoded datasets, and the other two pathway classifier models trained on the non-encoded datasets. The hyperparameters acted as configuration for the models in general as well as configuration for their respective training algorithms. The space of hyperparameters searched is provided for numeric hyperparameters as a range of the lowest to highest number while for categorical hyperparameters, the set of categories. The hyperparameter value(s) selected are provided using the range of the lowest number selected to the highest (numeric) or the subset of categories selected (categorical) across all combinations of pathway category and dataset for the XGBoost, RF, and MLP models. Since the autoencoder did not train on different pathway categories nor different datasets (it was only trained on the full dataset and the features themselves were the labels, so different pathway category combinations are not applicable for the autoencoder), the single selected values are provided rather than a subset or numeric range.
Table 4. Number of entries and features in each subset.
Table 4. Number of entries and features in each subset.
DatasetNumber of EntriesNumber of Features
Full Dataset568314,656
Ambiguous Subset35314,656
Non-ambiguous Subset533014,656
Full Encoded56831465
Ambiguous Encoded3531465
Non-ambiguous Encoded53301465
The full dataset, including both the ambiguous and non-ambiguous subsets, had a size equal to the sum of their sizes. The respective encoded versions had the same number of entries. However, there was only 10% of the number of features in the encoded version to make training and evaluating the MLP more practical.
Table 5. Weighted average MCC.
Table 5. Weighted average MCC.
ModelDatasetTest SetWeighted AverageWeighted Standard Deviation
XGBoostFullAmbiguous0.45430.4567
Full0.76770.1540
Non-ambiguous0.76440.1552
Non-ambiguousAmbiguous0.24350.1257
Non-ambiguous0.76060.1569
UnfilteredUnfiltered0.74540.1511
Random ForestFullAmbiguous0.41010.4483
Full0.73610.1874
Non-ambiguous0.73290.1890
Non-ambiguousAmbiguous0.21790.1147
Non-ambiguous0.73720.1751
Multi-layer PerceptronFullAmbiguous0.42250.4409
Full0.72400.1615
Non-ambiguous0.72010.1634
Non-ambiguousAmbiguous0.27210.1553
Non-ambiguous0.71360.1617
Using the pathway category proportions of each dataset as weights, we calculated the weighted average and standard deviation of the MCC scores across all pathway categories and CV folds (12,000 total scores per aggregation) for each dataset and test set. The highest average and lowest standard deviation are in bold.
Table 6. Weighted Average XGBoost MCC of the final dataset compared to the unfiltered dataset.
Table 6. Weighted Average XGBoost MCC of the final dataset compared to the unfiltered dataset.
DatasetWeighted AverageWeighted Standard Deviation
Final0.76770.1540
Unfiltered0.74540.1511
Same weighted average MCC scores as seen in Table 5, but only for the XGBoost model trained on the final dataset and the unfiltered dataset, using the entirety of the CV folds for each (the ‘full’ test set for the ‘full’ dataset while the ‘unfiltered’ dataset was not divided into sub-folds i.e., it only had the one ‘unfiltered’ test set).
Table 7. The top 3 most important features with their median feature importance score and odds ratio corresponding to the presence of the feature in dataset entries and the positivity of the classification of said entries.
Table 7. The top 3 most important features with their median feature importance score and odds ratio corresponding to the presence of the feature in dataset entries and the positivity of the classification of said entries.
Pathway CategoryFeature NameMedian Feature ImportancePositive OddsNegative OddsOdds Ratio
Amino acid metabolismO0(O0((C0.10)))(C0((C2.10))((O0.10))((O0.20)))0.6856528520.0556464830.0074921137.427340984
O0(O0((C0.10)))(C0((C1.10))((O0.10))((O0.20)))0.5706307890.1129296200.0216876985.207082272
C0(C0((C0.10))((N0.10))((O0.20)))(C0((C0.10)))(N0(2_(C0.10)))(O0((C0.20)))0.5660603640.0196399350.0029574136.640916348
Biosynthesis of other secondary metabolitesC0(C0((C0.10))((C0.21))((O0.10)))(C0((C0.10))((C0.21)))(C0((C0.10))((C0.21))((O0.10)))(O0(2_(C0.10)))10.0619111690.00214438928.871242523
C0(C0((C0.10))((C0.21)))(C0((C0.10))((C0.21)))(C0((C0.10))((C0.21))((N0.10)))0.4251275360.0969044420.00476530820.335397720
C0(C0((C0.10))((C0.21)))(C0((C0.10))((C2.10)))(C0((C0.21))((C1.10))((C2.10)))0.3032910230.0114401080
Carbohydrate metabolismC2(C2((C1.10))((N0.11))((O0.10)))(C1((C1.10))((C2.10))((O0.16)))(N0(2_(C0.10))((C2.11)))(O0((C1.10))((C2.10)))10.1322957130.0205068686.451288223
C0(C0((C1.10))((N0.10))((O0.10)))0.2306986600.0194552520
O0(O0((C0.10))((P0.10)))0.2040075060.4105058310.1545753482.655700445
Chemical structure transformation mapsC0(C0((C0.10))((C0.21)))(C0((C0.10))((C0.21)))(C0((C0.10))((O0.10))((O0.20)))(C0(2_(C0.10))((C0.21)))(O0((C0.20)))(O0(2_(C0.10)))10.0137299770.00114372812.004576683
N0(N0(3_(C0.10)))(C0((C0.10))((N0.10)))(C0((C0.10))((N0.10))((O0.20)))(C0(2_(C0.10))((N0.10)))0.5586941240.0091533180.0022874574.001525402
C0(C0((C2.16)))(C2(2_(C0.10))((C0.16)))0.5239997510.0205949660.0074342352.770287037
Energy metabolismC0(C0(2_(C0.10))((C0.2-1)))(C0((C0.10))((C0.21)))(C0((C0.10))((O0.10)))(C0((C0.2-1))((O0.10)))0.4780808990.0346820800
C0(C0((C1.11))((O0.10)))(C1((C0.11))((C1.10))((O0.10)))(O0((C0.10))((P0.10)))(C1(2_(C1.10))((O0.16)))(O0(2_(C1.10)))(P0(3_(O0.10))((O0.20)))0.3955585660.0635838140.00272232323.356454849
C0(C0(2_(C0.10)))(2_C0(2_(C0.10)))(C0((C0.10))((C1.10)))(C0((C0.10))((O0.10))((O0.20)))0.2865034040.0173410400
Glycan biosynthesis and metabolismC0(C0(2_(C0.10)))(2_C0(2_(C0.10)))(C0((C0.10)))(C0(2_(C0.10)))10.2685185070.0388132116.918224812
O0(O0((C0.10))((P0.10)))(C0((C1.11))((O0.10)))(P0(3_(O0.10))((O0.20)))(C1((C0.11))((C1.10))((O0.10)))(O0((P0.10)))(O0((P0.20)))(O0(2_(P0.10)))0.6397400500.2870370450.02687068510.682163239
C0(C0((C0.10)))(C0((C0.10))((N0.10))((O0.20)))0.3483767510.4444444480.01698078026.173381805
Lipid metabolismC0(C0(2_(C0.10)))(C0((C0.10)))(C0((C0.10))((C0.21)))0.8402317760.0886262950
H00.6917949320.3308714930.1630043982.029831648
C0(C0((C0.10))((C0.21)))(C0((C0.10))((C0.21)))(C0(2_(C0.10)))0.6403496860.2717872860.00399520668.028358459
Metabolism of cofactors and vitaminsC0(C0(2_(C0.10)))(C0(2_(C0.10)))(C0(2_(C0.10))((C0.21)))(C0((C0.10))((C0.21))((N0.10)))(C0((C0.10))((O0.10))((O0.20)))(C0(2_(C0.10))((C0.21)))10.0856102030
C0(C0((C0.10))((C0.2-1)))(C0(2_(C0.10)))(C0(2_(C0.10))((C0.2-1)))(C0((C0.10)))(C0(2_(C0.10)))(C0(2_(C0.10))((C0.2-1)))0.9172711970.0182149350.00038956046.757740021
C0(C0((C0.10))((C0.2-1))((O0.10)))(C0(2_(C0.10))((C0.2-1)))(C0(2_(C0.10))((C0.21)))(O0((C0.10))((C1.10)))0.8571001290.0145719490
Metabolism of other amino acidsC0(C0((C0.10))((N0.10)))(C0(2_(C0.10)))(N0(2_(C0.10)))(C0((C0.10))((N0.10)))(C0(2_(C0.10)))0.9537700410.0437956190.00129413933.841503143
C0(C0((C0.10))((P0.10)))0.6544123290.1240875940.000554631223.729919434
C0(C0((C0.10))((N0.10)))(C0(2_(C0.10)))(N0((C0.10)))(C0((C0.10))((N0.10))((O0.20)))0.5760807390.0145985400
Metabolism of terpenoids and polyketidesC0(C0(2_(C0.10)))(C0((C0.10)))(C0(2_(C0.10)))0.3951340320.0045745650.0745098070.061395485
C0(C0((C1.10))((C2.10)))0.3774355650.1564501370.0368191714.249148846
C0(C0(2_(C0.10))((C0.21)))(C0((C0.10))((C0.21))((O0.10)))(C0(2_(C0.10))((C0.2-1)))(C0(2_(C0.10))((O0.20)))0.3723573390.0430009140
Nucleotide metabolismC0(C0((N0.10))((N0.21)))(N0((C0.10))((C0.21)))(N0(2_(C0.10))((C2.11)))10.3136094810.01450852421.615531921
O0(O0((C1.16))((P0.10)))(C1(2_(C1.10))((O0.16)))(P0(3_(O0.10))((O0.20)))0.4299426380.0828402340.00090678391.356216431
N0(N0(2_(C0.10))((C2.11)))0.2281524840.4733727870.04461371210.610477448
Xenobiotics biodegradation and metabolismCl00.8219429250.1608093680.00716694822.437637329
C0(C0((C0.10))((C0.21)))(C0((C0.10))((C0.21)))(C0(2_(C0.10))((C0.21)))0.6625258330.2460063840.0735666083.343995094
C0(C0(2_(C0.10)))(C0(2_(C0.10)))(C0(2_(C0.10))((O0.20)))(2_C0(2_(C0.10))((C0.21)))(O0((C0.20)))0.4729490280.0127795520.00042158530.313098907
Table 7 only differs from Table S9 in that it highlights the top 3 most important features as compared to the top 50 used to generate Figure 9. Each feature is indicated as most important for predicting the respective pathway class with its median relative feature importance across all 1000 CV folds, training XGBoost on the full/final dataset. The feature name is a string representation of the atom color, i.e., the local chemical neighborhood or subgraph around a specific atom. A dataset entry having a feature is defined as the atom color being present in the molecular structure of the corresponding metabolite at least once. A positive entry is involved in the corresponding pathway class and a negative entry is excluded from the class (i.e., having a positive or negative label in binary classification). The positive odds are the odds that an entry has a feature given that it is positive and the negative odds are the odds that an entry has a feature given that it is negative. The quotient of the two values results in the odds ratio indicating whether a feature is important for predicting inclusion in a pathway class or exclusion, with high values indicating the feature is associated with pathway involvement and low values near or equal to 0 indicating the feature is associated with a lack of pathway involvement. Digits following the elemental identity of atoms (e.g., C, O, Cl, etc.) indicate the chirality of those atoms, i.e., a 0 means it is not a chiral atom and above 0 indicates it is chiral. Bear in mind that the atom coloring strings were designed for uniqueness and not human readability.
Table 8. Performance of the XGBoost trained on our dataset compared to that of the MLGL-MP trained on the SMILES dataset.
Table 8. Performance of the XGBoost trained on our dataset compared to that of the MLGL-MP trained on the SMILES dataset.
Model/DatasetXGBoost Trained/Tested on Our DatasetMLGL-MP Trained/Tested on The SMILES Dataset
MetricWeighted AverageWeighted Standard DeviationAverage
F1 Score0.81800.11900.8224
MCC0.79330.1196N/A
The weighted average and weighted standard deviations of the MCC and F1 score of the XGBoost after excluding ‘Chemical structure transformation maps’, the worst performing pathway category, which was excluded from previous publications on the metabolic pathway prediction machine learning task. The most recent model proposed for metabolic pathway prediction, i.e., the MLGL-MP deep learning model, scored a slightly higher F1 score when trained on the de-duplicated version of the SMILES dataset compared to the weighted average of XGBoost on our new dataset. It should be noted that the MLGL-MP predicted all possible 11 labels at once rather than calculating the weighted average scores of individual binary classifiers. The standard deviation of the MLGL-MP’s F1 score is not compared since it was evaluated on only 10 unique folds which does not provide a good estimate on performance variance.
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.

Share and Cite

MDPI and ACS Style

Huckvale, E.D.; Powell, C.D.; Jin, H.; Moseley, H.N.B. Benchmark Dataset for Training Machine Learning Models to Predict the Pathway Involvement of Metabolites. Metabolites 2023, 13, 1120. https://doi.org/10.3390/metabo13111120

AMA Style

Huckvale ED, Powell CD, Jin H, Moseley HNB. Benchmark Dataset for Training Machine Learning Models to Predict the Pathway Involvement of Metabolites. Metabolites. 2023; 13(11):1120. https://doi.org/10.3390/metabo13111120

Chicago/Turabian Style

Huckvale, Erik D., Christian D. Powell, Huan Jin, and Hunter N. B. Moseley. 2023. "Benchmark Dataset for Training Machine Learning Models to Predict the Pathway Involvement of Metabolites" Metabolites 13, no. 11: 1120. https://doi.org/10.3390/metabo13111120

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop