Genetic Codon Table (DNA / RNA)
Translate an in-frame DNA or RNA sequence to amino acids using the standard genetic code.
Example
You enter
- Sequence (in-frame) AUGGCCUAA
- Sequence type rna
You get
- Translated to RNA AUGGCCUAA
Details, formula, and sources
Standard genetic-code lookup: each in-frame triplet of RNA bases (A / C / G / U) maps to an amino acid or a STOP codon. DNA sequences are translated by replacing T with U before lookup.
Standard genetic code (universal). IUPAC-IUB amino-acid one- and three-letter codes.
Public domain reference. Available in every introductory molecular-biology textbook and at ncbi.nlm.nih.gov.
Estimate only. Readability formulas and similar metrics are derived from a representative population and have known edge-case noise. The classroom teacher governs final text selection, grade placement, and assessment decisions.
Field names used by the API: sequence, sequence_type, rna_sequence
- Code standard / universal genetic codeconvention
- Reading frame starts at position 1 of the inputconvention; for ORF finding use a dedicated tool
- Trailing partial codon 1 or 2 trailing bases are ignored (no partial codon translated)convention