Table of Contents
Fetching ...

Random Access in DNA Storage: Algorithms, Constructions, and Bounds

Chen Wang, Eitan Yaakobi

TL;DR

This paper addresses the recently studied Random Access Problem, which evaluates the expected number of read samples required to recover a specific information strand from $n$ encoded strands, and proposes a novel algorithm to compute the exact expected number of reads.

Abstract

As DNA data storage moves closer to practical deployment, minimizing sequencing coverage depth is essential to reduce both operational costs and retrieval latency. This paper addresses the recently studied Random Access Problem, which evaluates the expected number of read samples required to recover a specific information strand from $n$ encoded strands. We propose a novel algorithm to compute the exact expected number of reads, achieving a computational complexity of $O(n)$ for fixed field size $q$ and information length $k$. Furthermore, we derive explicit formulas for the average and maximum expected number of reads, enabling an efficient search for optimal generator matrices under small parameters. Beyond theoretical analysis, we present new code constructions that improve the best-known upper bound from $0.8815k$ to $0.8811k$ for $k=3$, and achieve an upper bound of $0.8629k$ for $k=4$ for sufficiently large $q$. We also establish a tighter theoretical lower bound on the expected number of reads that improves upon state-of-the-art bounds. In particular, this bound establishes the optimality of the simple parity code for the case of $n=k+1$ across any alphabet $q$.

Random Access in DNA Storage: Algorithms, Constructions, and Bounds

TL;DR

This paper addresses the recently studied Random Access Problem, which evaluates the expected number of read samples required to recover a specific information strand from encoded strands, and proposes a novel algorithm to compute the exact expected number of reads.

Abstract

As DNA data storage moves closer to practical deployment, minimizing sequencing coverage depth is essential to reduce both operational costs and retrieval latency. This paper addresses the recently studied Random Access Problem, which evaluates the expected number of read samples required to recover a specific information strand from encoded strands. We propose a novel algorithm to compute the exact expected number of reads, achieving a computational complexity of for fixed field size and information length . Furthermore, we derive explicit formulas for the average and maximum expected number of reads, enabling an efficient search for optimal generator matrices under small parameters. Beyond theoretical analysis, we present new code constructions that improve the best-known upper bound from to for , and achieve an upper bound of for for sufficiently large . We also establish a tighter theoretical lower bound on the expected number of reads that improves upon state-of-the-art bounds. In particular, this bound establishes the optimality of the simple parity code for the case of across any alphabet .
Paper Structure (9 sections, 17 theorems, 74 equations, 4 tables, 1 algorithm)

This paper contains 9 sections, 17 theorems, 74 equations, 4 tables, 1 algorithm.

Key Result

Lemma 1

For every $i\in [k]$, the expected value of $\tau_i(G)$ is given by:

Theorems & Definitions (24)

  • Example 1
  • Lemma 1: See gruica2024combinatorial, Lemma 1
  • Lemma 2
  • Corollary 1
  • Lemma 3
  • Corollary 2
  • Lemma 4
  • Example 2
  • Lemma 5
  • Theorem 1
  • ...and 14 more