An efficient voting algorithm for finding additive biclusters with random background.

JOURNAL OF COMPUTATIONAL BIOLOGY(2008)

引用 6|浏览4
暂无评分
摘要
The biclustering problem has been extensively studied in many areas, including e-commerce, data mining, machine learning, pattern recognition, statistics, and, more recently, computational biology. Given an n x m matrix A ( n >= m), the main goal of biclustering is to identify a subset of rows ( called objects) and a subset of columns ( called properties) such that some objective function that specifies the quality of the found bicluster ( formed by the subsets of rows and of columns of A) is optimized. The problem has been proved or conjectured to be NP-hard for various objective functions. In this article, we study a probabilistic model for the implanted additive bicluster problem, where each element in the n x m background matrix is a random integer from [0; L - 1] for some integer L, and a k x k implanted additive bicluster is obtained from an error-free additive bicluster by randomly changing each element to a number in [0; L - 1] with probability theta. We propose an O(n(2)m) time algorithm based on voting to solve the problem. We show that when k >= Omega (root n logn), the voting algorithm can correctly find the implanted bicluster with probability at least 1 - 9/n(2). We also implement our algorithm as a C++ program named VOTE. The implementation incorporates several ideas for estimating the size of an implanted bicluster, adjusting the threshold in voting, dealing with small biclusters, and dealing with overlapping implanted biclusters. Our experimental results on both simulated and real datasets show that VOTE can find biclusters with a high accuracy and speed.
更多
查看译文
关键词
additive bicluster,computational biology,gene expression data analysis,polynomial-time algorithm,probability model
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要