Tested tool guide
Tested browser tools
Checked August 16, 2026
What DNA Transcription & Translation Simulator does, with a checked example
Starting from a DNA sequence, this simulator lays out the corresponding mRNA, groups that RNA into codons, and identifies the amino acid or termination signal assigned to each codon. It is suited to checking a short central-dogma exercise and seeing how a base change affects translation. The common mistake is strand identity: coding-strand DNA is transcribed by replacing T with U, while a template strand must be complemented and read antiparallel. Confusing them changes the resulting codons.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
mRNA: AUGAAAUAG; codons: AUG | AAA | UAG; meanings: Methionine | Lysine | Stop; translated peptide: Methionine-Lysine
Interpreting the input as 5'-to-3' coding-strand DNA, transcription preserves the base order while replacing T with U. AUG encodes methionine, AAA encodes lysine, and UAG terminates translation without adding another amino acid.