Related Experiment Video
Updated: Jun 19, 2026

11:26
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.
Bioinformatics Advances
|June 18, 2026
Summary
A new lossless data compression algorithm, PDZ, offers improved compression ratios and faster speeds for nanopore sequencing data compared to current standards like VBZ. This advancement reduces storage and transmission costs for large genomic datasets.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Efficient data compression is vital for managing large volumes of raw nanopore sequencing data, which present significant storage and transmission challenges.
- Existing compression methods often face limitations, either by increasing computational costs or by employing lossy techniques that compromise data integrity.
Purpose of the Study:
- To introduce PDZ, a novel lossless compression algorithm designed to enhance the efficiency of handling nanopore sequencing data.
- To demonstrate PDZ's superior performance in terms of compression ratio and computational speed compared to existing state-of-the-art methods.
Main Methods:
- Development of PDZ, a lossless compression algorithm implemented in C++.
- Integration of PDZ as a new compression method within the POD5 format.
- Comparative experimental evaluation against established compression algorithms like VBZ and EX-ZD.
Main Results:
- PDZ achieves compression ratio improvements of 0.87% to 2.84% over VBZ, depending on the dataset.
- PDZ demonstrates significant speedups: 1.09× to 2.25× faster compression and 1.01× to 1.52× faster decompression than VBZ.
- Compared to EX-ZD, PDZ offers a speedup factor of approximately 1.39× to 1.83× for both compression and decompression.
Conclusions:
- PDZ represents a significant advancement in lossless data compression for nanopore sequencing data.
- The algorithm offers a compelling balance of high compression performance and computational efficiency, outperforming current standards.
- PDZ is available as open-source, facilitating its adoption and further development within the bioinformatics community.
Related Concept Videos
Downsampling
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Upsampling
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...

