Expand description
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.aminoacid- Nucleotide to aminoacid translations.kmers— K-mer encoding and FracMinHash sketching.errors— Shared error types used across the crate.
Modules§
- aminoacid
- errors
- Crate-wide error types.
- kmers
- K-mer encoding and sketching.
- nucleotide
- Nucleotide sequence operations and metrics.