Computer Graphics Applications on Molecular Biology and Drug Design

Size: px
Start display at page:

Download "Computer Graphics Applications on Molecular Biology and Drug Design"

Transcription

1 Computer Graphics Applications on Molecular Biology and Drug Design Katerina PERDIKURI 1, Athanasios TSAKALIDIS 1 1 Department of Computer Engineering and Informatics University of Patras,26500 Patras, Greece Abstract. Molecular structure-based drug design is an art and a science. As graphics hardware has matured and software continues to mature, the applications of computer algorithms on molecular biology provides a rigorous basis for many drug design efforts. In this paper we try to present the basic principles in molecular graphics as long as it concerns molecular representations and modelling, and outline some important challenges and open problems in the field of computer aided drug design. 1. Introduction During the last 20 years, the process of drug discovery and drug design has been enormously affected from the increased available information, concerning 3D structures of biomolecules, determined by X-ray crystallography and NMR structure determination techniques. Exploiting this structural information, scientists can design novel pharmaceutical molecules (often referred to as ligands), which bind tightly and selectively to a target macromolecule, such as a protein (often referred to as receptor). The binding of a ligand to a specified receptor is based on the lock-and-key principle, which was firstly recognized by Emil Fischer more than 100 years ago. Along with this principle, the active site of a receptor binds with a ligand both spatially and chemically, just as only a specific key fits a given lock. The design of pharmaceuticals molecules based on this principle is usually referred to as structure-based drug design [1]. Modern methods for structure-based drug design can be divided into two categories. The first category, which is usually referred as Database Searching, searches ligands for a given receptor, through large-scale screens in databases of known 3D molecules. The goal of the search is to retrieve molecules, with shape and chemical complementarity to a given active site of a receptor. The second category of structurebased drug design, which is usually referred as de novo design, builds gradually the proper ligands [2]. In this case, ligands, are built up within the constraints (both geometrical and chemical) of the binding receptor, by assembling atoms or small fragments in a stepwise manner. A number of such approaches have already been reported. Several ligands designed in this manner are now in clinical trials. The success of structure-based drug design has encouraged the development of various computational methods that can combine structural information and modern molecular graphics techniques to suggest novel structures, which may prove to be useful lead compounds. Ideally, these methods should be fast, objective and produce a set of diverse yet chemically reasonable structures. In this paper we will present and analyze the current methods used and the problems encountered in the field of Molecular Graphics and especially in the field of structure-based drug design.

2 Fig. 1: A 3D molecule represented with ball and sticks 2. Molecular Representations Molecular Graphics deals with the representation and manipulation of biological molecules in a computer. It is a newly established scientific field encompassing the theoretical and application areas of computer science that deal with geometry and visualization. Among these areas are computer graphics, computer animation, computer vision, computational geometry and computer-aided geometric design. In this section we will try to introduce some definitions for the concept of molecular surface and molecular volume. The three-dimensional geometric structure of a molecule is often represented as a set of atoms (Figure 1). In this representation each atom is modeled as a hard sphere with a certain atomic radius. The three-dimensional placement of the spheres is expressed according to the internal distances between the centers of each pair of atoms (interatomic distances) and their relative angles (Table 1). The equilibrium configuration of this representation is defined as the low energy conformation. In many representations, the spheres are allowed to interpenetrate one another. In structure-based drug design, one wishes to manipulate a molecule in the presence of another molecule to see whether they fit together. During such manipulation the molecules should have only limited interpenetration. Table 1: Table with internal coordinates of C 2 H 6 1 C 2 C Η 1, ,5 2 4 Η 1, , ,0 3 5 Η 1, ,5 2 60,0 4 6 Η 1, ,5 1-60,0 5 7 Η 1, , ,0 6 8 Η 1, ,5 1 60,0 7

3 2.1 Molecular Surfaces The determination of the molecular surface of a collection of atom spheres of a molecule is of great importance in various applications in molecular biology for the interpretation of molecular properties, interactions and processes. Molecular surfaces are classified as contact surfaces and re-entrant surfaces. Various definitions have been proposed in the relative bibliography. The van der Waals surface (Figure 2), Lee and Richards solvent accessible surface [4], and Richards smooth molecular surface. In Lee and Richard s approach, a sphere is rolled on a reference surface, to obtain a new surface described by the center of the rolling sphere, which is assumed to be fairly small. In a simplified approach the molecular surface of a molecule can be described as the accessible parts of the modeled spheres (assuming that the molecules are modeled by the hard sphere model), or as the boundary of the union of the balls in the hard sphere model. 2.2 Molecular Volumes A critical issue in most 3D molecular graphics packages is the choice of the model for representing, the three dimensional structure of a molecule. Obviously the molecular geometry is affected from the selected model. Generally the use of any model means that a significant level of detail is lost as molecules are visualized to have surfaces and volumes similar to our perception of surfaces and volumes of macroscopic objects. Although it is clear that the more accurate the model used, the better are the chances in predicting molecular interactions certain abstractions need to be made in order to calculate molecular interactions efficiently. The sphere model is the most popular model for representing approximately the volume of a molecule. A sphere is drawn around the centre of every atom of the molecule. The radius of each sphere reflects the space requirements of the corresponding atom and consequently the total volume of the molecule (the used radii have been determined by a combination of experimental observations and quantum mechanical calculations). Sticks models are also used to represent the bonds between two consecutive atoms and the angles they form in 2 dimensions. The bond lengths and bond angles are degrees of freedom (DOF) for each molecule. This way a conformation of a molecule is obtained by assigning values to all the DOF of the molecule. Fig 2: a) Representation of Van der Waals surfaces, b) Representation of the VDW surface of the Myelin Basic Protein 72-85

4 2.3 Color Coding and Texture Mapping Techniques The molecular surface concept is not only useful for a representation of the shape of molecules. These surfaces can be used as screens for the visualization of arbitrary properties using color coding techniques. Color coding is a popular means of displaying scalar information on a surface [3]. In interactive molecular graphics, high contrast color code variation can be realized by using texture mapping techniques which are available on graphical workstations and PC s to represent a color ramp as a 1D texture. Texture mapping is a technique that applies an image to an object s surface. 2.4 Conformational Analysis Having represented the surface and volume of a molecule the next step in molecular modeling is to find the global energy minimum conformation of a molecule, regardless of the size of the molecule under consideration. This procedure is known as conformational analysis (Figure 3). A variety of conformational analysis methods exist and fall into two classes: deterministic and stochastic. Deterministic methods search all the rotatable bonds in a molecule. The time required for this type of search increases exponentially to the number of rotatable bonds. The success of a deterministic method relies on the selected granularity, which is difficult to define. For example it may be possible to perform a complete search if one limits the number of rotamers per bond to a small number. On the other hand the same search may become computationally infeasible if the number of scanned rotamers increases. Stochastic methods are based on algorithms that limit the conformational search space to the lowest energy conformations of a molecule. Some of the stochastic methods use molecular dynamics, Monte Carlo, genetic algorithms, random perturbations to the coordinates, or a combination in order to find and optimize local minima [9]. Unfortunately stochastic methods are not guaranteed to converge to the same set of low energy conformations as produced with a deterministic method. A slight deviation in a torsion angle may miss the lowest energy state, although we are very close to structurally to the global minimum. Fig 3: a)representation of the Myelin Basic Protein (MBP ) b) Representation of the MBP after a conformational analysis for an optimization process using steepest descent (SD) and adopted-basis Newton Raphon algorithms performed on a Silicon Graphics workstation using the QUANTA program of Molecular Simulations

5 2.5 Quantitative structure-activity relationships (QSAR) As we stated earlier one of the most important goals of structure-based drug design is to support the industrial pharmaceutical research in the development of new active compounds, with the aim to bring effective and safe drugs to the market. More active or higher specific products have to be developed, which show no adverse reactions or even dangerous side effects. Years of laboratory research are required to discover a new chemical compound while bringing the new drug to the market involves additional years of planning, research and analysis. Starting from compounds which have a very similar structure to existing active synthetic or natural products a large number of derivatives have to be synthesized for a systematic screening. In average from these potential candidates for new therapeutic agents only one of ten thousand synthesized compounds can be used commercially. To improve this very unfavourable ratio between synthesized compounds and drugs on the market, various theoretical methods were introduced in the last years, which are widely used nowadays in pharmaceutical research. Molecular calculations with sophisticated computer program packages allow the prediction of molecular properties in such a way, that accurate proposals for a target oriented synthesis can be performed. The broad spectrum of Molecular Graphics packages allows to consider the steric behaviour of molecules, dynamical molecular properties, molecular similarity and drugreceptor interactions. 3D receptor modelling, Comparative Molecular Field Analysis (CoMFA) and Active Analog Approach (AAA) are well established procedures for the investigation of structure activity relationships. Structure activity relationships are mathematical relationships linking chemical structure and pharmacological activity in a quantitative manner for a series of compounds. Methods which can be used in QSAR include various regression and pattern recognition techniques.computer assisted drug design (CADD) and computer assisted molecular design (CAMD) are widespread methods, which support classical quantitative structure activity relationship (QSAR) techniques and make drug screening and pharmacophor identification more efficient. Many successful applications confirm the importance of calculations on three dimensional quantitative structure activity relationship (3D QSAR). 3. Open Challenges and Problems in Molecular Graphics Studying a hard sphere model from a computational geometry point of view, we have to take into consideration several properties such as: (i) the radii ranges in a fairly restricted area, and (ii) sphere centers cannot get too close to one another. One of the tasks of molecular modeling packages is to display molecules. This should preferably be done so fast that the user can interact with the model by turning it around to look at it from different directions or by moving different molecules with respect to each other, to see for example whether they fit together. In this paragraph we will refer to problems and challenges that arise in the field of molecular graphics and are crucial for application in computer-aided structure-based drug design. 3.1 Reconstructing a 3D Model The reconstruction of a three-dimensional set of points using information about its inter-point distances is a task of great importance in determining molecular structure.

6 In particular, spectroscopic methods such as two-dimensional NMR provide a mean for determining a labeled subset of the distances between atoms in large structures such as proteins and RNA, and such methods have therefore proved extremely valuable in conformational studies of such molecules. Determining the structure of n labeled points in R 3 is easy if the exact value of every inter-point distance is given. However, this is far from what one obtains using NMR and its variants. In particular, not all distances can be measured, and the distance values that one does obtain are susceptible to a wide variety of sources of error. NMR experiments are frequently based on measuring proton resonances, since hydrogen atoms are easily detected by these techniques; this is in general sufficient for conformational studies, since hydrogen atoms are abundant in organic molecules. To determine spatial information, one typically requires two NMR experiments: one based on spin-spin coupling to determine protons that are close in the covalent geometry of the molecule (COSY, Correlated Spectroscopy), and another to determine distance information for pairs of protons that are close in space but not necessarily close in the covalent structure (NOESY, Nuclear Overhauser Enhancement Spectroscopy). Combining information from these two types of experiments, one obtains labeled interatomic distance data- more precisely which distance corresponds to which pair of atoms. The nuclear Overhauser Effect (NOE), on which the latter technique is based, is manifested in crosspeaks in an NMR spectrum that arise from dipole- dipole coupling of one proton with nearby protons. NOE intensity is given by a formula with a term for d ij -6, where d ij is the Euclidean distance between two protons. If one has approximate knowledge of the other variables involved, then it is feasible to recover a value for d ij. Distance calculations based on NOESY are subject to numerous sources of systematic error. Some basic examples are the following: i) Spin-diffusion is a phenomenon whereby NOE effects between protons i and j are in some sense transferred through a third proton k, resulting in spurious cross-peaks. These effects often result in a compression of the apparent distances derived from transferred NOE experiments. ii) For reasons of experimental efficiency, the relaxation delays between successive NMR scans are typically too short to allow for full recovery of the magnetization effects between nearby protons This is particularly a problem in RNA structure determination, where proton relaxation times are quite long and vary considerably [8]. iii) As the NMR spectrum becomes more and more dense, it is possible for two peaks to essentially coincide, and thus for one or more of these peaks to escape detection when the data is interpreted. This is a problem that becomes increasingly significant precisely when more of the inter-point distances are measurable. iv) As noted above, in order to produce labeled distance data from a NOESY experiment in other words to determine that a given distance d is in fact associated with protons i and j one must solve a complex assignment problem using information from an accompanying COSY experiment. Several error-correcting algorithms have been proposed in order to deal with arbitrary errors in distance measurements and reconstruct an accurate 3D model. Most of them belong in the area of distance geometry and use general model-building tool. 3.2 Hidden Surface Removal Hidden surface raises a difficult problem among sets of intersecting spheres. In practice most 3D graphics workstations available nowadays, use a Z-buffer algorithm either in software or in their graphics hardware. Unfortunately, such an implementation can only handle polyhedral objects, which means that triangular meshes can approximate spheres. To get a reasonable approximation for a sphere one needs more than 100 triangles and these implementations lead to a large number of needed triangles in 3 dimensional space in order to model a molecule.

7 Another common approach to hidden surface removal used in computer graphics is the painter s algorithm. Here one tries to define a depth order on the objects, sorting them from back to front. Next one draws the objects in this order on top of each other where each new object hides the parts of other objects that lie below it. Such an approach does not require special graphics hardware. The problem with this approach is that it requires a valid depth order on the objects. Such an order does not always exist, as in the case of intersecting objects. In such applications the combinatorial representation of visible pieces, can be seen in the visibility map. The visibility map can be defined as the subdivision of the viewing plane into maximal connected regions in each of which a single object is seen, or no object is seen. 3.3 Modelling Water What is important in a software package is the ability to simulate the presence of water molecules, in order to understand the effects of water on the shapes of biological molecules. Taking into consideration when building a cell that it contains billions of water molecules and the space not occupied by the atoms of biological molecules is filled with water, it is clear why water plays an important role in molecular interactions. A single water molecule (H 2 O) has a tetrahedral geometry, which gives water a loosely packed structure compared with that of most other liquids, such as oils. To construct a computer aided model of water, we need to take into account two different types of forces: intramolecular and intermolecular. Moreover there are two types of waters that must be considered when building a computer model of a biological molecule in aqueous solution: the ordered waters that surround and strongly interact with the molecule and the bulk waters that may be buried within the molecule [6]. Subsequent simulations of DNA in water have revealed that water molecules are able to interact with nearly every part of DNA double helix, including the base pairs that constitute the genetic code. In other words water help us to reveal the structure of several biomolecules. In contrast, water is not able to penetrate deeply into the structures of proteins. Experimental results have shown that water profoundly influences the interactions of proteins and DNA. The polarity and hydrogen-bonding capability of water make it a highly interacting molecule. Water can greatly weaken the electrostatic forces and H-bonds between polar molecules by competing for their attraction, play both roles of an H-bond donor and, by lending electron pairs of the oxygen atom, an acceptor, and form a variety of bridges between molecular donors and acceptors [7]. 3.4 Molecular Docking One important application in the field of computer aided molecular modeling is related to the molecular docking process. An effective and interactive handling of the molecular complementarity is needed in order to investigate possible docking partners. Hidden surface problem is highly related to the protein docking process. Although the mechanisms of docking reactions are not well understood, two complementarity principles seem to be important for the recognition and binding of docking partners. The first principle is the shape complementarity principle: the shapes of the molecules that build a docking complex are complementary, that is, there is a large fit between the surfaces of the docking partners. The second complementarity principle is the chemistry principle: there is a strong chemical complementarity (with respect to hydrogen bonds, electrostatic interactions, hydrophobicity and so on), between the sites of docking partners. Although the second principle is the more important one, it is possibly to identify many docking sites solely with the help of the shape complementarity principle.

8 In order to find these sites for two molecules A, B with n and m atoms, the following 3D matching problem has to be solved: determine all transformations of B such that there is a large fit between the surface of A and the surface of B, and no penetration of B into the interior of A. For all the candidates with a good geometric fit the potential energy function of the docking conformation and the molecules A and B has to be computed. In the above description of the geometric 3D matching problem two strong assumptions were made: 1) the molecules are considered rigid and 2) there is no penetration. Of course not all molecules are rigid and certain parts of the molecules are very flexible influencing their chemical activity. More over local changes of the shape of the docking sites happen during the docking reactions. So with the structure of even one target protein, and the knowledge of function of its receptor or active site, it is now possible to use computer tools to build and dock a ligand or inhibitor ( new leads ) prior to investing time and resources for synthesis and testing. Thus molecular modeling is essential for understanding and exploring the structure-function relationship and evaluating novel compounds before being synthesized. Based on Fischer s lock and key principle, the mechanical view of molecular interactions can be easily understood and applied to biomolecules. However, even rigid molecules have local flexibility, as previously mentioned, and water molecules as previously described are usually a structural appendage of both the lock and the key, which means the in vivo structure may differ significantly from that on the display screen. 4. Conclusion Researchers in the areas of computer graphics, molecular biology and computational chemistry have long studied representations of molecular models as well as other computational problems related to the geometry of molecules. Current trends incorporate tools from computational geometry in order to provide algorithms that are provably efficient and at the same moment fast in practice. Taking as an input the information determined by X-ray crystallography and NMR structure determination techniques, scientists can move from sequence level to structure level, which is an important step for understanding the molecular details of biological processes. Various fields start to develop like genome modeling and annotation; comparative protein modeling and fold assignment; in silica drug design and modeling of cellular processes. Acknowledgments We would like to express our thanks to Prof. J. Matsoukas and T. Mavromoustakos for their support and useful guidelines. This work was partially supported by the General Secretariat of Research and Technology of Greece during the research project EPET II/ EKBAN 115. References [1] D. Kuntz, Structure-Based Strategies for Drug Design and Discovery, Science 257 (1992) [2] R. Wang, Y. Gao, L. Lai, LigBuilder: A Multi-Purpose Program for Structure-Based Drug Design, J. Mol. Modeling 6 (2000)

9 [3] J. Brickmann, T. Exner, M. Keil, R. Marhofer, Molecular Graphics Trends and Perspectives, J.Mol.Modeling, 6 (2000) [4] F. Richards, Areas, Volumes, Packing and Protein Structure, Ann.Rev.Biophys.Bioeng 6 (1977) [5] F. Richards, Calculation of Molecular Volumes and Areas for Structures of Known Geometry, Methods in Enzymology 115 (1985) [6] M. Gernstein, M. Levitt, Simulating Water and the Molecules of Life, Scientific American (November 1998). [7] Y. Deng, J. Glimm, Y. Wang, A. Korobka, M. Eisenberg, A. Grollman, Prediction of Protein Binding to DNA in the Presence of Water-Mediated Hydrogen Bonds, J.Mol.Modeling 5 (1999) [8] B. Berger, J. Kleinberg, T. Leighton, Reconstructing a Three-Dimensional Model with Arbitrary Errors, Journal of the ACM 46 (1999) [9] Spellmeyer, D. Wong, A. Bower, M. Blaney, J. Conformational analysis using distance geometry methods, J.Mol.Graphics Mod., Vol. 15, [10] H. Lenhof, An algorithm for the protein docking problem, From Nucleic Acid and Proteins to Cell Metabolism, D.Schomburg and U.Lessel (ed),

Receptor Based Drug Design (1)

Receptor Based Drug Design (1) Induced Fit Model For more than 100 years, the behaviour of enzymes had been explained by the "lock-and-key" mechanism developed by pioneering German chemist Emil Fischer. Fischer thought that the chemicals

More information

In silico pharmacology for drug discovery

In silico pharmacology for drug discovery In silico pharmacology for drug discovery In silico drug design In silico methods can contribute to drug targets identification through application of bionformatics tools. Currently, the application of

More information

Fondamenti di Chimica Farmaceutica. Computer Chemistry in Drug Research: Introduction

Fondamenti di Chimica Farmaceutica. Computer Chemistry in Drug Research: Introduction Fondamenti di Chimica Farmaceutica Computer Chemistry in Drug Research: Introduction Introduction Introduction Introduction Computer Chemistry in Drug Design Drug Discovery: Target identification Lead

More information

Biophysical Chemistry: NMR Spectroscopy

Biophysical Chemistry: NMR Spectroscopy Relaxation & Multidimensional Spectrocopy Vrije Universiteit Brussel 9th December 2011 Outline 1 Relaxation 2 Principles 3 Outline 1 Relaxation 2 Principles 3 Establishment of Thermal Equilibrium As previously

More information

Structural Bioinformatics (C3210) Molecular Docking

Structural Bioinformatics (C3210) Molecular Docking Structural Bioinformatics (C3210) Molecular Docking Molecular Recognition, Molecular Docking Molecular recognition is the ability of biomolecules to recognize other biomolecules and selectively interact

More information

CS273: Algorithms for Structure Handout # 13 and Motion in Biology Stanford University Tuesday, 11 May 2003

CS273: Algorithms for Structure Handout # 13 and Motion in Biology Stanford University Tuesday, 11 May 2003 CS273: Algorithms for Structure Handout # 13 and Motion in Biology Stanford University Tuesday, 11 May 2003 Lecture #13: 11 May 2004 Topics: Protein Structure Determination Scribe: Minli Zhu We acknowledge

More information

Molecular Mechanics, Dynamics & Docking

Molecular Mechanics, Dynamics & Docking Molecular Mechanics, Dynamics & Docking Lawrence Hunter, Ph.D. Director, Computational Bioscience Program University of Colorado School of Medicine Larry.Hunter@uchsc.edu http://compbio.uchsc.edu/hunter

More information

Docking. GBCB 5874: Problem Solving in GBCB

Docking. GBCB 5874: Problem Solving in GBCB Docking Benzamidine Docking to Trypsin Relationship to Drug Design Ligand-based design QSAR Pharmacophore modeling Can be done without 3-D structure of protein Receptor/Structure-based design Molecular

More information

Structural Bioinformatics (C3210) Molecular Mechanics

Structural Bioinformatics (C3210) Molecular Mechanics Structural Bioinformatics (C3210) Molecular Mechanics How to Calculate Energies Calculation of molecular energies is of key importance in protein folding, molecular modelling etc. There are two main computational

More information

October 6 University Faculty of pharmacy Computer Aided Drug Design Unit

October 6 University Faculty of pharmacy Computer Aided Drug Design Unit October 6 University Faculty of pharmacy Computer Aided Drug Design Unit CADD@O6U.edu.eg CADD Computer-Aided Drug Design Unit The development of new drugs is no longer a process of trial and error or strokes

More information

SAM Teacher s Guide Protein Partnering and Function

SAM Teacher s Guide Protein Partnering and Function SAM Teacher s Guide Protein Partnering and Function Overview Students explore protein molecules physical and chemical characteristics and learn that these unique characteristics enable other molecules

More information

Dr. Sander B. Nabuurs. Computational Drug Discovery group Center for Molecular and Biomolecular Informatics Radboud University Medical Centre

Dr. Sander B. Nabuurs. Computational Drug Discovery group Center for Molecular and Biomolecular Informatics Radboud University Medical Centre Dr. Sander B. Nabuurs Computational Drug Discovery group Center for Molecular and Biomolecular Informatics Radboud University Medical Centre The road to new drugs. How to find new hits? High Throughput

More information

Lecture 2-3: Review of forces (ctd.) and elementary statistical mechanics. Contributions to protein stability

Lecture 2-3: Review of forces (ctd.) and elementary statistical mechanics. Contributions to protein stability Lecture 2-3: Review of forces (ctd.) and elementary statistical mechanics. Contributions to protein stability Part I. Review of forces Covalent bonds Non-covalent Interactions Van der Waals Interactions

More information

ENERGY MINIMIZATION AND CONFORMATION SEARCH ANALYSIS OF TYPE-2 ANTI-DIABETES DRUGS

ENERGY MINIMIZATION AND CONFORMATION SEARCH ANALYSIS OF TYPE-2 ANTI-DIABETES DRUGS Int. J. Chem. Sci.: 6(2), 2008, 982-992 EERGY MIIMIZATI AD CFRMATI SEARC AALYSIS F TYPE-2 ATI-DIABETES DRUGS R. PRASAA LAKSMI a, C. ARASIMA KUMAR a, B. VASATA LAKSMI, K. AGA SUDA, K. MAJA, V. JAYA LAKSMI

More information

Biochemistry,530:,, Introduc5on,to,Structural,Biology, Autumn,Quarter,2015,

Biochemistry,530:,, Introduc5on,to,Structural,Biology, Autumn,Quarter,2015, Biochemistry,530:,, Introduc5on,to,Structural,Biology, Autumn,Quarter,2015, Course,Informa5on, BIOC%530% GraduateAlevel,discussion,of,the,structure,,func5on,,and,chemistry,of,proteins,and, nucleic,acids,,control,of,enzyma5c,reac5ons.,please,see,the,course,syllabus,and,

More information

Using Bayesian Statistics to Predict Water Affinity and Behavior in Protein Binding Sites. J. Andrew Surface

Using Bayesian Statistics to Predict Water Affinity and Behavior in Protein Binding Sites. J. Andrew Surface Using Bayesian Statistics to Predict Water Affinity and Behavior in Protein Binding Sites Introduction J. Andrew Surface Hampden-Sydney College / Virginia Commonwealth University In the past several decades

More information

Atomic and molecular interaction forces in biology

Atomic and molecular interaction forces in biology Atomic and molecular interaction forces in biology 1 Outline Types of interactions relevant to biology Van der Waals interactions H-bond interactions Some properties of water Hydrophobic effect 2 Types

More information

Module 20: Applications of PMR in Structural Elucidation of Simple and Complex Compounds and 2-D NMR spectroscopy

Module 20: Applications of PMR in Structural Elucidation of Simple and Complex Compounds and 2-D NMR spectroscopy Subject Chemistry Paper No and Title Module No and Title Module Tag Paper 12: Organic Spectroscopy Module 20: Applications of PMR in Structural Elucidation of Simple and Complex Compounds and 2-D NMR spectroscopy

More information

Medicinal Chemistry/ CHEM 458/658 Chapter 4- Computer-Aided Drug Design

Medicinal Chemistry/ CHEM 458/658 Chapter 4- Computer-Aided Drug Design Medicinal Chemistry/ CHEM 458/658 Chapter 4- Computer-Aided Drug Design Bela Torok Department of Chemistry University of Massachusetts Boston Boston, MA 1 Computer Aided Drug Design - Introduction Development

More information

Homology modeling. Dinesh Gupta ICGEB, New Delhi 1/27/2010 5:59 PM

Homology modeling. Dinesh Gupta ICGEB, New Delhi 1/27/2010 5:59 PM Homology modeling Dinesh Gupta ICGEB, New Delhi Protein structure prediction Methods: Homology (comparative) modelling Threading Ab-initio Protein Homology modeling Homology modeling is an extrapolation

More information

Visualization of Macromolecular Structures

Visualization of Macromolecular Structures Visualization of Macromolecular Structures Present by: Qihang Li orig. author: O Donoghue, et al. Structural biology is rapidly accumulating a wealth of detailed information. Over 60,000 high-resolution

More information

Principles of Physical Biochemistry

Principles of Physical Biochemistry Principles of Physical Biochemistry Kensal E. van Hold e W. Curtis Johnso n P. Shing Ho Preface x i PART 1 MACROMOLECULAR STRUCTURE AND DYNAMICS 1 1 Biological Macromolecules 2 1.1 General Principles

More information

Molecular Interactions F14NMI. Lecture 4: worked answers to practice questions

Molecular Interactions F14NMI. Lecture 4: worked answers to practice questions Molecular Interactions F14NMI Lecture 4: worked answers to practice questions http://comp.chem.nottingham.ac.uk/teaching/f14nmi jonathan.hirst@nottingham.ac.uk (1) (a) Describe the Monte Carlo algorithm

More information

Dihedral Angles. Homayoun Valafar. Department of Computer Science and Engineering, USC 02/03/10 CSCE 769

Dihedral Angles. Homayoun Valafar. Department of Computer Science and Engineering, USC 02/03/10 CSCE 769 Dihedral Angles Homayoun Valafar Department of Computer Science and Engineering, USC The precise definition of a dihedral or torsion angle can be found in spatial geometry Angle between to planes Dihedral

More information

Biochemistry 530: Introduction to Structural Biology. Autumn Quarter 2014 BIOC 530

Biochemistry 530: Introduction to Structural Biology. Autumn Quarter 2014 BIOC 530 Biochemistry 530: Introduction to Structural Biology Autumn Quarter 2014 Course Information Course Description Graduate-level discussion of the structure, function, and chemistry of proteins and nucleic

More information

Structural biology and drug design: An overview

Structural biology and drug design: An overview Structural biology and drug design: An overview livier Taboureau Assitant professor Chemoinformatics group-cbs-dtu otab@cbs.dtu.dk Drug discovery Drug and drug design A drug is a key molecule involved

More information

Kd = koff/kon = [R][L]/[RL]

Kd = koff/kon = [R][L]/[RL] Taller de docking y cribado virtual: Uso de herramientas computacionales en el diseño de fármacos Docking program GLIDE El programa de docking GLIDE Sonsoles Martín-Santamaría Shrödinger is a scientific

More information

Copyright Mark Brandt, Ph.D A third method, cryogenic electron microscopy has seen increasing use over the past few years.

Copyright Mark Brandt, Ph.D A third method, cryogenic electron microscopy has seen increasing use over the past few years. Structure Determination and Sequence Analysis The vast majority of the experimentally determined three-dimensional protein structures have been solved by one of two methods: X-ray diffraction and Nuclear

More information

Biophysics II. Hydrophobic Bio-molecules. Key points to be covered. Molecular Interactions in Bio-molecular Structures - van der Waals Interaction

Biophysics II. Hydrophobic Bio-molecules. Key points to be covered. Molecular Interactions in Bio-molecular Structures - van der Waals Interaction Biophysics II Key points to be covered By A/Prof. Xiang Yang Liu Biophysics & Micro/nanostructures Lab Department of Physics, NUS 1. van der Waals Interaction 2. Hydrogen bond 3. Hydrophilic vs hydrophobic

More information

Statistical concepts in QSAR.

Statistical concepts in QSAR. Statistical concepts in QSAR. Computational chemistry represents molecular structures as a numerical models and simulates their behavior with the equations of quantum and classical physics. Available programs

More information

Softwares for Molecular Docking. Lokesh P. Tripathi NCBS 17 December 2007

Softwares for Molecular Docking. Lokesh P. Tripathi NCBS 17 December 2007 Softwares for Molecular Docking Lokesh P. Tripathi NCBS 17 December 2007 Molecular Docking Attempt to predict structures of an intermolecular complex between two or more molecules Receptor-ligand (or drug)

More information

Virtual screening for drug discovery. Markus Lill Purdue University

Virtual screening for drug discovery. Markus Lill Purdue University Virtual screening for drug discovery Markus Lill Purdue University mlill@purdue.edu Lecture material http://people.pharmacy.purdue.edu/~mlill/teaching/eidelberg/ I.1 Drug discovery Cl N Disease I.1 Drug

More information

Principles of Drug Design

Principles of Drug Design (16:663:502) Instructors: Longqin Hu and John Kerrigan Direct questions and enquiries to the Course Coordinator: Longqin Hu For more current information, please check WebCT at https://webct.rutgers.edu

More information

Molecular Modelling for Medicinal Chemistry (F13MMM) Room A36

Molecular Modelling for Medicinal Chemistry (F13MMM) Room A36 Molecular Modelling for Medicinal Chemistry (F13MMM) jonathan.hirst@nottingham.ac.uk Room A36 http://comp.chem.nottingham.ac.uk Assisted reading Molecular Modelling: Principles and Applications. Andrew

More information

BIOCHEMISTRY The Chemical Context of Life

BIOCHEMISTRY The Chemical Context of Life BIOCHEMISTRY The Chemical Context of Life The Elements of Life C. HOPKINS CaFe About 20 25% of the 92 elements are essential to life Carbon, hydrogen, oxygen, and nitrogen make up 96% of living matter

More information

Concept review: Binding equilibria

Concept review: Binding equilibria Concept review: Binding equilibria 1 Binding equilibria and association/dissociation constants 2 The binding of a protein to a ligand at equilibrium can be written as: P + L PL And so the equilibrium constant

More information

Model Worksheet Teacher Key

Model Worksheet Teacher Key Introduction Despite the complexity of life on Earth, the most important large molecules found in all living things (biomolecules) can be classified into only four main categories: carbohydrates, lipids,

More information

Chimica Farmaceutica

Chimica Farmaceutica Chimica Farmaceutica Drug Targets Why should chemicals, some of which have remarkably simple structures, have such an important effect «in such a complicated and large structure as a human being? The answer

More information

Performing a Pharmacophore Search using CSD-CrossMiner

Performing a Pharmacophore Search using CSD-CrossMiner Table of Contents Introduction... 2 CSD-CrossMiner Terminology... 2 Overview of CSD-CrossMiner... 3 Searching with a Pharmacophore... 4 Performing a Pharmacophore Search using CSD-CrossMiner Version 2.0

More information

Biomolecules: The Molecules of Life. 1.2 Biomolecules: The Molecules of Life. Covalent bonding alternatives

Biomolecules: The Molecules of Life. 1.2 Biomolecules: The Molecules of Life. Covalent bonding alternatives Biomolecules: The Molecules of Life What property unites H, O, C and N and renders these atoms so appropriate to the chemistry of life? Answer: Their ability to form covalent bonds by electron-pair sharing.

More information

In Silico Investigation of Off-Target Effects

In Silico Investigation of Off-Target Effects PHARMA & LIFE SCIENCES WHITEPAPER In Silico Investigation of Off-Target Effects STREAMLINING IN SILICO PROFILING In silico techniques require exhaustive data and sophisticated, well-structured informatics

More information

Principles of Drug Design

Principles of Drug Design Advanced Medicinal Chemistry II Principles of Drug Design Tentative Course Outline Instructors: Longqin Hu and John Kerrigan Direct questions and enquiries to the Course Coordinator: Longqin Hu I. Introduction

More information

Contents. xiii. Preface v

Contents. xiii. Preface v Contents Preface Chapter 1 Biological Macromolecules 1.1 General PrincipIes 1.1.1 Macrornolecules 1.2 1.1.2 Configuration and Conformation Molecular lnteractions in Macromolecular Structures 1.2.1 Weak

More information

Model Worksheet Student Handout

Model Worksheet Student Handout Introduction Despite the complexity of life on Earth, the most important large molecules found in all living things (biomolecules) can be classified into only four main categories: carbohydrates, lipids,

More information

Virtual Libraries and Virtual Screening in Drug Discovery Processes using KNIME

Virtual Libraries and Virtual Screening in Drug Discovery Processes using KNIME Virtual Libraries and Virtual Screening in Drug Discovery Processes using KNIME Iván Solt Solutions for Cheminformatics Drug Discovery Strategies for known targets High-Throughput Screening (HTS) Cells

More information

Continuous symmetry and shape measures, or how to measure the distance between polyhedra representing molecules

Continuous symmetry and shape measures, or how to measure the distance between polyhedra representing molecules Continuous symmetry and shape measures, or how to measure the distance between polyhedra representing molecules Pere Alemany Institut de Química Teòrica i Computacional de la Universitat de Barcelona (IQTCUB)

More information

F. Piazza Center for Molecular Biophysics and University of Orléans, France. Selected topic in Physical Biology. Lecture 1

F. Piazza Center for Molecular Biophysics and University of Orléans, France. Selected topic in Physical Biology. Lecture 1 Zhou Pei-Yuan Centre for Applied Mathematics, Tsinghua University November 2013 F. Piazza Center for Molecular Biophysics and University of Orléans, France Selected topic in Physical Biology Lecture 1

More information

Lecture 2 and 3: Review of forces (ctd.) and elementary statistical mechanics. Contributions to protein stability

Lecture 2 and 3: Review of forces (ctd.) and elementary statistical mechanics. Contributions to protein stability Lecture 2 and 3: Review of forces (ctd.) and elementary statistical mechanics. Contributions to protein stability Part I. Review of forces Covalent bonds Non-covalent Interactions: Van der Waals Interactions

More information

Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner

Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner Table of Contents Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner Introduction... 2 CSD-CrossMiner Terminology... 2 Overview of CSD-CrossMiner... 3 Features

More information

Protein Dynamics. The space-filling structures of myoglobin and hemoglobin show that there are no pathways for O 2 to reach the heme iron.

Protein Dynamics. The space-filling structures of myoglobin and hemoglobin show that there are no pathways for O 2 to reach the heme iron. Protein Dynamics The space-filling structures of myoglobin and hemoglobin show that there are no pathways for O 2 to reach the heme iron. Below is myoglobin hydrated with 350 water molecules. Only a small

More information

5.1. Hardwares, Softwares and Web server used in Molecular modeling

5.1. Hardwares, Softwares and Web server used in Molecular modeling 5. EXPERIMENTAL The tools, techniques and procedures/methods used for carrying out research work reported in this thesis have been described as follows: 5.1. Hardwares, Softwares and Web server used in

More information

Intermolecular forces

Intermolecular forces Intermolecular forces World of Chemistry, 2000 Updated: August 29, 2013 The attractions of molecules to each other are known as intermolecular forces to distinguish them from intramolecular forces, such

More information

Introduction to Chemoinformatics and Drug Discovery

Introduction to Chemoinformatics and Drug Discovery Introduction to Chemoinformatics and Drug Discovery Irene Kouskoumvekaki Associate Professor February 15 th, 2013 The Chemical Space There are atoms and space. Everything else is opinion. Democritus (ca.

More information

COMBINATORIAL CHEMISTRY: CURRENT APPROACH

COMBINATORIAL CHEMISTRY: CURRENT APPROACH COMBINATORIAL CHEMISTRY: CURRENT APPROACH Dwivedi A. 1, Sitoke A. 2, Joshi V. 3, Akhtar A.K. 4* and Chaturvedi M. 1, NRI Institute of Pharmaceutical Sciences, Bhopal, M.P.-India 2, SRM College of Pharmacy,

More information

Protein Structure Determination using NMR Spectroscopy. Cesar Trinidad

Protein Structure Determination using NMR Spectroscopy. Cesar Trinidad Protein Structure Determination using NMR Spectroscopy Cesar Trinidad Introduction Protein NMR Involves the analysis and calculation of data collected from multiple NMR techniques Utilizes Nuclear Magnetic

More information

Aqueous solutions. Solubility of different compounds in water

Aqueous solutions. Solubility of different compounds in water Aqueous solutions Solubility of different compounds in water The dissolution of molecules into water (in any solvent actually) causes a volume change of the solution; the size of this volume change is

More information

16 years ago TODAY (9/11) at 8:46, the first tower was hit at 9:03, the second tower was hit. Lecture 2 (9/11/17)

16 years ago TODAY (9/11) at 8:46, the first tower was hit at 9:03, the second tower was hit. Lecture 2 (9/11/17) 16 years ago TODAY (9/11) at 8:46, the first tower was hit at 9:03, the second tower was hit By Anthony Quintano - https://www.flickr.com/photos/quintanomedia/15071865580, CC BY 2.0, https://commons.wikimedia.org/w/index.php?curid=38538291

More information

Today. Turn in your syllabus/get your DE syllabus (if applicable) Get out a sheet of paper for your worm quiz and a sheet of paper to take notes!

Today. Turn in your syllabus/get your DE syllabus (if applicable) Get out a sheet of paper for your worm quiz and a sheet of paper to take notes! Today Turn in your syllabus/get your DE syllabus (if applicable) Get out a sheet of paper for your worm quiz and a sheet of paper to take notes! 1 Worm Lab Quiz! Number and write answer only on a sheet

More information

FRAUNHOFER IME SCREENINGPORT

FRAUNHOFER IME SCREENINGPORT FRAUNHOFER IME SCREENINGPORT Design of screening projects General remarks Introduction Screening is done to identify new chemical substances against molecular mechanisms of a disease It is a question of

More information

BME Engineering Molecular Cell Biology. Structure and Dynamics of Cellular Molecules. Basics of Cell Biology Literature Reading

BME Engineering Molecular Cell Biology. Structure and Dynamics of Cellular Molecules. Basics of Cell Biology Literature Reading BME 42-620 Engineering Molecular Cell Biology Lecture 05: Structure and Dynamics of Cellular Molecules Basics of Cell Biology Literature Reading BME42-620 Lecture 05, September 13, 2011 1 Outline Review:

More information

Self-Organizing Superimposition Algorithm for Conformational Sampling

Self-Organizing Superimposition Algorithm for Conformational Sampling Self-Organizing Superimposition Algorithm for Conformational Sampling FANGQIANG ZHU, DIMITRIS K. AGRAFIOTIS Johnson & Johnson Pharmaceutical Research & Development, L.L.C., 665 Stockton Drive, Exton, Pennsylvania

More information

Finite Ring Geometries and Role of Coupling in Molecular Dynamics and Chemistry

Finite Ring Geometries and Role of Coupling in Molecular Dynamics and Chemistry Finite Ring Geometries and Role of Coupling in Molecular Dynamics and Chemistry Petr Pracna J. Heyrovský Institute of Physical Chemistry Academy of Sciences of the Czech Republic, Prague ZiF Cooperation

More information

An introduction to Molecular Dynamics. EMBO, June 2016

An introduction to Molecular Dynamics. EMBO, June 2016 An introduction to Molecular Dynamics EMBO, June 2016 What is MD? everything that living things do can be understood in terms of the jiggling and wiggling of atoms. The Feynman Lectures in Physics vol.

More information

Solutions and Non-Covalent Binding Forces

Solutions and Non-Covalent Binding Forces Chapter 3 Solutions and Non-Covalent Binding Forces 3.1 Solvent and solution properties Molecules stick together using the following forces: dipole-dipole, dipole-induced dipole, hydrogen bond, van der

More information

2.1. KEY CONCEPT All living things are based on atoms and their interactions. 34 Reinforcement Unit 1 Resource Book

2.1. KEY CONCEPT All living things are based on atoms and their interactions. 34 Reinforcement Unit 1 Resource Book 2.1 ATOMS, IONS, AND MOLECULES KEY CONCEPT All living things are based on atoms and their interactions. All matter, whether living or nonliving, is made of the same tiny building blocks, called atoms.

More information

Virtual affinity fingerprints in drug discovery: The Drug Profile Matching method

Virtual affinity fingerprints in drug discovery: The Drug Profile Matching method Ágnes Peragovics Virtual affinity fingerprints in drug discovery: The Drug Profile Matching method PhD Theses Supervisor: András Málnási-Csizmadia DSc. Associate Professor Structural Biochemistry Doctoral

More information

Protein Structure Analysis and Verification. Course S Basics for Biosystems of the Cell exercise work. Maija Nevala, BIO, 67485U 16.1.

Protein Structure Analysis and Verification. Course S Basics for Biosystems of the Cell exercise work. Maija Nevala, BIO, 67485U 16.1. Protein Structure Analysis and Verification Course S-114.2500 Basics for Biosystems of the Cell exercise work Maija Nevala, BIO, 67485U 16.1.2008 1. Preface When faced with an unknown protein, scientists

More information

SOLIDS AND LIQUIDS - Here's a brief review of the atomic picture or gases, liquids, and solids GASES

SOLIDS AND LIQUIDS - Here's a brief review of the atomic picture or gases, liquids, and solids GASES 30 SOLIDS AND LIQUIDS - Here's a brief review of the atomic picture or gases, liquids, and solids GASES * Gas molecules are small compared to the space between them. * Gas molecules move in straight lines

More information

Life Sciences 1a Lecture Slides Set 10 Fall Prof. David R. Liu. Lecture Readings. Required: Lecture Notes McMurray p , O NH

Life Sciences 1a Lecture Slides Set 10 Fall Prof. David R. Liu. Lecture Readings. Required: Lecture Notes McMurray p , O NH Life ciences 1a Lecture lides et 10 Fall 2006-2007 Prof. David R. Liu Lectures 17-18: The molecular basis of drug-protein binding: IV protease inhibitors 1. Drug development and its impact on IV-infected

More information

BIOCHEMISTRY GUIDED NOTES - AP BIOLOGY-

BIOCHEMISTRY GUIDED NOTES - AP BIOLOGY- BIOCHEMISTRY GUIDED NOTES - AP BIOLOGY- ELEMENTS AND COMPOUNDS - anything that has mass and takes up space. - cannot be broken down to other substances. - substance containing two or more different elements

More information

The Chemical Basis of Life

The Chemical Basis of Life The Chemical Basis of Life Chapter 2 Objectives Identify the four elements that make up 96% of living matter. Distinguish between the following pairs of terms: neutron and proton, atomic number and mass

More information

NMR Spectroscopy of Polymers

NMR Spectroscopy of Polymers UNESCO/IUPAC Course 2005/2006 Jiri Brus NMR Spectroscopy of Polymers Brus J 1. part At the very beginning the phenomenon of nuclear spin resonance was studied predominantly by physicists and the application

More information

1. Introduction to Clusters

1. Introduction to Clusters 1. Introduction to Clusters 1.1 The Field of Clusters Atomic clusters are aggregates of atoms containing from few to a few thousand atoms. Due to their small size, the properties of the clusters are, in

More information

Ab initio crystal structure analysis based on powder diffraction data using PDXL

Ab initio crystal structure analysis based on powder diffraction data using PDXL Ab initio crystal structure analysis based on powder diffraction data using PDXL Akito Sasaki*, Akihiro Himeda*, Hisashi Konaka* and Norihiro Muroyama* 1. Introduction Physical and chemical properties

More information

Everyday NMR. Innovation with Integrity. Why infer when you can be sure? NMR

Everyday NMR. Innovation with Integrity. Why infer when you can be sure? NMR Everyday NMR Why infer when you can be sure? Innovation with Integrity NMR Only NMR gives you definitive answers, on your terms. Over the past half-century, scientists have used nuclear magnetic resonance

More information

Theory and Applications of Residual Dipolar Couplings in Biomolecular NMR

Theory and Applications of Residual Dipolar Couplings in Biomolecular NMR Theory and Applications of Residual Dipolar Couplings in Biomolecular NMR Residual Dipolar Couplings (RDC s) Relatively new technique ~ 1996 Nico Tjandra, Ad Bax- NIH, Jim Prestegard, UGA Combination of

More information

schematic diagram; EGF binding, dimerization, phosphorylation, Grb2 binding, etc.

schematic diagram; EGF binding, dimerization, phosphorylation, Grb2 binding, etc. Lecture 1: Noncovalent Biomolecular Interactions Bioengineering and Modeling of biological processes -e.g. tissue engineering, cancer, autoimmune disease Example: RTK signaling, e.g. EGFR Growth responses

More information

I690/B680 Structural Bioinformatics Spring Protein Structure Determination by NMR Spectroscopy

I690/B680 Structural Bioinformatics Spring Protein Structure Determination by NMR Spectroscopy I690/B680 Structural Bioinformatics Spring 2006 Protein Structure Determination by NMR Spectroscopy Suggested Reading (1) Van Holde, Johnson, Ho. Principles of Physical Biochemistry, 2 nd Ed., Prentice

More information

Basic principles of multidimensional NMR in solution

Basic principles of multidimensional NMR in solution Basic principles of multidimensional NMR in solution 19.03.2008 The program 2/93 General aspects Basic principles Parameters in NMR spectroscopy Multidimensional NMR-spectroscopy Protein structures NMR-spectra

More information

SAM Teachers Guide Intermolecular Forces Overview Learning Objectives: Possible student pre/misconceptions

SAM Teachers Guide Intermolecular Forces Overview Learning Objectives: Possible student pre/misconceptions SAM Teachers Guide Intermolecular Forces Overview This unit focuses on the attractive forces felt between molecules. Both London Dispersion and Dipole Dipole intermolecular attractions will be discussed

More information

ZAHID IQBAL WARRAICH

ZAHID IQBAL WARRAICH Q1 Chromatography is an important analytical technique in chemistry. There is a number of techniques under the general heading of chromatography. (a) Paper and gas chromatography rely on partition to separate

More information

1) NMR is a method of chemical analysis. (Who uses NMR in this way?) 2) NMR is used as a method for medical imaging. (called MRI )

1) NMR is a method of chemical analysis. (Who uses NMR in this way?) 2) NMR is used as a method for medical imaging. (called MRI ) Uses of NMR: 1) NMR is a method of chemical analysis. (Who uses NMR in this way?) 2) NMR is used as a method for medical imaging. (called MRI ) 3) NMR is used as a method for determining of protein, DNA,

More information

The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals.

The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals. Physical Metallurgy The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals. Crystal Binding In our discussions

More information

Protein Folding & Stability. Lecture 11: Margaret A. Daugherty. Fall How do we go from an unfolded polypeptide chain to a

Protein Folding & Stability. Lecture 11: Margaret A. Daugherty. Fall How do we go from an unfolded polypeptide chain to a Lecture 11: Protein Folding & Stability Margaret A. Daugherty Fall 2004 How do we go from an unfolded polypeptide chain to a compact folded protein? (Folding of thioredoxin, F. Richards) Structure - Function

More information

Introduction to" Protein Structure

Introduction to Protein Structure Introduction to" Protein Structure Function, evolution & experimental methods Thomas Blicher, Center for Biological Sequence Analysis Learning Objectives Outline the basic levels of protein structure.

More information

CS 273 Prof. Serafim Batzoglou Prof. Jean-Claude Latombe Spring Lecture 12 : Energy maintenance (1) Lecturer: Prof. J.C.

CS 273 Prof. Serafim Batzoglou Prof. Jean-Claude Latombe Spring Lecture 12 : Energy maintenance (1) Lecturer: Prof. J.C. CS 273 Prof. Serafim Batzoglou Prof. Jean-Claude Latombe Spring 2006 Lecture 12 : Energy maintenance (1) Lecturer: Prof. J.C. Latombe Scribe: Neda Nategh How do you update the energy function during the

More information

CAP 5510 Lecture 3 Protein Structures

CAP 5510 Lecture 3 Protein Structures CAP 5510 Lecture 3 Protein Structures Su-Shing Chen Bioinformatics CISE 8/19/2005 Su-Shing Chen, CISE 1 Protein Conformation 8/19/2005 Su-Shing Chen, CISE 2 Protein Conformational Structures Hydrophobicity

More information

Other Cells. Hormones. Viruses. Toxins. Cell. Bacteria

Other Cells. Hormones. Viruses. Toxins. Cell. Bacteria Other Cells Hormones Viruses Toxins Cell Bacteria ΔH < 0 reaction is exothermic, tells us nothing about the spontaneity of the reaction Δ H > 0 reaction is endothermic, tells us nothing about the spontaneity

More information

Experimental Techniques in Protein Structure Determination

Experimental Techniques in Protein Structure Determination Experimental Techniques in Protein Structure Determination Homayoun Valafar Department of Computer Science and Engineering, USC Two Main Experimental Methods X-Ray crystallography Nuclear Magnetic Resonance

More information

2.1 The Nature of Matter

2.1 The Nature of Matter 2.1 The Nature of Matter Lesson Objectives Identify the three subatomic particles found in atoms. Explain how all of the isotopes of an element are similar and how they are different. Explain how compounds

More information

Ping-Chiang Lyu. Institute of Bioinformatics and Structural Biology, Department of Life Science, National Tsing Hua University.

Ping-Chiang Lyu. Institute of Bioinformatics and Structural Biology, Department of Life Science, National Tsing Hua University. Pharmacophore-based Drug design Ping-Chiang Lyu Institute of Bioinformatics and Structural Biology, Department of Life Science, National Tsing Hua University 96/08/07 Outline Part I: Analysis The analytical

More information

Chemical Space. Space, Diversity, and Synthesis. Jeremy Henle, 4/23/2013

Chemical Space. Space, Diversity, and Synthesis. Jeremy Henle, 4/23/2013 Chemical Space Space, Diversity, and Synthesis Jeremy Henle, 4/23/2013 Computational Modeling Chemical Space As a diversity construct Outline Quantifying Diversity Diversity Oriented Synthesis Wolf and

More information

Solving distance geometry problems for protein structure determination

Solving distance geometry problems for protein structure determination Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2010 Solving distance geometry problems for protein structure determination Atilla Sit Iowa State University

More information

Full file at Chapter 2 Water: The Solvent for Biochemical Reactions

Full file at   Chapter 2 Water: The Solvent for Biochemical Reactions Chapter 2 Water: The Solvent for Biochemical Reactions SUMMARY Section 2.1 Summary Water is a polar molecule, with a partial negative charge on the oxygen and partial positive charges on the hydrogens.

More information

Tutorial: Structural Analysis of a Protein-Protein Complex

Tutorial: Structural Analysis of a Protein-Protein Complex Molecular Modeling Section (MMS) Department of Pharmaceutical and Pharmacological Sciences University of Padova Via Marzolo 5-35131 Padova (IT) @contact: stefano.moro@unipd.it Tutorial: Structural Analysis

More information

Chemistry in Biology Section 1 Atoms, Elements, and Compounds

Chemistry in Biology Section 1 Atoms, Elements, and Compounds Name Chemistry in Biology Section 1 Atoms, Elements, and Compounds Date Main Idea Details Scan the headings and boldfaced words in Section 1 of the chapter. Predict two things that you think might be discussed.

More information

Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes

Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes Introduction Chemical properties that affect binding of enzyme-inhibiting drugs to enzymes The production of new drugs requires time for development and testing, and can result in large prohibitive costs

More information

Lecture 11: Protein Folding & Stability

Lecture 11: Protein Folding & Stability Structure - Function Protein Folding: What we know Lecture 11: Protein Folding & Stability 1). Amino acid sequence dictates structure. 2). The native structure represents the lowest energy state for a

More information

Protein Folding & Stability. Lecture 11: Margaret A. Daugherty. Fall Protein Folding: What we know. Protein Folding

Protein Folding & Stability. Lecture 11: Margaret A. Daugherty. Fall Protein Folding: What we know. Protein Folding Lecture 11: Protein Folding & Stability Margaret A. Daugherty Fall 2003 Structure - Function Protein Folding: What we know 1). Amino acid sequence dictates structure. 2). The native structure represents

More information

What is Protein-Ligand Docking?

What is Protein-Ligand Docking? MOLECULAR DOCKING Definition: What is Protein-Ligand Docking? Computationally predict the structures of protein-ligand complexes from their conformations and orientations. The orientation that maximizes

More information