Get familiar with PDBsum and the PDB Extract atomic coordinates from protein data files Compute bond angles and dihedral angles

Size: px
Start display at page:

Download "Get familiar with PDBsum and the PDB Extract atomic coordinates from protein data files Compute bond angles and dihedral angles"

Transcription

1 CS483 Assignment #2 Due date: Mar. 1 at the start of class. Protein Geometry Bedbug spit? Just say NO! Purpose of this assignment Get familiar with PDBsum and the PDB Extract atomic coordinates from protein data files Compute bond angles and dihedral angles This assignment uses coordinate data for two proteins both obtainable from the PDB: 1bz0 1yjh Human Hemoglobin A Crystal Structure of Cimex Nitrophorin Ferrous NO Complex Some background information The human hemoglobin A is a protein that is predominantly comprised of alpha helices. Figure 1 contain a view of 1bz0 with its four heme groups visible within the tetramer. The next protein, 1yjh also contains some helices but we will pay more attention to the 11 beta strands that are also in this protein. See Figure 2 for a view of 1yjh. It is quite remarkable that this protein also contains a heme group but not for oxygen transport. The protein is found in the saliva of Cimex lectularius, a bloodsucking bedbug that injects small amounts of its saliva into the host when it is taking a blood meal. The heme group is used to store and transport nitric oxide (NO) which is a highly reactive free-radical molecule with a half-life of less than one second when in the presence of biological tissue. If you look carefully at Figure 2 you can see the blue/red NO molecule hovering above the heme group. When saliva is injected into the wound, NO from the heme group induces a local vasodilation and also inhibits blood coagulation. Both of these effects help the bug get its meal. It is not just bedbugs that profit from nitric oxide. Pfizer has a revenue stream of over 1 billion dollars per year selling sildenafil which also initiates vasodilation by means of a local production of nitric oxide.

2 Figure 1: Ribbon diagram of 1bz0 showing four heme groups

3 Figure 2: Ribbon diagram of 1yjh showing heme group with NO

4 Overview of the assignment The first part of the assignment deals with the calculation of bond angles and bond lengths for atoms in the backbone of the proteins. In the second part of the assignment you will calculate dihedral angles that will be used to generate PHI/PSI plots. You will generate two plots: one corresponding to dihedral angles that are taken only from alpha helices and another plot that corresponds to dihedral angles that are taken only from beta strands. Preparatory Steps A) Download the two protein files from the PDB. B) Go to PDBsum and find the 1bz0 entry. Click on the Protein tab that is next to the Top page tab of the first page for 1bz0. You will then get a page showing a cartoon of the secondary structure for the protein. Click on the Domain 1 icon and you should get a pop up window that again shows a cartoon of the secondary structure but with a set of numbers that tell you where the helices begin and end. You will need these numbers to know where the helices start and stop in the PDB listing of the backbone atoms. C) Repeat the previous step for 1yjh but this time record that start and stop information for the beta strands. Work for the Assignment Part A Steps 1. Write a program that will extract the coordinates of all backbone atoms for the 8 helices that are present in the first chain of 1bz0. You should end up with 8 helix data sets. Each data set should contain coordinates of atoms CA, C, O, N for each residue in the helix. See Figure 3 for an illustration of the backbone atoms. In Part B you will be using this data to generate dihedral angles so be sure that you have enough information to do these computations. For example, the PHI dihedral of the first CA at the beginning of the first helix (say residue 3 of 1bz0) will require the coordinates of the C atom in the backbone of residue 2. Also, the PSI dihedral of the last CA in a helix (say residue 18 of 1bz0) will need the coordinates of the N atom in the backbone of the next residue (number 19). These last two sentences should tell you exactly where to make the cuts when creating your data sets.

5 Do the same for the 11 beta strands that are in 1yjh. In this case, you should end up with 11 beta strand data sets. 2. If you inspect Figure 3, you will see that there are 4 non-hydrogen bond angles and 4 bond lengths. Write a function that computes these bond angles and bond lengths when it is given the coordinates of CA, C, O, N, CA as in the figure. 3. Apply this function to all the peptide bonds in all the helix data sets. For each of the 4 bond angles compute the mean µ and variance σ 2. Use these values to define the probability density function (PDF): ( x µ ) 2 1 exp. 2 σ 2π 2σ For each of the 4 bond angles you will have a PDF. Repeat these calculations for the 4 bond lengths to get their PDFs. 4. Repeat step 3 using the beta strand data sets. You should now have 16 PDFs. 5. Generate 8 diagrams that compare the PDFs. For example, a diagram would show a plot of the PDF for a particular bond angle in the helix data sets and the overlapping PDF for that same bond angle in the beta data sets. So you will hand in 4 diagrams for the bond angles each having the two overlapping PDF plots and 4 diagrams for the bond lengths each having the two overlapping PDF plots. Be sure to properly label each plot, identifying the atoms in the bond angle or bond length and also specifying for each PDF its data source (alpha helix or beta strand). Figure 3: Typical bond angles and bond lengths for the peptide bond

6 Part B Steps 1. Write a function that computes the PHI, PSI dihedral angles for an alpha carbon. 2. Using this function compute PHI and PSI dihedral angles for all alpha carbons in all the helix data sets. Generate a Ramachandran PHI/PSI scatter plot where each point in the plot corresponds to a (PHI, PSI) pair of some alpha carbon. The axes should be labeled in the same way as the Procheck plot that you can access on the Top page of a protein when looking at a PDBsum entry. The plots that you hand in should be similar to the blue point clusters that you see for Procheck (you will not need to do the multiple colourings: red, brown, yellow, etc. seen in these figures). You should see a cluster of points in the plot. Compute the centroid of this cluster and place it in the plot as a special point. Its coordinates should also be stated. 3. Repeat this last step for all alpha carbons in all the beta strand data sets. What to Hand In [marks] [15] Well documented source code listings for: Data extraction in step 1 of part A. Bond angle and bond length calculations. PHI, PSI dihedral angle calculations. [10] The 8 PDF comparisons of step 5. Each PDF should be accompanied by a pair that indicates the mean µ and 2 variance σ values. [8] The two Ramachandran plots as described in steps 2 and 3 of Part B. [7] Your conclusions. Discuss what you observe in your output data. [5] BONUS question. As part of your conclusions, use Student s t-test to compare the normal distributions of Part A. If you cannot recall Student s t-test you can find a review at: The assignment will be marked out of 40.

HOMOLOGY MODELING. The sequence alignment and template structure are then used to produce a structural model of the target.

HOMOLOGY MODELING. The sequence alignment and template structure are then used to produce a structural model of the target. HOMOLOGY MODELING Homology modeling, also known as comparative modeling of protein refers to constructing an atomic-resolution model of the "target" protein from its amino acid sequence and an experimental

More information

Protein Bioinformatics Computer lab #1 Friday, April 11, 2008 Sean Prigge and Ingo Ruczinski

Protein Bioinformatics Computer lab #1 Friday, April 11, 2008 Sean Prigge and Ingo Ruczinski Protein Bioinformatics 260.655 Computer lab #1 Friday, April 11, 2008 Sean Prigge and Ingo Ruczinski Goals: Approx. Time [1] Use the Protein Data Bank PDB website. 10 minutes [2] Use the WebMol Viewer.

More information

CHEM 463: Advanced Inorganic Chemistry Modeling Metalloproteins for Structural Analysis

CHEM 463: Advanced Inorganic Chemistry Modeling Metalloproteins for Structural Analysis CHEM 463: Advanced Inorganic Chemistry Modeling Metalloproteins for Structural Analysis Purpose: The purpose of this laboratory is to introduce some of the basic visualization and modeling tools for viewing

More information

Examples of Protein Modeling. Protein Modeling. Primary Structure. Protein Structure Description. Protein Sequence Sources. Importing Sequences to MOE

Examples of Protein Modeling. Protein Modeling. Primary Structure. Protein Structure Description. Protein Sequence Sources. Importing Sequences to MOE Examples of Protein Modeling Protein Modeling Visualization Examination of an experimental structure to gain insight about a research question Dynamics To examine the dynamics of protein structures To

More information

Bonds and Structural Supports

Bonds and Structural Supports Bonds and Structural Supports Part of the Jmol Training Guide from the MSOE Center for BioMolecular Modeling Interactive version available at http://cbm.msoe.edu/teachingresources/jmol/jmoltraining/struts.html

More information

Part 7 Bonds and Structural Supports

Part 7 Bonds and Structural Supports Part 7 Bonds and Structural Supports http://cbm.msoe.edu/newwebsite/learntomodel Introduction In addition to covalent bonds between atoms in a molecule, Jmol has the ability to render Hydrogen Bonds and

More information

The Structure and Functions of Proteins

The Structure and Functions of Proteins Wright State University CORE Scholar Computer Science and Engineering Faculty Publications Computer Science and Engineering 2003 The Structure and Functions of Proteins Dan E. Krane Wright State University

More information

Conformational Geometry of Peptides and Proteins:

Conformational Geometry of Peptides and Proteins: Conformational Geometry of Peptides and Proteins: Before discussing secondary structure, it is important to appreciate the conformational plasticity of proteins. Each residue in a polypeptide has three

More information

Useful background reading

Useful background reading Overview of lecture * General comment on peptide bond * Discussion of backbone dihedral angles * Discussion of Ramachandran plots * Description of helix types. * Description of structures * NMR patterns

More information

DATE A DAtabase of TIM Barrel Enzymes

DATE A DAtabase of TIM Barrel Enzymes DATE A DAtabase of TIM Barrel Enzymes 2 2.1 Introduction.. 2.2 Objective and salient features of the database 2.2.1 Choice of the dataset.. 2.3 Statistical information on the database.. 2.4 Features....

More information

ICP-OES DETERMINATION OF IRON. Introduction:

ICP-OES DETERMINATION OF IRON. Introduction: ICP-OES DETERMINATION OF IRON. Introduction: Silver impregnated cloth has bene used in bandages and dressings to help kill bacteria associated with a wound. Cloth samples are to anaysed for silver and

More information

Pymol Practial Guide

Pymol Practial Guide Pymol Practial Guide Pymol is a powerful visualizor very convenient to work with protein molecules. Its interface may seem complex at first, but you will see that with a little practice is simple and powerful

More information

Biomolecules: lecture 10

Biomolecules: lecture 10 Biomolecules: lecture 10 - understanding in detail how protein 3D structures form - realize that protein molecules are not static wire models but instead dynamic, where in principle every atom moves (yet

More information

Problem Set 1

Problem Set 1 2006 7.012 Problem Set 1 Due before 5 PM on FRIDAY, September 15, 2006. Turn answers in to the box outside of 68-120. PLEASE WRITE YOUR ANSWERS ON THIS PRINTOUT. 1. For each of the following parts, pick

More information

Orientational degeneracy in the presence of one alignment tensor.

Orientational degeneracy in the presence of one alignment tensor. Orientational degeneracy in the presence of one alignment tensor. Rotation about the x, y and z axes can be performed in the aligned mode of the program to examine the four degenerate orientations of two

More information

Objective: Students will be able identify peptide bonds in proteins and describe the overall reaction between amino acids that create peptide bonds.

Objective: Students will be able identify peptide bonds in proteins and describe the overall reaction between amino acids that create peptide bonds. Scott Seiple AP Biology Lesson Plan Lesson: Primary and Secondary Structure of Proteins Purpose:. To understand how amino acids can react to form peptides through peptide bonds.. Students will be able

More information

Section III - Designing Models for 3D Printing

Section III - Designing Models for 3D Printing Section III - Designing Models for 3D Printing In this section of the Jmol Training Guide, you will become familiar with the commands needed to design a model that will be built on a 3D Printer. As you

More information

From Amino Acids to Proteins - in 4 Easy Steps

From Amino Acids to Proteins - in 4 Easy Steps From Amino Acids to Proteins - in 4 Easy Steps Although protein structure appears to be overwhelmingly complex, you can provide your students with a basic understanding of how proteins fold by focusing

More information

BSc and MSc Degree Examinations

BSc and MSc Degree Examinations Examination Candidate Number: Desk Number: BSc and MSc Degree Examinations 2018-9 Department : BIOLOGY Title of Exam: Molecular Biology and Biochemistry Part I Time Allowed: 1 hour and 30 minutes Marking

More information

Part 8 Working with Nucleic Acids

Part 8 Working with Nucleic Acids Part 8 Working with Nucleic Acids http://cbm.msoe.edu/newwebsite/learntomodel Introduction Most Protein Databank files loaded into the CBM's Jmol Design Environment include protein structures and small

More information

Protein Structure Basics

Protein Structure Basics Protein Structure Basics Presented by Alison Fraser, Christine Lee, Pradhuman Jhala, Corban Rivera Importance of Proteins Muscle structure depends on protein-protein interactions Transport across membranes

More information

The Select Command and Boolean Operators

The Select Command and Boolean Operators The Select Command and Boolean Operators Part of the Jmol Training Guide from the MSOE Center for BioMolecular Modeling Interactive version available at http://cbm.msoe.edu/teachingresources/jmol/jmoltraining/boolean.html

More information

Presentation Outline. Prediction of Protein Secondary Structure using Neural Networks at Better than 70% Accuracy

Presentation Outline. Prediction of Protein Secondary Structure using Neural Networks at Better than 70% Accuracy Prediction of Protein Secondary Structure using Neural Networks at Better than 70% Accuracy Burkhard Rost and Chris Sander By Kalyan C. Gopavarapu 1 Presentation Outline Major Terminology Problem Method

More information

Properties of amino acids in proteins

Properties of amino acids in proteins Properties of amino acids in proteins one of the primary roles of DNA (but not the only one!) is to code for proteins A typical bacterium builds thousands types of proteins, all from ~20 amino acids repeated

More information

Part 4 The Select Command and Boolean Operators

Part 4 The Select Command and Boolean Operators Part 4 The Select Command and Boolean Operators http://cbm.msoe.edu/newwebsite/learntomodel Introduction By default, every command you enter into the Console affects the entire molecular structure. However,

More information

THE UNIVERSITY OF MANITOBA. PAPER NO: 409 LOCATION: Fr. Kennedy Gold Gym PAGE NO: 1 of 6 DEPARTMENT & COURSE NO: CHEM 4630 TIME: 3 HOURS

THE UNIVERSITY OF MANITOBA. PAPER NO: 409 LOCATION: Fr. Kennedy Gold Gym PAGE NO: 1 of 6 DEPARTMENT & COURSE NO: CHEM 4630 TIME: 3 HOURS PAPER NO: 409 LOCATION: Fr. Kennedy Gold Gym PAGE NO: 1 of 6 DEPARTMENT & COURSE NO: CHEM 4630 TIME: 3 HOURS EXAMINATION: Biochemistry of Proteins EXAMINER: J. O'Neil Section 1: You must answer all of

More information

Bulk behaviour. Alanine. FIG. 1. Chemical structure of the RKLPDA peptide. Numbers on the left mark alpha carbons.

Bulk behaviour. Alanine. FIG. 1. Chemical structure of the RKLPDA peptide. Numbers on the left mark alpha carbons. Bulk behaviour To characterise the conformational behaviour of the peptide, first we looked at the statistics of alpha carbons and the torsion angles. Then they were correlated with positions of positively

More information

Chapter 2 Structures. 2.1 Introduction Storing Protein Structures The PDB File Format

Chapter 2 Structures. 2.1 Introduction Storing Protein Structures The PDB File Format Chapter 2 Structures 2.1 Introduction The three-dimensional (3D) structure of a protein contains a lot of information on its function, and can be used for devising ways of modifying it (propose mutants,

More information

Assignment A02: Geometry Definition: File Formats, Redundant Coordinates, PES Scans

Assignment A02: Geometry Definition: File Formats, Redundant Coordinates, PES Scans Assignment A02: Geometry Definition: File Formats, Redundant Coordinates, PES Scans In Assignments A00 and A01, you familiarized yourself with GaussView and G09W, you learned the basics about input (GJF)

More information

SeeSAR 7.1 Beginners Guide. June 2017

SeeSAR 7.1 Beginners Guide. June 2017 SeeSAR 7.1 Beginners Guide June 2017 Part 1: Basics 1 Type a pdb code and press return or Load your own protein or already existing project, or Just load molecules To begin, let s type 2zff and download

More information

Molecular Modelling. part of Bioinformatik von RNA- und Proteinstrukturen. Sonja Prohaska. Leipzig, SS Computational EvoDevo University Leipzig

Molecular Modelling. part of Bioinformatik von RNA- und Proteinstrukturen. Sonja Prohaska. Leipzig, SS Computational EvoDevo University Leipzig part of Bioinformatik von RNA- und Proteinstrukturen Computational EvoDevo University Leipzig Leipzig, SS 2011 Protein Structure levels or organization Primary structure: sequence of amino acids (from

More information

Part II => PROTEINS and ENZYMES. 2.3 PROTEIN STRUCTURE 2.3a Secondary Structure 2.3b Tertiary Structure 2.3c Quaternary Structure

Part II => PROTEINS and ENZYMES. 2.3 PROTEIN STRUCTURE 2.3a Secondary Structure 2.3b Tertiary Structure 2.3c Quaternary Structure Part II => PROTEINS and ENZYMES 2.3 PROTEIN STRUCTURE 2.3a Secondary Structure 2.3b Tertiary Structure 2.3c Quaternary Structure Section 2.3a: Secondary Structure Synopsis 2.3a - Secondary structure refers

More information

BIRKBECK COLLEGE (University of London)

BIRKBECK COLLEGE (University of London) BIRKBECK COLLEGE (University of London) SCHOOL OF BIOLOGICAL SCIENCES M.Sc. EXAMINATION FOR INTERNAL STUDENTS ON: Postgraduate Certificate in Principles of Protein Structure MSc Structural Molecular Biology

More information

Ramachandran and his Map

Ramachandran and his Map Ramachandran and his Map C Ramakrishnan Introduction C Ramakrishnan, retired professor from Molecular Biophysics Unit, Indian Institute of Science, Bangalore, has been associated with Professor G N Ramachandran

More information

Can protein model accuracy be. identified? NO! CBS, BioCentrum, Morten Nielsen, DTU

Can protein model accuracy be. identified? NO! CBS, BioCentrum, Morten Nielsen, DTU Can protein model accuracy be identified? Morten Nielsen, CBS, BioCentrum, DTU NO! Identification of Protein-model accuracy Why is it important? What is accuracy RMSD, fraction correct, Protein model correctness/quality

More information

1. What is an ångstrom unit, and why is it used to describe molecular structures?

1. What is an ångstrom unit, and why is it used to describe molecular structures? 1. What is an ångstrom unit, and why is it used to describe molecular structures? The ångstrom unit is a unit of distance suitable for measuring atomic scale objects. 1 ångstrom (Å) = 1 10-10 m. The diameter

More information

Procheck output. Bond angles (Procheck) Structure verification and validation Bond lengths (Procheck) Introduction to Bioinformatics.

Procheck output. Bond angles (Procheck) Structure verification and validation Bond lengths (Procheck) Introduction to Bioinformatics. Structure verification and validation Bond lengths (Procheck) Introduction to Bioinformatics Iosif Vaisman Email: ivaisman@gmu.edu ----------------------------------------------------------------- Bond

More information

Protein Structure. Hierarchy of Protein Structure. Tertiary structure. independently stable structural unit. includes disulfide bonds

Protein Structure. Hierarchy of Protein Structure. Tertiary structure. independently stable structural unit. includes disulfide bonds Protein Structure Hierarchy of Protein Structure 2 3 Structural element Primary structure Secondary structure Super-secondary structure Domain Tertiary structure Quaternary structure Description amino

More information

Section II Understanding the Protein Data Bank

Section II Understanding the Protein Data Bank Section II Understanding the Protein Data Bank The focus of Section II of the MSOE Center for BioMolecular Modeling Jmol Training Guide is to learn about the Protein Data Bank, the worldwide repository

More information

Working with protein structures. Benjamin Jack

Working with protein structures. Benjamin Jack Working with protein structures Benjamin Jack Structure of Triosephosphate Isomerase PDB ID: 1HTI loop beta sheet alpha helix Different perspectives of the same structure Structure of Truncated Hemoglobin

More information

Patrick: An Introduction to Medicinal Chemistry 5e MOLECULAR MODELLING EXERCISES CHAPTER 17

Patrick: An Introduction to Medicinal Chemistry 5e MOLECULAR MODELLING EXERCISES CHAPTER 17 MOLECULAR MODELLING EXERCISES CHAPTER 17 Exercise 17.6 Conformational analysis of n-butane Introduction Figure 1 Butane Me Me In this exercise, we will consider the possible stable conformations of butane

More information

BCH 4053 Spring 2003 Chapter 6 Lecture Notes

BCH 4053 Spring 2003 Chapter 6 Lecture Notes BCH 4053 Spring 2003 Chapter 6 Lecture Notes 1 CHAPTER 6 Proteins: Secondary, Tertiary, and Quaternary Structure 2 Levels of Protein Structure Primary (sequence) Secondary (ordered structure along peptide

More information

Model Mélange. Physical Models of Peptides and Proteins

Model Mélange. Physical Models of Peptides and Proteins Model Mélange Physical Models of Peptides and Proteins In the Model Mélange activity, you will visit four different stations each featuring a variety of different physical models of peptides or proteins.

More information

NMR, X-ray Diffraction, Protein Structure, and RasMol

NMR, X-ray Diffraction, Protein Structure, and RasMol NMR, X-ray Diffraction, Protein Structure, and RasMol Introduction So far we have been mostly concerned with the proteins themselves. The techniques (NMR or X-ray diffraction) used to determine a structure

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

Let s continue our discussion on the interaction between Fe(III) and 6,7-dihydroxynaphthalene-2- sulfonate.

Let s continue our discussion on the interaction between Fe(III) and 6,7-dihydroxynaphthalene-2- sulfonate. Chemistry 5995(133)-8990(013) Bioinorganic Chemistry: The Good, the Bad, and the Potential of Metals Assignment 2- Aqueous Speciation, Magnetism, Redox, UV-Vis Spectroscopy, and Pymol Let s continue our

More information

Basics of protein structure

Basics of protein structure Today: 1. Projects a. Requirements: i. Critical review of one paper ii. At least one computational result b. Noon, Dec. 3 rd written report and oral presentation are due; submit via email to bphys101@fas.harvard.edu

More information

Molecular Modeling Lecture 7. Homology modeling insertions/deletions manual realignment

Molecular Modeling Lecture 7. Homology modeling insertions/deletions manual realignment Molecular Modeling 2018-- Lecture 7 Homology modeling insertions/deletions manual realignment Homology modeling also called comparative modeling Sequences that have similar sequence have similar structure.

More information

Unit 1: Chemistry - Guided Notes

Unit 1: Chemistry - Guided Notes Scientific Method Notes: Unit 1: Chemistry - Guided Notes 1 Common Elements in Biology: Atoms are made up of: 1. 2. 3. In order to be stable, an atom of an element needs a full valence shell of electrons.

More information

Introduction Molecular Structure Script Console External resources Advanced topics. JMol tutorial. Giovanni Morelli.

Introduction Molecular Structure Script Console External resources Advanced topics. JMol tutorial. Giovanni Morelli. Gen 19th, 2017 1 2 Create and edit Display and view Mesurament and labelling Surface and Orbitals 3 4 from Database Protein Enzyme Crystal Structure and Unit Cell 5 Symmetry Animation General information

More information

AMINO ACIDS ARE JOINED TOGETHER BY BONDS. FILE

AMINO ACIDS ARE JOINED TOGETHER BY BONDS. FILE 04 February, 2018 AMINO ACIDS ARE JOINED TOGETHER BY BONDS. FILE Document Filetype: PDF 401.79 KB 0 AMINO ACIDS ARE JOINED TOGETHER BY BONDS. FILE Understanding the chemistry and properties of the peptide

More information

Molecular Biology Course 2006 Protein Crystallography Part II

Molecular Biology Course 2006 Protein Crystallography Part II Molecular Biology Course 2006 Protein Crystallography Part II Tim Grüne University of Göttingen Dept. of Structural Chemistry December 2006 http://shelx.uni-ac.gwdg.de tg@shelx.uni-ac.gwdg.de Overview

More information

Assignment 2 Atomic-Level Molecular Modeling

Assignment 2 Atomic-Level Molecular Modeling Assignment 2 Atomic-Level Molecular Modeling CS/BIOE/CME/BIOPHYS/BIOMEDIN 279 Due: November 3, 2016 at 3:00 PM The goal of this assignment is to understand the biological and computational aspects of macromolecular

More information

Better Bond Angles in the Protein Data Bank

Better Bond Angles in the Protein Data Bank Better Bond Angles in the Protein Data Bank C.J. Robinson and D.B. Skillicorn School of Computing Queen s University {robinson,skill}@cs.queensu.ca Abstract The Protein Data Bank (PDB) contains, at least

More information

Right click on the link and save the file on the disk (Save link target as...). Then execute this in the command window:

Right click on the link and save the file on the disk (Save link target as...). Then execute this in the command window: Läkemedelsutveckling ht 2005 Copyright 2005 Lars Brive Excercise Analysis of structures of protein ligand complexes In this excercise you will examine the geometrical features of six x ray structures in

More information

Figure 1. Molecules geometries of 5021 and Each neutral group in CHARMM topology was grouped in dash circle.

Figure 1. Molecules geometries of 5021 and Each neutral group in CHARMM topology was grouped in dash circle. Project I Chemistry 8021, Spring 2005/2/23 This document was turned in by a student as a homework paper. 1. Methods First, the cartesian coordinates of 5021 and 8021 molecules (Fig. 1) are generated, in

More information

Bioinformatics III Structural Bioinformatics and Genome Analysis Part Protein Secondary Structure Prediction. Sepp Hochreiter

Bioinformatics III Structural Bioinformatics and Genome Analysis Part Protein Secondary Structure Prediction. Sepp Hochreiter Bioinformatics III Structural Bioinformatics and Genome Analysis Part Protein Secondary Structure Prediction Institute of Bioinformatics Johannes Kepler University, Linz, Austria Chapter 4 Protein Secondary

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

Photosystem I in Arabidopsis Thaliana

Photosystem I in Arabidopsis Thaliana Photosystem I in Arabidopsis Thaliana Part A. Photosystem I in Arabidopsis Thaliana Arabidopsis thaliana is a small flowering plant related to the cabbage and mustard plants. Like all plants, Arabidopsis

More information

Name: Date: Per: Chapter 2 & 3 Review ~ for Test on Friday September How many hydrogen atoms are in a molecule of water?

Name: Date: Per: Chapter 2 & 3 Review ~ for Test on Friday September How many hydrogen atoms are in a molecule of water? Name: Date: Per: WATER Chapter 2 & 3 Review ~ for Test on Friday September 6 ~ Unit: Chemistry of Life 1. How many hydrogen atoms are in a molecule of water? How many oxygen atoms are in a molecule of

More information

Identifying Interaction Hot Spots with SuperStar

Identifying Interaction Hot Spots with SuperStar Identifying Interaction Hot Spots with SuperStar Version 1.0 November 2017 Table of Contents Identifying Interaction Hot Spots with SuperStar... 2 Case Study... 3 Introduction... 3 Generate SuperStar Maps

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

Molecular Modeling and Conformational Analysis with PC Spartan

Molecular Modeling and Conformational Analysis with PC Spartan Molecular Modeling and Conformational Analysis with PC Spartan Introduction Molecular modeling can be done in a variety of ways, from using simple hand-held models to doing sophisticated calculations on

More information

Nature Structural & Molecular Biology: doi: /nsmb Supplementary Figure 1

Nature Structural & Molecular Biology: doi: /nsmb Supplementary Figure 1 Supplementary Figure 1 Crystallization. a, Crystallization constructs of the ET B receptor are shown, with all of the modifications to the human wild-type the ET B receptor indicated. Residues interacting

More information

1.9 Practice Problems

1.9 Practice Problems 1.9 Practice Problems 1. Solution: B It s not only chlorophyll a but a combination of pigments. 2. Solution: D See at what wavelength rate of photosynthesis is the highest. 3. Solution: D It s a fact.

More information

NGF - twenty years a-growing

NGF - twenty years a-growing NGF - twenty years a-growing A molecule vital to brain growth It is twenty years since the structure of nerve growth factor (NGF) was determined [ref. 1]. This molecule is more than 'quite interesting'

More information

2: CHEMICAL COMPOSITION OF THE BODY

2: CHEMICAL COMPOSITION OF THE BODY 1 2: CHEMICAL COMPOSITION OF THE BODY CHAPTER OVERVIEW This chapter provides an overview of basic chemical principles that are important to understanding human physiological function and ultimately homeostasis.

More information

THE TANGO ALGORITHM: SECONDARY STRUCTURE PROPENSITIES, STATISTICAL MECHANICS APPROXIMATION

THE TANGO ALGORITHM: SECONDARY STRUCTURE PROPENSITIES, STATISTICAL MECHANICS APPROXIMATION THE TANGO ALGORITHM: SECONDARY STRUCTURE PROPENSITIES, STATISTICAL MECHANICS APPROXIMATION AND CALIBRATION Calculation of turn and beta intrinsic propensities. A statistical analysis of a protein structure

More information

Contents. Acknowledgements. Section 1: Using Jmol as a Computer Visualization Tool

Contents. Acknowledgements. Section 1: Using Jmol as a Computer Visualization Tool 1ZAA.pdb 1ZAA.pdb Contents Acknowledgements Section 1: Using Jmol as a Computer Visualization Tool 1-1 - Downloading Jmol 1-2 - Protein Data Bank (PDB) Files 1-3 - Launching Jmol and Opening a PDB File

More information

4 Proteins: Structure, Function, Folding W. H. Freeman and Company

4 Proteins: Structure, Function, Folding W. H. Freeman and Company 4 Proteins: Structure, Function, Folding 2013 W. H. Freeman and Company CHAPTER 4 Proteins: Structure, Function, Folding Learning goals: Structure and properties of the peptide bond Structural hierarchy

More information

5.03 In-Class Exam 2

5.03 In-Class Exam 2 5.03 In-Class Exam 2 Christopher C. Cummins March 12, 2010 Instructions Clearly write your name at the top of this front page, but otherwise do not write on this front page as it will be used for scoring.

More information

Table S1. Overview of used PDZK1 constructs and their binding affinities to peptides. Related to figure 1.

Table S1. Overview of used PDZK1 constructs and their binding affinities to peptides. Related to figure 1. Table S1. Overview of used PDZK1 constructs and their binding affinities to peptides. Related to figure 1. PDZK1 constru cts Amino acids MW [kda] KD [μm] PEPT2-CT- FITC KD [μm] NHE3-CT- FITC KD [μm] PDZK1-CT-

More information

Protein Structure. W. M. Grogan, Ph.D. OBJECTIVES

Protein Structure. W. M. Grogan, Ph.D. OBJECTIVES Protein Structure W. M. Grogan, Ph.D. OBJECTIVES 1. Describe the structure and characteristic properties of typical proteins. 2. List and describe the four levels of structure found in proteins. 3. Relate

More information

Conformational search and QSAR (quantitative structure-activity relationships)

Conformational search and QSAR (quantitative structure-activity relationships) Bio 5476 Lab Exercise 11.7.08 Instructor: Dan Kuster (d.kuster@gmail.com) Conformational search and QSAR (quantitative structure-activity relationships) Purpose: In this lab, you will use SYBYL to build,

More information

What are the building blocks of life?

What are the building blocks of life? Why? What are the building blocks of life? From the smallest single-celled organism to the tallest tree, all life depends on the properties and reactions of four classes of organic (carbon-based) compounds

More information

Macromolecular Crystallography Part II

Macromolecular Crystallography Part II Molecular Biology Course 2009 Macromolecular Crystallography Part II Tim Grüne University of Göttingen Dept. of Structural Chemistry November 2009 http://shelx.uni-ac.gwdg.de tg@shelx.uni-ac.gwdg.de From

More information

Overview of Photosynthesis

Overview of Photosynthesis Overview of Photosynthesis In photosynthesis, green plants absorb energy from the sun and use the energy to drive an endothermic reaction, the reaction between carbon dioxide and water that produces glucose

More information

2: CHEMICAL COMPOSITION OF THE BODY

2: CHEMICAL COMPOSITION OF THE BODY 1 2: CHEMICAL COMPOSITION OF THE BODY Although most students of human physiology have had at least some chemistry, this chapter serves very well as a review and as a glossary of chemical terms. In particular,

More information

Supporting Information

Supporting Information Electronic Supplementary Material (ESI) for Physical Chemistry Chemical Physics. This journal is the Owner Societies 2016 Supporting Information Lipid molecules can induce an opening of membrane-facing

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

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

Lipid Regulated Intramolecular Conformational Dynamics of SNARE-Protein Ykt6

Lipid Regulated Intramolecular Conformational Dynamics of SNARE-Protein Ykt6 Supplementary Information for: Lipid Regulated Intramolecular Conformational Dynamics of SNARE-Protein Ykt6 Yawei Dai 1, 2, Markus Seeger 3, Jingwei Weng 4, Song Song 1, 2, Wenning Wang 4, Yan-Wen 1, 2,

More information

Dock Ligands from a 2D Molecule Sketch

Dock Ligands from a 2D Molecule Sketch Dock Ligands from a 2D Molecule Sketch March 31, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com

More information

RNA and Protein Structure Prediction

RNA and Protein Structure Prediction RNA and Protein Structure Prediction Bioinformatics: Issues and Algorithms CSE 308-408 Spring 2007 Lecture 18-1- Outline Multi-Dimensional Nature of Life RNA Secondary Structure Prediction Protein Structure

More information

Lab #11: Investigating Intermolecular Forces (mini-lab)

Lab #11: Investigating Intermolecular Forces (mini-lab) (mini-lab) Part One: The Penny Drop Activity What effects do intermolecular forces have on surface tension? Name Materials: Pennies Water Rubbing Alcohol (ethyl or isopropyl will work fine) Dec. 14, 2016

More information

Protein Crystallography Part II

Protein Crystallography Part II Molecular Biology Course 2007 Protein Crystallography Part II Tim Grüne University of Göttingen Dept. of Structural Chemistry November 2007 http://shelx.uni-ac.gwdg.de tg@shelx.uni-ac.gwdg.de Overview

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

Nitrogenase MoFe protein from Clostridium pasteurianum at 1.08 Å resolution: comparison with the Azotobacter vinelandii MoFe protein

Nitrogenase MoFe protein from Clostridium pasteurianum at 1.08 Å resolution: comparison with the Azotobacter vinelandii MoFe protein Acta Cryst. (2015). D71, 274-282, doi:10.1107/s1399004714025243 Supporting information Volume 71 (2015) Supporting information for article: Nitrogenase MoFe protein from Clostridium pasteurianum at 1.08

More information

Preparing a PDB File

Preparing a PDB File Figure 1: Schematic view of the ligand-binding domain from the vitamin D receptor (PDB file 1IE9). The crystallographic waters are shown as small spheres and the bound ligand is shown as a CPK model. HO

More information

Ligand Scout Tutorials

Ligand Scout Tutorials Ligand Scout Tutorials Step : Creating a pharmacophore from a protein-ligand complex. Type ke6 in the upper right area of the screen and press the button Download *+. The protein will be downloaded and

More information

Neural Networks for Protein Structure Prediction Brown, JMB CS 466 Saurabh Sinha

Neural Networks for Protein Structure Prediction Brown, JMB CS 466 Saurabh Sinha Neural Networks for Protein Structure Prediction Brown, JMB 1999 CS 466 Saurabh Sinha Outline Goal is to predict secondary structure of a protein from its sequence Artificial Neural Network used for this

More information

Table 1. Crystallographic data collection, phasing and refinement statistics. Native Hg soaked Mn soaked 1 Mn soaked 2

Table 1. Crystallographic data collection, phasing and refinement statistics. Native Hg soaked Mn soaked 1 Mn soaked 2 Table 1. Crystallographic data collection, phasing and refinement statistics Native Hg soaked Mn soaked 1 Mn soaked 2 Data collection Space group P2 1 2 1 2 1 P2 1 2 1 2 1 P2 1 2 1 2 1 P2 1 2 1 2 1 Cell

More information

What is the central dogma of biology?

What is the central dogma of biology? Bellringer What is the central dogma of biology? A. RNA DNA Protein B. DNA Protein Gene C. DNA Gene RNA D. DNA RNA Protein Review of DNA processes Replication (7.1) Transcription(7.2) Translation(7.3)

More information

Dana Alsulaibi. Jaleel G.Sweis. Mamoon Ahram

Dana Alsulaibi. Jaleel G.Sweis. Mamoon Ahram 15 Dana Alsulaibi Jaleel G.Sweis Mamoon Ahram Revision of last lectures: Proteins have four levels of structures. Primary,secondary, tertiary and quaternary. Primary structure is the order of amino acids

More information

Molecular Modeling lecture 2

Molecular Modeling lecture 2 Molecular Modeling 2018 -- lecture 2 Topics 1. Secondary structure 3. Sequence similarity and homology 2. Secondary structure prediction 4. Where do protein structures come from? X-ray crystallography

More information

Protein structure (and biomolecular structure more generally) CS/CME/BioE/Biophys/BMI 279 Sept. 28 and Oct. 3, 2017 Ron Dror

Protein structure (and biomolecular structure more generally) CS/CME/BioE/Biophys/BMI 279 Sept. 28 and Oct. 3, 2017 Ron Dror Protein structure (and biomolecular structure more generally) CS/CME/BioE/Biophys/BMI 279 Sept. 28 and Oct. 3, 2017 Ron Dror Please interrupt if you have questions, and especially if you re confused! Assignment

More information

Introduction to Comparative Protein Modeling. Chapter 4 Part I

Introduction to Comparative Protein Modeling. Chapter 4 Part I Introduction to Comparative Protein Modeling Chapter 4 Part I 1 Information on Proteins Each modeling study depends on the quality of the known experimental data. Basis of the model Search in the literature

More information

Assignment 1: Molecular Mechanics (PART 1 25 points)

Assignment 1: Molecular Mechanics (PART 1 25 points) Chemistry 380.37 Fall 2015 Dr. Jean M. Standard August 19, 2015 Assignment 1: Molecular Mechanics (PART 1 25 points) In this assignment, you will perform some molecular mechanics calculations using the

More information

Secondary and sidechain structures

Secondary and sidechain structures Lecture 2 Secondary and sidechain structures James Chou BCMP201 Spring 2008 Images from Petsko & Ringe, Protein Structure and Function. Branden & Tooze, Introduction to Protein Structure. Richardson, J.

More information

Advanced Certificate in Principles in Protein Structure. You will be given a start time with your exam instructions

Advanced Certificate in Principles in Protein Structure. You will be given a start time with your exam instructions BIRKBECK COLLEGE (University of London) Advanced Certificate in Principles in Protein Structure MSc Structural Molecular Biology Date: Thursday, 1st September 2011 Time: 3 hours You will be given a start

More information