Related Experiment Video
Updated: Nov 17, 2025

Quasi-light Storage for Optical Data Packets
Published on: February 6, 2014
MQF and buffered MQF: quotient filters for efficient storage of k-mers with their counts and metadata
Moustafa Shokrof1, C Titus Brown2, Tamer A Mansour3,4
1Department of Computer Science, University of California, Davis, CA, USA.
Background:
Specialized data structures are required for online algorithms to efficiently handle large sequencing datasets. The counting quotient filter (CQF), a compact hashtable, can efficiently store k-mers with a skewed distribution.
Result:
Here, we present the mixed-counters quotient filter (MQF) as a new variant of the CQF with novel counting and labeling systems. The new counting system adapts to a wider range of data distributions for increased space efficiency and is faster than the CQF for insertions and queries in most of the tested scenarios. A buffered version of the MQF can offload storage to disk, trading speed of insertions and queries for a significant memory reduction. The labeling system provides a flexible framework for assigning labels to member items while maintaining good data locality and a concise memory representation. These labels serve as a minimal perfect hash function but are ~ tenfold faster than BBhash, with no need to re-analyze the original data for further insertions or deletions.
Conclusions:
The MQF is a flexible and efficient data structure that extends our ability to work with high throughput sequencing data.
Related Concept Videos
Mass Analyzers: Common Types
Extraction: Partition and Distribution Coefficients
For extracting a solute from an aqueous phase into an...

