Algorithmic complexity of protein identification: combinatorics of weighted strings

Discrete Applied Mathematics(2004)

引用 32|浏览3
暂无评分
摘要
We investigate a problem which arises in computational biology: Given a constant-size alphabet A with a weight function μ:A→N, find an efficient data structure and query algorithm solving the following problem: For a string σ over A and a weight M∈N, decide whether σ contains a substring with weight M, where the weight of a string is the sum of the weights of its letters (ONE-STRING MASS FINDING PROBLEM). If the answer is yes, then we may in addition require a witness, i.e., indices i⩽j such that the substring beginning at position i and ending at position j has weight M. We allow preprocessing of the string and measure efficiency in two parameters: storage space required for the preprocessed data and running time of the query algorithm for given M. We are interested in data structures and algorithms requiring subquadratic storage space and sublinear query time, where we measure the input size as the length n of the input string σ. Among others, we present two non-trivial efficient algorithms: LOOKUP solves the problem with O(n) storage space and O(n/logn) time; INTERVAL solves the problem for binary alphabets with O(n) storage space in O(logn) query time. We introduce other variants of the problem and sketch how our algorithms may be extended for these variants. Finally, we discuss combinatorial properties of weighted strings.
更多
查看译文
关键词
Computational Biology,Protein Identification,Weighted Strings
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要