Sequence Hashing
Generate a unique hash for a DNA sequence using the SeqHash algorithm.
How to Use
SeqHash Algorithm
Generates a consistent, collision-resistant identifier for your sequence. Useful for database deduplication.
- Stable: The hash is deterministic.
- Algorithm: Uses SHA-256 with specific normalization (e.g. upper-casing).
Polymerase-go