SOTAVerified

MAFcounter: An efficient tool for counting the occurrences of k-mers in MAF files

2024-11-29Code Available0· sign in to hype

Michail Patsakis, Kimonas Provatas, Ioannis Mouratidis, Ilias Georgakopoulos-Soares

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Motivation: With the rapid expansion of large-scale biological datasets, DNA and protein sequence alignments have become essential for comparative genomics and proteomics. These alignments facilitate the exploration of sequence similarity patterns, providing valuable insights into sequence conservation, evolutionary relationships and for functional analyses. Typically, sequence alignments are stored in formats such as the Multiple Alignment Format (MAF). Counting k-mer occurrences is a crucial task in many computational biology applications, but currently, there is no algorithm designed for k-mer counting in alignment files. Results: We have developed MAFcounter, the first k-mer counter dedicated to alignment files. MAFcounter is multithreaded, fast, and memory efficient, enabling k-mer counting in DNA and protein sequence alignment files. Availability: The MAFcounter package and its Python bindings are released under GPL license as a multi-platform application and are available at: https://github.com/Georgakopoulos-Soares-lab/MAFcounter

Reproductions