Department of Mathematics, Statistics and Computer Science, Marquette University, PO Box 1881, Milwaukee, WI 53201-1881, USA.
IEEE/ACM Trans Comput Biol Bioinform. 2013 Mar-Apr;10(2):352-60. doi: 10.1109/TCBB.2013.26.
The problem of computing the minimum tiling path (MTP) from a set of clones arranged in a physical map is a cornerstone of hierarchical (clone-by-clone) genome sequencing projects. We formulate this problem in a graph theoretical framework, and then solve by a combination of minimum hitting set and minimum spanning tree algorithms. The tool implementing this strategy, called FMTP, shows improved performance compared to the widely used software FPC. When we execute FMTP and FPC on the same physical map, the MTP produced by FMTP covers a higher portion of the genome, and uses a smaller number of clones. For instance, on the rice genome the MTP produced by our tool would reduce by about 11 percent the cost of a clone-by-clone sequencing project. Source code, benchmark data sets, and documentation of FMTP are freely available at >http://code.google.com/p/fingerprint-based-minimal-tiling-path/ under MIT license.
从按照物理图谱排列的一组克隆中计算最小平铺路径(MTP)的问题是层级(按克隆排列)基因组测序项目的基石。我们将这个问题用图论框架表示,然后通过最小命中集和最小生成树算法的组合来解决。实现这一策略的工具称为 FMTP,与广泛使用的软件 FPC 相比,它显示出了改进的性能。当我们在相同的物理图谱上执行 FMTP 和 FPC 时,FMTP 生成的 MTP 覆盖了基因组的更高部分,并且使用了更少的克隆。例如,在水稻基因组上,我们的工具生成的 MTP 将使按克隆排列的测序项目的成本降低约 11%。FMTP 的源代码、基准数据集和文档可在>http://code.google.com/p/fingerprint-based-minimal-tiling-path/ 下根据麻省理工学院许可证免费获得。