Related Experiment Video
Updated: Mar 21, 2026

Targeted Next-generation Sequencing and Bioinformatics Pipeline to Evaluate Genetic Determinants of Constitutional Disease
Published on: April 4, 2018
VariantBam: filtering and profiling of next-generational sequencing data using region-specific rules.
Jeremiah Wala1, Cheng-Zhong Zhang2, Matthew Meyerson3
1The Broad Institute of Harvard and MIT, Cambridge, MA 02142, USA Bioinformatics and Integrative Genomics, Harvard University, Cambridge, MA 02138, USA Department of Cancer Biology, Dana-Farber Cancer Institute, Boston, MA 02115, USA.
VariantBam is a new C++ tool that filters sequencing data (BAM, CRAM, SAM files) to reduce storage size while retaining crucial variant information for analysis.
Area of Science:
- Bioinformatics
- Genomics
- Computational Biology
Background:
- Next-generation sequencing generates large datasets, requiring efficient storage and analysis.
- Variant calling and analysis rely on high-quality sequencing reads.
Purpose of the Study:
- To develop a flexible C++ tool, VariantBam, for filtering and profiling sequencing data.
- To enable efficient data storage by removing irrelevant reads while preserving variant-supporting information.
Main Methods:
- VariantBam utilizes rules based on genomic intervals and variant sites.
- Implemented filters include alignment data, sequence motifs, regional coverage, and base quality.
- The tool processes BAM, CRAM, and SAM sequencing file formats.
Main Results:
- VariantBam achieved a median size reduction ratio of 3.1:1 on lung cancer whole genome BAM files.
- Filtering removed large tags and selected high-quality, variant-supporting reads and reads matching sequence motifs.
- The tool preserves essential information for downstream genomic analyses.
Conclusions:
- VariantBam offers an efficient solution for managing large sequencing datasets.
- The tool facilitates cost-effective data storage and streamlined downstream variant analysis.
- VariantBam enhances the usability of sequencing data for genomic research.
More Related Videos
Related Concept Videos
Next-generation Sequencing
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
RNA-seq
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Cis-regulatory Sequences
Cis-regulatory Sequences
Sanger Sequencing

