💡 Quick Summary
One to Three converts single-letter amino acid codes to their three-letter equivalents. Paste any raw or FASTA protein sequence and each residue is expanded to its standard three-letter code — for example A → Ala, G → Gly, * → ***. Useful for preparing sequences for publication, annotation, or readability.
📋 How to Use
- Paste a raw protein sequence or one or more FASTA sequences into the input area.
- Click Convert. Each residue is replaced with its three-letter code. Multiple FASTA sequences are each converted separately.
- The Summary panel shows how many sequences were converted and the total number of residues processed.
- Use the Copy button to copy the result to your clipboard.
- Click Load Example to try with two short FASTA sequences covering all 20 standard amino acids plus ambiguity codes.
- Click Clear to reset.
🧮 Formulas & Logic
📊 Result Interpretation
Number of FASTA entries (or bare sequences) processed.
Total number of amino acid characters converted across all sequences.
🔬 Applications
- Preparing protein sequences for publication where three-letter notation is required
- Converting sequences for use in structural biology tools that expect three-letter codes
- Making a protein sequence more readable for manual inspection or teaching purposes
- Checking that ambiguity codes (B, X, Z) are correctly placed in a sequence
⚠️ Common Mistakes & Warnings
Digits, spaces, and other non-letter characters (except *) are removed before the sequence is converted. The residue count reflects only the characters that were actually converted.
The stop-codon symbol (*) is represented as "***" in the output to maintain alignment with the three-character width of amino acid codes. This matches the original SMS behaviour.