Litcius/Paper detail

CHTKC: a robust and efficient k-mer counting algorithm based on a lock-free chaining hash table

Jianan Wang, Su Chen, Lili Dong, Guohua Wang

2020Briefings in Bioinformatics29 citationsDOI

Abstract

MOTIVATION: Calculating the frequency of occurrence of each substring of length k in DNA sequences is a common task in many bioinformatics applications, including genome assembly, error correction, and sequence alignment. Although the problem is simple, efficient counting of datasets with high sequencing depth or large genome size is a challenge. RESULTS: We propose a robust and efficient method, CHTKC, to solve the k-mer counting problem with a lock-free hash table that uses linked lists to resolve collisions. We also design new mechanisms to optimize memory usage and handle situations where memory is not enough to accommodate all k-mers. CHTKC has been thoroughly tested on seven datasets under multiple memory usage scenarios and compared with Jellyfish2 and KMC3. Our work shows that using a hash-table-based method to effectively solve the k-mer counting problem remains a feasible solution.

Topics & Concepts

ChainingSubstringComputer sciencek-merHash tableHash functionAlgorithmLock (firearm)Table (database)Simple (philosophy)Perfect hash functionSequence (biology)Parallel computingData structureDNA sequencingData miningDNAComputer securityGeneticsPhilosophyPsychotherapistProgramming languagePsychologyBiologyEngineeringMechanical engineeringEpistemologyGenomics and Phylogenetic StudiesMachine Learning in BioinformaticsAlgorithms and Data Compression
CHTKC: a robust and efficient k-mer counting algorithm based on a lock-free chaining hash table | Litcius