bio_utils_rs 0.0.1

Utilities for bioinformatic analysis.
Documentation

Shared bioinformatics utilities for sequence I/O, nucleotide operations, and k-mer hashing.

Modules

  • [io] — Readers and writers for FASTQ/FASTA files (plain and gzip-compressed).
  • [nucleotide] — Sequence operations, quality metrics, entropy, homopolymer detection, and pattern search.
  • [kmers] — K-mer encoding and FracMinHash sketching.
  • [errors] — Shared error types used across the crate.