Literature DB >> 35536192

deepSimDEF: deep neural embeddings of gene products and Gene Ontology terms for functional analysis of genes.

Ahmad Pesaranghader1,2,3,4, Stan Matwin5,6,7, Marina Sokolova6,8, Jean-Christophe Grenier1, Robert G Beiko5,6, Julie Hussin1,2.   

Abstract

MOTIVATION: There is a plethora of measures to evaluate functional similarity (FS) of genes based on their co-expression, protein-protein interactions, and sequence similarity. These measures are typically derived from hand-engineered and application-specific metrics to quantify the degree of shared information between two genes using their Gene Ontology (GO) annotations.
RESULTS: We introduce deepSimDEF, a deep learning method to automatically learn FS estimation of gene pairs given a set of genes and their GO annotations. deepSimDEF's key novelty is its ability to learn low-dimensional embedding vector representations of GO terms and gene products, and then calculate FS using these learned vectors. We show that deepSimDEF can predict the FS of new genes using their annotations: it outperformed all other FS measures by > 5-10% on yeast and human reference datasets on protein-protein interactions, gene co-expression, and sequence homology tasks. Thus, deepSimDEF offers a powerful and adaptable deep neural architecture that can benefit a wide range of problems in genomics and proteomics, and its architecture is flexible enough to support its extension to any organism. AVAILABILITY: Source code is available at https://github.com/ahmadpgh/deepSimDEF. SUPPLEMENTARY INFORMATION: Supplementary files and data are available at Bioinformatics online.
© The Author(s) 2022. Published by Oxford University Press.

Entities:  

Year:  2022        PMID: 35536192      PMCID: PMC9154256          DOI: 10.1093/bioinformatics/btac304

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.931


1 Introduction

In the past decades, a wide array of biological networks such as protein–protein interaction (PPI) and gene co-expression networks have come into existence. However, despite their utility, such networks are often incomplete or under-represented meaning they miss a lot of real associations and interactions. Given the fact that laboratory-based experiments are time-consuming and labor-intensive, computational algorithms have been seen as a viable solution. Many of such algorithms integrate curated ontologies, such as Gene Ontology (GO) (Ashburner ), into the original biological networks to predict missing associations. GO-based semantic similarity (SS) measures allow the comparison of GO terms by leveraging GO properties and on annotation corpora which, in turn, leads to functional similarity (FS) measurement of genes. These measures have been applied to important biological problems such as PPI prediction (Yu ), analysis of gene co-expression (Makrodimitris ), protein subcellular localization prediction (Cao ), among others, showing the vast utility of GO for the characterization of genomic and proteomic entities. For instance, Yang proposed a new method to measure the GO-based functional similarity for miRNAs providing the community with the largest similarity matrix of human miRNAs. These similarity scores can serve as a basic feature in various prediction tasks related to miRNA functions. Schaefer and Serrano (2016) demonstrated the importance of using GO semantic similarities on pairs of genes for characterizing gene groups in cancer research, arguing that general cancer genes tend to show a higher pairwise similarity as compared to genes implicated in specific types of cancer. Kim used GO similarity of drug-target and disease-related genes to address drug repositioning of herbal compounds. Despite these recent advances, current GO-based FS measures still depend on slow FS computation and empirical SS metric engineering. To address this inadequacy, the employment of advanced feature learning techniques offered by deep neural networks seems inevitable. With the revival of deep neural networks around 2006 (Hinton ), deep learning methods have become prevalent in the research community. Such methods are representation learning techniques that combine multiple non-linear modules to obtain multiple levels of representation (LeCun ; Jiang ). One key advantage of deep learning is that human researchers do not design the layers of features, hence, minimal feature engineering is needed. For their promising performance, deep learning methods are increasingly being applied in the medical field including bioinformatics (Ben Ali ; Pesaranghader ,b). For example, BioVec (Asgari and Mofrad, 2015), inspired by the Word2Vec (Mikolov ) widely used in natural language processing, is an initiative in bioinformatics to offer a solution for an unsupervised data-driven vector representation of biological sequences. It is becoming increasingly clear that these powerful approaches can help the mining of ontologies such as GO to extract meaningful insights about genes and proteins’ biological functions and interactions. There exist two computational classes of GO-based FS measurements. Ontology-based methods take advantage of the GO structure by computing SS of GO terms prior to drawing on them for FS estimation. The SS measures revolve around the idea of shared Information Content (IC) (Resnik, 1995) of GO terms annotating genes. The IC-based FS measures of Resnik (1995), Lin (1998), Jiang and Conrath (1997), GraSM (Couto and Silva, 2011) and AIC (Song ) depend on these engineered SS measures. Recently, Dutta presented a new approach (which we call clusteredGO in our evaluation) that utilized IC of the GO terms and the GO graph to do GO term clustering. In contrast to these pair-wise FS measures, group-wise FS measures such as simUI (Falcon and Gentleman, 2007), simGIC (Pesquita ) and SORA (Teng ) directly calculate FS by measuring the distance between two sets of GO term annotations. Based on Jaccard distance (Levandowsky and Winter, 1971), the group-wise measures are less computationally intensive; however, this occurs at the cost of accuracy. This process of FS estimation is executed and then reported for every GO sub-ontology separately. Distributional-based FS measures are based on Firth’s idea (1957), characterizing one natural language word by its surrounding words in a given context. Our previous works (Pesaranghader , 2016; Pesaranghader, 2019), proposing the simDEF model which compared the text definitions of two GO terms, were inspired by this notion to address several drawbacks of the ontology-based methods. Recently, Duong introduced AicInferSentGO, a definition-based model that aimed to improve simDEF by proposing a new approach for vector representation of GO terms. Even though simDEF and AicInferSentGO demonstrated the significant advantage of vector representation of GO terms, they suffered from important shortcomings, some of which are still shared with even the recent FS measures: manual metric and feature engineering for aggregating GO-term SS scores prior to the computation of gene FS; large dimensions of GO-term vectors; and, separate consideration of each sub-ontology of GO for a biological task in hand due to uncertainty on how the downstream biological attributes from those sub-ontologies should be combined. In this work, we introduce deepSimDEF, a paired neural network that attempts to address the above-mentioned shortcomings. Supervised deepSimDEF neural networks are designed to address the biological tasks; hence, the main output of deepSimDEF is a prediction model, where GO-term and gene-product embeddings are the by-products of the training process. Prior to training, deepSimDEF networks are typically initialized with pretrained GO-term embeddings that we compute in advance. deepSimDEF can be run in two settings: single channel considering sub-ontologies separately, and multi-channel with sub-ontologies combined. Evaluated on both yeast and human reference datasets, we demonstrate the performance of deepSimDEF against the FS measures of Resnik, Lin, Jiang and Conrath, GraSM, AIC, clusteredGO, simGIC, simDEF and AicInferSentGO (see Supplementary material S1 for their details). We also show in contrast to previous FS measures in which the estimation results hinged upon the choice of hand-engineered metrics such as Maximum (MAX), Average or Best-Match Average (BMA) to aggregate the SS scores of the two underlying GO annotation sets, a deepSimDEF network automatically learns this quantification regarding a biological application of interest, and later, measures FS of new genes and gene products.

2 Results

2.1 Experimental design and data overview

Table 1 provides an overview of the datasets prepared for the evaluation in the study (see Evaluation and validation datasets section for details). In order to include all available proteins of every experiment of the study (i.e. PPI, protein sequence homology or gene expression) in the testing phase, we used a 10-fold cross-validation approach by randomly dividing the total number of proteins into 10 non-overlapping sets. In each of 10 separate runs we held out one of those sets and all the protein pairs made of that set for testing; the rest of the protein pairs, devoid of any protein in the test set, were employed for network training. For example, in the PPI experiment on human data, out of the total number of 14 096 proteins in that experiment a test split consisted of 1410 proteins (their available pairs with PPI values); the rest of the proteins were used in training phase. After the model hyper-parameters were selected using 10% of the training set as a validation set, the final network in that fold was trained on the whole training set and then was evaluated on the held-out test set of protein pairs (for detailed hyper-parameters see Supplementary material S4). This design insured no interconnection between the pairs of gene products in the training and test data (i.e. no direct transitive inference between the protein pairs) while all protein pairs were tested. Despite the negligible variance in the results, for a solid conclusion, we repeated the permutation of proteins in every experiment 10 times and the average of all 100 runs was considered as the final result of that experiment.deepSimDEF networks learn low-dimensional vectors of GO terms and gene products, and then learn how to calculate the functional similarity of their pairs using these embedding vectors. The low-dimensional vectors of GO terms can be trained in advance by relying on natural language definitions of the GO terms and statistical measures of pointwise mutual information (PMI) and latent semantic analysis (LSA) applied to their result definition vectors (see Section 3 and Pesaranghader , 2019)). Once GO term LSA embeddings are pretrained, a deepSimDEF network can be initialized by these vectors and then be fine-tuned on training data of biological application of interest. The network design of the deepSimDEF model also takes into account multi-channel and single-channel architectures for combined and separate consideration of GO sub-ontologies respectively.
Table 1.

Experiments and datasets used for the evaluation of FS measures

Yeast dataset
Human dataset
Task
No. of gene pairsNo. of genesNo. of gene pairsNo. of genes
PPI50 154459165 54214 096PPI classification
Sequence homology26 7573972381 37913 626Sequence similarity estimation
Gene expression37 405223962 4702361Level of co-expression redection
Experiments and datasets used for the evaluation of FS measures GO annotations that lack curation or experimental validation have the ‘Inferred from Electronic Annotation (IEA)’ evidence code that is assumed to be the lowest confidence (Mazandu ). In the context of GO semantic similarity measures, however, the use of all evidence codes including IEA has been shown to yield improved prediction accuracy (Tian ) as IEA annotations are becoming more and more accurate. Hence, following what is common in the literature, we explored both cases of including and excluding IEAs (IEA+ and IEA–, respectively) in our FS model evaluation. Additionally, we conducted negative control experiments (see Supplementary material S1) to investigate the effect of incorrect annotations of proteins on deepSimDEF model training.

2.2 Semantic similarity of pretrained GO-term embeddings

Our definition-based pretraining method organizes embeddings of the GO terms within the Euclidean space. Once initializing a network, these embeddings have the potential of putting the network in a proper state for model optimization, leading to faster convergence and more accurate predictions. For three random quarry GO terms from a pool of ∼30 000 pretrained biological process (BP) terms, Table 2 shows the 5 top-most similar GO terms in terms of cosine similarity; and as expected, the returned GO terms are very close semantically. For cellular component (CC) and molecular function (MF), we observed the same behavior (see Supplementary material S2).
Table 2.

Sense similarity results for three BP terms over pretrained embeddings

QueryGO term IDGO term name
Q#1 GO: 0072521 Purine-containing compound metabolic process
1GO: 0072523Purine-containing compound catabolic process
2GO: 0072527Pyrimidine-containing compound metabolic process
3GO: 0072529Pyrimidine-containing compound catabolic process
4GO: 0052803Imidazole-containing compound metabolic process
5GO: 0046453Dipyrrin metabolic process
Q #2 GO: 0045292 mRNA cis splicing, via spliceosome
1GO: 0000398mRNA splicing, via spliceosome
2GO: 0048024Regulation of mRNA splicing, via spliceosome
3GO: 0000380Alternative mRNA splicing, via spliceosome
4GO: 0090615Mitochondrial mRNA processing
5GO: 0000395mRNA 5′-splice site recognition
Q #3 GO: 0001116 Protein-DNA–RNA complex assembly
1GO: 0001115Protein–DNA–RNA complex subunit organization
2GO: 0001117Protein–DNA–RNA complex disassembly
3GO: 0071165GINS complex assembly
4GO: 0071824Protein–DNA complex subunit organization
5GO: 0032986Protein–DNA complex disassembly
Sense similarity results for three BP terms over pretrained embeddings

2.3 Prediction of PPIs

Protein–protein interactions play a key role in various aspects of the structural and functional organization of the cell and their knowledge provides insights into the molecular mechanisms of biological processes that lead to rational drug design (Murakami ). It has been shown that the FS values can be employed as an indicator for the plausibility of putative PPIs (Zhang and Tang, 2016). Similar to other studies, we formulated this as a classification problem and examined how well a deepSimDEF network predicted true PPIs. We directly interpreted FS values as the classification probability of ‘Interaction’ and ‘No Interaction’. Table 3 for yeast PPI data and Table 4 for human PPI data demonstrate the results of predictions for deepSimDEF and other FS similarity measures with respect to F1-scores. Among the SS aggregation metrics used in the previous studies, MAX yielded the highest PPI prediction results, so we considered this metric in our evaluation.
Table 3.

PPI F1-score prediction of the yeast data (FS aggregation uses MAX)

Including IEA (%)
Excluding IEA (%)
ALLBPCCMFALLBPCCMF
Resnik87.2985.6581.5774.0686.9183.2879.9672.00
Lin78.7585.5379.1273.3781.2482.6877.4473.47
Jiang and Conrath78.7584.7779.0672.2680.7981.2776.6574.11
GraSM87.5585.3381.3574.1686.8383.2680.0872.16
AIC78.3985.7179.1372.9981.1882.4077.7073.73
clusteredGO78.9884.7078.9372.6880.9281.1376.5974.59
simGIC68.2263.3161.5659.2767.8462.5261.2258.62
simDEF88.5686.7482.6775.4288.3884.4581.4374.31
AicInferSentGO88.6186.7182.7575.4788.3184.3881.2874.36
deepSimDEF (random emb.)90.0588.8888.0884.7790.0786.7186.4583.57
deepSimDEF (LSA emb.)92.7891.5789.5887.6492.9991.6889.3586.69
Table 4.

PPI F1-score prediction of the human data (FS aggregation uses MAX)

Including IEA (%)
Excluding IEA (%)
ALLBPCCMFALLBPCCMF
Resnik88.0286.5981.7075.1487.9684.3380.6073.31
Lin79.0285.6979.6273.8881.8882.8777.5873.57
Jiang and Conrath79.4885.4779.7272.8281.3581.4577.5774.81
GraSM87.9786.5881.8375.1287.5983.5380.3873.02
AIC79.7886.0579.3774.1081.5283.5077.6673.69
clusteredGO79.1584.9480.0572.5381.0382.2176.9674.45
simGIC69.3364.1962.3460.6669.1663.5662.4759.32
simDEF88.7487.1282.7276.1988.5385.1281.2474.21
AicInferSentGO88.8387.1482.0475.9688.3184.5481.0474.45
deepSimDEF (random emb.)90.6987.6386.7185.1389.9187.1286.5184.54
deepSimDEF (LSA emb.)93.6890.6089.1287.8093.1290.1988.2687.38
PPI F1-score prediction of the yeast data (FS aggregation uses MAX) PPI F1-score prediction of the human data (FS aggregation uses MAX) In yeast PPI prediction, single-channel BP deepSimDEF, when initialized with LSA embeddings, achieved an F1-score improvement of ∼5% compared to the second-best methods, AicInferSentGO and simDEF (∼8.5% on average for BP, CC, and MF). With multi-channel deepSimDEF architecture, we observed a further increase of ∼1.25% compared to a single-channel deepSimDEF network of BP, which yielded the best results among the three single channels. This indicates consideration of all three sub-ontologies together increases PPI predictability. clusteredGO did not improve the results of Resnik or any other earlier IC-based FS measures, whereas the group-wise simGIC represented the worst performance among the evaluated FS measures. Comparing vector-based simDEF with AicInferSentGO, we observed similar results as expected due to their definition-based nature. Additionally, including IEA GO term annotations did not improve yeast PPI prediction. For human PPI prediction, we observed slight improvements for almost all cases when including IEAs. The other results were consistent with our observations from the yeast PPI prediction; for example, working with single GO ontologies, BP showed better predictive power compared to CC and MF. However, when BP was combined with the other two we achieved higher F1-scores; the multi-channel deepSimDEF outperformed all FS measures including AicInferSentGO, the second-best model (93.68% versus 88.83%). Compared to random initialization of deepSimDEF we obtained a ∼3% improvement in F1-score when the embedding layer was initialized with our LSA embeddings. deepSimDEF with random weights, however, outperformed all baselines in the same category. In order to verify that the method uses GO term vector similarities that are highly indicative of functional similarity, we further investigated if the characterization of proteins with low-level GO terms leads to better FS prediction of proteins. For this purpose, in separate experiments, we replaced the GO annotation of the proteins with their higher-level GO terms such as their parents and their grandparents, and then trained and tested the networks. For human data, when only MF was considered, the PPI prediction decreased from 87.80% to 85.36% and 82.97% for parent and grandparent considerations, respectively. This could be explained by the underspecification of given pairs with broader terms. For instance, the deepSimDEF network was able to correctly predict the interaction of P27695 and HMGB2 proteins with their original low-level GO-term annotations of GO: 0003691 (double-stranded telomeric DNA binding) and GO: 0000976 (transcription cis-regulatory region binding). Once these annotations were replaced by the broader GO terms such as GO: 0003677 (DNA binding) the networks estimated a lower probability of their interaction. We observed similar behavior for other sub-ontologies.

2.4 Correlation with sequence similarity

Proteins with similar sequences are usually homologous and tend to have similar functions (Cozzetto and Jones, 2017). For that reason, proteins in a newly sequenced genome are routinely annotated using the sequences of similar proteins in genomes of other species. Even though not always functional and sequence similarity tracks well (Schlicker ) information from sequence-similarity networks offers a powerful way to highlight where a potential manual or electronic GO misannotation may occur (Dessimoz and Škunca, 2017). Hence, correlation with sequence similarity data sets a benchmark for the evaluation of GO-based FS measures (Lord ). Every gene pair in our sequence homology data is accompanied by the log-reciprocal (LRBS) and relative reciprocal (RRBS) BLAST scores indicating the level of sequence similarity of their component genes (see Evaluation and validation datasets section for the LRBS and RRBS details). Pesquita noted that the relationship between semantically derived shared information from GO and RRBS is non-linear. Therefore, in our experiment with sequence data, the results of non-linear Spearman’s correlations were primarily considered for the evaluation of the FS measures (see Supplementary material S3 for Pearson’s correlation). Additionally, in the baseline FS measures, MAX and BMA metrics showed inconsistency in their correlation with sequence homology data as depending on the measure and sub-ontology of choice one metric worked better than the other, therefore both of these aggregation metrics were considered in our evaluation. Table 5 shows deepSimDEF outperformed other FS measures in the correlation task with the yeast sequence homology data: on average, the initialized single-channel deepSimDEF improved the correlation results by ∼5.5% for LRBS, and >7% for RRBS. Compared to IC-based measures, distributional definition-based measures consistently showed higher accuracy. When all sub-ontologies were combined, the multi-channel deepSimDEF improved the FS results even more by at least 3% (>7% and >8% compared to the second-best measures from AicInferSentGO and simDEF in BP for LRBS and RRBS, respectively). In baseline models, in contrast to PPI experiments, the combination of sub-ontologies for the correlation computation between FS measures and sequence homology data reduced the correlation results. For deepSimDEF, however, it was otherwise indicating that the gating mechanism in the highway layer of the network (described in Section 3, Highway layer subsection) helps to learn how the shared information of two proteins should be computed (see additional results in Supplementary material S1). Similar to PPI experiments still, initialization of the networks with LSA embeddings improved the correlation results (∼6% improvement for LRBS and ∼2.5% for RRBS on average, when compared with random weight initialization).
Table 5.

Spearman correlation of FS measures versus yeast sequence homology

LRBS
RRBS
ALLBPCCMFALLBPCCMF
ResnikMAX0.70890.72690.53370.47430.60880.63780.51320.3514
BMA0.60660.58620.47710.51930.52360.53120.47520.4278
LinMAX0.38310.64630.37630.60260.25120.49000.28920.4085
BMA0.59520.57560.44900.58660.48620.49190.40480.4478
Jiang and ConrathMAX0.35000.65040.29970.49750.18140.50300.23250.2845
BMA0.61900.62980.47330.55950.49580.53170.41260.3978
GraSMMAX0.34650.65840.29780.48950.17990.50020.22310.2911
BMA0.62770.62580.46590.56510.49900.52400.41540.3944
AICMAX0.34340.64230.30940.50440.18730.50990.22750.2927
BMA0.61970.62150.47270.56940.50280.53480.40470.3920
clusteredGOMAX0.35910.64490.30270.49700.17200.50610.22770.2865
BMA0.61980.62820.47840.55040.49980.52370.40810.3917
simGIC0.31400.60360.25190.44040.12370.46430.17030.2296
simDEFMAX0.45050.73390.40820.59460.27700.61260.33960.3845
BMA0.72520.73080.56610.66370.59740.64180.50790.4880
AicInferSentGOMAX0.44990.73140.40730.60180.28860.59960.32890.3841
BMA0.72520.73540.57750.66810.60490.64120.52200.5076
deepSimDEF (random emb.)0.75900.66000.59180.71020.68130.60500.54380.6846
deepSimDEF (LSA emb.)0.80780.75320.60770.78440.72550.64980.54090.6943
Spearman correlation of FS measures versus yeast sequence homology Table 6 shows Spearman correlation results between human LRBS and RRBS and FS measures. While the results were generally consistent with the yeast experiment findings, including that deepSimDEF outperformed all baselines with considerable margins of improvement (>7% and ∼6% compared to the second-best measure simDEF in MF for LRBS and RRBS, respectively), correlation values were less than what we achieved in the yeast experiment, which is not surprising considering the extent of the human genome and the complexity of human sequence homology data. Also, while in the yeast experiment BP yielded better results for the baseline measures, we observed that for human data it was the MF that was superior. For deepSimDEF, in both human and yeast, MF outperformed the other two sub-ontologies, yet fell short when they were combined. That is explainable as homologs are more likely to have similar functions (e.g. catalyze similar reactions) than participate in the same biological process. Also for both yeast and human sequence homology data, for Spearman’s correlation, FS measures correlated with LRBS better than RRBS.
Table 6.

Spearman correlation of FS measures versus human sequence homology

LRBS
RRBS
ALLBPCCMFALLBPCCMF
ResnikMAX0.49410.47680.25310.58340.45300.46050.29620.5222
BMA0.50950.46060.32880.52620.51960.45250.42120.5332
LinMAX0.30870.51490.35000.32310.28200.50650.33740.2789
BMA0.50520.50810.39700.37770.52780.50350.46180.4194
Jiang and ConrathMAX0.29330.49810.28840.37340.21530.48650.25310.2730
BMA0.48470.54180.39950.37140.52800.54920.45060.3894
GraSMMAX0.28410.37870.29090.50710.21480.27130.26170.4876
BMA0.48840.36360.39070.54490.53110.39920.45170.5403
AICMAX0.29310.36500.27970.49520.21460.26550.24490.4941
BMA0.48750.37370.40890.55140.52470.39230.44830.5563
clusteredGOMAX0.29440.38300.27880.49270.21010.27350.25890.4840
BMA0.49180.37310.39600.53300.52710.38010.45750.5561
simGIC0.23560.32960.23070.44720.15300.22790.20130.4281
simDEFMAX0.35050.43830.35780.55280.28500.33740.31290.5412
BMA0.55410.43350.43200.60110.58230.44460.49560.5944
AicInferSentGOMAX0.35740.43870.34280.55150.27230.32880.31380.5430
BMA0.54400.42500.43830.60110.58970.45220.49560.5927
deepSimDEF (random emb.)0.64370.52410.42320.62680.64250.52220.49860.6346
deepSimDEF (LSA emb.)0.67230.53000.44800.66230.65140.53060.51260.6432
Spearman correlation of FS measures versus human sequence homology

2.5 Correlation with gene expression

Highly correlated gene expression levels are often seen when genes are functionally related and participate in the same biological processes. Previous studies evaluated the performance of their FS measures by calculating the correlation between their estimations and gene-expression data (Bible ). Wu achieved poor correlations between their GO-based FS measure and gene expression from microarray data of yeast and human. They argued that the inconsistent results experienced in the previous studies indicate the correlations between GO-based FS measures and gene co-expression data are sensitive to the source of data and method of evaluation. Similar to Wang , however, we argue that this inconsistency stems from the inherent complexity of the gene expression datasets, and the fact that there exists no direct correlation between GO annotations and co-expression levels that one ideal GO-based FS measure can completely discover. We hypothesize though that deep neural networks have the potential to accommodate this non-linear complexity and discover the underlying inner dependency to the greatest degree possible. In our evaluation (shown in Fig. 1 for yeast experiment and Fig. 2 for human experiment), the Pearson’s correlation coefficients between the GO-based FS measures and the actual gene co-expression data were studied (see Supplementary material S3 for the exact values including Spearman’s correlation). We considered both MAX and BMA aggregation metrics in our evaluation.
Fig. 1.

Pearson’s correlation results for the prediction of gene–gene co-expressions in yeast data

Fig. 2.

Pearson’s correlation results for the prediction of gene–gene co-expressions in human data

Pearson’s correlation results for the prediction of gene–gene co-expressions in yeast data Pearson’s correlation results for the prediction of gene–gene co-expressions in human data We observed significantly higher correlation results for the prediction of yeast gene co-expression values relative to human values across all FS measures, which was expected given the differences in organism complexity (unicellular versus multi-cellular eukaryotes). This could also be explained by the smaller number of yeast genes leading to less complexity of co-expression patterns to discover and learn from in the training phase. For the yeast experiment, initialized deepSimDEF was the best-performing FS measure. Single-channel deepSimDEF networks improved Pearson’s correlation with the co-expression data by >11% (average over all three GO sub-ontologies’) compared to the second-best results achieved by simDEF and AicInferSentGO (0.7238 versus 0.6146/0.6128). Regarding GO sub-ontologies, for almost all FS measures, BP showed better prediction power compared to CC and MF; for deepSimDEF this improvement over CC was much smaller. In the multi-channel deepSimDEF, we also observed a negligible increase in the Pearson correlation result over the single-channel model results in BP and CC; however, compared to MF this improvement was >3%. The multi-channel deepSimDEF outperformed simDEF, the second-best-performing measure, by ∼9% (0.7336 versus 0.6432). The inclusion of IEA also helped deepSimDEF, while for the other FS measures it was not always the case. For the human experiment, initialized deepSimDEF was the best-performing FS measure. deepSimDEF, with the single-channel networks, improved Pearson’s correlation with the co-expression data by >6.5% compared to the second-best results achieved by simDEF (0.2442 versus 0.1774). Regarding GO sub-ontologies, similar to the yeast experiment, for almost all FS measures, BP showed better prediction power compared to CC and MF. In the multi-channel architecture also, we observed a ∼2.5% increase in Pearson correlation over the single-channel result in BP; compared to CC and MF this improvement was ∼9% and ∼11%, respectively. Additionally, the multi-channel deepSimDEF outperformed simDEF, the second-best performing measure, by ∼6% (0.2873 versus 0.2313). In contrast to the yeast experiment, however, the inclusion of IEA annotations did not always improve deepSimDEF’s results. In the baseline measures, AicInferSentGO showed comparable results to simDEF. Similar to the PPI and sequence homology experiments, the initialization of deepSimDEF networks with our embeddings (versus random) increased the correlation results in all experiments (e.g. 0.2873 versus 0.2741 in IEA+ multi-channel deepSimDEF). deepSimDEF also outperformed other measures regarding Spearman correlation in all settings (see Supplementary material S3).

3 Materials and Methods

3.1 Experimental data

GO and GO annotations

In GO, GO terms are structured in three mutually exclusive sub-ontologies of biological process (BP), cellular component (CC) and molecular function (MF). Each GO annotation consists of an association between a gene and a GO term with an evidence code that shows how a given annotation is supported. Out of all the evidence codes, Inferred from Electronic Annotation (IEA) is the least reliable. In this study, the latest GO and the GO annotations of yeast and human genes were downloaded from the Gene Ontology website (http://www.geneontology.org/page/download-ontology (March 2021)). All genes and proteins that do not have GO annotations will be removed from our datasets, meaning that, for example, hypothetical proteins will not be investigated.

MEDLINE abstracts

MEDLINE (https://www.nlm.nih.gov/databases/download/pubmed_medline.html) includes >20 million citations of life sciences and biomedical articles from 1966 to the present. Combined with the GO term definitions, we employed the MEDLINE bigram list (https://www.nlm.nih.gov/databases/download/data_distrib_main.html) to build our pretrained GO-term embeddings. These pretrained GO-term embeddings initialize the first layers of the deepSimDEF networks to facilitate network optimization.

Evaluation and validation datasets

From the STRING database (https://string-db.org/cgi/download.pl), we collected two lists of experimentally supported interactions for yeast and human. For negative interactions, following what is common in the literature, we independently generated random selection of pairs that were absent from the lists of positive PPIs. After removing proteins that had no GO term annotations from all three sub-ontologies (not considering IEAs), each pair of interacting proteins was labeled 1 indicating a positive interaction, or 0 offering no interaction. Our final balanced PPI datasets contained 50 154 interactions for yeast and 65 542 interactions for human proteins. For our sequence homology datasets, we first collected the sequences of yeast and human proteins from the UniProt database in FASTA format (For the yeast: https://www.uniprot.org/proteomes/UP000002311; For human: https://www.uniprot.org/proteomes/UP000005640 (March. 2021)). We used bitscores from the Basic Local Alignment Search Tool (BLAST) algorithm Altschul when performing an all-versus-all comparison of proteins for each organism with an expectation-value threshold of 0.1. Although this threshold is liberal, the corresponding bitscores associated with e-values near this threshold will be very low and have a minimal effect on our analysis. Since a bitscore for query and subject proteins is not symmetrical, we computed log-reciprocal BLAST score (LRBS) Eq. (1) and relative reciprocal BLAST score (RRBS) Eq. (2) to express the general sequence similarity of yeast protein pairs. After computation of LRBS and RRBS, for the yeast organism, we had a dataset of 26 757 protein pairs along with their LRBS and RRBS sequence similarity scores. This number for human protein pairs was 381 379. All proteins in these final datasets had GO annotations from the BP, CC and MF sub-ontologies (non-IEA and non-ND annotations). . From the microarray gene expression data from Eisen , our gene expression dataset was built by integrating their data constructed for 2465 yeast genes under 79 biological conditions (four experiments on cell cycle, sporulation, temperature shock and diauxic shift processes). We first computed the absolute Pearson correlation of all possible gene–gene pairs based on the expression values regardless of their sign as we focused on the strength of co-expression, and then applied Fisher’s z transformation to these results to convert them into normally distributed variables suitable for parametric statistical testing. After removing those genes that had no GO annotations, all the genes in the result set had their own GO annotations from all three sub-ontologies (without considering IEAs and NDs). Due to sub-sampling from this large set, since the final dataset could be easily over-represented with co-expressed gene pairs that have small correlations, we considered a binning strategy with which the absolute Pearson correlations of pairs could fall into one of five non-overlapping bins of size 0.2 between 0 and 1. In our random sub-sampling process, we allowed only an equal number of gene pairs within the bins. The final dataset contained 37 405 gene–gene pairs along with the transformed Pearson’s correlation of their expressions. In order to demonstrate the utility of the approach in human genomics, we used data coming from the Genotype-Tissue Expression (GTEx) portal (https://gtexportal.org/), which is a comprehensive public resource to study tissue-specific human gene expression and regulation Ardlie . Although their samples are collected from 54 non-diseased tissue sites across nearly 1000 individuals, as a proof of concept we limited our experiment to whole blood tissue gene expression available for 754 individuals. A total of 2361 genes had complete GO annotations and were retained for further analysis. The absolute Pearson correlation value was calculated between their pairs to infer the strength of the relationship; this was followed by Fisher’s z transformation. Similar to yeast data, due to the large size of the calculated correlation set, by executing our binning strategy, a subset of this computed set was employed for our experiments and for the evaluation of gene FS measures. This process resulted in a co-expression dataset of 62 470 gene-gene pairs.

3.2 Pretraining of GO-term embeddings

Initialization of a neural network with pretrained embeddings has proven to be effective in a variety of applications (Xu ). Our GO term pretraining approach consists of six steps depicted in Figure 3. In essence, the second-order computation of vector representation of GO terms based on their text definitions and co-occurrence vector of their content words in MEDLINE abstracts prevents the issue of the sparsity of word features in the first-order vector representation of the definitions (Pesaranghader ); Pointwise Mutual Information statistically defines the degree of association between each GO term and its second-order word features, and Latent Semantic Analysis condenses the final high-dimensional vectors to a size tractable by deep neural networks. Theses pretraining steps are thoroughly detailed in Supplementary material S1.
Fig. 3.

Definition-based embedding model of the Gene Ontology terms

Definition-based embedding model of the Gene Ontology terms

3.3 deepSimDEF network definition

deepSimDEF offers single-channel and multi-channel network architectures that learn and represent the shared information of two proteins based on their GO annotations, and then measure FS of genes for an application of interest. While a single-channel network only considers annotations of one sub-ontology, as depicted in Figure 4 for the BP sub-ontology, the multi-channel architecture, with more layers shown in Figure 5, takes into account all the three GO sub-ontologies together. The 8 layers fundamental to both deepSimDEF architectures are described as follows.
Fig. 4.

Paired single-channel deepSimDEF network architecture for BP

Fig. 5.

Paired multi-channel deepSimDEF network architecture

Paired single-channel deepSimDEF network architecture for BP Paired multi-channel deepSimDEF network architecture The GO term annotations of two proteins are fed to the model as indexes taken from three fixed sets of GOBP, GOCC or/and GOMF. These sets contain the indexed GO terms of a particular database from the sub-ontologies of BP, CC and MF. Each set is also associated with a 100-row look-up table. These tables, ideally initialized with our pretrained GO-term embeddings, are parameters of the model. First, for every protein, its GO term indexes transform into vectors by looking up their GO-term embeddings. Then, within the embedding layer, for each sub-ontology, the two input proteins are represented as two lists of fixed length t0, each list containing the 100-dimensional GO embeddings of those two genes’ annotations looked up already (Eq. (3)). In the architectures, for consistency across GO annotations of all genes, whenever the annotation sets of a gene had the length of less than t0, we padded the annotation list with a generic vector of a large negative value (padding was repeated whenever needed); subsequent Max-pooling Layer later suppressed the effect of this generic vector, and the final estimations were calculated only based on the actual annotations. For yeast database, when IEA–, inferred from the largest number of annotation for a gene, the fixed annotation length for BP, CC and MF were 50, 22 and 24, respectively. where denotes the GO-term embedding of the ith BP GO annotation of a gene. An embedding layer is denoted by ebm(100, t in the figures. Generally, a max-pooling layer aggregates the input vectors by taking the maximum over a set of intervals. Here, for the output of an embedding layer, the max operation is applied over all column features, which is denoted by maxpool(t. We also considered flattening of the resulting pooled column-vector into a row feature-vector representation as an integrated part of the max-pooling layer prior to passing the results of the layer to a higher fully connected layer. After max-pooling, proteins with different lengths of GO annotations are represented with 100-dimensional global feature vectors each for one sub-ontology. For a single-channel architecture, we have only one merge layer at the gene-product similarity level due to the paired nature of the input data. That means prior to the extraction and representation of the shared information between two gene products, their individual feature vectors need to be merged through concatenation. For the multi-channel architecture, however, besides having a merge layer at the gene-product level, we have an earlier merge layer at the GO term annotations level. For a given gene product of an input gene pair, this extra merge layer is used to concatenate the three 100-dimensional feature vectors of the BP, CC and MF annotations from the max-pooling layer. In the multi-channel architecture, at the GO term annotation level, is the result of the merge layer. At the gene-product level, and are the results of the merge layers for the paired single-channel and paired multi-channel architectures, respectively. Merge layers are denoted by merge(‘concat’). The fully connected layer takes a d0-dimensional input vector to learn higher level feature representations of the underneath layers (In the equations, denotes matrix multiplication.) with: where , nhid is the size of the fully connected hidden layer, is the bias vector, and ReLU is the rectified linear activation function (Nair and Hinton, 2010). The output of the first fully connected layer can be seen as the embeddings of the input gene products. Depending on whether the single-channel or multi-channel network is employed, this embedding size can be 100-dimensional or 300-dimensional. The fully connected hidden layers are denoted by dense(n. At the similarity level, the fully connected layer improves representation of the shared information between two genes. In the previous measures including simDEF, for FS estimation of two input gene products, human-engineered aggregation metrics were used—while the SS scores of their pair-wise GO annotations made the inputs of these metrics. However, there is no consensus in the literature on what metric is the best choice for the aggregation of the shared information, as from one biological experiment to another the results vary, and even sometimes, the conclusions contradict each other (Guzzi ). In the deepSimDEF model, the highway layer (Srivastava ) is devised to let the model itself properly learn an adaptive representation of the provided information of the two input genes encoded in the lower layer for the comparison of those genes’ biological traits including their molecular functions (see also Supplementary material S1). This representation uses a gating mechanism that controls the flow of information from the two gene products into an aggregated high-level representation. This adaptive representation of the shared information strengthens an affine transformation—similar to what is presented in Eq. (4)—with a non-linear transform function . We refer to the vector as the transform gate since it expresses how the output is produced through transforming or carrying the input. If we consider the size of the concatenated feature vectors of two input genes to be d1-dimensional, can be formulated as: where is the weight matrix, nhid is the size of the fully connected hidden layer and here is equal to d1 since we do not want to expand or shrink the representation result at this stage, is the bias vector, and σ is a sigmoid function employed in the original paper as the transform function (Srivastava ). If we want to represent two extreme cases which apply either transform state or block (or carry) state on the input data, Eq. (6) formulates that for us: Therefore, depending on the output of the transform gates, a highway layer should smoothly vary its behavior between that of a plain layer with a non-linear activation of interest (if =1; in deepSimDEF we achieved better results with sigmoid function) and that of a layer which simply passes its inputs through (if =0). Equation (7) formulates this favorable behavior (In the equation, implies element-wise multiplication.): The transform gate—which is the principal component in the deepSimDEF network(s) for a high-level representation of the shared information of two input genes, and all the weights in the highway layer, will be learned during the training phase. The highway layer is denoted by highway(‘sigmoid’). Whether an experiment conducted in a study is a classification problem or a regression problem, the output of the last dense layer is fully connected to either a sigmoid classification layer (e.g. for our PPI experiment) or a linear regression layer (for the gene expression and sequence homology experiments). After the lower layer processing, a fixed dimensional feature vector or is the input to the classification/regression layer, with a sigmoid or linear activation, whose output is the FS estimation of the genes. For a classification task we have: where outputs probability distribution over labels, , nout is the size of the classification layer (for the PPI prediction it is equal to two types), is the bias vector, and d2 is either 100-dimensional (for single-channel) or 300-dimensional (for multi-channel architecture). The classification layer is denoted by dense(1, ‘sigmoid’). For a regression task: where outputs a scalar value, , d2 is either 100- or 300-dimensional depending on the architecture, and is the bias vector. The regression layer is denoted by dense(1, ‘linear’). Since a deepSimDEF network needs to be symmetric to produce the same result for the two input pairs of [g1, g2] and [g2, g1], all equivalent layers of the paired networks, including embedding layers, must share the same weights [similar to Siamese network (Siamese network is an artificial neural network that uses the same weights while working in tandem on two different input vectors to compute comparable output vectors.)]. Meaning, for each sub-ontology, we only have one look-up table (initialized randomly or with the pretrained GO-term embeddings). In the training phase and during back-propagation, this table(s) will be updated simultaneously for every gene product in a training gene product pair. We also used dropout (Srivastava ) of 0.3 on the fully connected and highway layers to allow a more accurate generalization. The parameters of the networks are optimized to maximize the correlation between the estimated FS of gene products predicted by the models and the target scores in the training datasets. This selection was done in a 10-fold cross-validation manner where validation splits chose the best parameters using an early stopping strategy (Prechelt, 1998). Additionally, since the weight matrices of the highway layer for the concatenated feature-vectors of the paired networks are not symmetric and do not update symmetrically, we not only trained the networks on ([g1, g2], score) instances, we also trained them on ([g2, g1], score) instances. See Supplementary material S4 for further details and the exact hyper-parameters of the networks.

4 Discussion

In comparison to baseline FS measures, validation of deepSimDEF on yeast and human reference datasets yielded increases in PPI predictability by >4.5% and ∼5%, respectively; a correlation improvement of ∼9% and ∼6% with yeast and human gene co-expression values; and improved correlation with sequence homology by up to 6% for both organisms. Unsurprisingly, we observed significantly better results for the predictions in yeast than in human, especially for the co-expression analysis. This is likely due to the fact that our human data came from whole blood samples (the largest dataset available in GTEx), which is a mix of several cell types regulated in different ways, inevitably creating noise in co-expression networks, whereas the information available from yeast co-expression networks is likely more complete given its unicellular nature. One important aspect regarding the hyper-parameter setting of the deepSimDEF networks was that for all the experiments, one set of hyper-parameters always helped to get the optimal results for the networks (multi- or single-channel). For example, if we changed the embedding size in one experiment and observed a decline or an improvement in the results, for other experiments, we observed the same trend in the results applying the same changes to their networks. This allowed us to maintain a consistent structure across all experiments, which will be very beneficial as deepSimDEF can be extended to less well-characterized datasets than the yeast and human examples we show here. Regarding computational complexity of the deepSimDEF model, since the networks are trained in advance, prediction of FS for batches of new proteins will be very fast at inference time while this is not true for the pair-wise FS measures. deepSimDEF networks were trained and tested on NVIDIA Quadro RTX 6000 GPUs. Depending on the experiment and deepSimDEF network architecture the training time varied from a few hours to almost a day. Future work with deepSimDEF can involve extension to other problems where FS and SS measures have been applied, including microRNA function analysis (Peng ), co-expression network construction (Wang ), drug discovery (Sridhar ) and cancer treatment studies (Schaefer and Serrano, 2016). deepSimDEF needs to be tested on species other than yeast and human as well, and, in humans, on different tissues. Indeed, co-expression and PPI patterns will vary according to tissue type, and future work should focus on integrating multiple tissues to derive tissue-specific predictions. Finally, we emphasize that our result derived from IEA should be taken with a grain of salt as such annotations are typically assigned on the basis of homology or domain content, meaning that if two proteins are similar in the sequence they are likely to obtain similar inferred GO annotations. There may thus be an influence of data circularity in the behavior of the results derived from IEA (Pesquita ), and it is possible that we are partly measuring the sensitivity of the electronically inferred GO annotations. However, by excluding IEA annotations in our experiments, we could not identify any significant change in the prediction power of deepSimDEF networks. On the other hand, IEA annotations can produce erroneous results when key functional residues are mutated, when genes are duplicated to acquire additional functions, or when the alignment does not span the whole length of the proteins possibly indicating changes in domain architecture. As a result, the computational assignment of GO terms demands more advanced techniques which go beyond homologous sequences. Such techniques are the topic of many recent studies (Littmann ; Seyyedsalehi ). While we considered IEA+ and IEA− in our experiments (as commonly done in the previous studies), sensitivity to other evidence codes employed in the GO annotations pipeline can be the subject of further studies. Last but not least, in the context of transfer learning, more studies are needed to be done to discover how the learned information from a biological task for an organism can be transferred to another organism.

5 Conclusions

Many important applications in computational molecular biology such as gene clustering, protein function prediction, protein interaction evaluation, and disease gene prioritization require functional similarity of genes. deepSimDEF offers a novel deep neural network-based tool for functional similarity prediction of genes and gene products. It results in valuable low-dimensional embeddings of GO terms and gene products and provides powerful, flexible, easily transferable deep neural architectures applicable to a wide range of problems in genomics and proteomics. When evaluated on the yeast and human databases, deepSimDEF single-channel and multi-channel networks outperformed the well-known functional similarity measures in the tasks of PPI prediction, correlation with gene expression as well as correlation with sequence homology data by gaining large margins of improvement. Also, in contrast to previous measures which are computationally expensive, once a deepSimDEF network is trained, its functional similarity prediction of batches of genes is reasonably fast which could be substantially helpful for real-life applications.

Funding

This work was supported by the Institute for Data Valorization (IVADO)/Genome Quebec grant [PRF-2017-023 to J.H.]; by NSERC CREATE Grant and the grant from Poland’s National Scientific Center available to S.M.; and by NSERC Discovery Grants available to S.M. J.H is a Fonds de la Recherche du Québec en Santé (FRQS) Junior 1 Scholar. M.S. as well. S.M. and R.G.B. were supported by the Canada Research Chairs program. Conflict of Interest: none declared. Click here for additional data file.
  39 in total

1.  Semantic similarity analysis of protein data: assessment with biological features and issues.

Authors:  Pietro H Guzzi; Marco Mina; Concettina Guerra; Mario Cannataro
Journal:  Brief Bioinform       Date:  2011-12-02       Impact factor: 11.622

2.  Measure the Semantic Similarity of GO Terms Using Aggregate Information Content.

Authors:  Xuebo Song; Lin Li; Pradip K Srimani; Philip S Yu; James Z Wang
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2014 May-Jun       Impact factor: 3.710

3.  A fast learning algorithm for deep belief nets.

Authors:  Geoffrey E Hinton; Simon Osindero; Yee-Whye Teh
Journal:  Neural Comput       Date:  2006-07       Impact factor: 2.026

4.  The lncLocator: a subcellular localization predictor for long non-coding RNAs based on a stacked ensemble classifier.

Authors:  Zhen Cao; Xiaoyong Pan; Yang Yang; Yan Huang; Hong-Bin Shen
Journal:  Bioinformatics       Date:  2018-07-01       Impact factor: 6.937

5.  MiRGOFS: a GO-based functional similarity measurement for miRNAs, with applications to the prediction of miRNA subcellular localization and miRNA-disease association.

Authors:  Yang Yang; Xiaofeng Fu; Wenhao Qu; Yiqun Xiao; Hong-Bin Shen
Journal:  Bioinformatics       Date:  2018-10-15       Impact factor: 6.937

6.  Prediction of protein structural class for low-similarity sequences using Chou's pseudo amino acid composition and wavelet denoising.

Authors:  Bin Yu; Lifeng Lou; Shan Li; Yusen Zhang; Wenying Qiu; Xue Wu; Minghui Wang; Baoguang Tian
Journal:  J Mol Graph Model       Date:  2017-07-14       Impact factor: 2.518

7.  Improving the measurement of semantic similarity between gene ontology terms and gene products: insights from an edge- and IC-based hybrid method.

Authors:  Xiaomei Wu; Erli Pang; Kui Lin; Zhen-Ming Pei
Journal:  PLoS One       Date:  2013-05-31       Impact factor: 3.240

8.  Proteome Profiling Outperforms Transcriptome Profiling for Coexpression Based Gene Function Prediction.

Authors:  Jing Wang; Zihao Ma; Steven A Carr; Philipp Mertins; Hui Zhang; Zhen Zhang; Daniel W Chan; Matthew J C Ellis; R Reid Townsend; Richard D Smith; Jason E McDermott; Xian Chen; Amanda G Paulovich; Emily S Boja; Mehdi Mesri; Christopher R Kinsinger; Henry Rodriguez; Karin D Rodland; Daniel C Liebler; Bing Zhang
Journal:  Mol Cell Proteomics       Date:  2016-11-11       Impact factor: 5.911

9.  The effects of shared information on semantic calculations in the gene ontology.

Authors:  Paul W Bible; Hong-Wei Sun; Maria I Morasso; Rasiah Loganantharaj; Lai Wei
Journal:  Comput Struct Biotechnol J       Date:  2017-01-30       Impact factor: 7.271

10.  Embeddings from deep learning transfer GO annotations beyond homology.

Authors:  Maria Littmann; Michael Heinzinger; Christian Dallago; Tobias Olenyi; Burkhard Rost
Journal:  Sci Rep       Date:  2021-01-13       Impact factor: 4.379

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.