Space-efficient representation of genomic k-mer count tables

Springer Science and Business Media LLC - Tập 17 - Trang 1-15 - 2022
Yoshihiro Shibuya1, Djamal Belazzougui2, Gregory Kucherov1,3
1LIGM, Université Gustave Eiffel, Marne-la-Vallée, France
2CAPA, DTISI, Centre de Recherche sur l’Information Scientifique et Technique, Algiers, Algeria
3Skolkovo Institute of Science and Technology, Moscow, Russia

Tóm tắt

k-mer counting is a common task in bioinformatic pipelines, with many dedicated tools available. Many of these tools produce in output k-mer count tables containing both k-mers and counts, easily reaching tens of GB. Furthermore, such tables do not support efficient random-access queries in general. In this work, we design an efficient representation of k-mer count tables supporting fast random-access queries. We propose to apply Compressed Static Functions (CSFs), with space proportional to the empirical zero-order entropy of the counts. For very skewed distributions, like those of k-mer counts in whole genomes, the only currently available implementation of CSFs does not provide a compact enough representation. By adding a Bloom filter to a CSF we obtain a Bloom-enhanced CSF (BCSF) effectively overcoming this limitation. Furthermore, by combining BCSFs with minimizer-based bucketing of k-mers, we build even smaller representations breaking the empirical entropy lower bound, for large enough k. We also extend these representations to the approximate case, gaining additional space. We experimentally validate these techniques on k-mer count tables of whole genomes (E. Coli and C. Elegans) and unassembled reads, as well as on k-mer document frequency tables for 29 E. Coli genomes. In the case of exact counts, our representation takes about a half of the space of the empirical entropy, for large enough k’s.

Tài liệu tham khảo