oxli-bio / oxli

k-mers and the like
BSD 3-Clause "New" or "Revised" License
16 stars 0 forks source link

Add histo function to get frequency counts #23

Closed Adamtaranto closed 2 months ago

Adamtaranto commented 2 months ago

Both KMC and Jellyfish have a histo module that calculates frequency counts from a kmer count table. These kmer spectra are useful for many tasks i.e. genome size estimation.

My thoughts on this. Comments welcome.