Related Experiment Video
Updated: Jan 2, 2026

08:35
Application of DNA Fingerprinting using the D1S80 Locus in Lab Classes
Published on: July 17, 2021
22.8K
Dashing: fast and accurate genomic distances with HyperLogLog
Daniel N Baker1, Ben Langmead2
1Department of Computer Science, Johns Hopkins University, 3400 N Charles St, Baltimore, 21218, USA. dnb@cs.jhu.edu.
Genome Biology
|December 6, 2019
Summary
Dashing software rapidly and accurately estimates genome similarities using HyperLogLog sketches. This tool surpasses previous methods, enabling efficient analysis of large genomic datasets.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Accurate and rapid estimation of genomic similarity is crucial for comparative genomics.
- Existing methods like MinHash have limitations in speed and accuracy across diverse datasets.
- Scalability is a key challenge when analyzing large-scale genomic data.
Purpose of the Study:
- To introduce Dashing, a novel software tool for fast and accurate genome similarity estimation.
- To evaluate Dashing's performance against existing methods in terms of speed and accuracy.
- To demonstrate Dashing's capability in handling large-scale genomic datasets.
Main Methods:
- Utilizes the HyperLogLog (HLL) sketch algorithm for data summarization.
- Employs specialized cardinality estimation techniques for set unions and intersections.
- Implements optimized algorithms for rapid sketching and pairwise distance calculations.
Main Results:
- Dashing achieves significantly faster genome summarization compared to MinHash-based approaches.
- Demonstrates superior accuracy across various input and sketch sizes.
- Successfully processed and calculated pairwise distances for over 87,000 genomes in just 6 minutes.
Conclusions:
- Dashing offers a highly efficient and accurate solution for estimating genomic similarities.
- The HyperLogLog approach provides a scalable and effective alternative for large-scale genomic analyses.
- Dashing is an open-source tool, promoting accessibility and further development in the field.
Related Concept Videos
Evolutionary Relationships through Genome Comparisons
6.8K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
6.8K
Comparing Copy Number Variations and SNPs
18.5K
Sequencing of the human genome has opened up several best-kept secrets of the genome. Scientists have identified thousands of genome variations that exist within a population. These variations can be a single nucleotide or a larger chromosomal variation.
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
18.5K
Distribution of Molecular Speeds
5.2K
The motion of molecules in a gas is random in magnitude and direction for individual molecules, but a gas of many molecules has a predictable distribution of molecular speeds. This predictable distribution of molecular speeds is known as the Maxwell-Boltzmann distribution. The distribution of molecular speeds in liquids is comparable to that of gases but not identical and can help to understand the phenomenon of the boiling and vapor pressure of a liquid. Consider that a molecule requires a...
5.2K

