Presentation is loading. Please wait.

Presentation is loading. Please wait.

Taking a Numeric Path Idan Szpektor. The Input A partial description of a molecule: The atoms The bonds The bonds lengths and angles Spatial constraints.

Similar presentations


Presentation on theme: "Taking a Numeric Path Idan Szpektor. The Input A partial description of a molecule: The atoms The bonds The bonds lengths and angles Spatial constraints."— Presentation transcript:

1 Taking a Numeric Path Idan Szpektor

2 The Input A partial description of a molecule: The atoms The bonds The bonds lengths and angles Spatial constraints on some of the atoms of a molecule.

3 The Questions Is there a conformation of the molecule that answers the spatial constraints? Provide explicit description of such conformations. How many “really” different conformations are there? Which one is the best?

4 Hard life… Torsion angles are (usually) unconstrained  a large number of degrees of freedom  The answers to the questions are not easy to find analytically. They are also resource consuming (running time).

5 A Numeric Path Two algorithms take different approaches to limit the space of possible conformations to search in: Numeric randomized algorithm Semi numeric algorithm on a simpler problem

6 A Randomized Kinematics-Based Approach to Pharmacophore- Constrained Conformational Search and Database Screening S. M. Lavalle, P. W. Finn, L. E. Kavraki, J. C. Latombe (2000)

7 The Pharmacophore Problem The problem: to find a molecule conformation that satisfies a set of constraints out of a database of flexible molecules (e.g. for ligand docking). Constraints: Different atoms and their features in the molecule (types, charges etc.) The bond length and angles between bonds Static bond torsion angles Relative locations of some atoms from an anchor atom

8 The Molecule Model – no rings

9 The Molecule Model (Cont…) An atom a i carries standard information A bond b i carries the following information: l i – the bond length α i – the angle from the previous bond The set of possible torsion angles θ i  [0, 2π) All info besides the torsion angles is fixed. Θ is the m dimensional vector of variables that defines the conformation

10 The Pharmacophore Model A finite set of features corresponding to a subset of atoms Constraints on the relative positions between features (the atoms), when one of the features is designated as a anch, the origin of a global xyz coordinate

11 The Kinematic Model The bond length, angles and the torsion angles Θ can be used to give the positions of all of the atoms, relative to a anch We look at each atom center as a local coordinate frame. We would like to use the transformation from one coordinate frame to the another.

12 The Kinematic Model (Cont…)

13 The homogeneous transformation is:

14 The Kinematic Model (Cont…) The xyz position of atom a i is given by:

15 The Kinematic Model (Cont…) The coordinate frame of the molecule could be rotated with respect to the global coordinate frame of the pharmacophore feature positions  Another global coordinate frame transformation is needed

16 The Kinematic Model (Cont…) Global rotation transformation based on Euler angles γ,φ,ψ:

17 The Kinematic Model (Cont…) The complete xyz position of atom a i is given by:

18 The Kinematic Error Function Given Θ, γ,φ and ψ, the total amount of error between the requested feature positions G and the actual feature positions g can be measured as:

19 The Energy Function In a sense, the energy function measures the likelihood that the molecule will achieve a conformation in nature. An example for an energy function:

20 Two Questions For a given molecule from a database and a pharmacophore: Can the molecule achieve a low-energy conformation that satisfies the given pharmacophore? What are the “distinct” low-energy conformations that satisfy the pharmacophore?

21 Randomized Conformation Search with Constraints – The Motivation For the problem, the system of equations is generally under constrained, which leads to a complicated multidimensional solution set. This consideration, and the need for efficiency, led to the choice of a numerical randomized technique.

22 Randomized Conformation Search with Constraints – The Approach

23 The Search – Gradient Descent Randomly sample the neighborhood of P i Search for a point P i+1 such that f(P i+1 ) < f(P i ) If such P i+1 is found, move to P i+1 and repeat the search

24 Distance Minimization

25 Energy Minimization

26 Integrating into a Database Search A small set (~several hundreds) of candidate molecules (configurations) are chosen from a database (using 2D information) Kinematics-based conformational search is performed to further reduce the set of candidates

27 Search in a Set of Candidates Each time a sample conformation fails to match, the likelihood that the molecule will ever succeed decrease On the other hand, after any number of ‘fail’ iterations, it is impossible to conclude that the molecule will never succeed

28 Search in a Set of Candidates (cont…) Perform one attempt (random sample + match search) per molecule Go through all the molecules in the set and repeat Stop when a requested number of matches was found or a maximum number of iterations was reached

29 Conformation Clustering In general, having alternative low-energy conformations is useful because in many cases it is not the lowest-energy conformation that results in docking.

30 Conformation Clustering (cont...) Use a metric m(θ 1, θ 2 ), such as RMS of the displacements of the atoms between two conformations A threshold m max is the maximum distance that still regards two conformations as identical (in the same cluster)

31 Clustering Algorithm – Idea Always keep one representative for each cluster The representative is the conformation with the lowest energy

32 Clustering Algorithm – Detailed for a new conformation θ i : if exists another conformation θ k such that m(θ k, θ i ) ≤ m max and e(θ k ) ≤ e(θ i ), discard θ i otherwise: add θ i as a new cluster remove all θ k such that m(θ k, θ i ) ≤ m max

33 Experiments 2 different pharmacophores, for ACE and Thermolysin inhibitors 6 different molecules for each pharmacophore, kept in the database in randomly picked conformations The docked conformations are known

34 Experiments (Cont…) Cluster distance m max =1.5 Ǻ 20 iterations for the different candidates

35 Experiments (Cont…) In general, conformations’ energies are within 2–7 kcal/mol of the energy of the known docked conformation. The RMS distance of the conformations from the known docked conformations: Thermolysin inhibitors – 0.50, 2.96, 0.59, 0.81, 2.40, and 2.56 Å. ACE inhibitors – 1.26, 1.79, 0.94, 2.03, 1.87, and 1.98 Å.

36 Experiments (Cont…) A sufficient clustering record for a single molecule required about 5–20 min. A claim: “Our previous work with randomized techniques has shown that if we continue iterating our algorithm we increase our chances of covering the conformational space of the molecule, and hence, our chances of providing exhaustive information about the constrained conformations of the molecule.”

37 A Cluster record

38 Cyclic coordinate descent: A robotics algorithm for protein loop closure A. A. Canutescu and R. L. Dunbrack Jr. (2003)

39 The Loop Closure Problem The problem: matching a given loop to a given backbone (e.g. for Homology modeling). Constraint: connecting the two protein segments on either end of the loop, termed N and C-terminal anchors.

40 Loop Closure Problem (Cont…)

41 Previous Solutions Number of available conformation is enormous. Analytical: for 6 degrees of freedom. Numerical: changing all torsion angles at once to the next “best” position. Numerical methods are computationally expensive and sometimes unstable.

42 Cyclic Coordinate Descent (CCD) Originally developed for robotics. An iterative relaxation algorithm. Adjust only one degree of freedom at a time.

43 CCD Algorithm Proceed in an iterative fashion along the chain of degrees of freedom. Modify each torsion angle so that the end of the loop gets as close as possible to the desired position.

44 CCD Simplicity One equation in one unknown for each degree of freedom. The equation provides: Optimum setting for the variable First and second derivatives

45 The Main Equation

46 The Main Equation (Cont...)

47 Multiplying the last two terms by: Defining: We get:

48 The Main Equation (Cont...)

49 CCD Benefits Computationally Fast. Analytically simple - no singularities. Constraints can be placed on any degree of freedom. Using derivatives, small increments in change can be done in preference to of large changes.

50 Test 1 – Success Percentage 2752 different loops. 100 randomly different starting conformations for each loop. A match (closed loop) is when distance from the terminals is less than 0.08 Ǻ. Maximum 5000 iterative cycles (through all torsion angles) per search.

51 Test 1 (cont…) Two test frameworks: No constraints Using a Ramachandran Map When using the map: for a new proposed angle θ new, find (ψ new,θ new ) in the map and compare to (ψ old,θ old ) Change to θ new with probability:

52 Results for Test 1

53 Analysis of Test 1 Loops that fail to converge arrive to a local minimum (usage of Monte Carlo method to escape local minimum). CCD favors large changes in the first residues. Loops that failed to converge are usually extended loops.

54 Test 2 – Minimum RMS to Original CCD is meant to be a component of a matching algorithm that should also include loop generation and energy function. How well CCD alone converge to the original loop conformation. 30 original loops. For each loop, 5000 random conformations were generated and closed.

55 Results for Test 2

56 Results for Test 2 (Cont...)

57 Test 3 – Structure Convergence Using Ramachandran map and starting with the same loop conformation. Each time using different random generated numbers. 500 tests. do all final conformations are the same? Compared to 500 closures of the same loop with different starting conformations.

58 Test 3 – Results

59 Comparison to Random TWEAK 5000 trails (10 loops, 500 initial configurations each). Closure when RMS < 0.08 Ǻ. CCD – closed 5000. ~7 min running time TWEAK – closed 4841. ~40 min running time


Download ppt "Taking a Numeric Path Idan Szpektor. The Input A partial description of a molecule: The atoms The bonds The bonds lengths and angles Spatial constraints."

Similar presentations


Ads by Google