The restriction mapping problem revisited

作者:

Highlights:

摘要

In computational molecular biology, the aim of restriction mapping is to locate the restriction sites of a given enzyme on a DNA molecule. Double digest and partial digest are two well-studied techniques for restriction mapping. While double digest is NP-complete, there is no known polynomial-time algorithm for partial digest. Another disadvantage of the above techniques is that there can be multiple solutions for reconstruction.In this paper, we study a simple technique called labeled partial digest for restriction mapping. We give a fast polynomial time (O(n2logn) worst-case) algorithm for finding all the n sites of a DNA molecule using this technique. An important advantage of the algorithm is the unique reconstruction of the DNA molecule from the digest. The technique is also robust in handling errors in fragment lengths which arises in the laboratory. We give a robust O(n4) worst-case algorithm that can provably tolerate an absolute error of O(Δn) (where Δ is the minimum inter-site distance), while giving a unique reconstruction. We test our theoretical results by simulating the performance of the algorithm on a real DNA molecule.Motivated by the similarity to the labeled partial digest problem, we address a related problem of interest—the de novo peptide sequencing problem (ACM-SIAM Symposium on Discrete Algorithms (SODA), 2000, pp. 389–398), which arises in the reconstruction of the peptide sequence of a protein molecule. We give a simple and efficient algorithm for the problem without using dynamic programming. The algorithm runs in time O(klogk), where k is the number of ions and is an improvement over the algorithm in Chen et al.

论文关键词:

论文评审过程:Received 1 May 2001, Revised 30 August 2001, Available online 17 January 2003.

论文官网地址:https://doi.org/10.1016/S0022-0000(02)00008-9