Cargando…

aaHash: recursive amino acid sequence hashing

MOTIVATION: K-mer hashing is a common operation in many foundational bioinformatics problems. However, generic string hashing algorithms are not optimized for this application. Strings in bioinformatics use specific alphabets, a trait leveraged for nucleic acid sequences in earlier work. We note tha...

Descripción completa

Detalles Bibliográficos
Autores principales: Wong, Johnathan, Kazemi, Parham, Coombe, Lauren, Warren, René L, Birol, Inanç
Formato: Online Artículo Texto
Lenguaje:English
Publicado: Oxford University Press 2023
Materias:
Acceso en línea:https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10660294/
https://www.ncbi.nlm.nih.gov/pubmed/38023332
http://dx.doi.org/10.1093/bioadv/vbad162
Descripción
Sumario:MOTIVATION: K-mer hashing is a common operation in many foundational bioinformatics problems. However, generic string hashing algorithms are not optimized for this application. Strings in bioinformatics use specific alphabets, a trait leveraged for nucleic acid sequences in earlier work. We note that amino acid sequences, with complexities and context that cannot be captured by generic hashing algorithms, can also benefit from a domain-specific hashing algorithm. Such a hashing algorithm can accelerate and improve the sensitivity of bioinformatics applications developed for protein sequences. RESULTS: Here, we present aaHash, a recursive hashing algorithm tailored for amino acid sequences. This algorithm utilizes multiple hash levels to represent biochemical similarities between amino acids. aaHash performs ∼10× faster than generic string hashing algorithms in hashing adjacent k-mers. AVAILABILITY AND IMPLEMENTATION: aaHash is available online at https://github.com/bcgsc/btllib and is free for academic use.