day 11 alphafold
🧬 AlphaFold — Fun & Educational Summary (Theory Only)
This file is essentially a conceptual introduction to AlphaFold, focusing on how to interpret its outputs, not how to run it. Below is a structured, detailed explanation of all key topics—including the ones you explicitly asked about and the ones you didn’t.
🧠 1. What is AlphaFold?
Core idea
- AlphaFold predicts 3D protein structures from amino acid sequences.
- Input: protein sequence
- Output: predicted 3D structure
Why it works so well
- Uses huge datasets (e.g., PDB structures) + machine learning
- Key breakthrough: massive computing power + learning patterns from known structures
Important distinction
There are two ways AlphaFold is used:
- Database/server → already predicted structures (you just look them up)
- Prediction tool → input your sequence and generate a model
📊 2. plDDT Score (VERY IMPORTANT)
What is plDDT?
- Per-residue confidence score
- Measures: 👉 How reliable is the predicted local structure at each amino acid?
🔍 How to interpret plDDT
| Color | Meaning | Interpretation |
|---|---|---|
| 🔵 Blue | High confidence | Very reliable structure |
| 🟡 Yellow | Medium confidence | Uncertain |
| 🔴 Red | Low confidence | Likely unreliable / flexible |
Your specific questions answered
❓ “plDDT score → how reliable is the structure?”
✔ Yes — but only locally, not globally
❓ “plDDT high → alpha helices?”
- Not exactly causal, but:
- Alpha helices are stable and well-defined
- → often predicted with high plDDT
- So: ✔ High plDDT often corresponds to structured regions (like helices)
❓ “plDDT high = less certain?”
❌ Incorrect ✔ It is the opposite:
- High plDDT → high confidence
- Low plDDT → low confidence
❓ “plDDT → local structure?”
✔ Correct
- It evaluates each residue independently
- Does NOT tell you if the overall fold is correct
📈 plDDT plot
- X-axis: residue number
- Y-axis: confidence score
- Used to:
- Identify stable vs flexible regions
- Predict disordered regions
🧠 Key interpretation insight
- Yellow/red regions are often:
- Flexible loops
- Disordered regions
- Not necessarily “wrong”—just not well-defined structurally
🎨 3. Confidence-Colored Structure
This is just a visual representation of plDDT:
- Structure is colored:
- Blue = reliable
- Yellow/red = uncertain
👉 Helps you quickly see which parts to trust
🌍 4. PAE Heatmap (Global Confidence)
What is PAE?
Predicted Aligned Error
- Measures: 👉 How confident is AlphaFold about the relative positions between residues?
🔍 Key idea
- plDDT = local confidence
- PAE = global confidence
📊 How to read a PAE heatmap
- Axes: residue vs residue
- Color:
- Dark (low error) → high confidence
- Bright (high error) → low confidence
❓ “PAE → global structure?”
✔ Yes
It tells:
- Whether different parts of the protein are positioned correctly relative to each other
❓ “PAE → domain placement?”
✔ Exactly
- Especially important for multi-domain proteins
🧩 5. Multi-domain Proteins & AlphaFold Limitations
❓ “Can AlphaFold place multiple domains correctly?”
👉 Answer: Sometimes—but not always
What happens:
- Each domain: ✔ Often predicted correctly (high plDDT)
- BUT:
❗ Relative positioning between domains:
- May be uncertain (high PAE)
🧠 Interpretation
- AlphaFold might show:
- Domain A here
- Domain B here
BUT:
- Real structure could be:
- Domain B rotated, shifted, or interacting differently
🔥 Key takeaway
- Trust domains individually
- Be cautious about how domains are arranged
⚠️ 6. Important Limitations
From the lecture:
1. Complexes (older versions)
- Early AlphaFold struggled with:
- Protein–protein interactions
- Improved in newer versions (e.g., AlphaFold 3)
2. Flexible regions
- Low plDDT → not necessarily wrong
- Often:
- Intrinsically disordered regions
3. Global uncertainty
- Even if:
- Local structure = perfect
- The overall fold may still be uncertain
🧪 7. What You Should Know for Exam
From the lecture emphasis:
You need to know:
- What AlphaFold does
- plDDT:
- Meaning
- Local vs global
- Color interpretation
- PAE:
- What it measures
- Domain positioning
- Difference:
- Local vs global confidence
You do NOT need:
- Deep algorithm details
- How to run AlphaFold
- Advanced features
🧠 Final Conceptual Summary
AlphaFold workflow (simplified)
- Input sequence
- AI predicts structure
- Outputs:
- 🧬 3D model
- 📊 plDDT (local confidence)
- 🌍 PAE (global confidence)
🚨 Golden Rules
- 🔵 High plDDT → trust that region
- 🔴 Low plDDT → flexible or uncertain
- 🟢 Low PAE → domains positioned reliably
- 🔴 High PAE → domain arrangement uncertain
🧩 Mental model
Think of AlphaFold like this:
- plDDT = “Are the LEGO bricks correct?”
- PAE = “Did we assemble the LEGO pieces correctly?”
🧬 Core AlphaFold Knowledge (Exam-Focused)
1. What AlphaFold does
- Predicts a 3D protein structure from an amino acid sequence
- Uses patterns learned from known structures (e.g., PDB)
- Output is not just a structure, but also confidence metrics
👉 Key idea: It gives you a model + information about how much you should trust it
2. plDDT — Local Confidence Score
Meaning
- plDDT = per-residue confidence score
- Indicates how reliable the structure is at each amino acid
Local vs Global
- plDDT is local
- Evaluates each residue independently
- Does NOT tell you if the whole protein is assembled correctly
Color Interpretation
| Color | Confidence | Meaning |
|---|---|---|
| 🔵 Blue | High | Very reliable structure |
| 🟡 Yellow | Medium | Some uncertainty |
| 🔴 Red | Low | Unreliable / flexible region |
Interpretation Rules
- High plDDT:
- Structure likely correct
- Often corresponds to ordered regions (e.g., helices, sheets)
- Low plDDT:
- Region may be:
- Flexible
- Disordered
- Not adopting a fixed structure
- Region may be:
Important Insight
- Low plDDT ≠ wrong
- It often means the protein itself is flexible, not that AlphaFold failed
3. PAE — Global Confidence
Meaning
- PAE = Predicted Aligned Error
- Measures how well different residues are positioned relative to each other
What it Measures
👉 Not structure itself, but:
- Confidence in distances between residues
Local vs Global
- PAE is global
- Evaluates relationships between regions/domains
- Tells if the overall fold is reliable
Domain Positioning
- Especially important for multi-domain proteins
Example:
- Domain A → high plDDT → correct structure
- Domain B → high plDDT → correct structure
BUT:
- PAE high between A and B → ❗ Their relative placement is uncertain
Interpretation
| PAE Value | Meaning |
|---|---|
| Low | Domains positioned correctly |
| High | Domains may be misplaced |
4. Difference: plDDT vs PAE
| Feature | plDDT | PAE |
|---|---|---|
| Type | Local | Global |
| Measures | Residue confidence | Relative positioning |
| Use | Trust specific regions | Trust overall fold |
| Key limitation | Ignores domain arrangement | Doesn’t show local accuracy |
🧠 Simple Mental Model
- plDDT → “Is each piece built correctly?”
- PAE → “Are the pieces assembled correctly?”
5. Why α-Helix is More Stable than β-Sheet (and others)
This is where your reasoning needs to be precise—there’s a common oversimplification here.
❗ First correction
It is not universally true that α-helices are always more stable than β-sheets.
Stability depends on:
- Environment (solution vs membrane)
- Sequence
- Interactions
However, in many contexts (especially isolated peptides), α-helices appear more stable/predictable.
🔬 Reasons α-Helices Often Appear More Stable
1. Local Hydrogen Bonding
- α-helix:
- H-bonds form between i → i+4 residues
- → very local and self-contained
- β-sheet:
- H-bonds form between different strands
- → requires long-range alignment
👉 Consequence:
- Helices fold easily and independently
- Sheets require precise positioning
2. Folding Kinetics
- α-helix:
- Forms quickly
- Doesn’t depend on distant residues
- β-sheet:
- Slower formation
- Needs correct strand pairing
👉 More opportunities for error → less predictable
3. Entropic Cost
- β-sheets:
- Require aligning separate chain segments
- → higher entropy loss
- α-helices:
- Form within a continuous chain
- → lower entropy penalty
4. Exposure & Stability
- β-sheets:
- Often expose backbone → can be less stable alone
- Stabilized by:
- Packing into cores
- Interactions with other sheets
- α-helices:
- Can be stable even in isolation
🧠 Why this matters for AlphaFold
- α-helices:
- Regular geometry
- Strong local patterns
- → easier to predict → often high plDDT
- β-sheets:
- Depend on long-range contacts
- → harder to predict → sometimes lower confidence
🧾 Final Summary
What to remember
- AlphaFold: predicts structure from sequence
- plDDT:
- Local confidence
- Blue = reliable
- PAE:
- Global confidence
- Critical for domain arrangement
- Difference:
- plDDT = local accuracy
- PAE = global correctness
Structural insight
- α-helices:
- Local, self-stabilizing → easier to predict
- β-sheets:
- Long-range, cooperative → harder to predict