Lecture 6 Video 2
๐งฌ Lecture 6 โ Protein Structure Bioinformatics & Classification
(Fun, detailed, and beginner-friendly walkthrough)
This lecture moves from sequence bioinformatics into the world of structure bioinformatics โ and thatโs where things get very interesting. Instead of comparing strings of amino acids, we compare 3D shapes of proteins.
Iโll go through everything step-by-step and explain the logic behind it clearly.
๐งฉ 1. Structure Alignment vs Structure Superposition
You may hear these terms used interchangeably โ but they are not the same.
๐น Structure Alignment
- Used for different proteins
- They may:
- Have different sequences
- Be homologs from different organisms
- Be mutants
- Have different residue numbering
- Goal: ๐ Find the best overlap in 3D space
Importantly:
- Not all parts of proteins necessarily overlap
- You must identify which regions should be compared
- Alignment is based on atomic coordinates, not sequence similarity
๐น Structure Superposition
- Used for identical proteins
- Example: same protein in two conformations
- Goal: Compare structural differences
So:
- Alignment = comparing different proteins
- Superposition = comparing the same protein in different states
๐งช 2. How Alignment Works in Practice (PyMOL Example)
In PyMOL, two commands are commonly used:
- align
- super
Example from the lecture: Two proteins (CPZ and CC8) both had:
- 4-stranded ฮฒ-sheet
- 2 ฮฑ-helices
After alignment:
- RMSD = 2.2 ร
- That is considered quite good
๐ What is RMSD?
RMSD = Root Mean Square Deviation It measures the average distance between aligned atoms.
- Low RMSD โ structures are very similar
- High RMSD โ poor alignment
Important:
PyMOL did NOT align sequences โ it aligned atomic coordinates
This is structural comparison, not sequence comparison.
๐งฌ 3. Sequence โ Structure โ Function (Direction Matters!)
The lecture emphasizes something crucial:
๐งญ Direction of Determination
- DNA sequence โ determines protein sequence
- Protein sequence โ determines protein structure
BUT NOT THE OTHER WAY AROUND.
Why?
- Genetic code is redundant
- Many DNA sequences โ same protein sequence
- Many protein sequences โ same structure
- Fewer possible structures than sequences
๐ฝ Variability decreases downward:
DNA variability > Protein sequence variability > Protein structure variability
This is extremely important for understanding why structure classification works.
๐ง 4. Structure vs Function โ Not Always Simple
Two important evolutionary insights:
๐น Similar structure, different function
Rare but possible
๐น Same function, different structures
Example: serine proteases Different folds, same catalytic activity Likely convergent evolution
This tells us: Structure and function are often linked โ but not guaranteed.
๐ 5. Why Classify Protein Structures?
Because:
- There are fewer possible folds than sequences
- We want to organize structural space
- Helps predict function
- Helps understand evolution
Two major databases attempt this:
๐ 6. CATH Database
CATH stands for:
- Class
- Architecture
- Topology
- Homologous superfamily
๐น Level 1: Class
Four main classes:
- Mainly ฮฑ
- Mainly ฮฒ
- ฮฑ/ฮฒ
- Few secondary structures (often unstructured proteins)
๐น Level 2: Architecture
Describes overall arrangement of secondary structures.
Examples in ฮฑ/ฮฒ class:
- Super roll
- ฮฒ barrel
- Two-layer sandwich
- Three-layer sandwich
- ฮฑฮฒฮฑ three-layer
- ฮฒฮฒฮฑ three-layer
Architecture = overall 3D arrangement (Not sequence order yet)
๐น Level 3: Topology
Topology = ๐ The path the polypeptide chain takes through the structure
It depends on:
- Order of secondary structures
- Number of elements
Two proteins can:
- Have same architecture
- But different topology
Because the order in sequence differs
Topology โ spatial arrangement only Topology = connectivity pattern
๐น Level 4: Homologous Superfamily
Groups proteins with:
- Structural similarity
- Evolutionary relationship
๐ 7. SCOP Database
SCOP = Structural Classification of Proteins
More complex hierarchy than CATH.
Levels include:
- Class
- Fold
- Superfamily
- Family
Example: In class ฮฑ and ฮฒ:
- 147 different folds
Difference between ฮฑ/ฮฒ and ฮฑ+ฮฒ is not always obvious
๐งฉ 8. Domain Classification โ The Complicated Part
Important: Both CATH and SCOP classify domains, not entire proteins
What is a domain?
A structural and functional unit within a protein.
Example: Pyruvate phosphate dikinase
- SCOP identified 3 domains
- CATH identified 6 domains
Even more confusing:
- Some domains overlap
- Some domains consist of non-contiguous sequence regions
This makes domain definition:
- Difficult
- Sometimes manual
- Not fully reproducible
CATH:
- Automated + manual inspection
SCOP:
- Manual classification
That introduces operator bias.
๐ 9. Finding Similar Structures โ The DALI Server
Suppose you:
- Solved a new structure
- Or built a homology model
How do you know if similar structures exist?
๐ Use the DALI server
Process:
- Upload PDB file
- DALI compares your structure to all known structures
- Returns similar hits
Example: Uploaded small copper-binding protein (COPSET)
Returned hits:
- Copper transporting proteins
- Mercury transporting proteins
- Heavy metal binding proteins
Conclusion: Proteins with similar structure often share similar function
๐ง Big Conceptual Takeaways
๐งฌ 1. Structure is more conserved than sequence
You can lose sequence similarity and still retain fold.
๐งฑ 2. Alignment is geometric, not sequence-based
Atomic coordinates are compared.
๐ 3. CATH and SCOP organize structural space differently
- CATH: hierarchical & semi-automated
- SCOP: more manual & detailed
๐งฉ 4. Domain definition is not trivial
It is partly subjective and complex.
๐ 5. DALI is your structural BLAST
It finds structural neighbors.
๐ Conceptual Flow of the Lecture
- Structural alignment basics
- RMSD interpretation
- Sequence โ structure โ function direction
- Evolutionary implications
- Structural classification systems
- Domain complications
- Structural similarity search