💡 Quick Summary
Multi Rev Trans accepts a protein alignment and a GCG-format codon usage table, then produces a degenerate DNA consensus sequence plus a per-column nucleotide frequency chart. Use it to identify regions of low nucleotide degeneracy when designing degenerate PCR primers for unsequenced coding regions.
📋 How to Use
- Paste a protein alignment in FASTA or GDE format into the top textarea. All sequences must be pre-aligned (equal length including gap characters). Input limit: 20,000,000 characters.
- Review or replace the codon usage table. The default is the standard E. coli GCG-format table. You can paste any GCG-format table from the Codon Usage Database.
- Click Run. The tool outputs: (1) the FASTA consensus sequence and (2) a bar chart for each alignment column showing nucleotide frequencies at each of the three codon positions.
- Use Copy to copy the full output to your clipboard.
- Click Load Example to try with three aligned signal peptide sequences.
🧮 Formulas & Logic
📊 Result Interpretation
A single degenerate DNA sequence encoding all aligned amino acids. IUPAC codes (R, Y, S, W, K, M, B, D, H, V, N) represent positions where multiple bases are possible.
For each alignment column, three sections (first, second, third codon position) each show four bars (G, A, T, C). A single long bar means that base dominates — low degeneracy, good for primer design.
g = guanine (lowercase), a = adenine (lowercase), T = thymine (uppercase), C = cytosine (uppercase). Each bar is followed by the fraction (0.00–1.00).
The proportion of codons in the table that use that base at this codon position, weighted by all sequences in the alignment.
🔬 Applications
- Designing degenerate PCR primers to clone an unsequenced ortholog from a related species
- Visualising which codon positions are most variable across a protein family alignment
- Identifying conserved codon positions that would allow a minimal-degeneracy primer
- Generating a codon-usage-weighted reverse-translated DNA sequence for synthetic gene design
⚠️ Common Mistakes & Warnings
This tool does not perform alignment. Paste sequences that are already aligned (all the same length including gap characters).
The tool strips everything before the ".." marker and then parses AmAcid / Codon / Number / /1000 / Fraction columns. Tables from the Codon Usage Database (kazusa.or.jp) are in this format.
Some entries in the Codon Usage Database list fraction as 0. The tool automatically recalculates fractions from the /1000 column to fix this.