Efficient trace reconstruction in DNA storage systems using Bidirectional Beam Search

This article has 0 evaluations Published on
Read the full article Related papers
This article on Sciety

Abstract

Motivation

As DNA data storage systems gain popularity, the need for an efficient trace reconstruction algorithm becomes increasingly important. These algorithms aim to reconstruct the original encoded sequence from its noisy sequenced copies (or “traces”), enabling a faster and more reliable decoding process. Previous works have often been adaptations of methods for multiple sequence alignment or read error correction, typically operating under strict assumptions such as fixed error rates. However, such methods demonstrate limited generalizability to real datasets with higher error rates and suffer from slow processing times when dealing with a large number of traces.

Results

We propose a new probabilistic formulation of the trace reconstruction problem. Instead of optimizing alignment among traces, we model the traces as observations of a k-th order Markov chain and try to predict the sequence that is generated by the Markov chain with the highest probability. Such a formulation inspires a novel solution, i.e. Bidirectional Beam Search (BBS), whose reconstruction phase operates in linear time with respect to the length of the encoded sequences. Experiments on multiple public Nanopore datasets demonstrate that BBS achieves top-tier accuracy compared with the state-of-the-art methods while being ∼20x faster, showing its potential to enhance the efficiency of DNA data storage systems.

Availability and Implementation

The implementation of BBS is available at <ext-link xmlns:xlink="http://www.w3.org/1999/xlink" ext-link-type="uri" xlink:href="https://github.com/GZHoffie/bbs">https://github.com/GZHoffie/bbs</ext-link>, and the dataset and scripts for reproducibility are available at <ext-link xmlns:xlink="http://www.w3.org/1999/xlink" ext-link-type="uri" xlink:href="https://github.com/GZHoffie/bbs-test">https://github.com/GZHoffie/bbs-test</ext-link>.

Related articles

Related articles are currently not available for this article.