Related Experiment Video
Updated: Aug 9, 2025

An Ultrahigh-throughput Microfluidic Platform for Single-cell Genome Sequencing
Published on: May 23, 2018
MetaProFi: an ultrafast chunked Bloom filter for storing and querying protein and nucleotide sequence data for
Sanjay K Srikakulam1,2,3, Sebastian Keller1,2, Fawaz Dabbaghie1,4,5
1Helmholtz Institute for Pharmaceutical Research Saarland (HIPS), Helmholtz Centre for Infection Research (HZI), 66123 Saarbrücken, Germany.
Motivation:
Bloom filters are a popular data structure that allows rapid searches in large sequence datasets. So far, all tools work with nucleotide sequences; however, protein sequences are conserved over longer evolutionary distances, and only mutations on the protein level may have any functional significance.
Results:
We present MetaProFi, a Bloom filter-based tool that, for the first time, offers the functionality to build indexes of amino acid sequences and query them with both amino acid and nucleotide sequences, thus bringing sequence comparison to the biologically relevant protein level. MetaProFi implements additional efficient engineering solutions, such as a shared memory system, chunked data storage and efficient compression. In addition to its conceptual novelty, MetaProFi demonstrates state-of-the-art performance and excellent memory consumption-to-speed ratio when applied to various large datasets.
Availability And Implementation:
Source code in Python is available at https://github.com/kalininalab/metaprofi.
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....
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...

