sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
466 stars 79 forks source link

Add a `downsample` method to MinHash. #157

Closed ctb closed 7 years ago

ctb commented 7 years ago

...that would let us equilibrate max_hash.

Could also add a downsample option to comparison functions, or provide a special downsampling set of comparison functions.

ctb commented 7 years ago

downsample_n was added to MinHash objects in #154, and downsample_scaled was added to MinHash objects in #155.