Pangenome-guided sequence assembly via binary optimisation
Josh Cudby, James Bonfield, Chenxi Zhou, Richard Durbin, Sergii Strelchuk
TL;DR
This work introduces pangenome-guided sequence assembly, casting graph traversal through a pangenome as a QUBO-based optimisation problem to resolve short-read data in complex regions without reference bias. The authors provide a five-stage workflow (pangenome creation, read mapping, copy-number annotation, path optimisation, solution processing) and explore classical and quantum solvers, including quantum annealing and QAOA, to solve the Tangle Resolution formulations. Empirical results on simulated data show substantially fewer contigs than de novo assemblers, with a modest trade-off in accuracy that can be mitigated by optional realignment or consensus steps; classical solvers are competitive with state-of-the-art methods, while early quantum demonstrations indicate potential as hardware scales. The work also introduces tools for realistic synthetic pangenomes and read-to-graph mapping (kmer2node), contributing broadly to pangenomics tooling and motivating further quantum-ready algorithm development for genome assembly.
Abstract
De novo genome assembly is challenging in highly repetitive regions; however, reference-guided assemblers often suffer from bias. We propose a framework for pangenome-guided sequence assembly, which can resolve short-read data in complex regions without bias towards a single reference genome. Our primary contribution is to frame the assembly as a graph traversal optimisation problem, which can be implemented classically or on a quantum computer. The workflow involves first annotating pangenome graphs with estimated copy numbers for each node, then finding a path on the graph that best explains those copy numbers. On simulated data, our approach significantly reduces the number of contigs compared to de novo assemblers. While they introduce a small increase in inaccuracies, such as false joins, our optimisation-based methods are competitive with current exhaustive search techniques. They are also designed to scale more efficiently as the problem size grows and will run effectively on future quantum computers; a small experiment on a real quantum device showcases this behaviour. Moreover, they are more resilient to noise in copy number estimation inherent in short-read-based assembly. We also develop novel tools for creating realistic synthetic pangenomes, aligning reads to pangenomes and for evaluating assembly quality.
