Related Experiment Video
Updated: Jul 12, 2025

A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
LexicHash: sequence similarity estimation via lexicographic comparison of hashes
Grant Greenberg1, Aditya Narayan Ravi1, Ilan Shomorony1
1Department of Electrical and Computer Engineering, University of Illinois at Urbana-Champaign, Urbana, IL, United States.
LexicHash improves sequence similarity estimation for third-generation sequencing by enhancing MinHash. This new method offers high precision and sensitivity, outperforming standard MinHash in identifying alignments.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Pairwise sequence alignment is computationally intensive, especially for third-generation sequencing data.
- MinHash is a common approximation method using k-mers and min-hashes to estimate sequence similarity.
- The parameter k in MinHash presents a precision-recall tradeoff, impacting alignment identification.
Purpose of the Study:
- Introduce LexicHash, a novel similarity estimation method.
- Achieve high precision and sensitivity independent of the k-mer size parameter.
- Develop an efficient algorithm for searching large alignments.
Main Methods:
- LexicHash is a variant of MinHash utilizing a specialized hash function.
- Similarity is estimated by assessing the lexicographical similarity of min-hashes, not just matches.
- The method was evaluated on 40 PacBio datasets.
Main Results:
- LexicHash demonstrated an average 20.9% improvement in the area under the precision-recall curve compared to MinHash.
- The LexicHash framework enables an O(n) time algorithm for efficient alignment searching.
- This circumvents the typical O(n^2) complexity of pairwise similarity searches.
Conclusions:
- LexicHash offers a significant advancement in sequence similarity estimation for large-scale genomic data.
- The method overcomes the limitations of traditional MinHash, providing better precision and recall.
- LexicHash is available for use and further development.
More Related Videos
Related Concept Videos
Evolutionary Relationships through Genome Comparisons
Modern Molecular Taxonomy
¹H NMR Chemical Shift Equivalence: Homotopic and Heterotopic Protons
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...
The Representativeness Heuristic
Comparing Copy Number Variations and SNPs
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%...

