Clean DNA sequences by removing non-DNA characters, spaces, and digits. Support for IUPAC codes and custom replacement options.
Filter DNA removes non-DNA characters from sequences, ensuring clean data for downstream analysis. Supports basic DNA, IUPAC codes, and custom filtering options.
Clean your sequences instantly:
This tool is useful when you need to:
Messy sequence with numbers and spaces:
1 ATG CCA 123 GTA
45 TGC NNN xyz ATC
Try with the Example button.
Cleaned sequence:
ATGCCAGTATGCNNNATC
Non-DNA characters removed or replaced.
Q: What are IUPAC DNA codes?
A: Extended codes including R, Y, S, W, K, M, B, D, H, V, N for ambiguous bases.
Q: Does it preserve FASTA headers?
A: Yes, FASTA headers (lines starting with >) are preserved.