kmerutils 0.0.14

Kmer counting, hashing, sequence sketching
Documentation
1
2
3
4
5
6
7
8
9
//! contains sequences sketching methods : minhash, superminhash, probminhash see [probminhash](http://crates.io/crates/probminhash)

pub mod minhash;
pub mod seqsketchjaccard;
pub mod seqblocksketch;
pub mod seqminhash;

pub mod nbkmerguess;
pub mod setsketchert;