An open API service indexing awesome lists of open source software.

https://github.com/luizirber/2014-hll-counter


https://github.com/luizirber/2014-hll-counter

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Efficient cardinality estimation for k-mers in large DNA sequencing data sets

[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/luizirber/2014-hll-counter)

## Notebooks

- [HyperLogLog](notebooks/HyperLogLog.ipynb):
Initial exploration: is khmer default hash function good for HLL? (No.)
- [Performance](notebooks/Performance.ipynb):
Extending the initial HLL implementation with OpenMP (CSE891 class)
- [Figures](notebooks/Figures.ipynb):
Figures and analysis for the paper.