💡 Quick Summary
Color Align Properties accepts a group of aligned sequences in FASTA or GDE format and colours each residue by its biochemical property group (ClustalX-style). Small aliphatic residues are yellow, aromatics lavender, sulphur-containing pink, hydroxyl amber, positively charged blue, negatively charged coral, amide green, and proline violet.
📋 How to Use
- Paste pre-aligned sequences in FASTA or GDE format into the textarea. All sequences must be the same length (gaps included). Input limit: 200,000,000 characters.
- Set residues per line — controls how many alignment columns are shown per block row (default: 80).
- Set the consensus threshold — the minimum percentage of sequences that must share residues from the same property group at a column for colouring to be applied (default: 100%).
- Choose the colour mode: Background fills residues with the property colour; Text colours the characters instead (useful for printing on white paper).
- Optionally enter starting positions as comma-separated integers to offset the per-sequence position counter (e.g.
0, 200, 0, -1). - Click Run. A colour key is shown above the alignment. Use Copy to copy the plain-text alignment.
🧮 Formulas & Logic
📊 Result Interpretation
Small non-polar aliphatic residues: Glycine, Alanine, Valine, Leucine, Isoleucine.
Aromatic residues: Phenylalanine, Tyrosine, Tryptophan.
Sulphur-containing residues: Cysteine, Methionine.
Small polar hydroxyl residues: Serine, Threonine.
Positively charged residues: Lysine, Arginine, Histidine.
Negatively charged residues: Aspartate, Glutamate.
Polar amide residues: Asparagine, Glutamine.
Imino residue: Proline.
Gap, stop codon (*), or residue not belonging to any of the above groups at ≥ threshold %.
Printed at the end of each row — the cumulative count of non-gap residues up to that point.
🔬 Applications
- Visualising physicochemical conservation patterns in a multiple protein sequence alignment
- Identifying positions where biochemical character is conserved even when exact residues differ
- Producing publication-quality ClustalX-style coloured alignment figures
- Comparing property distribution across different regions of a protein family alignment
- Highlighting functionally important residue positions by their biochemical class
⚠️ Common Mistakes & Warnings
This tool does not perform sequence alignment. All input sequences must already be aligned and must have identical lengths (including gap characters).
The property colour scheme is based on amino acid physicochemical groups. It is not meaningful for DNA or RNA alignments.
Only the first 20 characters of each FASTA title are used for display. Ensure the first 20 characters of each title are distinct enough to identify the sequence.