Linear time minimum segmentation enables scalable founder reconstruction

Algorithms for Molecular Biology(2019)

引用 9|浏览24
暂无评分
摘要
Background We study a preprocessing routine relevant in pan-genomic analyses: consider a set of aligned haplotype sequences of complete human chromosomes. Due to the enormous size of such data, one would like to represent this input set with a few founder sequences that retain as well as possible the contiguities of the original sequences. Such a smaller set gives a scalable way to exploit pan-genomic information in further analyses (e.g. read alignment and variant calling). Optimizing the founder set is an NP-hard problem, but there is a segmentation formulation that can be solved in polynomial time, defined as follows. Given a threshold L and a set ℛ = {R_1, … , R_m} of m strings (haplotype sequences), each having length n , the minimum segmentation problem for founder reconstruction is to partition [1, n ] into set P of disjoint segments such that each segment [a,b] ∈ P has length at least L and the number d(a,b)=|{R_i[a,b] :1≤ i ≤ m}| of distinct substrings at segment [ a , b ] is minimized over [a,b] ∈ P . The distinct substrings in the segments represent founder blocks that can be concatenated to form max{ d(a,b) :[a,b] ∈ P } founder sequences representing the original ℛ such that crossovers happen only at segment boundaries. Results We give an O ( mn ) time (i.e. linear time in the input size) algorithm to solve the minimum segmentation problem for founder reconstruction, improving over an earlier O(mn^2) . Conclusions Our improvement enables to apply the formulation on an input of thousands of complete human chromosomes. We implemented the new algorithm and give experimental evidence on its practicality. The implementation is available in https://github.com/tsnorri/founder-sequences .
更多
查看译文
关键词
Pan-genome indexing,Founder reconstruction,Dynamic programming,Positional Burrows–Wheeler transform,Range minimum query
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要