Parallel Clustering Algorithm for Large Data Sets with Applications in Bioinformatics

Computational Biology and Bioinformatics, IEEE/ACM Transactions(2009)

引用 98|浏览13
暂无评分
摘要
Large sets of bioinformatical data provide a challenge in time consumption while solving the cluster identification problem, and that is why a parallel algorithm is so needed for identifying dense clusters in a noisy background. Our algorithm works on a graph representation of the data set to be analyzed. It identifies clusters through the identification of densely intraconnected subgraphs. We have employed a minimum spanning tree (MST) representation of the graph and solve the cluster identification problem using this representation. The computational bottleneck of our algorithm is the construction of an MST of a graph, for which a parallel algorithm is employed. Our high-level strategy for the parallel MST construction algorithm is to first partition the graph, then construct MSTs for the partitioned subgraphs and auxiliary bipartite graphs based on the subgraphs, and finally merge these MSTs to derive an MST of the original graph. The computational results indicate that when running on 150 CPUs, our algorithm can solve a cluster identification problem on a data set with 1,000,000 data points almost 100 times faster than on single CPU, indicating that this program is capable of handling very large data clustering problems in an efficient manner. We have implemented the clustering algorithm as the software CLUMP.
更多
查看译文
关键词
algorithm design and analysis,bioinformatics,pattern recognition,clustering algorithms,graph representation,bipartite graph,clustering,graphs,concurrent computing,parallel algorithms,clustering algorithm,tree graphs,background noise,parallel processing,minimum spanning tree,parallel algorithm,indexing terms
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要