One letter, three outcomes
A [[point-mutation|point mutation]] that swaps one base for another is a [[substitution|substitution]]. To predict its effect you read the DNA in three-letter words called [[gen-codon|codons]], because translation reads three bases per amino acid using the [[gen-genetic-code|genetic code]]. A one-letter change lands inside one codon — and three things can happen.
- [[silent-mutation|Silent mutation]]: the new codon still codes for the same amino acid. The code is redundant — several codons mean the same thing — so the protein is unchanged. Often invisible.
- [[missense-mutation|Missense mutation]]: the new codon codes for a different amino acid. The protein gets a single building-block swap. The effect ranges from none to severe, depending on the swap.
- [[nonsense-mutation|Nonsense mutation]]: the new codon becomes a [[gen-stop-codon|stop codon]]. Translation halts early and the protein is cut short — usually a serious loss of function.
Walking a change through the code
Let us take one short coding stretch and apply each type of substitution. We will write the mRNA codons (using U in place of T) and translate them, so you can see exactly why the same kind of change has such different consequences.
Wild-type mRNA: AUG GAG GAU UUC ... (reading frame) Amino acids: Met Glu Asp Phe ... 1) SILENT GAG -> GAA both = Glu mRNA: AUG GAA GAU UUC protein: Met Glu Asp Phe --> identical, no effect 2) MISSENSE GAG -> GUG Glu -> Val mRNA: AUG GUG GAU UUC protein: Met Val Asp Phe --> one building block swapped (this exact Glu->Val swap in beta-globin causes sickle-cell disease) 3) NONSENSE GAG -> UAG Glu -> STOP mRNA: AUG UAG ... protein: Met STOP --> protein truncated immediately
Why silent is not always silent
“Silent” describes the protein, not the whole story. A substitution that leaves the amino acid unchanged can still matter: it might disrupt RNA splicing signals, change how fast the ribosome moves, or alter a regulatory sequence. And a substitution outside any coding region can change gene expression without touching a single amino acid.