An algorithm for approximate tandem repeats

JOURNAL OF COMPUTATIONAL BIOLOGY(2001)

引用 130|浏览3
暂无评分
摘要
A perfect single tandem repeat is defined as a nonempty string that can be divided into two identical substrings, e,g,, abcabc, An approximate single tandem repeat is one in which the substrings are similar, but not identical, e,g,, abcdaacd, In this paper we consider two criterions of similarity: the Hamming distance (k mismatches) and the edit distance (k differences). For a string S of length n and an integer k our algorithm reports all locally optimal approximate repeats, r = (u) over bar(u) over cap, for which the Hamming distance of (u) over bar and (u) over cap is at most k, in O(nk log(n / k)) time, or all those for which the edit distance of (u) over bar and (u) over cap is at most k, in O(nk log k log(n / k)) time. This paper concentrates on a more general type of repeat called multiple tandem repeats. A multiple tandem repeat in a sequence S is a (periodic) substring r of S of the form r = u(a)u ', where u is a prefix of r and u ' is a prefix of u, An approximate multiple tandem repeat is a multiple repeat with errors; the repeated subsequences are similar but not identical, We precisely define approximate multiple repeats, and present an algorithm that finds all repeats that concur with our definition. The time complexity of the algorithm, when searching for repeats with up to k errors in a string S of length a, is O(nka log(n / k)) where a is the maximum number of periods in any reported repeat. We present some experimental results concerning the performance and sensitivity of our algorithm, The problem of finding repeats within a string is a computational problem with important applications in the field of molecular biology. Both exact and inexact repeats occur frequently in the genome, and certain repeats occurring in the genome are known to be related to diseases in the human.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要