Related Experiment Video
Updated: Jun 19, 2026

Sequencing of mRNA from Whole Blood using Nanopore Sequencing
Published on: June 3, 2019
Efficient lossless compression of nanopore sequencing signals
Rafael Castelli1, Tomás González1, Rodrigo Torrado1
1Instituto de Computación, Facultad de Ingeniería, Universidad de la República, Montevideo 11300, Uruguay.
Motivation:
Efficient data compression is crucial for reducing storage and transmission costs associated to vast volumes of nanopore raw sequencing data. Surpassing the state-of-the-art compression performance has been challenging, and all recent progress in this direction either incur a computational performance over-cost or resort to lossy compression schemes, which are not always desirable.
Results:
In this article, we present PDZ, a lossless compression algorithm that outperforms VBZ, the current defacto standard, both in compression performance and computational efficiency. In our experimental evaluation, the compression ratio improvement ranges from 0.87% to 2.84% depending on the dataset, the compression speed is 1.09× to 2.25× faster depending on the hardware, and the decompression speed is 1.01× to 1.52× faster depending on the hardware. Compared to EX-ZD, a compression algorithm with similar compression performance, the speedup factor for both compression and decompression goes from approximately to , depending on the hardware.
Availability And Implementation:
PDZ is implemented in C++ as a new compression method within the POD5 format. The source code is available as a fork of the open-source NanoporeTech library at https://github.com/Rafael-Cast/Piecewise-Differential-Zstd-Coder-POD5-Demo.
Related Concept Videos
Downsampling
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Upsampling

