Download presentation
Presentation is loading. Please wait.
Published byClarence Lloyd Modified over 9 years ago
1
1 Randomized Algorithms for Three Dimensional Protein Structures Comparison Yaw-Ling Lin Dept Computer Sci and Info Engineering, Providence University, Taiwan E-mail: yllin@pu.edu.tw WWW: http://www.cs.pu.edu.tw/~yawlin
2
2 Outline Introduction Protein Structures 3D structure comparisons Algorithms Benchmarking Comparing with other systems Future Works
3
3 Introduction
4
4 What are proteins ? Structural framework (keratin, collagen) Transport and storage of small molecules (hemoglobin) Transmit information (hormones, receptors) Antibodies Blood clotting factors Enzymes The protein is created in the cell as a unique sequence of amino acids A C L E V M L C V
5
5 ACMVLLCEVEKYP… Sequence Structure folding Function?????
6
The function of 40-50% of the new proteins is unknown. About protein sequences are known today (non-redundant database). This number keeps rapidly growing (large scale sequencing projects). ! Background and Problem definition Understanding biological function is important for: Study of fundamental biological processes Drug design Genetic engineering
7
7 What bioinformatics can do for us?
8
8 Drug Discovery Target Identification –Which protein to inhibit? Lead discovery & optimization –What sort of molecule will bind to this protein? Toxicology –Side effects, target specificity Pharmacokinetics –Metabolization and transport
9
9 Drug Development Life Cycle Years 0 2 4 6 8 10 12 14 16 Discovery (2 to 10 Years) Preclinical Testing (Lab and Animal Testing) Phase I (20-30 Healthy Volunteers used to check for safety and dosage) Phase II (100-300 Patient Volunteers used to check for efficacy and side effects) Phase III (1000-5000 Patient Volunteers used to monitor reactions to long-term drug use) FDA Review & Approval Post-Marketing Testing $600-700 Million! 7 – 15 Years! With the aid of bioinformatics
10
10 Drug lead screening 5,000 to 10,000 compounds screened 250 Lead Candidates in Preclinical Testing 5 Drug Candidates enter Clinical Testing; 80% Pass Phase I 30%Pass Phase II 80% Pass Phase III One drug approved by the FDA
11
11 Drug Lead Screening & Docking ? ? Complementarity Shape Chemical Electrostatic
12
12 Protein Structures
13
13 Levels of structure in proteins
14
14 Myoglobin structure
15
15 Myoglobin structure contd.
16
16 Myoglobin in solution
17
17 Three dimensional structures of cytochrome c, lysozyme and ribonuclease
18
18 PDB file format
19
19 PDB file format
20
20 PDB file format
21
21 PDB file format
22
22 Protein Structures
23
23 Rasmol-Structure PDB: 101M PDB: 2DHB
24
24 Rasmol-Group PDB: 101M PDB: 2DHB
25
Structural classifications SCOP http://scop.mrc-lmb.cam.ac.uk/scop/ http://scop.mrc-lmb.cam.ac.uk/scop/ CATH http://www.biochem.ucl.ac.uk/bsm/cath_new/index.html http://www.biochem.ucl.ac.uk/bsm/cath_new/index.html FSSP http://www.ebi.ac.uk/dali/fssp/fssp.html http://www.ebi.ac.uk/dali/fssp/fssp.html Structure comparison algorithms Dali CE Structal VAST
26
26 Contact matrix and the Dali method Idea: Similar structures have similar contact matrices
27
27 From distance map to structural similarities Imagine transparent distance map of one protein put on to of a map of other protein (Liisa Holm Chris Sander J. Mol. Biol. 23 3.): –Matching patches centered on diagonal correspond to matching secondary structures. –Matches of short distances off diagonal correspond to tertiary conformations. –Similarity score Unmatched residues do not contribute to score.
28
28 Contact matrix and the Dali method Idea: Similar structures have similar contact matrices
29
29 DALI algorithm outline Step1: Consider all possible pairs of 6x6 submatrices of the contact matrices. Such matrices are small enough that the problem can be solved optimally. Step2: Assembly the alignments from step 1. Method – Monte Carlo algorithm.
30
CE (Shindyalov & Bourne, Protein Eng. 1998) Protein Structure Alignment by Incremental Combinatorial Extension (CE) of the Optimal Path Define alignment fragment pair (AFP) as a continuous segment of protein A aligned against a continuous segment of protein B (without gaps). An alignment is a path of AFPs s.t. for every two consecutive AFPs there may be gaps inserted into either A or B, but not into both. That is, for every two consecutive AFPs i and i+1 and orand where p i A is the starting position of AFP i in protein A
31
CE What is a “good”AFP? Define the distance between two different AFPs i and j as: d A (p,q) represents the distance between the alpha carbon atoms at positions p and q in protein A. If you already have n-1 AFPs and consider adding the n-th AFN, do so only if Protein A Protein B i j i j
32
CE (cont.) 1.Select an initial AFP. 2.Build an alignment path by incrementally adding “good” AFPs that satisfy the conditions of paths 3.Repeat step (2) until the proteins are completely matched, or until no good AFPs remain. 4.To assess the significance of the alignment, compare it to the alignment of a random pairs of structures, and compute the Z-score based on the RMSD and number of gaps in the final alignment. Protein A Protein B
33
Structal (Levitt & Gerstein, PNAS 1998) An initial equivalence is chosen, based on matching the ends of the two structures. Repeat until convergence: Superimpose the two structures so as to minimize the RMS, given the equivalence Given the superposition, calculate the distances d ij between any atom i in the first protein and any atom j in the second protein Transform distances into similarities s ij = M/[1+ (d ij /d 0 ) 2 ] where M=20 and d 0 = 2.24A Apply dynamic programming to define a new set of equivalences
34
Structal (cont) 1) Alignment fixed 2) Superimpose to minimize RMS 3) Calculate distances between all atoms 4) Use dynamic prog. to find the best set of equivalences 5) Superimpose given the new alignment 6) Recalculate distances between all atoms
35
35 Approach based on comparing secondary structure arrangement Motivation: Folds are often defined as arrangement of secondary structure elements (sse). Why not to compare arrangement of sse rather than going down to atomic level? 1EJ9: Human topoisomerase
36
36 VAST- graph theoretical approach http://www2.ncbi.nlm.nih.gov/Structure/VAST/vast.shtml Perform the comparison on the level of secondary structures and not residues. Treat each secondary structure as a vector of direction and length corresponding to the direction and length of the secondary structure. Attributes of such vector include the type of secondary structure, number of residues, etc. For two secondary structure provide a way of describing the relative spatial position of secondary structures – distance, angle, etc. VAST finds maximal subset of secondary structures that are in the same relative positions in compared protein structures and in the same order within the structure.
37
37
38
38
39
39
40
40
41
41
42
SCOP Structural classification of proteins with 5 level hierarchy: Domains: the individual entries Family: homologous proteins with significant sequence similarity Superfamily: protein families that share weak sequence similarity but with conserved functional residues (e.g. in active sites) – believed to be evolutionary related Fold: protein superfamilies that share he same fold (not necessarily due to common evolutionary ancestry) Class: all-alpha, all-beta, alpha/beta, alpha+beta, membrane proteins, small proteins The classification is based on manual analysis by experts (Dr. Alexy Murzin) As of May 2002, 7 main classes, 686 folds, 1073 superfamilies, 1827 families
43
CATH Structural classification of proteins with 5 level hierarchy: Protein chains: the individual entries Homologous superfamily: proteins with highly similar structures and functions. Topology: clusters according to the topological connections and numbers of secondary structures. Architecture: describes the gross orientation of secondary structures, independent of connectivities (assigned manually). Class: derived from secondary structure content, is assigned for more than 90% of protein structures automatically. The assignments of structures to topology families and homologous superfamilies are made by sequence and structure comparisons. As of Jan 2002, 8 main classes, 46 architectures, 1453 topologies, more than 2000 superfamilies.
44
FSSP Structural classification of proteins into a tree hierarchy: Protein domains: the individual entries (defined using the algorithm of Holm and Sander 1994) Start with all-vs-all structure comparison of protein domains Domains are clustered automatically into clusters using the single linkage algorithm based on the z-scores of the structure similarity scores 3242 families of more than 30,000 structures as of June 2002
45
45 Algorithms Measurement: rmsd. Pair atoms of two structures by minimum bipartite matching. Fix one structure, and keep several 3-D orientations of the other. Randomly perturb these orientations, and shift to better positions until converging. Report the best rmsd score and orientation.
46
46 INIT-S(N) N=4N=8N=6 N=20N=12
47
47 INIT-S(N)
48
48 MB-Align Algorithm
49
49 MB-Align Descriptions
50
50 3D Transformation 3D rotation is done around a rotation axis Fundamental rotations About x, y, or z axes Positive Rotation Counter-clockwise rotation (when you look down the negative axis) x y z +
51
51 3D Transformation Rotation about Z x ’ = x cos( ) – y sin( ) y ’ = x sin( ) + y cos( ) z ’ = z x y z + cos( ) -sin( ) 0 0 sin( ) cos( ) 0 0 0 0 1 0 0 0 0 1 OpenGL - glRotatef( , 0,0,1)
52
52 Rotation about Y (z → x, x → y, y → z) z’ = z cos( ) – x sin( ) x’ = z sin( ) + x cos( ) y’ = y z x y + cos( ) 0 sin( ) 0 0 1 0 0 -sin( ) 0 cos( ) 0 0 0 0 1 OpenGL - glRotatef( , 0,1,0) x y z + 3D Transformation
53
53 Rotation about X (y → x, z → y, x → z) y’ = y cos( ) – z sin( ) z’ = y sin( ) + z cos( ) x’ = x y z x + 1 0 0 0 0 cos( ) -sin( ) 0 0 sin( ) cos( ) 0 0 0 0 1 OpenGL - glRotatef( , 1,0,0) x y z + 3D Transformation
54
54 Arbitrary rotation axis (rx, ry, rz) glRotatef(angle, rx, ry, rz) So, which way is a positive rotation? x z y (rx, ry, rz) 3D Transformation
55
55 Rotation
56
56 Rotation
57
57 Rotation
58
58 Rotation
59
59 Rotation Matrix
60
60 The orientation vector is perturbed to its neighborhood. Perturbation
61
61 r, the normal vector.
62
62 Perturbation Algorithm
63
63 MB-Align Algorithm
64
64 System Implementations OS: Linux/Red Hat 7.2 run on Pentium-4 2800Mhz CPU and 1G bytes RAM. Bioperl – pdb file format conversion Rotation/perturbation/integration – C programs Minimum bipartite matching – LEDA Rmsd - PROFIT
65
65 Benchmarking
66
66 Benchmarking
67
67 Benchmarks
68
68 Efficiencies of Strategies
69
69 The End.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.