The genetic code maps each three-base RNA codon to an amino acid (or a stop signal). This reference translates any of the 64 codons using the standard genetic code and highlights the start and stop codons.
How it works
Messenger RNA is read in non-overlapping triplets called codons. Each of the
three positions can be A, U, G, or C, giving 4 × 4 × 4 = 64 possible
codons. Of these:
AUGis the start codon and also encodes methionine.UAA,UAG, andUGAare stop codons and encode no amino acid.- The remaining 60 codons encode the other amino acids, with most amino acids specified by several synonymous codons.
This tool looks up a codon in the standard code table and returns the amino acid, or flags start/stop.
Tips and example
AUG→ Methionine (Met, M) and marks the start of translation.- The code is degenerate:
UUUandUUCboth encode phenylalanine. - For DNA, replace
TwithUfirst — the coding strandATGbecomes the codonAUG.