SlideShare a Scribd company logo
Protein Structure, DatabaSeS anD
Structural alignment
Saramita De
Chakravarti
Research Scientist, II (i(
Chembiotech
Research
Laboratories
1
2
Basics of proteinBasics of protein
structurestructure
3
Why Proteins Structure ?Why Proteins Structure ?
 Proteins are fundamental components of all living
cells, performing a variety of biological tasks.
 Each protein has a particular 3D structure that
determines its function.
 Protein structure is more conserved than protein
sequence, and more closely related to function.
4
Protein core - usually conserved.
Protein loops - variable regions
Hydrophobic core
Surface loops
Protein Structure
5
Supersecondary structures
Assembly of secondary structures which are
shared by many structures.
Beta hairpin
Beta-alpha-beta unit
Helix hairpin
6
Hemoglobin (1bab(
Fold: General structure composed of
sets of Supersecondary structures
7
http://scop.berkeley.edu/count.html
How Many Folds Are There ?How Many Folds Are There ?
8
• Two conserved sequences similar structures
• Two similar structures conserved sequences?
Structure – Sequence RelationshipsStructure – Sequence Relationships
There are cases of proteins with the same
structure but no clear sequence similarity.
9
Principles of Protein Structure
•Today's proteins reflect millions of years of
evolution.
•3D structure is better conserved than sequence
during evolution.
•Similarities among sequences or among
structures may reveal information about shared
biological functions of a protein family.
10
The Levinthal paradox
Assume a protein is comprised of 100 AAs and that
each AA can take up 10 different conformations.
Altogether we get:10100
(i.e. google( conformations.
If each conformation were sampled in the shortest
possible time (time of a molecular vibration ~ 10-13
s(
it would take an astronomical amount of time (~1077
years( to sample all possible conformations, in order
to find the Native State.
11
The Levinthal paradox
Luckily, nature works out with these sorts of
numbers and the correct conformation of a protein
is reached within seconds.
12
How is the 3D Structure Determined ?How is the 3D Structure Determined ?
Experimental methods (Best approach(:Experimental methods (Best approach(:
• X-rays crystallography.
• NMR.
• Others (e.g., neutron diffraction(.
13
How is the 3D Structure Determined ?How is the 3D Structure Determined ?
In-silico methodsIn-silico methods
Ab-initio structure prediction given only the
sequence as input - not always successful.
14
A note on ab-initio predictions: The
current state is that “failure can no
longer be guaranteed”…
15
A note on ab-initio secondary structure
prediction: Success ~70%.
16
How is the 3D Structure Determined ?How is the 3D Structure Determined ?
In-silico methodsIn-silico methods
Threading = Sequence-structure alignment. The
idea is to search for a structure and sequence in
existing databases of 3D structure, and use
similarity of sequences + information on the
structures to find best predicted structures.
17
Comments
• X-ray crystallography is the most widely
used method.
• Quaternary structure of large proteins
(ribosomes, virus particles, etc) can be
determined by electron microscopes
(cryoEM).
18
Protein DatabasesProtein Databases
19
PDB: Protein Data Bank
• Holds 3D models of biological macromolecules
(protein, RNA, DNA).
• All data are available to the public.
• Obtained by X-Ray crystallography (84%) or NMR
spectroscopy (16%).
• Submitted by biologists and biochemists from
around the world.
20
PDB: Protein Data Bank
•Founded in 1971 by Brookhaven National
Laboratory, New York.
•Transferred to the Research Collaboratory
for Structural Bioinformatics (RCSB) in 1998.
•Currently it holds > 49,426 released
structures.
61695
21
PDB - model
• A model defines the 3D positions of atoms in
one or more molecules.
• There are models of proteins, protein
complexes, proteins and DNA, protein
segments, etc …
• The models also include the positions of ligand
molecules, solvent molecules, metal ions, etc.
22
PDB – Protein Data Bank
http://www.pdb.org/pdb/home/home.do
23
The PDB file – text formatThe PDB file – text format
24
The PDB file – textThe PDB file – text formatformat
ATOM:
Usually protein
or DNA
HETATM:
Usually Ligand,
ion, water
chain
Residue
identity
Residue
number
Atom
number
Atom
identity
The coordinates
for each residue in
the structure
X Y Z
25
Structural Alignment
26
Why structural alignment?
• Structural similarity can point to remote
evolutionary relationship
• Shared structural motifs among proteins
suggest similar biological function
• Getting insight into sequence-structure
mapping (e.g., which parts of the protein
structure are conserved among related
organisms).
27
As in any alignment problem, we can
search for GLOBAL ALIGNMENT or for
LOCAL ALIGNMENT
28
Human Myoglobin
pdb:2mm1
Human Hemoglobin
alpha-chain
pdb:1jebA
Sequence id: 27%
Structural id: 90%
29
What is the best transformation thatWhat is the best transformation that
superimposes the unicorn on the lion?superimposes the unicorn on the lion?
30
Solution:
Regard the shapes as sets of points
and try to “match”
these sets using a transformation
31
This is not a good result….
32
Good result:
33
Kinds of transformations:
• Rotation
• Translation
• Scaling
and more….
34
Translation:
X
Y
35
Rotation:
X
Y
36
Scale:
X
Y
37
We represent a protein as a geometric
object in the plane.
The object consists of points represented
by coordinates (x, y, z).
Thr
Lys
Met Gly
Glu
Ala
38
The aim:
Given two proteins
Find the transformation that produces
the best Superimposition of one protein
onto the other
39
Correspondence is Unknown
Given two configurations of points in the three
dimensional space:
+
40
Find those rotations and translations of one of the point
sets which produce “large” superimpositions of
corresponding 3-D points
?
41
The best transformation:
T
42
Simple case – two closely related proteins with the
same number of amino acids.
Question:
how do we asses the
quality of the
transformation?
+
43
Scoring the Alignment
Two point sets: A={ai} i=1…n
B={bj} j=1…m
• Pairwise Correspondence:
(ak1,bt1) (ak2,bt2)… (akN,btN)
(1) Bottleneck max ||aki – bti||
(2) RMSD (Root Mean Square Distance)
Sqrt( Σ||aki – bti||2
/N)
44
RMSD – Root Mean Square
Deviation
Given two sets of 3-D points :
P={pi}, Q={qi} , i=1,…,n;
rmsd(P,Q) = √ Σ i|pi - qi |2
/n
Find a 3-D transformation T*
such that:
rmsd( T*
(P), Q ) = minT √ Σ i|T(pi) - qi |2
/n
Find the highest number of atoms aligned with the lowest RMSD
45
Pitfalls of RMSD
• all atoms are treated equally
(residues on the surface have a higher degree of
freedom than those in the core)
• best alignment does not always mean minimal
RMSD
• does not take into account the attributes of the
amino acids
46
Flexible alignment vs. Rigid
alignment
Rigid alignment
Flexible alignment
47
Some more issuesSome more issues
48
Does the fact that all proteins have alpha-
helix indicates that they are all evolutionary
related?
No. Alpha helices reflect physical constraints,
as do beta sheets.
For structures – it is difficult sometimes
to separate convergent evolution from
evolutionary relatedness.
49
Structural genomics: solve or predict 3D of
all proteins of a given organism (X-ray, NMR,
and homology modelling).
Unlike traditional structural biology, 3D is
often solved before anything is known on
the protein in question. A new challenge
emerged: predict a protein’s function from
its 3D structure.
50
CASP: a competition for predicting 3D
structures.
Instead of running to publish a new 3D
structure, the AA sequence is published and
each group is invited to give their
predictions.
51
Capri: same as casp – but for docking.
52
Homology modeling: predicting the
structure from a closely related known
structure.
This can be important for example to
predict how a mutation influences the
structure
53
Ad

Recommended

Structural bioinformatics.
Structural bioinformatics.
SALIHAMUGHAL
 
Composite and Specialized databases
Composite and Specialized databases
Thapar Institute of Engineering & Technology, Patiala, Punjab, India
 
1Pfam.pptx
1Pfam.pptx
Vetico
 
CATH
CATH
Quaid i Azam University Islamabad
 
Molecular modeling database
Molecular modeling database
Jayati Shrivastava
 
Protein sequence databases
Protein sequence databases
Vidya Kalaivani Rajkumar
 
Database Searching
Database Searching
Meghaj Mallick
 
Publicly available tools and open resources in Bioinformatics
Publicly available tools and open resources in Bioinformatics
Arindam Ghosh
 
Bioinformatics
Bioinformatics
Somdutt Sharma
 
Ddbj
Ddbj
Bioinformatics15
 
Types of genomics ppt
Types of genomics ppt
Hina Zamir Noori
 
BLAST
BLAST
Anushi Jain
 
BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES
nadeem akhter
 
Comparative genomics
Comparative genomics
hemantbreeder
 
Prosite
Prosite
Rashi Srivastava
 
Secondary Structure Prediction of proteins
Secondary Structure Prediction of proteins
Vijay Hemmadi
 
Systems biology & Approaches of genomics and proteomics
Systems biology & Approaches of genomics and proteomics
sonam786
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahu
KAUSHAL SAHU
 
Entrez databases
Entrez databases
Hafiz Muhammad Zeeshan Raza
 
Multiple Sequence Alignment
Multiple Sequence Alignment
Meghaj Mallick
 
Phylogenetic analysis
Phylogenetic analysis
Nitin Naik
 
Structural genomics
Structural genomics
Vaibhav Maurya
 
EMBL-EBI
EMBL-EBI
Sayma Zerin
 
proteomics
proteomics
vruddhi desai
 
Use of Rasmol and study of proteins
Use of Rasmol and study of proteins
kamalmodi481
 
Primary and secondary databases ppt by puneet kulyana
Primary and secondary databases ppt by puneet kulyana
Puneet Kulyana
 
Gene bank by kk sahu
Gene bank by kk sahu
KAUSHAL SAHU
 
Protein 3 d structure prediction
Protein 3 d structure prediction
Samvartika Majumdar
 
Lec 1.2.3. Structural Bioinformatics.pptx
Lec 1.2.3. Structural Bioinformatics.pptx
MazharIqbal393276
 
Protein structure analysis
Protein structure analysis
Anfal Izaldeen AL KATEEB
 

More Related Content

What's hot (20)

Bioinformatics
Bioinformatics
Somdutt Sharma
 
Ddbj
Ddbj
Bioinformatics15
 
Types of genomics ppt
Types of genomics ppt
Hina Zamir Noori
 
BLAST
BLAST
Anushi Jain
 
BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES
nadeem akhter
 
Comparative genomics
Comparative genomics
hemantbreeder
 
Prosite
Prosite
Rashi Srivastava
 
Secondary Structure Prediction of proteins
Secondary Structure Prediction of proteins
Vijay Hemmadi
 
Systems biology & Approaches of genomics and proteomics
Systems biology & Approaches of genomics and proteomics
sonam786
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahu
KAUSHAL SAHU
 
Entrez databases
Entrez databases
Hafiz Muhammad Zeeshan Raza
 
Multiple Sequence Alignment
Multiple Sequence Alignment
Meghaj Mallick
 
Phylogenetic analysis
Phylogenetic analysis
Nitin Naik
 
Structural genomics
Structural genomics
Vaibhav Maurya
 
EMBL-EBI
EMBL-EBI
Sayma Zerin
 
proteomics
proteomics
vruddhi desai
 
Use of Rasmol and study of proteins
Use of Rasmol and study of proteins
kamalmodi481
 
Primary and secondary databases ppt by puneet kulyana
Primary and secondary databases ppt by puneet kulyana
Puneet Kulyana
 
Gene bank by kk sahu
Gene bank by kk sahu
KAUSHAL SAHU
 
Protein 3 d structure prediction
Protein 3 d structure prediction
Samvartika Majumdar
 
BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES
nadeem akhter
 
Comparative genomics
Comparative genomics
hemantbreeder
 
Secondary Structure Prediction of proteins
Secondary Structure Prediction of proteins
Vijay Hemmadi
 
Systems biology & Approaches of genomics and proteomics
Systems biology & Approaches of genomics and proteomics
sonam786
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahu
KAUSHAL SAHU
 
Multiple Sequence Alignment
Multiple Sequence Alignment
Meghaj Mallick
 
Phylogenetic analysis
Phylogenetic analysis
Nitin Naik
 
Use of Rasmol and study of proteins
Use of Rasmol and study of proteins
kamalmodi481
 
Primary and secondary databases ppt by puneet kulyana
Primary and secondary databases ppt by puneet kulyana
Puneet Kulyana
 
Gene bank by kk sahu
Gene bank by kk sahu
KAUSHAL SAHU
 
Protein 3 d structure prediction
Protein 3 d structure prediction
Samvartika Majumdar
 

Similar to Protein Structure, Databases and Structural Alignment (20)

Lec 1.2.3. Structural Bioinformatics.pptx
Lec 1.2.3. Structural Bioinformatics.pptx
MazharIqbal393276
 
Protein structure analysis
Protein structure analysis
Anfal Izaldeen AL KATEEB
 
Molecular Structures 2009
Molecular Structures 2009
lyonja
 
Computer Aided Molecular Modeling
Computer Aided Molecular Modeling
pkchoudhury
 
2005_lecture_01.ppt
2005_lecture_01.ppt
KhalidBassiouny1
 
L1Protein_Structure_Analysis.pptx
L1Protein_Structure_Analysis.pptx
kigaruantony
 
Structural database and their classification by abdul qahar
Structural database and their classification by abdul qahar
Abdul Qahar {{Abdul Wali Khan University Mardan}} (Buner Campus)
 
protein structure prediction in bioinformatics.ppt
protein structure prediction in bioinformatics.ppt
DrSudha2
 
Class powerpoint.ppt
Class powerpoint.ppt
MaryamFazeli7
 
Presentation 2007 Journal Club Azhar Ali Shah
Presentation 2007 Journal Club Azhar Ali Shah
guest5de83e
 
2009 CSBB LAB 新生訓練
2009 CSBB LAB 新生訓練
Abner Huang
 
protein structure from genomic and computational biology
protein structure from genomic and computational biology
leonardotejogunawan
 
Lecture__on__Proteomics_Introduction.ppt
Lecture__on__Proteomics_Introduction.ppt
Sachin Teotia
 
Protein Chemistry-Proteomics-Lec1_Intro.ppt
Protein Chemistry-Proteomics-Lec1_Intro.ppt
Sachin Teotia
 
Modelling Proteins By Computational Structural Biology
Modelling Proteins By Computational Structural Biology
Antonio E. Serrano
 
So sánh cấu trúc protein_Protein structure comparison
So sánh cấu trúc protein_Protein structure comparison
bomxuan868
 
protein Modeling Abi.pptx
protein Modeling Abi.pptx
MuhammadRizwan863722
 
Genomics_final.pptx
Genomics_final.pptx
Silpa87
 
Protein Structure Prediction Using Support Vector Machine
Protein Structure Prediction Using Support Vector Machine
ijsc
 
PROTEIN STRUCTURE PREDICTION USING SUPPORT VECTOR MACHINE
PROTEIN STRUCTURE PREDICTION USING SUPPORT VECTOR MACHINE
ijsc
 
Lec 1.2.3. Structural Bioinformatics.pptx
Lec 1.2.3. Structural Bioinformatics.pptx
MazharIqbal393276
 
Molecular Structures 2009
Molecular Structures 2009
lyonja
 
Computer Aided Molecular Modeling
Computer Aided Molecular Modeling
pkchoudhury
 
L1Protein_Structure_Analysis.pptx
L1Protein_Structure_Analysis.pptx
kigaruantony
 
protein structure prediction in bioinformatics.ppt
protein structure prediction in bioinformatics.ppt
DrSudha2
 
Class powerpoint.ppt
Class powerpoint.ppt
MaryamFazeli7
 
Presentation 2007 Journal Club Azhar Ali Shah
Presentation 2007 Journal Club Azhar Ali Shah
guest5de83e
 
2009 CSBB LAB 新生訓練
2009 CSBB LAB 新生訓練
Abner Huang
 
protein structure from genomic and computational biology
protein structure from genomic and computational biology
leonardotejogunawan
 
Lecture__on__Proteomics_Introduction.ppt
Lecture__on__Proteomics_Introduction.ppt
Sachin Teotia
 
Protein Chemistry-Proteomics-Lec1_Intro.ppt
Protein Chemistry-Proteomics-Lec1_Intro.ppt
Sachin Teotia
 
Modelling Proteins By Computational Structural Biology
Modelling Proteins By Computational Structural Biology
Antonio E. Serrano
 
So sánh cấu trúc protein_Protein structure comparison
So sánh cấu trúc protein_Protein structure comparison
bomxuan868
 
Genomics_final.pptx
Genomics_final.pptx
Silpa87
 
Protein Structure Prediction Using Support Vector Machine
Protein Structure Prediction Using Support Vector Machine
ijsc
 
PROTEIN STRUCTURE PREDICTION USING SUPPORT VECTOR MACHINE
PROTEIN STRUCTURE PREDICTION USING SUPPORT VECTOR MACHINE
ijsc
 
Ad

More from Saramita De Chakravarti (7)

Data Retrieval Systems
Data Retrieval Systems
Saramita De Chakravarti
 
Protein docking
Protein docking
Saramita De Chakravarti
 
QSAR : Activity Relationships Quantitative Structure
QSAR : Activity Relationships Quantitative Structure
Saramita De Chakravarti
 
MOLECULAR DOCKING
MOLECULAR DOCKING
Saramita De Chakravarti
 
Molecular Markers: Major Applications in Insects
Molecular Markers: Major Applications in Insects
Saramita De Chakravarti
 
OLFACTION
OLFACTION
Saramita De Chakravarti
 
Synthesis and Actions of Juvenile Hormones In Insect Development (MS Power…
Synthesis and Actions of Juvenile Hormones In Insect Development (MS Power…
Saramita De Chakravarti
 
Ad

Recently uploaded (20)

LDMMIA GRAD Student Check-in Orientation Sampler
LDMMIA GRAD Student Check-in Orientation Sampler
LDM & Mia eStudios
 
Nice Dream.pdf /
Nice Dream.pdf /
ErinUsher3
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
JHS SHS Back to School 2024-2025 .pptx
JHS SHS Back to School 2024-2025 .pptx
melvinapay78
 
Overview of Employee in Odoo 18 - Odoo Slides
Overview of Employee in Odoo 18 - Odoo Slides
Celine George
 
Measuring, learning and applying multiplication facts.
Measuring, learning and applying multiplication facts.
cgilmore6
 
How to Manage Inventory Movement in Odoo 18 POS
How to Manage Inventory Movement in Odoo 18 POS
Celine George
 
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
How to Configure Vendor Management in Lunch App of Odoo 18
How to Configure Vendor Management in Lunch App of Odoo 18
Celine George
 
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
razelitouali
 
Unit- 4 Biostatistics & Research Methodology.pdf
Unit- 4 Biostatistics & Research Methodology.pdf
KRUTIKA CHANNE
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
Introduction to problem solving Techniques
Introduction to problem solving Techniques
merlinjohnsy
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
Revista digital preescolar en transformación
Revista digital preescolar en transformación
guerragallardo26
 
How to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 Slides
Celine George
 
LDMMIA GRAD Student Check-in Orientation Sampler
LDMMIA GRAD Student Check-in Orientation Sampler
LDM & Mia eStudios
 
Nice Dream.pdf /
Nice Dream.pdf /
ErinUsher3
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
JHS SHS Back to School 2024-2025 .pptx
JHS SHS Back to School 2024-2025 .pptx
melvinapay78
 
Overview of Employee in Odoo 18 - Odoo Slides
Overview of Employee in Odoo 18 - Odoo Slides
Celine George
 
Measuring, learning and applying multiplication facts.
Measuring, learning and applying multiplication facts.
cgilmore6
 
How to Manage Inventory Movement in Odoo 18 POS
How to Manage Inventory Movement in Odoo 18 POS
Celine George
 
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
How to Configure Vendor Management in Lunch App of Odoo 18
How to Configure Vendor Management in Lunch App of Odoo 18
Celine George
 
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
razelitouali
 
Unit- 4 Biostatistics & Research Methodology.pdf
Unit- 4 Biostatistics & Research Methodology.pdf
KRUTIKA CHANNE
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
Introduction to problem solving Techniques
Introduction to problem solving Techniques
merlinjohnsy
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
Revista digital preescolar en transformación
Revista digital preescolar en transformación
guerragallardo26
 
How to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 Slides
Celine George
 

Protein Structure, Databases and Structural Alignment

  • 1. Protein Structure, DatabaSeS anD Structural alignment Saramita De Chakravarti Research Scientist, II (i( Chembiotech Research Laboratories 1
  • 2. 2 Basics of proteinBasics of protein structurestructure
  • 3. 3 Why Proteins Structure ?Why Proteins Structure ?  Proteins are fundamental components of all living cells, performing a variety of biological tasks.  Each protein has a particular 3D structure that determines its function.  Protein structure is more conserved than protein sequence, and more closely related to function.
  • 4. 4 Protein core - usually conserved. Protein loops - variable regions Hydrophobic core Surface loops Protein Structure
  • 5. 5 Supersecondary structures Assembly of secondary structures which are shared by many structures. Beta hairpin Beta-alpha-beta unit Helix hairpin
  • 6. 6 Hemoglobin (1bab( Fold: General structure composed of sets of Supersecondary structures
  • 8. 8 • Two conserved sequences similar structures • Two similar structures conserved sequences? Structure – Sequence RelationshipsStructure – Sequence Relationships There are cases of proteins with the same structure but no clear sequence similarity.
  • 9. 9 Principles of Protein Structure •Today's proteins reflect millions of years of evolution. •3D structure is better conserved than sequence during evolution. •Similarities among sequences or among structures may reveal information about shared biological functions of a protein family.
  • 10. 10 The Levinthal paradox Assume a protein is comprised of 100 AAs and that each AA can take up 10 different conformations. Altogether we get:10100 (i.e. google( conformations. If each conformation were sampled in the shortest possible time (time of a molecular vibration ~ 10-13 s( it would take an astronomical amount of time (~1077 years( to sample all possible conformations, in order to find the Native State.
  • 11. 11 The Levinthal paradox Luckily, nature works out with these sorts of numbers and the correct conformation of a protein is reached within seconds.
  • 12. 12 How is the 3D Structure Determined ?How is the 3D Structure Determined ? Experimental methods (Best approach(:Experimental methods (Best approach(: • X-rays crystallography. • NMR. • Others (e.g., neutron diffraction(.
  • 13. 13 How is the 3D Structure Determined ?How is the 3D Structure Determined ? In-silico methodsIn-silico methods Ab-initio structure prediction given only the sequence as input - not always successful.
  • 14. 14 A note on ab-initio predictions: The current state is that “failure can no longer be guaranteed”…
  • 15. 15 A note on ab-initio secondary structure prediction: Success ~70%.
  • 16. 16 How is the 3D Structure Determined ?How is the 3D Structure Determined ? In-silico methodsIn-silico methods Threading = Sequence-structure alignment. The idea is to search for a structure and sequence in existing databases of 3D structure, and use similarity of sequences + information on the structures to find best predicted structures.
  • 17. 17 Comments • X-ray crystallography is the most widely used method. • Quaternary structure of large proteins (ribosomes, virus particles, etc) can be determined by electron microscopes (cryoEM).
  • 19. 19 PDB: Protein Data Bank • Holds 3D models of biological macromolecules (protein, RNA, DNA). • All data are available to the public. • Obtained by X-Ray crystallography (84%) or NMR spectroscopy (16%). • Submitted by biologists and biochemists from around the world.
  • 20. 20 PDB: Protein Data Bank •Founded in 1971 by Brookhaven National Laboratory, New York. •Transferred to the Research Collaboratory for Structural Bioinformatics (RCSB) in 1998. •Currently it holds > 49,426 released structures. 61695
  • 21. 21 PDB - model • A model defines the 3D positions of atoms in one or more molecules. • There are models of proteins, protein complexes, proteins and DNA, protein segments, etc … • The models also include the positions of ligand molecules, solvent molecules, metal ions, etc.
  • 22. 22 PDB – Protein Data Bank http://www.pdb.org/pdb/home/home.do
  • 23. 23 The PDB file – text formatThe PDB file – text format
  • 24. 24 The PDB file – textThe PDB file – text formatformat ATOM: Usually protein or DNA HETATM: Usually Ligand, ion, water chain Residue identity Residue number Atom number Atom identity The coordinates for each residue in the structure X Y Z
  • 26. 26 Why structural alignment? • Structural similarity can point to remote evolutionary relationship • Shared structural motifs among proteins suggest similar biological function • Getting insight into sequence-structure mapping (e.g., which parts of the protein structure are conserved among related organisms).
  • 27. 27 As in any alignment problem, we can search for GLOBAL ALIGNMENT or for LOCAL ALIGNMENT
  • 29. 29 What is the best transformation thatWhat is the best transformation that superimposes the unicorn on the lion?superimposes the unicorn on the lion?
  • 30. 30 Solution: Regard the shapes as sets of points and try to “match” these sets using a transformation
  • 31. 31 This is not a good result….
  • 33. 33 Kinds of transformations: • Rotation • Translation • Scaling and more….
  • 37. 37 We represent a protein as a geometric object in the plane. The object consists of points represented by coordinates (x, y, z). Thr Lys Met Gly Glu Ala
  • 38. 38 The aim: Given two proteins Find the transformation that produces the best Superimposition of one protein onto the other
  • 39. 39 Correspondence is Unknown Given two configurations of points in the three dimensional space: +
  • 40. 40 Find those rotations and translations of one of the point sets which produce “large” superimpositions of corresponding 3-D points ?
  • 42. 42 Simple case – two closely related proteins with the same number of amino acids. Question: how do we asses the quality of the transformation? +
  • 43. 43 Scoring the Alignment Two point sets: A={ai} i=1…n B={bj} j=1…m • Pairwise Correspondence: (ak1,bt1) (ak2,bt2)… (akN,btN) (1) Bottleneck max ||aki – bti|| (2) RMSD (Root Mean Square Distance) Sqrt( Σ||aki – bti||2 /N)
  • 44. 44 RMSD – Root Mean Square Deviation Given two sets of 3-D points : P={pi}, Q={qi} , i=1,…,n; rmsd(P,Q) = √ Σ i|pi - qi |2 /n Find a 3-D transformation T* such that: rmsd( T* (P), Q ) = minT √ Σ i|T(pi) - qi |2 /n Find the highest number of atoms aligned with the lowest RMSD
  • 45. 45 Pitfalls of RMSD • all atoms are treated equally (residues on the surface have a higher degree of freedom than those in the core) • best alignment does not always mean minimal RMSD • does not take into account the attributes of the amino acids
  • 46. 46 Flexible alignment vs. Rigid alignment Rigid alignment Flexible alignment
  • 47. 47 Some more issuesSome more issues
  • 48. 48 Does the fact that all proteins have alpha- helix indicates that they are all evolutionary related? No. Alpha helices reflect physical constraints, as do beta sheets. For structures – it is difficult sometimes to separate convergent evolution from evolutionary relatedness.
  • 49. 49 Structural genomics: solve or predict 3D of all proteins of a given organism (X-ray, NMR, and homology modelling). Unlike traditional structural biology, 3D is often solved before anything is known on the protein in question. A new challenge emerged: predict a protein’s function from its 3D structure.
  • 50. 50 CASP: a competition for predicting 3D structures. Instead of running to publish a new 3D structure, the AA sequence is published and each group is invited to give their predictions.
  • 51. 51 Capri: same as casp – but for docking.
  • 52. 52 Homology modeling: predicting the structure from a closely related known structure. This can be important for example to predict how a mutation influences the structure
  • 53. 53

Editor's Notes

  • #46: Atoms on the surface have a higher degree of freedom than those in the core