Skip to content

Reference implementations of minimizer schemes to go with the mod-minimizers paper.

Notifications You must be signed in to change notification settings

RagnarGrootKoerkamp/minimizers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository hosts a number of different projects related to minimizers.

  1. In src/lib.rs, reference implementations for the schemes presented in the mod-minimizer paper with Giulio Ermanno Pibiri.
  2. Ongoing research on new sampling schemes.
    • Plots and experiments are in py/.

The SIMD-based random-minimizers implementation corresponding to this post has moved to https://github.com/rust-seq/simd-minimizers.

Implemented minimizer schemes

  • Random minimizers.
  • two versions of asymptotically optimal Rotational minimizers (Marçais et al., 2018) .
  • Miniception, and a small slightly improved variant of it.
  • Decycling and double decycling based minimizers (Pellow et al., 2023).
  • Bidirectional anchors (Loukides et al., 2023)
  • Mod-sampling, with lr-minimizers and mod-minimizers (our work).

./fig/density_4.svg

About

Reference implementations of minimizer schemes to go with the mod-minimizers paper.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •