This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
Protein is the material foundation of all living things [1]. Protein–protein interaction (PPI) plays an extremely significant role in the growth, reproduction, and metabolism of any life, even in a single cell [2, 3]. Proteins can be easily clustered in three methods: (I) homology of protein subunits, (II) stability of interactions, and (III) combination mode of subunits [4–6]. By connecting related proteins, PPI initiates the action of various functional or structural proteins in every single cell [4]. Given that proteins influence different biological processes, even in single cells, conducting a study on PPI to further determine protein functions and life activities is a relevant endeavor.
PPI has been thoroughly studied both in experimental and computing scenarios. To study PPI via experiments, coimmunoprecipitation, Western blot, and yeast two-hybrid systems are generally adopted [7, 8]. As for computational methods, several algorithms have been developed to identify PPI, and the two main ones are the topology-free approaches and the graph-based approaches, which are based on distances between proteins and specialized clustering techniques, respectively [9, 10]. Some other computational methods predict PPIs from protein sequences using machine learning. Jansen et al. developed a Bayesian network to integrate multiple genomic features to predict PPIs [11]. Shen et al. trained a support vector machine classifier using conjoint triad features derived from sequences [12]. Pan et al. first used latent Dirichlet allocation model to extract latent topic features from the conjoint triad features, then the learned topic features were fed into a random forest classifier to predict PPIs [13]. Hashemifar et al. trained a deep learning model to predict PPIs using evolutionary information with random projection and data augmentation [14]. In addition, with the development and innovation of computational technologies, the use of updated algorithms has allowed researchers to predict and study PPIs conveniently and accurately alongside the utilization of different databases and methods.
Gene ontology (GO) is a bioinformatic concept that was originally proposed to unify the representation of genes and gene products of many species [15, 16]. The ontology covers three main domains, namely, (I) cellular component, (II) molecular function, and (III) biological process, which can easily cluster all genes and gene products with a directed acyclic graph (DAG) [16]. For convenience, the ontological domains are widely used in computational biology to avoid redundancy of different annotations of a single functional or structural gene [17, 18]. GO terms, which have been updated given the development of biological science, can summarize the specific role of genes and their products in living cells, and they are regarded as powerful tools in computational biology science [16]. Different kinds of PPIs are also included in the various terms of GO annotations. The specific locations or functions of PPIs in cells have been investigated to easily describe and distinguish the several kinds of GO terms. The GO annotations contain informative signals for PPIs. For example, Patil and Nakamura trained a machine learning classifier to infer PPIs using features derived from sequence similarity, shared GO terms and domains [19]. Ben-Hur et al. used a kernel method to integrate sequences, GO annotations, local network properties and homologous interactions for predicting PPIs [20]. Stefan et al. generated features for proteins from GO DAG; then, the extracted features were fed into a random forest classifier to predict PPIs [21]. However, these studies only adopted the GO annotations to construct the model for predicting PPIs. They did not analyze which GO annotations were highly related to the determination of PPIs. In addition, genes can be clustered into several biological pathways. Some essential pathways may be highly related to PPIs.
In this study, we investigated an extended version of PPI (protein–protein function associations) by using GO terms and KEGG pathways. Considering the fact that few PPI studies with computational methods investigated which GO terms were highly related to the determination of PPIs, the purpose of this study was to identify key GO terms or KEGG pathways that can indicate the difference between two proteins with and without functional associations. We first extracted protein–protein functional associations with experiment validations reported in Search Tool for the Retrieval of Interacting Genes/Proteins (STRING) [22, 23], a well-known database on collected associations between proteins, as the positive samples, and then we randomly selected proteins to constitute the negative samples. Considering that the random selection of negative samples may influence the results, 10 sets of negative samples were constructed, thereby constituting 10 datasets, each of which contained the same positive samples. Each protein–protein functional association was encoded into a vector by using the GO terms and KEGG pathways. Then, mutual information was adopted to evaluate the importance of all features in each dataset. From the feature lists, in which features were ranked in the decreasing order of their importance, some important features were identified, and their corresponding GO terms or KEGG pathways were obtainable. Finally, we analyzed some most important GO terms and one KEGG pathway to partly uncover the difference between proteins with and without functional associations.
2. Materials and Methods
2.1. Materials
All human protein–protein functional associations used in this study were retrieved from STRING (http://www.string-db.org/, version 9.1) [22, 23], a well-known public database on several collected associations between proteins from various organisms. These associations have been derived from the following four sources: (I) genomic context, (II) high-throughput experiments, (III) (conserved) coexpression, and (IV) previous knowledge. To obtain the human protein–protein functional associations in this database, we downloaded a file named “protein.links.detailed.v9.1.txt.gz” and then extracted lines starting with “9606” (i.e., the code of human in STRING). A total of 2,425,314 human protein–protein functional associations involving 20,770 proteins were accessed. The purpose of this study is to identify some important GO terms or KEGG pathways that can indicate the difference between two proteins with and without functional associations. Thus, we refined the 20,770 proteins as follows:
To extract the difference between positive associations and any two proteins without functional associations, some negative associations are necessary. Given that negative associations are substantially more than the positive ones, we constructed 211,176 differing pairs of proteins, which were thrice as many as positive associations, and each of them was produced as follows:
2.2. Representation of Protein–Protein Function Associations
GO terms [16] and KEGG pathways [25] are always used to elucidate and describe molecular functions, cellular components, and biological and signal processes of genes. From Gene Ontology Consortium [16], 17,916 GO terms were retrieved. Accordingly, a protein
Moreover, according to KEGG [25], there were 279 pathways, based on which the protein
By integrating the GO term and KEGG pathway information of proteins into
2.3. Feature Evaluation with Mutual Information
As mentioned in Section 2.2, several features were used to represent each protein–protein functional association. However, not all are highly related to sufficiently determine the differences between positive and negative associations, i.e., not all GO terms and KEGG pathways can be used to mark the associations. Here, we adopted the mutual information (MI) of each feature and target (class labels of samples) to evaluate the importance of each feature. The evaluations use the following equation to access the relationship between the two variables of
Given a dataset in which each sample is represented by
To quickly implement the program of MI, we adopted the program of minimum redundancy maximum relevance (mRMR) method [28], which integrates the MI program. This program has been applied in solving several complicated biological problems [26, 29–45].
3. Results
3.1. Results of the Feature Evaluation
As mentioned in Section 2.2, each association in the 10 datasets was represented by 36,390 features. We calculated the MI value of each feature in each of the datasets
3.2. Extracting Important GO Terms and KEGG Pathways
Features with high ranks (large MI values) in the MaxRel feature list are more important than those with low ranks (small MI values). For the MI value, we set 0.01 as the threshold to select important features in each MaxRel feature list, thus producing 10 feature sets denoted as
Table 1
Number of selected features in each MaxRel feature list.
Dataset | Number of selected features |
---|---|
DS 1 | 154 |
DS 2 | 154 |
DS 3 | 153 |
DS 4 | 155 |
DS 5 | 149 |
DS 6 | 150 |
DS 7 | 155 |
DS 8 | 152 |
DS 9 | 153 |
DS 10 | 153 |
A careful checking showed that the important 158 features were derived from 134 GO terms and one KEGG pathway (Supplementary Material S4). To further evaluate their importance, we adopted a calculation technique called rating score measurement for each GO term. In this paper, the rating score is expressed as the sum of MI values of the related features in the 10 MaxRel feature lists. The scores are also provided in Supplementary Material S4. The rating score for the KEGG pathway (hsa03010) was 0.107, while the distribution of rating scores for 134 GO terms is illustrated in Figure 4.
[figure omitted; refer to PDF]3.3. Analysis of the Importance of Selected Features
As mentioned in Section 3.2, we finally selected 158 features that were deemed to be highly related to PPIs. To confirm such conclusion, we did the following test. For each of ten datasets mentioned in Section 2.1, each sample in the dataset was represented by these 158 features. And we also randomly constructed 100 feature sets, each of which consisted of 158 features. Samples in
4. Discussion
As mentioned in Section 3.2, 134 GO terms and one KEGG pathway were regarded important in determining the difference between positive and negative associations. This section gave a detailed analysis on them.
4.1. Analysis of Key GO Terms
Analyzing above-mentioned 134 GO terms one by one is difficult. Here, we selected the most important 21 GO terms with rating scores larger than 0.5 for detailed analysis, which are listed in Table 2. 21 GO terms can be clustered into three groups: cellular component, molecular function, and biological process [15]. The distribution of the aforementioned 21 GO terms on these three groups is shown in Figure 6. Eleven GO terms are clustered into cellular component, three terms into molecular function, and seven terms into biological process. All these GO terms can be proven or inferred as associated with PPIs in published literature, as to be discussed below.
Table 2
Information of most important 21 GO terms.
GO term ID | GO term | Rating score | Group |
---|---|---|---|
GO:0044260 | cellular macromolecule metabolic process | 0.688 | Biological process |
GO:0043170 | macromolecule metabolic process | 0.640 | Biological process |
GO:0044428 | nuclear part | 0.618 | Cellular component |
GO:1901363 | heterocyclic compound binding | 0.600 | Molecular function |
GO:0032991 | protein-containing complex | 0.593 | Cellular component |
GO:0097159 | organic cyclic compound binding | 0.591 | Molecular function |
GO:0031981 | nuclear lumen | 0.590 | Cellular component |
GO:0044238 | primary metabolic process | 0.589 | Biological process |
GO:0003676 | nucleic acid binding | 0.583 | Molecular function |
GO:0090304 | nucleic acid metabolic process | 0.569 | Biological process |
GO:0071704 | organic substance metabolic process | 0.556 | Biological process |
GO:0044237 | cellular metabolic process | 0.552 | Biological process |
GO:0005634 | nucleus | 0.549 | Cellular component |
GO:0044446 | intracellular organelle part | 0.547 | Cellular component |
GO:0044424 | intracellular part | 0.537 | Cellular component |
GO:0044422 | organelle part | 0.536 | Cellular component |
GO:0070013 | intracellular organelle lumen | 0.529 | Cellular component |
GO:0005622 | intracellular | 0.523 | Cellular component |
GO:0043233 | organelle lumen | 0.521 | Cellular component |
GO:0031974 | membrane-enclosed lumen | 0.514 | Cellular component |
GO:0006139 | nucleobase-containing compound metabolic process | 0.506 | Biological process |
Cellular Component GO Terms. As described above, eleven of the 21 GO terms clustered as cellular components refer to the part of a single cell and its specific extracellular environment, taking account for more than 52% of selected GO terms [16]. Comparing with molecular function and biological process as other two GO categories, which mostly reflect the indirect and functional relationships between different proteins, cellular component reflects the direct interactive relationships. Thus, the enrichment of functional clustered GO terms in such GO category indicated that subcellular localization and regional protein distribution may contribute more to the distinction of positive and negative associations. Direct PPIs which take the majority of all PPIs relied on the direct molecular interactions between proteins. The participants of most positive associations must share similar physical subcellular localizations, while those of the negative ones do not have to. Therefore, comparing to molecular function and biological process, it is quite reasonable for the cellular component category of GO terms to take the majority of all the enriched biological processes contributing to the recognition of positive PPIs.
The cellular component GO term with the highest rating score was GO: 0044428, describing the nuclear part of the eukaryotic cells, involving in chromosomes housing and replicating. Such processes involve multiple effective PPIs, like Esc2 and Rad51 [54, 55]. Therefore, the functional enrichment of genes involved in such cellular component may be more probable to participate in an actual PPI, contributing to the recognition of positive PPIs. Similarly, GO: 0031981, describing the nuclear lumen region, and GO: 0005634, describing a more general region of the cell, nucleus, may also involve in multiple PPIs. It has been widely reported that the nucleus region involves multiple subgroup of PPIs, regulating the expression and replication of genes [56–58]. Therefore, having nucleus as one of the busiest regions in cells, genes identified in such region may actually tend to be participating in certain PPIs.
Apart from the nucleus region of the cell, according to our results, we also identified that cellular regions associated with functional organelles may also be related to PPIs. GO: 0044422, describing the organelle part of cells, GO: 0070013, describing intracellular organelle lumen, GO:0044446, describing the intracellular organelle part, and GO:0043233, describing organelle lumen, have all been screened out as the potential cellular components that may be associated with positive PPIs [59]. Similar with the nucleus regions, comparing to extracellular matrix and other intracellular regions, the organelles and its related biochemical reactions space involve in more actually interacting PPIs [59–61]. Therefore, PPIs that locate in such region tend out to actually happen, indicating that these GO terms contribute to describing an effective gene cellular component features of genes that actually participate in PPIs.
Apart from such specific GO terms, we also identified some more general ones, like GO: 0032991 (protein-containing complex), GO: 0044424 (intracellular part), GO: 0005622 (intracellular), and GO: 0031974 (membrane-enclosed lumen). They all describe the regions that enrich significant biological processes of the cells. Therefore, actual PPIs tend to enrich in such region, revealing the specific PPI distribution pattern in the eukaryotic cells.
Molecular Function GO Terms. Three molecular function associated GO terms were extracted. The top GO term was GO: 1901363, describing heterocyclic compound binding. According to recent publications, various PPIs can actually be functional enriched in the heterocyclic compound binding, like the interactions between PDK1 and AKT in the eukaryotic cells [62, 63]. Therefore, genes that participate in such molecular function may tend to be more probable to actually contribute to PPIs. Similarly, the other molecular function GO term, named GO: 0097159, which describes organic cyclic compound binding, also involves various PPIs, like interactions among TBK1, PDPK1, and AURKA [64]. As for the last term, GO: 0003676, it describes the nucleic acid binding. As analyzed above, the nucleus region, where nucleic acid binding processes mostly occur, can distinguish the positive and negative PPIs due to its relative high interaction frequency [56–58]. Therefore, it is quite reasonable to speculate that such molecular function GO term may also be related to PPIs.
Biological Process GO Terms. Apart from above-mentioned cellular component and molecular function associated GO terms, we also identified a group of functional enrichment results that can be clustered into the biological processes cluster. All these GO terms describe effective metabolic processes in the cells. GO: 0044260 and GO: 0043170 describe the macromolecule metabolic processes. According to recent publications, such metabolic processes involve various PPIs, like the interactions in mTOR signaling pathways [65]. Apart from that, GO: 0044238, describing the primary metabolic process, has also been confirmed to contribute to PPIs. Considering the normal anabolic and catabolic processes, all involving functional PPIs [66–68], it is quite reasonable for genes participating in such biological processes to also participate in effective PPIs. The following three GO terms, GO: 0090304 (nucleic acid metabolic process), GO: 0006139 (nucleobase-containing compound metabolic process), and GO: 0071704 (organic substance metabolic process), may also contribute to PPIs, considering that the nucleus region has been discussed to be quite significant for PPIs [56–58] and proteins turn out to be one of the major subgroups of organic substance in eukaryotic cells; these three GO terms may also actually contribute to the identification of PPIs. As for the remaining GO term, GO: 0044237, it describes a general concept of all the cellular metabolic processes. Considering the analyses listed above, metabolic processes in the cells enrich various actual PPIs and are reasonable to be predicted and screened out as a potential identifier for positive PPIs.
On the basis of the analyses, all 21 GO terms are involved in different aspects of PPI, and they can be used to mark proteins with functional associations. For the remaining GO terms shown in Supplementary Material S4, it is anticipated that they also have associations with PPIs.
4.2. Analysis of Other GO Terms and KEGG Pathways
As for other GO terms extracted in this study, although not so relevant with PPIs as such GO terms described in Section 4.1, some of them have also been reported to be functionally related to certain PPIs. For instance, GO: 0006807, describing nitrogen compound metabolism, has been widely reported to be functionally related to compound-protein interactions but not protein–protein interactions [69, 70]. However, when extensively studying biological processes of such GO term, we found out that various specific PPIs are just like the interactions between the protein products of TIMP1 and MMP2 [71]. Therefore, in this study, some identified GO terms have not been directly reported to contribute to the PPIs. However, by digging deep into the actual biological processes, molecular functions and cellular components of them, we actually found that various novel identified PPIs are associated with these GO terms.
Furthermore, one KEGG pathway hsa03010 was obtained in our study. It describes the ribosome associated pathway. Considering that genes/proteins that participate in such pathway may interact with each other, forming the complex of ribosome, such KEGG pathway, may also contribute to the distinction of positive and negative PPIs.
5. Conclusions
This study investigated protein–protein functional associations based on GO terms and KEGG pathways. By using mutual information, we identified important GO terms and KEGG pathways that can describe the difference between actual associations and pairs of proteins without associations and help understand the mechanisms of protein interactions. A possible future research direction is to further use these GO terms and KEGG pathways to build a computational method for inferring novel associations between proteins, enriching the biological functional annotation of proteins.
Conflicts of Interest
The authors declare that there are no conflicts of interest regarding the publication of this paper.
[1] H. B. A. Lodish, P. Matsudaira, C. A. Kaiser, M. Krieger, M. P. Scott, L. Zipurksy, J. Darnell, Molecular Cell Biology, 2004.
[2] N. Safari-Alighiarloo, M. Taghizadeh, M. Rezaei-Tavirani, B. Goliaei, A. A. Peyvandi, "Protein-protein interaction networks (PPI) and complex diseases," Gastroenterology and Hepatology from Bed to Bench, vol. 7 no. 1, pp. 17-31, 2014.
[3] C. Chakraborty, G. Priya Doss. C, L. Chen, H. Zhu, "Evaluating protein-protein interaction (PPI) networks for diseases pathway, target discovery, and drug-design using 'In silico pharmacology'," Current Protein & Peptide Science, vol. 15 no. 6, pp. 561-571, DOI: 10.2174/1389203715666140724090153, 2014.
[4] K. Tepper, J. Biernat, S. Kumar, S. Wegmann, T. Timm, S. Hübschmann, L. Redecke, E. Mandelkow, D. J. Müller, E. Mandelkow, "Oligomer formation of tau protein hyperphosphorylated in cells," The Journal of Biological Chemistry, vol. 289 no. 49, pp. 34389-34407, DOI: 10.1074/jbc.M114.611368, 2014.
[5] S. Shukla, U. S. Allam, A. Ahsan, G. Chen, P. M. Krishnamurthy, K. Marsh, M. Rumschlag, S. Shankar, C. Whitehead, M. Schipper, V. Basrur, D. R. Southworth, A. M. Chinnaiyan, A. Rehemtulla, D. G. Beer, T. S. Lawrence, M. K. Nyati, D. Ray, "KRAS protein stability is regulated through SMURF2: UBCH5 complex-mediated β -TrCP1 degradation," Neoplasia (United States), vol. 16 no. 2, pp. 115-128, 2014.
[6] B. Zakeri, J. O. Fierer, E. Celik, E. C. Chittock, U. Schwarz-Linek, V. T. Moy, M. Howarth, "Peptide tag forming a rapid covalent bond to a protein, through engineering a bacterial adhesin," Proceedings of the National Acadamy of Sciences of the United States of America, vol. 109 no. 12, pp. E690-E697, DOI: 10.1073/pnas.1115485109, 2012.
[7] I. M. Rosenberg, Protein Analysis and Purification: Benchtop Techniques, 2005.
[8] J. Snider, S. Kittanakom, J. Curak, I. Stagljar, "Split-ubiquitin based membrane yeast two-hybrid (MYTH) system: a powerful tool for identifying protein-protein interactions," Journal of Visualized Experiments, vol. no. 36,DOI: 10.3791/1698, 2010.
[9] S. Bruckner, F. Hüffner, R. M. Karp, R. Shamir, R. Sharan, "Topology-free querying of protein interaction networks," Journal of Computational Biology, vol. 17 no. 3, pp. 237-252, DOI: 10.1089/cmb.2009.0170, 2010.
[10] B. Neyshabur, A. Khadem, S. Hashemifar, S. S. Arab, "NETAL: a new graph-based method for global alignment of protein-protein interaction networks," Bioinformatics, vol. 29 no. 13, pp. 1654-1662, DOI: 10.1093/bioinformatics/btt202, 2013.
[11] R. Jansen, H. Yu, D. Greenbaum, Y. Kluger, N. J. Krogan, S. Chung, A. Emili, M. Snyder, J. F. Greenblatt, M. Gerstein, "A Bayesian networks approach for predicting protein-protein interactions from genomic data," Science, vol. 302 no. 5644, pp. 449-453, DOI: 10.1126/science.1087361, 2003.
[12] J. Shen, J. Zhang, X. Luo, "Predicting protein-protein interactions based only on sequences information," Proceedings of the National Acadamy of Sciences of the United States of America, vol. 104 no. 11, pp. 4337-4341, 2007.
[13] X.-Y. Pan, Y.-N. Zhang, H.-B. Shen, "Large-scale prediction of human protein-protein interactions from amino acid sequence based on latent topic features," Journal of Proteome Research, vol. 9 no. 10, pp. 4992-5001, DOI: 10.1021/pr100618t, 2010.
[14] S. Hashemifar, B. Neyshabur, A. A. Khan, J. Xu, "Predicting protein–protein interactions through sequence-based deep learning," Bioinformatics, vol. 34 no. 17, pp. i802-i810, DOI: 10.1093/bioinformatics/bty573, 2018.
[15] R. P. Huntley, T. Sawford, P. Mutowo-Meullenet, A. Shypitsyna, C. Bonilla, M. J. Martin, C. O'Donovan, "The GOA database: gene ontology annotation updates for 2015," Nucleic Acids Research, vol. 43 no. D1, pp. D1057-D1063, DOI: 10.1093/nar/gku1113, 2015.
[16] The Gene Ontology Consortium, "Gene ontology consortium: going forward," Nucleic Acids Research, vol. 43 no. D1, pp. D1049-D1056, DOI: 10.1093/nar/gku1179, 2015.
[17] J. Gillis, P. Pavlidis, "Assessing identity, redundancy and confounds in gene ontology annotations over time," Bioinformatics, vol. 29 no. 4, pp. 476-482, DOI: 10.1093/bioinformatics/bts727, 2013.
[18] S. G. Jantzen, B. J. Sutherland, D. R. Minkley, B. F. Koop, "GO trimming: systematically reducing redundancy in large gene ontology datasets," BMC Research Notes, vol. 4, 2011.
[19] A. Patil, H. Nakamura, "Filtering high-throughput protein-protein interaction data using a combination of genomic features," BMC Bioinformatics, vol. 6,DOI: 10.1186/1471-2105-6-100, 2005.
[20] A. Ben-Hur, W. S. Noble, "Kernel methods for predicting protein-protein interactions," Bioinformatics, vol. 21, pp. i38-i46, DOI: 10.1093/bioinformatics/bti1016, 2005.
[21] S. R. Maetschke, M. Simonsen, M. J. Davis, M. A. Ragan, "Gene ontology-driven inference of protein-protein interactions using inducers," Bioinformatics, vol. 28 no. 1, pp. 69-75, DOI: 10.1093/bioinformatics/btr610, 2012.
[22] C. Von Mering, L. J. Jensen, B. Snel, S. D. Hooper, M. Krupp, M. Foglierini, N. Jouffre, M. A. Huynen, P. Bork, "STRING: known and predicted protein-protein associations, integrated and transferred across organisms," Nucleic Acids Research, vol. 33, pp. D433-D437, DOI: 10.1093/nar/gki005, 2005.
[23] A. Franceschini, D. Szklarczyk, S. Frankild, M. Kuhn, M. Simonovic, A. Roth, J. Lin, P. Minguez, P. Bork, C. Von Mering, L. J. Jensen, "STRING v9.1: protein-protein interaction networks, with increased coverage and integration," Nucleic Acids Research, vol. 41 no. 1, pp. D808-D815, DOI: 10.1093/nar/gks1094, 2013.
[24] L. Fu, B. Niu, Z. Zhu, S. Wu, W. Li, "CD-HIT: accelerated for clustering the next-generation sequencing data," Bioinformatics, vol. 28 no. 23, pp. 3150-3152, DOI: 10.1093/bioinformatics/bts565, 2012.
[25] M. Kanehisa, S. Goto, "KEGG: kyoto encyclopedia of genes and genomes," Nucleic Acids Research, vol. 28 no. 1, pp. 27-30, DOI: 10.1093/nar/28.1.27, 2000.
[26] L. Liu, L. Chen, Y.-H. Zhang, L. Wei, S. Cheng, X. Kong, M. Zheng, T. Huang, Y.-D. Cai, "Analysis and prediction of drug-drug interaction by minimum redundancy maximum relevance and incremental feature selection," Journal of Biomolecular Structure and Dynamics, vol. 35 no. 2, pp. 312-329, DOI: 10.1080/07391102.2016.1138142, 2017.
[27] L. Chen, B.-Q. Li, M.-Y. Zheng, J. Zhang, K.-Y. Feng, Y.-D. Cai, "Prediction of effective drug combinations by chemical interaction, protein interaction and target enrichment of KEGG pathways," BioMed Research International, vol. 2013,DOI: 10.1155/2013/723780, 2013.
[28] H. Peng, F. Long, C. Ding, "Feature selection based on mutual information: criteria of max-dependency, max-relevance, and min-redundancy," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 27 no. 8, pp. 1226-1238, DOI: 10.1109/TPAMI.2005.159, 2005.
[29] L. Chen, Y.-H. Zhang, G. Lu, T. Huang, Y.-D. Cai, "Analysis of cancer-related lncRNAs using gene ontology and KEGG pathways," Artificial Intelligence in Medicine, vol. 76, pp. 27-36, DOI: 10.1016/j.artmed.2017.02.001, 2017.
[30] B. Q. Li, L.-L. Zheng, K.-Y. Feng, L.-L. Hu, G.-H. Huang, L. Chen, "Prediction of linear B-ceel epitopes with mRMR feature selection and analysis," Current Bioinformatics, vol. 11 no. 1, pp. 22-31, DOI: 10.2174/1574893611666151119215131, 2016.
[31] L. Chen, X. Pan, X. Hu, Y.-H. Zhang, S. Wang, T. Huang, Y.-D. Cai, "Gene expression differences among different MSI statuses in colorectal cancer," International Journal of Cancer, vol. 143 no. 7, pp. 1731-1740, DOI: 10.1002/ijc.31554, 2018.
[32] Y. Zhang, C. Ding, T. Li, "Gene selection algorithm by combining reliefF and mRMR," BMC Genomics, vol. 9,DOI: 10.1186/1471-2164-9-S2-S27, 2008.
[33] Q. Ni, L. Chen, "A feature and algorithm selection method for improving the prediction of protein structural class," Combinatorial chemistry & high throughput screening, vol. 20 no. 7, pp. 612-621, DOI: 10.2174/1386207320666170314103147, 2017.
[34] J. Li, L. Lu, Y.-H. Zhang, M. Liu, L. Chen, T. Huang, Y.-D. Cai, "Identification of synthetic lethality based on a functional network by using machine learning algorithms," Journal of Cellular Biochemistry, vol. 120 no. 1, pp. 405-416, DOI: 10.1002/jcb.27395, 2019.
[35] L. Chen, Y. Zhang, M. Zheng, T. Huang, Y. Cai, "Identification of compound–protein interactions through the analysis of gene ontology, KEGG enrichment for proteins and molecular fragments of compounds," Molecular Genetics and Genomics, vol. 291 no. 6, pp. 2065-2079, DOI: 10.1007/s00438-016-1240-x, 2016.
[36] Y. Zhou, N. Zhang, B.-Q. Li, T. Huang, Y.-D. Cai, X.-Y. Kong, "A method to distinguish between lysine acetylation and lysine ubiquitination with feature selection and analysis," Journal of Biomolecular Structure and Dynamics, vol. 33 no. 11, pp. 2479-2490, DOI: 10.1080/07391102.2014.1001793, 2015.
[37] L. Chen, Y. Zhang, Q. Zou, C. Chu, Z. Ji, "Analysis of the chemical toxicity effects using the enrichment of Gene Ontology terms and KEGG pathways," Biochimica et Biophysica Acta (BBA) - General Subjects, vol. 1860 no. 11, Part B, pp. 2619-2626, DOI: 10.1016/j.bbagen.2016.05.015, 2016.
[38] X. Ma, J. Guo, X. Sun, "Sequence-based prediction of RNA-binding proteins using random forest with minimum redundancy maximum relevance feature selection," BioMed Research International, vol. 2015,DOI: 10.1155/2015/425810, 2015.
[39] F. Li, C. Li, M. Wang, G. I. Webb, Y. Zhang, J. C. Whisstock, J. Song, "GlycoMine: a machine learning-based approach for predicting N-, C- and O-linked glycosylation in the human proteome," Bioinformatics, vol. 31 no. 9, pp. 1411-1419, DOI: 10.1093/bioinformatics/btu852, 2015.
[40] L. Chen, S. Wang, Y. Zhang, J. Li, Z. Xing, J. Yang, T. Huang, Y. Cai, "Identify key sequence features to improve CRISPR sgRNA efficacy," IEEE Access, vol. 5, pp. 26582-26590, DOI: 10.1109/ACCESS.2017.2775703, 2017.
[41] M. Radovic, M. Ghalwash, N. Filipovic, Z. Obradovic, "Minimum redundancy maximum relevance feature selection approach for temporal gene expression data," BMC Bioinformatics, vol. 18 no. 1, 2017.
[42] S. Niu, L.-L. Hu, L.-L. Zheng, "Predicting protein oxidation sites with feature selection and analysis approach," Journal of Biomolecular Structure and Dynamics, vol. 29 no. 6, pp. 650-658, 2012.
[43] L. Chen, S. Wang, Y.-H. Zhang, L. Wei, X. Xu, T. Huang, Y.-D. Cai, "Prediction of nitrated tyrosine residues in protein sequences by extreme learning machine and feature selection methods," Combinatorial Chemistry & High Throughput Screening, vol. 21 no. 6, pp. 393-402, DOI: 10.2174/1386207321666180531091619, 2018.
[44] X. Zhao, L. Chen, J. Lu, "A similarity-based method for prediction of drug side effects with heterogeneous information," Mathematical Biosciences, vol. 306, pp. 136-144, DOI: 10.1016/j.mbs.2018.09.010, 2018.
[45] L. Chen, Y.-H. Zhang, X. Pan, M. Liu, S. Wang, T. Huang, Y.-D. Cai, "Tissue expression difference between mRNAs and lncRNAs," International Journal of Molecular Sciences, vol. 19 no. 11, 2018.
[46] L. Breiman, "Random forests," Machine Learning, vol. 45 no. 1,DOI: 10.1023/A:1010933404324, 2001.
[47] X. Zhao, L. Chen, Z.-H. Guo, T. Liu, "Predicting drug side effects with compact integration of heterogeneous networks," Current Bioinformatics, 2019.
[48] S. Wang, D. Wang, J. Li, T. Huang, Y. Cai, "Identification and analysis of the cleavage site in a signal peptide using SMOTE, dagging, and feature selection methods," Molecular Omics, vol. 14 no. 1, pp. 64-73, DOI: 10.1039/C7MO00030H, 2018.
[49] S. Wang, Y.-H. Zhang, N. Zhang, L. Chen, T. Huang, Y.-D. Cai, "Recognizing and predicting thioether bridges formed by lanthionine and β -methyllanthionine in lantibiotics using a random forest approach with feature selection," Combinatorial chemistry & high throughput screening, vol. 20 no. 7, pp. 582-593, 2017.
[50] Q. Zhang, X. Sun, K. Feng, S. Wang, Y. H. Zhang, S. Wang, L. Lu, Y. D. Cai, "Predicting citrullination sites in protein sequences using mRMR method and random forest algorithm," Comb Chem High Throughput Screen, vol. 20 no. 2, pp. 164-173, 2017.
[51] B. W. Matthews, "Comparison of the predicted and observed secondary structure of T4 phage lysozyme," Biochimica et Biophysica Acta (BBA) - Protein Structure, vol. 405 no. 2, pp. 442-451, DOI: 10.1016/0005-2795(75)90109-9, 1975.
[52] H. Cui, L. Chen, "A binary classifier for the prediction of EC numbers of enzymes," Current Proteomics, vol. 16 no. 5, pp. 381-389, 2019.
[53] L. Chen, C. Chu, Y.-H. Zhang, M. Zheng, L. Zhu, X. Kong, T. Huang, "Identification of drug-drug interactions using chemical interactions," Current Bioinformatics, vol. 12 no. 6, pp. 526-534, 2017.
[54] M. Urulangodi, M. Sebesta, D. Menolfi, B. Szakal, J. Sollier, A. Sisakova, L. Krejci, D. Branzei, "Local regulation of the Srs2 helicase by the SUMO-like domain protein Esc2 promotes recombination at sites of stalled replication," Genes & Development, vol. 29 no. 19, pp. 2067-2080, DOI: 10.1101/gad.265629.115, 2015.
[55] S. Aranda, D. Rutishauser, P. Ernfors, "Identification of a large protein network involved in epigenetic transmission in replicating DNA of embryonic stem cells," Nucleic Acids Research, vol. 42 no. 11, pp. 6972-6986, DOI: 10.1093/nar/gku374, 2014.
[56] M. Santucci, T. Vignudelli, S. Ferrari, M. Mor, L. Scalvini, M. L. Bolognesi, E. Uliassi, M. P. Costi, "The hippo pathway and YAP/TAZ–TEAD protein–protein interaction as targets for regenerative medicine and cancer treatment," Journal of Medicinal Chemistry, vol. 58 no. 12, pp. 4857-4873, DOI: 10.1021/jm501615v, 2015.
[57] Y. Li, M. Collins, J. An, R. Geiser, T. Tegeler, K. Tsantilas, K. Garcia, P. Pirrotte, R. Bowser, "Immunoprecipitation and mass spectrometry defines an extensive RBM45 protein–protein interaction network," Brain Research, vol. 1647, pp. 79-93, DOI: 10.1016/j.brainres.2016.02.047, 2016.
[58] P. D. McCrea, C. J. Gottardi, "Beyond β -catenin: prospects for a larger catenin network in the nucleus," Nature Reviews Molecular Cell Biology, vol. 17 no. 1, pp. 55-64, DOI: 10.1038/nrm.2015.3, 2016.
[59] N. Kory, R. V. Farese, T. C. Walther, "Targeting fat: mechanisms of protein localization to lipid droplets," Trends in Cell Biology, vol. 26 no. 7, pp. 535-546, DOI: 10.1016/j.tcb.2016.02.007, 2016.
[60] T. Simmen, M. Tagaya, "Organelle communication at membrane contact sites (MCS): from curiosity to center stage in cell biology and biomedical research," Advances in Experimental Medicine and Biology, vol. 997,DOI: 10.1007/978-981-10-4567-7_1, 2017.
[61] M. Tagaya, K. Arasaki, "Regulation of mitochondrial dynamics and autophagy by the mitochondria-associated membrane," Advances in Experimental Medicine and Biology, vol. 997, pp. 33-47, 2017.
[62] P. Abeyrathna, Y. Su, "The critical role of Akt in cardiovascular function," Vascular Pharmacology, vol. 74, pp. 38-48, DOI: 10.1016/j.vph.2015.05.008, 2015.
[63] T. J. Rettenmaier, J. D. Sadowsky, N. D. Thomsen, S. C. Chen, A. K. Doak, M. R. Arkin, J. A. Wellsb, "A small-molecule mimic of a peptide docking motif inhibits the protein kinase PDK1," Proceedings of the National Acadamy of Sciences of the United States of America, vol. 111 no. 52, pp. 18590-18595, 2014.
[64] C. Ctortecka, V. Palve, B. M. Kuenzi, B. Fang, N. J. Sumi, V. Izumi, S. Novakova, F. Kinose, L. L. Remsing Rix, E. B. Haura, J. M. Koomen, U. Rix, "Functional proteomics and deep network interrogation reveal a complex mechanism of action of midostaurin in lung cancer cells," Molecular & Cellular Proteomics, vol. 17 no. 12, pp. 2434-2447, DOI: 10.1074/mcp.RA118.000713, 2018.
[65] I. Ben-Sahra, B. D. Manning, "mTORC1 signaling and the metabolic control of cell growth," Current Opinion in Cell Biology, vol. 45, pp. 72-82, DOI: 10.1016/j.ceb.2017.02.012, 2017.
[66] G. L. Dornelles, A. Bueno, J. S. de Oliveira, A. S. da Silva, R. T. França, C. B. da Silva, M. S. Machado, L. d. Petry, F. H. Abdalla, C. L. Lhamas, C. M. de Andrade, "Biochemical and oxidative stress markers in the liver and kidneys of rats submitted to different protocols of anabolic steroids," Molecular and Cellular Biochemistry, vol. 425 no. 1-2, pp. 181-189, DOI: 10.1007/s11010-016-2872-1, 2017.
[67] M. G. V. Heiden, L. C. Cantley, C. B. Thompson, "Understanding the warburg effect: the metabolic requirements of cell proliferation," Science, vol. 324 no. 5930, pp. 1029-1033, DOI: 10.1126/science.1160809, 2009.
[68] J. Kopitz, "Lipid glycosylation: a primer for histochemists and cell biologists," Histochemistry and Cell Biology, vol. 147 no. 2, pp. 175-198, DOI: 10.1007/s00418-016-1518-4, 2017.
[69] J. Xu, M. Zha, Y. Li, Y. Ding, L. Chen, C. Ding, S. Wang, "The interaction between nitrogen availability and auxin, cytokinin, and strigolactone in the control of shoot branching in rice (Oryza sativa L.)," Plant Cell Reports, vol. 34 no. 9, pp. 1647-1662, DOI: 10.1007/s00299-015-1815-8, 2015.
[70] X. E. Feng, Q. J. Wang, J. Gao, S. R. Ban, Q. S. Li, "Synthesis of novel nitrogen-containing heterocycle bromophenols and their interaction with Keap1 protein by molecular docking," Molecules, vol. 22 no. 12, 2017.
[71] P. Chen, D. Xuan, J. Zhang, "Periodontitis aggravates kidney damage in obese mice by MMP2 regulation," Bratislava Medical Journal, vol. 118 no. 12, pp. 740-745, DOI: 10.4149/BLL_2017_140, 2018.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2019 Fei Yuan et al. This is an open access article distributed under the Creative Commons Attribution License (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License. https://creativecommons.org/licenses/by/4.0/
Abstract
Protein–protein interaction (PPI) plays an extremely remarkable role in the growth, reproduction, and metabolism of all lives. A thorough investigation of PPI can uncover the mechanism of how proteins express their functions. In this study, we used gene ontology (GO) terms and biological pathways to study an extended version of PPI (protein–protein functional associations) and subsequently identify some essential GO terms and pathways that can indicate the difference between two proteins with and without functional associations. The protein–protein functional associations validated by experiments were retrieved from STRING, a well-known database on collected associations between proteins from multiple sources, and they were termed as positive samples. The negative samples were constructed by randomly pairing two proteins. Each sample was represented by several features based on GO and KEGG pathway information of two proteins. Then, the mutual information was adopted to evaluate the importance of all features and some important ones could be accessed, from which a number of essential GO terms or KEGG pathways were identified. The final analysis of some important GO terms and one KEGG pathway can partly uncover the difference between proteins with and without functional associations.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details




1 Department of Science & Technology, Binzhou Medical University Hospital, Binzhou 256603, Shandong, China
2 BASF & IDLab, Ghent University, Ghent, Belgium
3 College of Information Engineering, Shanghai Maritime University, Shanghai 201306, China; Shanghai Key Laboratory of PMMP, East China Normal University, Shanghai 200241, China
4 Institute of Health Sciences, Shanghai Institutes for Biological Sciences, Chinese Academy of Sciences, Shanghai 200031, China
5 School of Life Sciences, Shanghai University, Shanghai 200444, China