Literature DB >> 22165991

Ontology integration to identify protein complex in protein interaction networks.

Bo Xu1, Hongfei Lin, Zhihao Yang.   

Abstract

BACKGROUND: Protein complexes can be identified from the protein interaction networks derived from experimental data sets. However, these analyses are challenging because of the presence of unreliable interactions and the complex connectivity of the network. The integration of protein-protein interactions with the data from other sources can be leveraged for improving the effectiveness of protein complexes detection algorithms.
METHODS: We have developed novel semantic similarity method, which use Gene Ontology (GO) annotations to measure the reliability of protein-protein interactions. The protein interaction networks can be converted into a weighted graph representation by assigning the reliability values to each interaction as a weight. Following the approach of that of the previously proposed clustering algorithm IPCA which expands clusters starting from seeded vertices, we present a clustering algorithm OIIP based on the new weighted Protein-Protein interaction networks for identifying protein complexes.
RESULTS: The algorithm OIIP is applied to the protein interaction network of Sacchromyces cerevisiae and identifies many well known complexes. Experimental results show that the algorithm OIIP has higher F-measure and accuracy compared to other competing approaches.

Entities:  

Year:  2011        PMID: 22165991      PMCID: PMC3289085          DOI: 10.1186/1477-5956-9-S1-S7

Source DB:  PubMed          Journal:  Proteome Sci        ISSN: 1477-5956            Impact factor:   2.480


Background

In the post-genomic era, one of the most important issues is to systematically analyze and comprehensively understand the topology of biological networks and biochemical progress in cells. The current knowledge base of protein-protein interactions has been built from the heterogeneous data sources generated by high-throughput techniques [1-4].Protein complexes can help us to understand certain biological progress and to predict the functions of proteins. A wide range of graphtheoretic approaches have been employed for detecting protein complexes from protein interaction networks. However, they have been limited in accuracy due to the presence of unreliable interactions and the complex connectivity patterns of the networks. The experimental data sets are susceptible to false positives, i.e., some fraction of the putative interactions detected must be considered spurious because they cannot be confirmed to occur in vivo[5]. To resolve the inaccuracy resulting from false connections, other functional knowledge can be integrated into the protein interaction networks. For example, many groups [6-8] have investigated the integration of gene expression data from microarray experiments to improve protein complexes identification. However, gene expression data are also susceptible to experimental sources of bias and noise. The correlations of mRNA levels with even cognate protein expression may be modest at best. These factors limit the usefulness of microarray data for assessing the reliability of protein-protein interactions. Gene Ontology (GO) [9] is another useful data source to combine with the protein interaction networks. The GO is currently one of the most comprehensive and well-curated ontology databases in the bioinformatics community. It provides a collection of well-defined biological terms, called GO terms, spanning biological processes, molecular functions and cellular components. The GO has been used to facilitate the analysis of gene expression data [10-12]. In this work, we integrate protein-protein interactions with the information content in the GO annotation database and topology weights to enhance the modularization of interaction networks. An unweighted protein interaction network can be converted into a weighted graph representation by assigning a weight to each interaction [13]. The weight of each interaction is interpreted as its reliability, i.e., the probability of the interaction being a true positive. We propose a novel method to measure the reliability of protein-protein interactions using GO annotation data and topology weights. Following the approach of that of the previously proposed clustering algorithm IPCA[14] which expands clusters starting from seeded vertices, we present a clustering algorithm OIIP based on the new large weighted protein interaction networks.

Methods

Weighted network

Weights quantify the likelihood of the interaction between every pair of proteins, and they can be estimated by encoding the proteins using gene ontology (GO) consortium. “Ontology” is a specification of a conceptualization that refers to the subject of existence. GO is established by the following three criteria: (I) biological process referring to a biological objective to which the gene or gene product contributes; (II) molecular function defined as the biochemical activity of a gene product; (III) cellular component referring to the place in the cell where a gene product is active. It is very common for the same protein or proteins in the same subfamily to form protein complexes, for example, protein Ste2p and Ste3p from a complex that is among activated G protein-coupled receptors in yeast cellular mating.[15] It is also common for proteins in heterofamilies to form protein complexes if they share a conservative motif, for example, protein Ctf19, Mcm21, and Okp1 from a heterocomplex in the budding yeast kinetochore.[16] Complicated protein complexes may be formed by multiple proteins, some of which share same biological processes and some are from the same subfamily, for example, Dsl1p complex, involved in Golgi-ER retrograde transport, includes Dsl1p, Dsl3p, Q/t-SNARE proteins, and so forth.[17] Thus GO consortium is considered to be a very helpful vehicle for investigating protein-protein interactions,[18] because these three criteria reflect the attribute of gene, gene product, gene-product groups and the subcellular localization[19-21]. Semantic similarity has been used in Information Science to evaluate the similarity between two concepts in a taxonomy[22], and we applied it to protein-protein interactions to estimate the similarity between two proteins. Based on the previous method [23], we proposed our semantic similarity method. We define an annotation size of a GO term as the number of annotated proteins on the GO term. The semantic similarity between two proteins is then calculated based on the annotation size of the GO term, on which both proteins are annotated. According to the transitivity property of GO annotation, if a protein x is annotated on a GO term gi, it is also annotated on the GO terms on the path from gi to the root GO term in the GO structure. Thus, the proportion of the annotation size of a GO term to the total number of annotated proteins can quantify the specificity of the GO term. If two proteins are annotated on a more specific GO term and have more common GO terms, then they are functionally more similar. Suppose a protein x is annotated on m different GO terms. Si(x) denotes a set of annotated proteins on the GO term gi, whose annotation includes x, where 1≤i≤m. In the same way, suppose both x and y are annotated on n different GO terms, where n≤m. Sj(x, y) denotes a set of annotated proteins on the GO term gj, whose annotation includes x and y, where 1≤j≤n. Then, the minimum size of Si(x), mini|Si(x)|, is less than or equal to minj|Sj(x, y)|.C(x,y) denotes the sets of GO terms, whose annotation includes x and y. |C(x,y)| is the number of common GO terms which x and y both have. Suppose the size of annotation represents the number of annotated proteins on a GO term. Using the annotation size of the most specific GO term, on which two proteins x and y are annotated, we define semantic similarity Ssem(x, y) between x and y as follows: Smax is the maximum size of annotation among all GO terms in a DAG structure. If two proteins x and y are annotated on a more specific GO term and more common GO terms than x and z, then x is semantically more similar to y than z. Considering the graph topology, we also involve the topology weight. For an input graph G = (V, E), we assign the topology weight of an edge [u, v] to be the number of neighbors shared by the vertices u and v. Then we assigned the sum of Ssem(u, v) and topology weight to the edge between u and v as a weight.

Weighted vertex and selecting seed

We define the weight of each vertex to be the sum of the weights of its incident edges. After all vertices are assigned weights, we also sort in non-increasing order the vertices by their weights and store them in a queue Sq (vertices of the same weight are ordered in terms of their degrees). The complexity of calculating edge weights and vertex weights is O(|V||E|), and the complexity of sorting all vertices by their weights is O(|V| log |V|). The notion that vertex weight is a good measure for selecting seeds has been adopted by DPClus [40] and MCODE[24]. Here, we also pick the highest weighted vertices as the seeds. Our procedure proceeds as follows. We pick the first vertex in the queue Sq and use it as a seed to grow a new cluster. Once the cluster is completed, all vertices in the cluster are removed from the queue Sq and we pick the first vertex remaining in the queue Sq as the seed for the next cluster. There is an important difference between this seed selection procedure and the one used in the IPCA algorithm [14]. Our procedure computes the vertex weight for each vertex based on the weighted networks; while the IPCA algorithm computes the vertex weight based on the original networks. We feel that our approach is biologically more meaningful because a complex is not only a dense structure in the original protein network but also have biological function.

Extending cluster

We introduce a new concept to measure how strongly a vertex v is connected to a subgraph K: the interaction probability Evk of a vertex v to a subgraph K, where v∉K, is defined by Where evk is the sum of the weights of edges between the vertex v and K, and wk is the sum of weights of edges in K. We discuss the relationship between the parameter Evk and INvK introduced in the algorithm IPCA[14]. According to [14], INvK is defined as , where mvK is the number of edges between the vertex v and K, and nK is the number of vertices in K. By the expressions, our parameter Evk is similar to the parameter INvK. While our parameter considers with the biological weights, it have more biological meaning. A cluster K is extended by adding vertices recursively from its neighbors according to the priority. The priority of a neighbor v of K is determined by the value Evk. This procedure is similar to the one proposed in IPCA [14], except that we do not use INvk to judge the extending. So whether a high priority vertex v is added to the cluster is determined by the Extend-judgment test below. Let Tin be a threshold ranging between 0 and 1, let d be a positive integer, and let K be a subgraph. SP is the shortest path. A vertex v∉K is added to the cluster if the following two conditions are satisfied (where K + v denotes the subgraph induced by K and v): 1. EvkTin; and 2. The(SP(K+v)≤d) Only when the candidate vertex v is satisfied the conditions, can it be added to the cluster. Once the new vertex v is added to the cluster, the cluster is updated.

Evaluation

Before we present the results of our comparative experiments, let us first introduce the various evaluation metrics that have been used to evaluate their computational methods for complex detection. We will then present the experimental results of comparing different state-of-the-art techniques using these evaluation metrics. Overall, there are three types of evaluation metrics used to evaluate the quality of the predicted complexes and compute the overall precision of the prediction methods.

Precision, recall and f-measure

Precision, recall and F-measure are commonly-used evaluation metrics in information retrieval and machine learning. For evaluating protein complex prediction, we need to define how well a predicted complex which consists of a set of protein members, matches an actual complex, which is another set of protein members. The neighborhood affinity score NA (p, b) between a predicted complex p =(Vp,Ep ) and a real complex b =(Vb,Eb ) in the benchmark complex set, as defined in equation (3) below, can be used to determine whether they match with each other. If NA (p, b) ≥ ω ,they are considered to be matching (ω is usually set as 0.20 or 0.25). Let P and B denote the sets of complexes predicted by a computational method and real ones in the benchmark, respectively. Let Ncp be the number of predicted complexes which match at least one real complex and Ncb be the number of real complexes that match at least one predicted complex. Precision and Recall are then defined as follows: [25-27] F-measure, or the harmonic mean of Precision and Recall, can then be used to evaluate the overall performance

Sensitivity, positive predictive value and accuracy

Recently, sensitivity (Sn), positive predictive value (PPV) and accuracy (Acc) have also been proposed to evaluate the accuracy of the prediction methods [28,29]. Given n benchmark complexes and m predicted complexes, let Tij denote the number of proteins in common between ith benchmark complex and jth predicted complex. Sn and PPV are then defined as follows: Here Ni is the number of proteins in the ith benchmark complex. Generally, high Sn values indicate that the prediction has a good coverage of the proteins in the real complexes, while high PPV values indicate that the predicted complexes are likely to be true positives. As a summary metric, the accuracy of a prediction, Acc, can then be defined as the geometric average of sensitivity and positive predictive value,

P-values (functional homogeneity)

As we gained more and more biological knowledge about the proteins, we can associate a protein with (possibly multiple) functional annotations. The statistical significance of the occurrence of a protein cluster (predicted protein complex) with respect to a given functional annotation can be computed by the following hypergeometric distribution in equation (12) [30,31]: Where a predicted complex C contains k proteins in the functional group F and the whole PPI network contains |V| proteins. The functional homogeneity of a predicted complex is the smallest p-value over all the possible functional groups. A predicted complex with a low functional homogeneity indicates it is enriched by proteins from the same function group and it is thus likely to be true protein complex. By setting a common threshold which specifies the acceptable level of statistical significance, the numbers of predicted complexes with functional homogeneity under this threshold for the various methods can then be used for evaluating their respective overall performance.

Results and discussion

The protein interaction database is downloaded from the Gavin database [31] and BioGrid (version yeast HC-BIOGRID-2.0.31). The protein-complex dataset CYC2008 [38] which we used is a comprehensive catalogue of 408 manually curated heterometic protein complexes reliably backed by small-scale experiment reported. We apply the proposed algorithm OIIP to this two databases. In the following subsections, we discuss the effect of the value Tin on clustering, compare the predicted clusters with the known complexes, evaluate the significance of the predicted clusters. We will also compare the algorithm OIIP to eight competing previous methods for their performance of identifying protein complexes. Since most proteins in the same complex have same or correlative function and involve in the same biological process, we employ biological annotation information, including Go cellular component annotation [39], GO Molecular Function annotation [39] and GO Biological process annotation [39] to assess the predicted protein-complexes.

The effect of Tin on clustering

To understand how the value of Tin influences the outcome of the clustering, we generate 9 sets of clusters by using Tin = 0.1, 0.2,..., 0.9 from the Gavin PPI dataset. The effect on the predicted clusters with different Tin is given in Figure 1.
Figure 1

The effect of T The effect on the predicted clusters with different Tin is given in this Figure 1. Figure 1(a) shows that the total number of the predicted clusters is increasing as Tin increases. However, there is an abrupt decrease at Tin = 0.5. Figure 1(b) shows that the size of the biggest cluster is decreasing as Tin increases. With the increasing of Tin, the probability of neighbors added to the cluster is decreasing. Thus, the size of the predicted clusters is also decreasing.

The effect of T The effect on the predicted clusters with different Tin is given in this Figure 1. Figure 1(a) shows that the total number of the predicted clusters is increasing as Tin increases. However, there is an abrupt decrease at Tin = 0.5. Figure 1(b) shows that the size of the biggest cluster is decreasing as Tin increases. With the increasing of Tin, the probability of neighbors added to the cluster is decreasing. Thus, the size of the predicted clusters is also decreasing. Figure 1(a) shows that the total number of the predicted clusters is increasing as Tin increases. However, there is a abrupt decrease at Tin = 0.5. This is probably caused by the Hub structures in the protein interaction network. When Tin = 0.5, these Hub structures are decomposed into complexes that consist of only 2 proteins. Figure 1(b) shows that the size of the biggest cluster is decreasing as Tin increases. With the increasing of Tin, the probability of neighbors added to the cluster is decreasing. Thus, the size of the predicted clusters is also decreasing. As shown in Table 1, the Precision of the algorithm OIIP is about 0.6 when Tin=0.5, which implies that the clusters generated by OIIP are reliable. The F-measure is about 0.45 when Tin=0.4, which represents overall performance of an algorithm. The Accuracy takes into account of both the sensitivity and PPV, and is determined by the larger one. In this experiment, the Accuracy is mostly influenced by the PPV. The PPV of the clusters generated by OIIP increases with the increasing of Tin. Especially, an obvious increase appears when Tin ≥ 0.5.
Table 1

The Precision, Recall, F-measure, sensitivity, PPV and Accuracy of the predicted complexes by OIIP using different parameters

ParameterPrecisionRecallF-measuresensitivityPPVAccuracy
Tin=0.10.48190.3357840.3957870.5250.4656040.494491
Tin=0.20.4981130.3529410.4131460.5119790.485350.498487
Tin=0.30.4821120.3651960.4155880.5010420.5160120.508472
Tin=0.40.5598160.3848040.4560970.4848960.5607030.521424
Tin=0.50.6061950.3357840.4321770.4203120.572160.490394
Tin=0.60.5826450.3406860.4299630.4093750.6210080.504207
Tin=0.70.4857680.3431370.4021810.3864580.6385470.496761
Tin=0.80.4584770.3382350.3892830.3604170.6532660.48523
Tin=0.90.4662270.3455880.3969440.3406250.6630430.475236
The Precision, Recall, F-measure, sensitivity, PPV and Accuracy of the predicted complexes by OIIP using different parameters

Comparison of OIIP and other methods

Since there have been protein complexes that were experimentally determined, a good protein complexes detecting algorithm should identify these known complexes as many as possible. Figure 2 shows the numbers of known complexes (size>2) matched to the clusters generated by OIIP and by other eight previous known methods: CoreMethod[37], Mcode[24], MCL[34], RNSC[33], CMC[36], CFinder[32], COACH[35], IPCA[14]. Our method predicted more complexes than others on Gavin PPI dataset. As show in Table 2 OIIP also get the highest F-measure (Tin=04). Although Mcode has the highest precision, its recall is very low. The fact is that the predicted protein complexes are fewer than our method. Some predicted clusters which are not matched with criterion complexes are possible actual complexes which are undiscovered. So it is necessary to predict more clusters with high F-measure value.
Figure 2

Comparison of the predicted clusters with the known complexes on Gavin PPI dataset. Figure 2 shows the numbers of known complexes (size>2) matched to the clusters generated by OIIP and by other eight previous known methods: CoreMethod[15], Mcode[9], MCL[13], RNSC[12], CMC[14], CFinder[11], COACH[10], IPCA[5].

Table 2

Performance comparison of Identify protein complexes methods on Gavin dataset

MethodPrecisionRecallF-measureAccuracyP-Value

GO_FunctionGO_ProcessGO_Component
CoreMethod0.5265960.2794120.3651010.4917020.5797870.4308510.478723
Mcode0.7333330.2941180.4198470.4690310.5111110.3925930.474074
MCL0.5403730.274510.3640710.5091390.5031060.3913040.459627
RNSC0.4006510.3480390.3724970.4897590.3322480.2475570.309446
CMC0.6080.2180.32110.4740.6920.550.633
CFinder0.6630.1910.2970.4190.6020.4390.551
COACH0.5240.3310.4060.490.6560.5250.61
IPCA0.5260320.3382350.4117310.487890.7199280.5870740.666068
OIIP T=0.40.5598160.3848040.4560970.5214240.6978530.5536810.636503
OIIP T=0.50.6061950.3357840.4321770.4903940.7699120.6393810.710177
Comparison of the predicted clusters with the known complexes on Gavin PPI dataset. Figure 2 shows the numbers of known complexes (size>2) matched to the clusters generated by OIIP and by other eight previous known methods: CoreMethod[15], Mcode[9], MCL[13], RNSC[12], CMC[14], CFinder[11], COACH[10], IPCA[5]. Performance comparison of Identify protein complexes methods on Gavin dataset And we count the number of clusters with p-value less than 0.01, a threshold which represents significant biological sense and compute the proportion of clusters which achieve low p-value. The proportion of clusters from various methods with low p-value is shown in Table 2. Table 2 also shows that the clusters predicted by our method have achieved highest biological significance than predicted clusters from others on all the three biological annotation datasets when T is set to 0.5. Compare to the IPCA, we have better performance in all evaluation measurements. So the ontology interaction to the PPI network is valuable to predict protein complexes. As show in Figure 3, RNSC has the highest recall and CMC has the highest precision, while our method OIIP also gets the highest F-measure on BioGrid PPI dataset.
Figure 3

The Precision, Recall and F-value of results predicted from various methods on BioGrid PPI dataset. As show in Figure 3, RNSC has the highest recall and CMC has the highest precision, while our method OIIP also gets the highest F-measure on BioGrid PPI dataset.

The Precision, Recall and F-value of results predicted from various methods on BioGrid PPI dataset. As show in Figure 3, RNSC has the highest recall and CMC has the highest precision, while our method OIIP also gets the highest F-measure on BioGrid PPI dataset.

Examples of predicted complexes

From the results of the experiment above we know that most of our predicted clusters have highly biological meanings. We give some examples of predicted clusters with detailed information which are matched with the benchmark complexes in Table 3. We also list the best matched benchmark complexes, NA and the p-value of three protein annotation.
Table 3

Some predicted clusters which matched with benchmark complexes

IDPredicted clustersBenchmark complexes ID in CYC2008NAp-value

GO_ComponentGO_FunctionGO_Process
1YBR123C YOR110W YPL007C YDR362C YAL001C YGR047C402103.16E-062.59E-05

2YLR208W YGL092W YDL116W YJR042W YKL057C YGL100W18111.10E-052.50E-063.81E-06

3YLR166C YBR102C YPR055W YIL068C YER008C YDR166C YGL233W YJL085W9012.68E-062.06E-044.37E-03

4YBR234C YLR370C YJR065C YDL029W YIL062C YNR035C YKL013C1211.19E-034.95E-069.54E-07

5YER157W YGR120C YPR105C YNL051W YML071C YGL223C YNL041C YGL005C11211.05E-056.91E-022.50E-06

6YHR081W YHR069C YOL021C YGR095C YGR195W YDR280W YGR158C YCR035C YDL111C YNL232W YOR001W YOL142W YOR076C1780.9230773.00E-0300

7YGL048C YKL145W YHR027C YHL030W YLR421C YHR200W YDR427W YDL147W YFR052W YDL097C YPR108W YIL075C YFR004W20.9111571.09E-052.68E-064.17E-06

8YPL210C YDL092W YML105C YPR088C YPL243W YDL051W YKL122C2480.8571433.46E-061.19E-071.19E-07

9YOR179C YDR195W YGR156W YER133W YAL043C YKL059C YPR107C YLR115W YDR301W YNL317W YKR002W YKL018W YLR277C3410.8166679.43E-0402.32E-06

10YMR223W YGL066W YBR081C YGR252W YDR448W YGL112C YDR145W YMR236W YDR167W YBR198C YOL148C YLR055C YPL254W YDR392W YCL010C YDR176W YHR099W YML007W2270.8027781.39E-0400
Some predicted clusters which matched with benchmark complexes Some of predicted clusters from our method are not matched with complex from criterion dataset. But we find that they have highly biologically significant and have high local density, so some of them may be real complexes which are still undiscovered. We also give some examples in Table 4 and Figure 4. Their p-value of biological annotation shows that some of them may be the candidate protein complexes. The results are useful for biologists to find the new protein complexes.
Table 4

Some predicted complexes which don’t match with benchmark complexes

IDMain proteinsP-value

GO_ComponentGO_FunctionGO_Process
Complex aYOR201C YNL284C YCR046C YBL038W YDR237W YDR462W YDR296W YDR322W YNL005C YMR024W9.89E-062.32E-068.94E-07

Complex bYIL070C YNL137C YHL004W YPL013C YBR251W YDR041W YDR036C5.39E-058.58E-064.95E-06

Complex cYNL112W YDR091C YMR309C YPR041W YBR079C YDR429C YOR096W YML063W02.03E-063.04E-04

Complex dYDR164C YOR204W YBL038W YML025C YGR220C YCR046C YNL005C YDR296W YDR237W YNL284C YDR322W YDR462W YLR439W9.36E-069.18E-067.45E-06
Figure 4

Some predicted complexes which don’t match with benchmark complexes. Some of predicted clusters from our method are not matched with complex from criterion dataset. But we find that they have highly biologically significant and have high local density, so some of them may be real complexes which are still undiscovered. We also give some examples in Figure 4. Their p-value of biological annotation shows that some of them may be the candidate protein complexes. The results are useful for biologists to find the new protein complexes.

Some predicted complexes which don’t match with benchmark complexes. Some of predicted clusters from our method are not matched with complex from criterion dataset. But we find that they have highly biologically significant and have high local density, so some of them may be real complexes which are still undiscovered. We also give some examples in Figure 4. Their p-value of biological annotation shows that some of them may be the candidate protein complexes. The results are useful for biologists to find the new protein complexes. Some predicted complexes which don’t match with benchmark complexes

Conclusions

It is believed that identification of protein complexes is useful to explain certain biological progress and to predict functions of proteins. In this paper, we developed an algorithm OIIP to identify protein complexes based on the new large weighted protein interaction networks. Experimentally generated protein-protein interaction data includes an enormous amount of false positives. So we introduced a semantic similarity method to measure the reliability of interactions. For this measurement, we use the annotations in Gene Ontology (GO), which provides the comprehensive functional information. When we implemented the OIIP algorithm with weighted networks, the overall F-measure and accuracy of complexes is substantially improved. This result strongly appeals the necessity of integrating of functional information for the analysis of protein-protein interaction data. The fact that biological properties are poor at the identification reveals that the higher-level structures (e.g., secondary and tertiary structure) of proteins cannot be accurately represented by the primary structure under the current coding techniques. The experimentally determined protein interaction network has not been used in the research, and a possible future research could combine the experimentally determined protein interactions with the GO estimated interactions to further improve the identification.

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

Please see sample text in BX identified all protein complexes and generated this manuscript; ZHY provided data information and edited this manuscript; HFL supervised all aspects of this manuscript. All authors read and approved the final manuscript.
  36 in total

1.  Creating the gene ontology resource: design and implementation.

Authors: 
Journal:  Genome Res       Date:  2001-08       Impact factor: 9.043

2.  Discovering regulatory and signalling circuits in molecular interaction networks.

Authors:  Trey Ideker; Owen Ozier; Benno Schwikowski; Andrew F Siegel
Journal:  Bioinformatics       Date:  2002       Impact factor: 6.937

Review 3.  The architecture of complex weighted networks.

Authors:  A Barrat; M Barthélemy; R Pastor-Satorras; A Vespignani
Journal:  Proc Natl Acad Sci U S A       Date:  2004-03-08       Impact factor: 11.205

4.  Predicting protein complexes from PPI data: a core-attachment approach.

Authors:  Henry C M Leung; Qian Xiang; S M Yiu; Francis Y L Chin
Journal:  J Comput Biol       Date:  2009-02       Impact factor: 1.479

5.  Functional organization of the yeast proteome by systematic analysis of protein complexes.

Authors:  Anne-Claude Gavin; Markus Bösche; Roland Krause; Paola Grandi; Martina Marzioch; Andreas Bauer; Jörg Schultz; Jens M Rick; Anne-Marie Michon; Cristina-Maria Cruciat; Marita Remor; Christian Höfert; Malgorzata Schelder; Miro Brajenovic; Heinz Ruffner; Alejandro Merino; Karin Klein; Manuela Hudak; David Dickson; Tatjana Rudi; Volker Gnau; Angela Bauch; Sonja Bastuck; Bettina Huhse; Christina Leutwein; Marie-Anne Heurtier; Richard R Copley; Angela Edelmann; Erich Querfurth; Vladimir Rybin; Gerard Drewes; Manfred Raida; Tewis Bouwmeester; Peer Bork; Bertrand Seraphin; Bernhard Kuster; Gitte Neubauer; Giulio Superti-Furga
Journal:  Nature       Date:  2002-01-10       Impact factor: 49.962

6.  A comprehensive two-hybrid analysis to explore the yeast protein interactome.

Authors:  T Ito; T Chiba; R Ozawa; M Yoshida; M Hattori; Y Sakaki
Journal:  Proc Natl Acad Sci U S A       Date:  2001-03-13       Impact factor: 11.205

7.  Identification of protein complexes from co-immunoprecipitation data.

Authors:  Guy Geva; Roded Sharan
Journal:  Bioinformatics       Date:  2010-11-25       Impact factor: 6.937

8.  Development and implementation of an algorithm for detection of protein complexes in large interaction networks.

Authors:  Md Altaf-Ul-Amin; Yoko Shinbo; Kenji Mihara; Ken Kurokawa; Shigehiko Kanaya
Journal:  BMC Bioinformatics       Date:  2006-04-14       Impact factor: 3.169

9.  Modifying the DPClus algorithm for identifying protein complexes based on new topological structures.

Authors:  Min Li; Jian-er Chen; Jian-xin Wang; Bin Hu; Gang Chen
Journal:  BMC Bioinformatics       Date:  2008-09-25       Impact factor: 3.169

10.  Semantic integration to identify overlapping functional modules in protein interaction networks.

Authors:  Young-Rae Cho; Woochang Hwang; Murali Ramanathan; Aidong Zhang
Journal:  BMC Bioinformatics       Date:  2007-07-24       Impact factor: 3.169

View more
  5 in total

1.  Protein complex identification by integrating protein-protein interaction evidence from multiple sources.

Authors:  Bo Xu; Hongfei Lin; Yang Chen; Zhihao Yang; Hongfang Liu
Journal:  PLoS One       Date:  2013-12-27       Impact factor: 3.240

2.  DIGNiFI: Discovering causative genes for orphan diseases using protein-protein interaction networks.

Authors:  Xiaoxia Liu; Zhihao Yang; Hongfei Lin; Michael Simmons; Zhiyong Lu
Journal:  BMC Syst Biol       Date:  2017-03-14

3.  Detecting Protein Complexes in Protein Interaction Networks Modeled as Gene Expression Biclusters.

Authors:  Eileen Marie Hanna; Nazar Zaki; Amr Amin
Journal:  PLoS One       Date:  2015-12-07       Impact factor: 3.240

4.  An effective approach to detecting both small and large complexes from protein-protein interaction networks.

Authors:  Bin Xu; Yang Wang; Zewei Wang; Jiaogen Zhou; Shuigeng Zhou; Jihong Guan
Journal:  BMC Bioinformatics       Date:  2017-10-16       Impact factor: 3.169

5.  Reconstruction of the Protein-Protein Interaction Network for Protein Complexes Identification by Walking on the Protein Pair Fingerprints Similarity Network.

Authors:  Bo Xu; Yu Liu; Chi Lin; Jie Dong; Xiaoxia Liu; Zengyou He
Journal:  Front Genet       Date:  2018-07-24       Impact factor: 4.599

  5 in total

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