JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Point Mutations: Reading the Code Change

When a single letter changes, the protein may shrug, swap one building block, or stop short entirely. Learn to classify substitutions as silent, missense, or nonsense by walking the change through the genetic code.

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.

  1. [[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.
  2. [[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.
  3. [[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
The same position, three substitutions, three very different proteins.

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.