Divide coding DNA sequences into three sequences based on codon positions for evolutionary analysis
Split Codons divides coding DNA sequences into three separate sequences based on codon positions. This tool extracts nucleotides at positions 1, 2, and 3 of each codon for independent evolutionary and statistical analysis.
Quick guide to split your sequences:
This tool is useful when you need to:
Sample coding sequence:
ATGATGATGATGATGTry with your own sequence or use the Example button.
Sequences split by position (FASTA format):
>Position_1
AAAAA
>Position_2
TTTTT
>Position_3
GGGGGEach position extracted as separate FASTA entry.
Q: Does this tool handle FASTA format?
A: Yes, both single and multiple FASTA sequences are supported.
Q: What if my sequence length is not divisible by 3?
A: The tool will process complete codons and note any incomplete trailing nucleotides.