Skip to main content

Protein functional module identification method combining topological features and gene expression data

Abstract

Background

The study of protein complexes and protein functional modules has become an important method to further understand the mechanism and organization of life activities. The clustering algorithms used to analyze the information contained in protein-protein interaction network are effective ways to explore the characteristics of protein functional modules.

Results

This paper conducts an intensive study on the problems of low recognition efficiency and noise in the overlapping structure of protein functional modules, based on topological characteristics of PPI network. Developing a protein function module recognition method ECTG based on Topological Features and Gene expression data for Protein Complex Identification.

Conclusions

The algorithm can effectively remove the noise data reflected by calculating the topological structure characteristic values in the PPI network through the similarity of gene expression patterns, and also properly use the information hidden in the gene expression data. The experimental results show that the ECTG algorithm can detect protein functional modules better.

Peer Review reports

Background

More and more clustering algorithms are proposed to identify protein complexes with the constantly development of proteomics. Although many of those algorithms have been verified to have good performance [14], mining the complex only through the protein network itself will inevitably limit the effectiveness of its results, because the available protein data is incomplete due to the diversity of protein network structures and the complexity of data sources, and there is a certain amount of noise in protein networks. Therefore, other biological data such as fusion of gene expression provide new ideas for detecting protein functional modules [5, 6]. For example, Chin et al. [7] proposed method HUNTER to detect functional modules, this method firstly calculates the similarity value of high-throughput data (for example, calculating pairwise similarity of gene expression patterns from microarray data), then, detecting weak signals that cannot be distinguished with existing methods by using the network of genes or proteins and the similarity values between them and by applying network topological constraints to the expression data clusters, finding connected sub-networks (or modules) with highly similarity, which improves the effectiveness of compound identification. Although there are many ways to analyze the network and similar data separately [811], there is still a lot of room for development in the method of using two information sources for analysis.

We find that topological structure and attribute information are very effective in identifying protein complexes by analyzing the existing mainstream PPI network methods for identifying protein functional modules [12, 13], even though there are not much approaches take both information into consideration. Moreover, many algorithms for detecting protein functional modules use some special optimized attributes to find clusters, obviously, the process of detecting protein functional modules can be regarded as an optimization problem [14, 15]. Therefore, this paper proposes a new protein complex recognition algorithm. ECTG(Evolutionary Clustering Algorithm Based on Topological Features and Gene expression data for Protein Complex Identification). This method is based on evolutionary algorithm (EA), which effectively fuses protein topology and gene expression data. It has an advantage of dispensing with working under linear constraints like a typical numerical optimization problem. It can also find multiple solutions and be executed in parallel, so it can solve big data source problem quickly and efficiently. In order to verify the performance of ECTG, we conducted experiments on three real PPI network data sets [1618]: DIP, Krogan, and Gavin. The used compound standard set was the CYC2008 data set. The experimental results show that the algorithm proposed in this paper has more obvious advantages in multiple indicators.

Methods

Similarity measure of gene expression patterns

Calculating the similarity between gene expression patterns (co-expression degree) by using gene expression data has an important guiding function in understanding the relationship between the corresponding proteins of the gene, and can help to identify whether different proteins have same or similar functions and whether they can be composed as protein complexes or functional modules. At present, there are multiple similarity measurement methods for different data types. Methods such as Euclidean distance, Cosine similarity and Pearson correlation coefficient are usually used to calculate the similarity of gene expression patterns.

(1) Euclidean distance

Euclidean distance is often used to measure the similarity of a pair of gene expression data, that is, a n-dimensional vector. If given the genes u and v, the Euclidean distance between u and v is shown in formula 1:

$$ {d_{euc}}(u,v) = {\left({\sum\limits_{j = 1}^{n} {{{({u_{j}} - {v_{j}})}^{2}}}} \right)^{1/2}} $$
(1)

In above formula, uj and vj are the expression components of gene u and gene v in dimension j.

But Euclidean distance is not suitable for calculating similarity between gene expression patterns with different dimensions. Therefore, it must be standardized to meet the requirements as mean equal zero and variance equal one when using Euclidean distance to measure the similarity of gene expression data.

(2) Cosine similarity, formula 2 as follow:

$$ {}\cos (\theta) = \frac{{A \cdot B}}{{\left\| A \right\|\left\| B \right\|}} = \frac{{{\sum\nolimits}_{i = 1}^{n} {{A_{i}} \times {B_{i}}} }}{{\sqrt {{\sum\nolimits}_{i = 1}^{n} {{{({A_{i}})}^{2}}}} \times \sqrt {{\sum\nolimits}_{i = 1}^{n} {{{({B_{i}})}^{2}}}} }} $$
(2)

The larger the cosine value, the greater the similarity of gene expression patterns. When the cosine similarity is one, the gene expression patterns are completely consistent.

(3) Pearson correlation coefficient:

PCC is also an extensive used method for calculating the similarity of gene expression data. Given a gene u and a gene v, the calculation formula of the Pearson correlation coefficient between the two genes is shown in formula 3:

$$ {r_{pea}}(u,v) = \frac{{\sum\limits_{j = 1}^{n} {({u_{j}} - \overline u)({v_{j}} - \overline v)} }}{{\sqrt {\sum\limits_{j = 1}^{n} {{{({u_{j}} - \overline u)}^{2}}}} \sqrt {\sum\limits_{j = 1}^{n} {{{({v_{j}} - \overline v)}^{2}}}} }} $$
(3)

In above formula, the definition of \({\overline u}\) and \({\overline v}\) are as follow:

$$\overline u = \frac{1}{n}\sum\limits_{j = 1}^{n} {{u_{j}}},\qquad \overline v = \frac{1}{n}\sum\limits_{j = 1}^{n} {{v_{j}}} $$

Since the Pearson correlation coefficient is sensitive to outlier data, false positive data is likely occur in the results, giving higher similarity values to dissimilar gene pairs, which will cause errors in the results. To avoid that, this paper measures the similarity of gene pairs by calculating the Jackknife correlation coefficient. Given n gene expression data samples under different conditions, the expression value of gene u under condition j is expressed as uj, given gene u and gene v, the Jackknife correlation coefficient GEC between the two genes can be obtained by the following formula 4:

$$ GEC(u,v) = min\{ {r_{pea}}({u^{{\mathrm{(}}j{\mathrm{)}}}},{v^{{\mathrm{(}}j{\mathrm{)}}}}):j = 1,2,...,n\} $$
(4)

In the above formula, rpea(·,·) is defined in formula 3, the definition of u(j) and v(j) :

$$\begin{aligned} {u^{(j)}} &= {({u_{1}},...,{u_{j - 1}},{u_{j + 1}},...,{u_{n}})^{T}},\\ {v^{(j)}} &= {({v_{1}},...,{v_{j - 1}},{v_{j + 1}},...,{v_{n}})^{T}} \end{aligned} $$

In above formula, j=1,2,…,n.

Network reconstruction

Wang X [19] proposed the small world and scale-free network characteristics of complex networks such as PPI networks. Goldberg D S [20] et al. proposed the concept of edge-based mutual clustering coefficient based on the small world network characteristics of the PPI network to quantify the network structure. After calculating the MCC values of all edges in the network, setting a threshold and selecting a reliable structure which above the set threshold. Samanta MP [21] et al. found through experiments that if the number of adjacent junctions where two proteins act together is large, they have a close functional relationship. Segura J et al. [22] proposed a new method of using neighborhood cohesion to infer the interaction between protein interaction networks. Experimental results show that this method has good performance and can effectively predict PPI network interaction pairs. Based on those, we use topology coefficient PTC as a quantitative representation of PPI network topological structure feature PTC is obtained by parameter α adjustment with topological coefficient T(u,v) which representing the number of neighboring nodes of a node and a clustering factor Cn which representing the sharing of interaction nodes with other nodes. The calculation formula of PTC is shown in formula 5.

Combining the similarity of the PTC representing the network topology with gene expression patterns, the weight w(u,v) of the protein interaction pair in the PPI network is re-assigned and defined as the product of T(u,v) and GEC(u,v), as shown in formula 6:

$$ PTC(u,v) = \alpha {C_{n}} + (1 - \alpha)T(u,v) $$
(5)
$$ \omega (u,v) = PTC(u,v)*GEC(u,v) $$
(6)

The weight w(u) of node u is presented by the sum of node u and its edge in the PPI network, the formula is as follow:

$$ \omega (u) = \sum\limits_{(u,v) \in E} {\omega (u,v)} $$
(7)

In the networks, the clustering factor indicates the strength of the connecting edges between the neighboring nodes of a node, and the topology factor indicates the strength of the neighboring nodes of the node. The clustering factor and the topological factor are assigned weights through parameters and combined, then the topological structure of the network can be fully expressed. PTC measures the density of adjacent nodes between a node and its neighboring nodes, and the value of the coefficient ranges from 0 to 1.The larger the PTC value, the more likely the neighboring nodes of the node will appear in the same cluster. GEC represents the corresponding gene expression similarity of protein interaction pair, that is, gene expression correlation measures the correlation between two proteins, and its value is between -1 and 1,the higher the GEC value, the higher the degree of protein co-expression, the greater the probability of appearing in the same functional module. Therefore, we weight the protein interaction by combining the topological structure of the PPI network and the correlation of gene expression, and the network distance between two nodes is a re-weighting of the topological distance in the network. Comprehensively consider PTC and GEC to calculate the probability that a node and its neighbor nodes appear in a cluster.

After integrating the topological coefficient PTC of the PPI network and the gene expression correlation GEC to calculate the w of all nodes in the graph, sorting w value of all nodes, and then choosing the highest weight as starting point.

Algorithm description

Figure 1 shows the ECTG process, ECTG decomposes the PPI network into closely connected subgraphs to detect functional modules. The process is mainly divided into four steps. The first step is to construct a PPI network diagram with attributes based on the PPI network and gene expression data. The second step is to construct a weighted attribute PPI graph using PTC and GEC, given the attributed PPI network graph obtained in the first step, ECTG determines the weight of each edge in the graph according to the topological coefficient and the similarity of gene expression. In the third step, given a weighted graph, EA maximizes the connection weight to produce a compact graph clusters. In the fourth step, given graph clusters, a breadth-first search strategy is adopted, and searching subgraphs in each graph cluster according to the homogeneity of the attribute values of the connected nodes. The vertices of these subgraphs have similar attribute values and are relatively dense, and have a good correspondence with protein complexes in real life.

Fig. 1
figure 1

Schematic overview of our proposed ECTG model

ECTG searches PPI pairs with higher values in each subgraph, and then continuously absorbs seed nodes to form modules. After ECTG has calculated all the values of w in the PPI network, the breadth-first search method BFS (breadth-first search) is used to extend the seeds, and form a protein complex finally. BFS can be divided into two stages, the first step: select an edge with the maximum w value wmax first, and then incorporate the two end points vi and vj connecting the edge into the seed node set of a protein complex; the second step: on the basis of wmax, search for all adjacent nodes of vi and vj and extend all the nodes whose w value is greater than the threshold λ into the protein complex. The extended node definition is shown in formula 8:

$$ e(seed:{v_{k}}) = \left\{ \begin{array}{l} e \cup {v_{m}}{\mathrm{ }}\qquad if\ {\mathrm{ }}{w_{km}} \ge \lambda \\ e \cup \Phi {\mathrm{ }}\qquad otherwise \end{array} \right. $$
(8)

In the above formula, vk represents the node in the seed set, and vm represents the node adjacent to the node vk. Only points whose w value is greater than the threshold can be merged into the set. The second stage of the search process will continue until no new nodes are added to the seed set. When a cluster completes the above search, ECTG will use the protein in the seed set to form a protein complex. Until all nodes are traversed, ECTG stops absorbing nodes. Due to the high probability of appearing small-scale modules using the above search strategy, ECTG will delete those modules that have been identified as containing less than 3 nodes. In order to reduce the redundancy of proteins in the recognition module, ECTG calculates the overlap score between any module and all others. The definition of overlap score is shown in formula 9:

$$ O{v_{r}} = \max \frac{{\left| {e \cap P{C_{I}}} \right|}}{{\left| {e \cup P{C_{I}}} \right|}} $$
(9)

where e and PCI respectively refer to the module obtained after a search and any other modules in the result set. ECTG then uses a threshold OvMax to exclude those modules whose overlap score is higher than the threshold. In order to explain the ECTG method in more detail, we give its pseudo code, as shown in Algorithm 1.

The input information of ECTG includes: PPI network, gene expression data, parameter α used to control the weight of topological coefficients, used to filter out threshold λ that do not meet similarity, and used to filter the nodes with higher repeated nodes between the obtained modules.

Results and analysis

Experimental data set

The experimental process is to link the PPI network and gene expression, and apply the ECTG algorithm to the Saccharomyces cerevisiae data set, which is downloaded from the 2013 version of the DIP database. The network contains 4579 points and 20845 edges after process. And the Krogan and Gavin data sets, the specific information is shown in Table 1. Obviously, there are great differences of the datasets in the number of proteins and protein-protein interactions. This can increase the credibility of the results obtained by ECTG algorithm and prove to have better generalization ability of propose algorithm. The gene expression data is selected from the publications of Rintala et al. [23], this gene expression data is the data sequence of yeast response to sudden hypoxia [17], that is, the glucose-limited cultivation analysis after the transition from fully aerobic (20.9% O2 or restricted oxygen (1.0% O2) to anaerobic state. 79 hours (20.9% O2) or 72 hours (1.0% O2) after shifting. These data provide insights into the adaptive mechanism of the transition from respiration to fermentation growth. After processing, the gene expression data has 5664 unique non-empty genes, and each gene expression includes 28 time courses. Comparing the two information, there are 4936 proteins in PPI network and 4616 proteins have gene expression.

Table 1 Datasets

Experimental design

When testing method performance, ECTG is compared with different algorithms, including ClusterONE [24], DPClus [25], COACH [26] and CFinder [27]. We use these five methods to detect functional modules in the above three data sets. ClusterONE, DPClus, COACH and CFinder detecting functional modules only based on the topological structure of the PPI network, not make full use of node attribute information. Such as MCL, ClusterONE can be used for weighted PPI network data, which can be compared with the method ECTG using a weighted network. For the above methods, their respective parameter settings are shown in Table 2.

Table 2 Parameter settings of different algorithms

Method performance analysis

Table 3 summarizes the indicators obtained by executing different algorithms. On the DIP data set, the accuracy of ECTG is 0.49, which is slightly lower than that of the MCL algorithm, but its recall rate is 0.65, which is much higher than that of MCL, and its F-measure is also about 15% higher than other methods. The situation is similar on the Gavin and Krogan data sets. ECTG obtained the best F-measure values on the 3 data sets. Although ECTG has not always obtained the best Precision and Recall values, has always obtained better F-measure values than other methods, indicating that the performance of this method for detecting functional modules is better than other methods. At the same time, the algorithm results will be affected by the difference of datasets. ECTG can always maintain advanced performance on one or more indexes on three data sets. From experimental results we can conclude that the functional modules obtained by the ECTG method may more accurately represent the real modules in the standard set and have better generalization ability. Regarding the size and coverage of the detected modules, the number of modules identified by ECTG in each set of data is relatively small compared to MCL, the false positives are low, and the coverage is relatively large, so its coverage is relatively high. In order to check whether other algorithms obtain the same or better performance when using the same weighted PPI network data, we compare the results of those algorithms that can process weighted network data, including ClusterONE and MCL. The results are shown in Table 4. As shown in the table, ECTG’s accuracy rate is 0.68 on the Gavin data set, which is slightly lower than the MCL algorithm, but the Recall has increased by nearly 20%, so its F-measure value has increased by about 15% compared with the other two algorithms. When dealing with weighted networks, ClusterONE and MCL use weighted network data generated by combining topology and gene expression data, the performance has varying degrees of improvement. But ECTG is still superior to these two algorithms, and the results show that considering the topological and attribute factors, ECTG’s performance is better than the algorithm that only considers the network topology. In short, ECTG performs better in detecting functional modules. It obtains better F-measure results in most data sets. The result is affected by the difference of data sets, but ECTG can always maintain advanced performance on one or more indicators.Therefore, ECTG can achieve better results when regard the task of functional module detection as the problem of considered gene expression data and topology optimization.

Table 3 Results of CR, precision, Recall and F-measure
Table 4 Experimental results using weighted network data

Parameter settings

As mentioned earlier, there are three parameters in the ECTG execution process that determine the result of the detection module: α,λ and OvMax. In order to understand how these parameters affect the experimental results, we change α,λ and OvMax from 0.1 to 1 in steps of 0.1 to detect modules using above three PPI network data. After collecting the experimental results under different parameter combinations, we evaluated the evaluation indexes of Precision, Recall and F-measure. The Figs. 2, 3 and 4 show the changes of different parameters of the Gavin data set, listing the impact of changes in λ and OvMax when α respectively equal 0.2, 0.5 and 0.8 on the evaluation index. After analyzing the results of multiple experiments, obtain the changes in evaluation index when α equal 0.2, 0.5 and 0.8 respectively. It can be seen from figures that overall precision value, recall value and F-measure increased by about 12%, 8% and 7% respectively when α equal 0.5 than α equal 0.2. But the number of protein complexes decreased by nearly 50. Comparing with α equal 0.5 When α equal 0.8, the precision value increased by about 14%, the recall value increased by nearly 4%, the F-measure value increased by about 9%, and the number of protein complexes decreased by nearly 20. As α increases, the value of the index is also increasing, and the increment in the range of 0.1-0.5 is lower than the increment in the range of 0.5-1.0. Although the value obtained near α equal 1.0 is relatively high, many complexes that actually exist but do not meet the filter conditions are filtered out, so that the number of modules is relatively small, the Recall value is relatively increased, and the F-measure value is relatively increased. This will omit part of the real modules, which is not the best experimental result. Therefore, the best value of α in this experiment is 0.8.

Fig. 2
figure 2

Results of precision, Recall, F-measure and the number of protein complexes identified by ECTG using α=0.2 and different settings of λ and OvMax

Fig. 3
figure 3

Results of precision, Recall, F-measure and the number of protein complexes identified by ECTG using α=0.5 and different settings of λ and OvMax

Fig. 4
figure 4

Results of precision, Recall, F-measure and the number of protein complexes identified by ECTG using α=0.8 and different settings of λ and OvMax

Shown in Fig. 4a-c, when α equal 0.8, the changing trends of precision and F-measure are similar when λ and OvMax change, simply setting λ and OvMax near 0 or 1, the obtained results are not optimal. For example, when λ is set to 0.2, no matter how you adjust the value of OvMax, the precision obtained by ECTG is a relatively low value. When a smaller value is used, ECTG includes more nodes with lower similarity, resulting in a larger gap between the clustered modules and the real modules. Although when λ and OvMax are set near 1, ECTG cannot identify those modules that contain more nodes so that some real modules are lost. Considering these conditions, it is necessary to set appropriate values of λ and OvMax for the experimental performance of the ECTG method. As shown in Fig. 4d, ECTG can identify more modules in the PPI network with higher λ and OvMax values, so this method can obtain more protein complexes in the standard set and achieve a higher recall value.

Therefore, we expect a method to accurately detect relatively more nodes. In general, we recommend that the values of λ and OvMax are between 0.6 and 0.9 when the ECTG detects the module. When λ and OvMax is properly set in this range, ECTG may perform better. This is why we used the parameter settings shown in Table 2 in the ECTG experiment.

Functional enrichment analysis

The probability of functional homology of actual protein functional modules is very high. This part uses the three kinds of annotation information contained in the GO database [28] and GO: TermFinder to calculate the P-value of the module obtained by the algorithm to determine its biological function significance [29], and mark it’s functional annotations, so the P-value [30] of inside modules protein co-occurrence probability need be calculated. The concept of P-value is described as follows: given ontology d, we use N to represent the protein quality annotated in ontology d. Given a notes, we will denote the total number of proteins covering a by M. Given a cluster b, n represents the number of protein contained therein, and x represents the number of proteins with a annotations in it. When the ontology d and the term a are randomly given, the probability that the number of proteins is greater than or equal to x in b is represented by P-value. The definition is shown in Fig. 5, and the calculation method is shown in formula 10:

$$ p - value = {\sum\nolimits}_{i = x}^{n} {\frac{{\left(\begin{array}{l} M\\ i \end{array} \right)\left(\begin{array}{l} N - M\\ n - i \end{array} \right)}}{{\left(\begin{array}{l} N\\ n \end{array} \right)}}} $$
(10)
Fig. 5
figure 5

The definition of P-value

In order to verify the effectiveness of ECTG, we calculated the P-values of all modules on the DIP network by comparing the probability of actual exist modules obtained by various algorithms. Using Go: TermFinder, a web-based service that can search for important shared GO items in the obtained module proteins. In our experiment, the threshold range of P-value is set from 1E-15 to 1E-2. That means those GO items whose P-value is less than or equal to the threshold are considered to be meaningful. Not all modules with significant GO items have been discovered, that is, they can be found in such as MIPS/CYGD and CYC2008, but they can be considered as true module candidates because of their functional enrichment analysis. After obtaining the P-value of each module, we count protein complexes in the detected modules that contain at least one GO item with a P-value lower than different thresholds.

In addition to analyzing the modules obtained through ECTG, we also calculated GMFTP, MCL, ClusterONE, CFinder, DPClus and COACH. GMFTP has proven to be very effective when considering network topology and functionality. And MCL, IPCA, ClusterONE proved to be more effective for the recognition module after considering the topology. The above-mentioned methods are chosen as the comparison method of ECTG because they all show better robustness on the three data sets mentioned above. The experimental results of ECTG, GMFTP, MCL, ClusterONE, CFinder, DPClus and COACH are shown in Table 5. Obtained from the table: ECTG detects proteins with more significant GO items than other methods, especially when the P-value threshold is low, such as P-value < 1E-15. At the same time, perform specific GO biological process(BP) annotation and GO molecular function(MF) annotation analysis on the identified functional modules on the DIP data set. BP stands for a collection of molecular events that begin and end. These events are closely related to the functions of integrated life units (cells, tissues, organs, and organisms). Calculate the P-value based on the BP and MF domains of GO. In this experiment, if P < ρ, and ρ is the threshold of P-value, the predicted cluster P is significant. The figure shows the percentage of important clusters for several ρ values. Figures 6 and 7 show the P-values calculated by BP and MF respectively. It can be seen from the figure that the ECTG method obtains more clusters with lower P-values when detecting modules. This data shows that ECTG can detect more modules rich in biological significance than other methods. No matter how many protein complexes are currently known, they have a higher probability of becoming a real complex that is identified through biological experiments in the future. Based on the results of the P-value experiment, it can be seen that ECTG performs better when detecting functional modules, and is a better method for detecting and predicting protein functional modules.

Fig. 6
figure 6

Percentage of significant clusters for various values of P-value cut-off calculated based on the BP domain

Fig. 7
figure 7

Percentage of significant clusters for various values of P-value cut-off calculated based on the MF domain

Table 5 P-value test on protein complexes identified by different algorithms

One of the protein functional modules obtained by the ECTG method, and the module size is more than 5 and the matching degree is more than 0.4, the topological structure and biological significance are analyzed as well, and 10 functional modules are selected for listing, as shown in Table 6. They not only have a lower P-value, but also have a higher consistency with known protein functional modules, and their P-value is smaller than 0.001.

Table 6 Complexes and its P-value detected on DIP dataset by ECTG

Algorithm prediction example analysis

The experimental results show that the functional modules predicted by combining the topological structure of the PPI network and gene expression data can match more modules rich in biological functional significance, and provide beneficial help for predicting protein functional modules and the proteins whose functions have not yet been revealed in the modules. As shown in Fig. 8, the ECTG detection scale is 12 modules, of which 11 belong to the molecular functional group heterocyclic compound binding, so the protein YNL189W may also have this function.

Fig. 8
figure 8

Example of predicted clusters

Conclusion

This paper proposes a functional module detection method ECTG that combines topological structure and gene expression data. The idea is expressing the topological structure of the PPI network with quantified topological features, and then using the gene expression data to calculate the similarity of gene expression patterns. Combining the two to re-weight the PPI pairs in the network, reconstructing the PPI network, and finally performing clustering on the PPI network through the EA algorithm. First, the reason and goal of introducing gene expression data and topology structure are explained. Second, the ECTG clustering algorithm is described in detail. Finally, perform clustering experiments on three different yeast mutual data sets to detect functional modules. The analysis of experimental results shows that compared with other methods, the clustering algorithm proposed in this paper has a greater improvement in recall rate and Fmeasure value, which shows that the combination of topological structure and gene expression data is effective. The advantages of ECTG are reflected in two aspects: (1) It can effectively remove the noise data reflected by calculating the topological structure feature value in the PPI network through the similarity of gene expression patterns; (2) using the information hidden in the gene expression data appropriately.

Availability of data and materials

The GO is freely available from http://geneontology.org/docs/ontology-documentation/.

Abbreviations

PPI:

Protein-protein interaction

EA:

Evolutionary algorithm

BFS:

Breadth-first search

PC:

Protein complexes

References

  1. Shen H, Cheng X, Cai K, Hu MB. Detect overlapping and hierarchical community structure in networks. Physica A Stat Mech Appl. 2008; 388(8):1706–12.

    Article  Google Scholar 

  2. Li M, Wang J, Chen J. A fast agglomerate algorithm for mining functional modules in protein interaction networks. In: International Conference on Biomedical Engineering and Informatics: 2008. p. 3–7.

  3. Qing-sheng HU, Xiu-juan LEI. Improved MCL clustering algorithm in PPI networks. Comput Sci. 2015; 07:114–9.

    Google Scholar 

  4. Gu L, Han Y, Wang C, Chen W, Jiao J, Yuan X. Module overlapping structure detection in PPI using an improved link similarity-based Markov clustering algorithm. Neural Comput & Applic. 2019; 31(5):1481–90.

    Article  Google Scholar 

  5. Yuan X, Xie L, Abouelenien M. A regularized ensemble framework of deep learning for cancer detection from multi-class, imbalanced training data. Pattern Recogn. 2018; 77:160–72.

    Article  Google Scholar 

  6. Xia Y, Wang X, Gu L, Gao Q, Jiao J, Wang C. A collective entity linking algorithm with parallel computing on large-scale knowledge base. J Supercomput. 2020; 76(2):948–63.

    Article  Google Scholar 

  7. Chin CH, Chen SH, Ho CW, Ko MT, Lin CY. A hub-attachment based method to detect functional modules from confidence-scored protein interactions and expression profiles. BMC Bioinformatics. 2010; 11(1):1–9.

    Google Scholar 

  8. Zhao B, Wang J, Li M, Li X, Li Y, Wu FX, Pan Y. A new method for predicting protein functions from dynamic weighted interactome networks. IEEE Trans Nanobiosci. 2016; 15(2):131–9.

    Article  Google Scholar 

  9. Rhrissorrakrai K, Gunsalus KC. Mine: Module identification in networks. BMC Bioinformatics. 2011; 12(1):4581.

    Article  Google Scholar 

  10. Zuo Y-C, Su WX, Zhang SH, Wang SS, Wu CY, Yang L, Li GP. Discrimination of membrane transporter protein types using K-nearest neighbor method derived from the similarity distance of total diversity measure. Mol BioSyst. 2015; 11(3):950–7.

    Article  CAS  Google Scholar 

  11. Yuan X, Buckles BP, Yuan Z, Zhang J. Mining negative association rules. In: Proceedings ISCC 2002 Seventh International Symposium on Computers and Communications: 2002. p. 623–8.

  12. Zhao B, Wang J, Li M, Wu FX, Pan Y. Detecting protein complexes based on uncertain graph model. IEEE/ACM Trans Comput Biol Bioinforma. 2014; 11(3):486–97.

    Article  Google Scholar 

  13. Butz M, Steenbuck ID, Ooyen AV. Homeostatic structural plasticity increases the efficiency of small-world networks. Front Synaptic Neurosci. 2014; 6:7.

    Article  Google Scholar 

  14. Gu L, Wang C, Zhang Y, Zhong J, Ni Z. Trust model in cloud computing environment based on fuzzy theory. Int J Comput Commun Control. 2014; 9(5):570–83.

    Article  Google Scholar 

  15. Rao H, Shi X, Rodrigue AK, Feng J, Xia Y, Elhoseny M, Yuan X, Gu L. Feature selection based on artificial bee colony and gradient boosting decision tree. Appl Soft Comput. 2019; 74:634–42.

    Article  Google Scholar 

  16. Xenarios I, Salwinski L, Duan XJ, Higney P, Kim S-M, Eisenberg D. DIP, the Database of Interacting Proteins: a research tool for studying cellular networks of protein interactions. Nucleic Acids Res. 2002; 30(1):303–5.

    Article  CAS  Google Scholar 

  17. Krogan N, Cagney G, Yu H, Zhong G, Guo X, Ignatchenko A, Li J, Pu S, Datta N, Tikuisis A. Global landscape of protein complexes in the yeast Saccharomyces cerevisiae. Nature. 2006; 440(7084):637–43.

    Article  CAS  Google Scholar 

  18. Gavin AC, BeSche M, Krause R, Grandi P, Marzioch M, Bauer A, Schultz J, Rick JM, Michon AM, Cruciat CM. Functional organization of the yeast proteome by systematic analysis of protein complexes. Nature. 2002; 415(6868):141–7.

    Article  CAS  Google Scholar 

  19. Wang XF, Chen G. Complex networks: Small-world, scale-free and beyond. IEEE Circ Syst Mag. 2003; 3(1):6–20.

    Article  Google Scholar 

  20. Goldberg DS, Roth FP. Assessing experimentally derived interactions in a small world. Proc Natl Acad Sci U S A. 2003; 100(8):4372–6.

    Article  CAS  Google Scholar 

  21. Samanta MP, Liang S. Proc Natl Acad Sci U S A. 2003; 100(22):12579–83.

  22. Joan S, Sorzano COS, Jesus CA, Patrick A, Carazo JM. Using neighborhood cohesiveness to infer interactions between protein domains. Bioinformatics. 2015; 31(15):2545–52.

    Article  Google Scholar 

  23. Rintala E, Jouhten P, Toivari M, Wiebe MG, Maaheimo H, Penttil M, Ruohonen L. Transcriptional responses of Saccharomyces cerevisiae to shift from respiratory and respirofermentative to fully fermentative metabolism. Omics J Integr Biol. 2011; 15(7-8):461–76.

    Article  CAS  Google Scholar 

  24. Nepusz T, Yu H, Paccanaro A. Detecting overlapping protein complexes in protein-protein interaction networks. Nat Methods. 2012; 9(5):471–2.

    Article  CAS  Google Scholar 

  25. Altaf-Ul-Amin M, Shinbo Y, Mihara K, Kurokawa K, Kanaya S. Development and implementation of an algorithm for detection of protein complexes in large interaction networks. Bmc Bioinformatics. 2006; 7(1):1–13.

    Article  Google Scholar 

  26. Wu M, Li X, Kwoh CK, Ng SK. A core-attachment based method to detect protein complexes in PPI networks. BMC Bioinformatics. 2009; 10(1):169.

    Article  Google Scholar 

  27. Adamcsek B, Palla G, Farkas IJ, Derenyi I, Vicsek T. CFinder: locating cliques and overlapping modules in biological networks. Bioinformatics. 2006; 22(8):1021–3.

    Article  CAS  Google Scholar 

  28. Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, Davis AP, Dolinski K, Dwight SS, Eppig JT. Gene ontology: tool for the unification of biology. Nat Genet. 2000; 25(1):25–9.

    Article  CAS  Google Scholar 

  29. Boyle EI, Weng S, Gollub J, Jin H. GO:: TermFinder?open source software for accessing Gene Ontology information and finding significantly enriched Gene Ontology terms associated with a list of genes. Bioinformatics. 2004; 20(18):3710–5.

    Article  CAS  Google Scholar 

  30. Maraziotis IA, Dimitrakopoulou K, Bezerianos A. Growing functional modules from a seed protein via integration of protein interaction and gene expression data. BMC Bioinformatics. 2007; 8(1):1–15.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This work is partially supported by the National Natural Science Foundation of China under Grant (31771679), the Anhui Foundation for Science and Technology Major Project, China, under Grant (201903a06020009, 18030901034, 201904e01020006), the 2019 Anhui University collaborative innovation project (GXXT-2019-013),Anhui university provincial natural science research project (KJ2020A0107), the Hefei Major Research Project of Key Technology (J2018G14).

Author information

Authors and Affiliations

Authors

Contributions

Authors’ contributions

W.X and Z.Z developed the algorithms and drafted the manuscript; they developed the codes, prepared the datasets for testing, drafted the discussion and revised the whole manuscript together with A.C, Y.H, S.X, X.C, W.C, J.J, H.W, Y.X and L.G. All authors have read and approved the manuscript.

Authors’ information

1School of Computer and Information, Anhui Agricultural University, No.130 ChangJiang Road, Hefei, Anhui, 230036, China. 2Department of Computer Science and Engineering, University of North Texas, 76203 Denton, TX, USA.

Corresponding author

Correspondence to Lichuan Gu.

Ethics declarations

Ethics approval and consent to participate

No ethics approval and consent were required for the study.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhao, Z., Xu, W., Chen, A. et al. Protein functional module identification method combining topological features and gene expression data. BMC Genomics 22, 423 (2021). https://doi.org/10.1186/s12864-021-07620-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12864-021-07620-3

Keywords