A MapReduce-Based Parallel Clustering Algorithm for Large Protein-Protein Interaction Networks

Li Liu,Dangping Fan,Ming Liu,Guandong Xu,Shiping Chen,Yuan Zhou,Xiwei Chen,Qianru Wang,Yufeng Wei
DOI: https://doi.org/10.1007/978-3-642-35527-1_12
2012-01-01
Abstract:Clustering proteins or identifying functionally related proteins in Protein-Protein Interaction (PPI) networks is one of the most computation-intensive problems in the proteomic community. Most researches focused on improving the accuracy of the clustering algorithms. However, the high computation cost of these clustering algorithms, such as Girvan and Newmans clustering algorithm, has been an obstacle to their use on large-scale PPI networks. In this paper, we propose an algorithm, called Clustering-MR, to address the problem. Our solution can effectively parallelize the Girvan and Newmans clustering algorithms based on edge-betweeness using MapReduce. We evaluated the performance of our Clustering-MR algorithm in a cloud environment with different sizes of testing datasets and different numbers of worker nodes. The experimental results show that our Clustering-MR algorithm can achieve high performance for large-scale PPI networks with more than 1000 proteins or 5000 interactions.
What problem does this paper attempt to address?