The gift of novelty: repeat-robust k-mer-based estimators of mutation rates

This article has been Reviewed by the following groups

Read the full article See related articles

Discuss this preprint

Start a discussion What are Sciety discussions?

Listed in

Log in to save this article

Abstract

Estimating mutation rates between evolutionarily related sequences is a central problem in molecular evolution. Due to the rapid expansion of datasets, modern methods avoid costly alignment and instead focus on comparing sketches of sets of constituent k-mers. While these methods perform well on many sequences, they are not robust to highly repetitive sequences such as centromeres. In this paper, we present three new estimators that are robust to the presence of repeats. The estimators are applicable in different settings, based on whether they need count information from zero, one, or both of the sequences. We evaluate our estimators empirically using highly repetitive alpha satellite sequences. Our estimators each perform best in their class and our strongest estimator outperforms all other tested estimators. Our software is open-source and freely available on https://github.com/medvedevgroup/Accurate_repeat-aware_kmer_based_estimator.

Article activity feed

  1. Consider the k-span model

    The model assumes both (1) no repeats in s and (2) that new k-mers generated by mutation are distinct from each other and from k-mers already in s. I believe assumption 2 is violated whenever two positions in s are Hamming-close, and D-hardest has average d₁ = 1.22. The paper attributes the divergence between the Mash-corrected estimator, and (1−J)/(1+J) to repeats, but it seems like it's possible that violations of assumption 2 are also at play. Does this seem likely?