pub struct ModMinimizer {}
Expand description
Mod-minimizers, introduced in The mod-minimizer: a simple and efficient sampling algorithm for long k-mers (Groot Koerkamp & Pibiri ’24).
Trait Implementations§
impl MinimizerAlgorithm for ModMinimizer
Auto Trait Implementations§
impl Freeze for ModMinimizer
impl RefUnwindSafe for ModMinimizer
impl Send for ModMinimizer
impl Sync for ModMinimizer
impl Unpin for ModMinimizer
impl UnwindSafe for ModMinimizer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more