On the Maximal Independent Sets of -mers with the Edit Distance
Leran Ma1, Ke Chen2, Mingfu Shao3
1The Pennsylvania State University Schreyer Honors College Department of Computer Science and Engineering State College, United States.
Abstract:
In computational biology, -mers and edit distance are fundamental concepts. However, little is known about the metric space of all -mers equipped with the edit distance. In this work, we explore the structure of the -mer space by studying its maximal independent sets (MISs). An MIS is a sparse sketch of all -mers with nice theoretical properties, and therefore admits critical applications in clustering, indexing, hashing, and sketching large-scale sequencing data, particularly those with high error-rates. Finding an MIS is a challenging problem, as the size of a -mer space grows geometrically with respect to . We propose three algorithms for this problem. The first and the most intuitive one uses a greedy strategy. The second method implements two techniques to avoid redundant comparisons by taking advantage of the locality-property of the -mer space and the estimated bounds on the edit distance. The last algorithm avoids expensive calculations of the edit distance by translating the edit distance into the shortest path in a specifically designed graph. These algorithms are implemented and the calculated MISs of -mer spaces and their statistical properties are reported and analyzed for up to 15. Source code is freely available at https://github.com/Shao-Group/kmerspace.
Related Concept Videos
Multi-species Conserved Sequences
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
Restriction Enzymes
The host bacteria protect their own genomic DNA from these enzymes by methylating these sites. Some...
Law of Independent Assortment
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...
Kendall's Coefficient of Concordance
Second Uniqueness Theorem
In contrast, consider that the electric field is non-unique and apply Gauss's law in divergence form in the region between the conductors and the integral form to the...


