Estimate unique k-mer counts in FASTA/FASTQ files using the LogLog probabilistic algorithm.
Perfect for quality assessment, coverage estimation, contamination detection, and assembly planning.
Drag and drop FASTA/FASTQ file here
or browse files
Supports files of any size - processing is memory-efficient!
Supports both compressed (.gz) and uncompressed files
LogLog is a probabilistic cardinality estimation algorithm that uses fixed memory regardless of input size. It estimates unique k-mer counts by analyzing hash value distributions, providing fast approximate counts with predictable error bounds.
Use cases: Quality control, genome size estimation, contamination detection, coverage analysis, assembly planning.