Related Experiment Video
Updated: May 31, 2026

Targeted Next-generation Sequencing and Bioinformatics Pipeline to Evaluate Genetic Determinants of Constitutional Disease
Published on: April 4, 2018
BINSEQ: A family of high-performance binary formats for nucleotide sequences
Noam Teyssier1, Alexander Dobin1
1Bioinformatics, Computational Tech Center, Arc Institute, Palo Alto, California, United States of America.
Modern genomics generates vast sequencing data in FASTQ format, hindering high-throughput analysis. We introduce BINSEQ, a binary format family enabling up to 90x faster parallel processing for genomics applications, reducing analysis time significantly.
Area of Science:
- Genomics
- Bioinformatics
- Computational Biology
Background:
- Modern genomics generates massive sequencing data, typically stored in gzip-compressed FASTQ files.
- FASTQ format's single-threaded decompression and sequential parsing limit high-throughput parallel processing.
- This bottleneck affects critical applications like read mapping, variant calling, and de novo assembly.
Purpose of the Study:
- Introduce BINSEQ, a family of binary formats designed for high-throughput parallel processing of sequencing data.
- Optimize storage and access for large-scale genomics analyses.
- Facilitate adoption through accessible libraries and tools.
Main Methods:
- Developed BINSEQ family with two implementations: BQ (fixed-length reads, 2/4-bit encoding, random access) and VBQ (variable-length sequences, optional quality scores, block compression).
- Implemented high-performance libraries for reading/writing BINSEQ.
- Provided native parallelization strategies and a command-line conversion tool.
Main Results:
- BINSEQ files achieve up to 90x speedup compared to compressed FASTQ for parallel processing.
- Demonstrated significant reduction in analysis time from hours to minutes for large-scale genome and transcriptome analyses.
- Validated efficiency for resource-intensive applications such as alignment, mapping, and de novo assembly.
Conclusions:
- BINSEQ formats offer a substantial improvement for high-throughput parallel processing of sequencing data.
- Enable faster and more efficient large-scale genomics analyses.
- Facilitate broader adoption of efficient data processing in genomics research.
Related Concept Videos
RNA-seq
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
Nucleic Acid Structure
DNA Structure
DNA has a double-helix structure. The...
Next-generation Sequencing
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features.
Nucleic Acids and Nucleotides
Deoxyribonucleic Acid (DNA)
DNA is the genetic material in all living organisms, ranging from single-celled bacteria to multicellular mammals. It is in the nucleus of eukaryotes and the organelles such as chloroplasts and mitochondria. In...
Nucleic acids
DNA and RNA
The two main types of nucleic acids are deoxyribonucleic acid (DNA) and ribonucleic acid (RNA). DNA is the genetic material in all living organisms, ranging from single-celled bacteria to multicellular mammals. It is in the nucleus of eukaryotes and in the organelles, chloroplasts, and mitochondria. In prokaryotes, the...
Nucleic Acids
DNA and RNA
The two main types of nucleic acids are deoxyribonucleic acid (DNA) and ribonucleic acid (RNA). DNA is the genetic material in all living organisms, ranging from single-celled bacteria to multicellular mammals. It is in the nucleus of eukaryotes and in the organelles, chloroplasts, and mitochondria. In prokaryotes, the...

