NMR-Structure determination with the program CNS

Size: px
Start display at page:

Download "NMR-Structure determination with the program CNS"

Transcription

1 NMR-Structure determination with the program CNS Blockkurs 2013 Exercise , room Mango? 1

2 NMR-Structure determination - Overview Amino acid sequence Topology file nef_seq.mtf loop cns_mtf_atom.id _cns_mtf_atom.segment_id _cns_mtf_atom.residue_id _cns_mtf_atom.residue_name _cns_mtf_atom.atom_name _cns_mtf_atom.chemical_type _cns_mtf_atom.charge _cns_mtf_atom.atom_mass 1 ' 19 ALA CA CH1E ALA HA HA ALA CB CH3E ALA HB1 HA Extended structure nef_ext.pdb NMR restraints noe.tbl, hbonds.tbl, simulated annealing calculation using protocol anneal.inp assign (resid 19 and name HA ) (resid 20 and name HN ) assign (resid 19 and name HB# ) (resid 20 and name HN ) assign (resid 19 and name HA ) (resid 22 and name HB# ) assign (resid 20 and name HA ) (resid 21 and name HA ) Calculated structure nef_calculated.pdb: good/bad structure? angles, distances, energies etc okay? 2

3 Goals of the course: A. Calculate a structure of the protein HIV-NEF by simulated annealing using the program CNS. B. Evaluate the calculated structures. C. Visualize the result. First steps in the LINUX world 1. Log in with your unibas account name and password. 2. To see in which directory you are: pwd 3. To see the content of the directory: ls al 4. To change between directories: one down cd directory-name ( e.g. cd input_data ) one up cd.. 5. To edit and look at the content of a file: if you are in the same directory e file-name ( e.g. e noe.tbl ) else e input_data/noe.tbl A.) Structure Calculation 0. Files: find the molecular topology file nef_seq.mtf, the extended structure nef_ext.pdb and the simulated annealing protocol anneal.inp in the directory data. Find the experimental NMR data in the directory input_data. 1. Start the structure calculation with the command cns < anneal.inp > 3d_structure.log This is the syntax starting the simulated annealing protocol anneal.inp in the program CNS where the status of the structure calculation is saved in the text file 3d_structure.log. It takes CNS some 10 minutes per structure calculation (time limiting step here). 3

4 2. Open a new terminal and look at the input file anneal.inp and the files nef_seq.mtf and nef_ext.pdb with a text editor. Questions: I. input file 1.) Find the molecular topology file and the extended starting structure as inputs for the structure calculation. 2.) Understand how the temperature and force constants will be modified in the annealing steps (high kinetic and low van der Waals-energies in the beginning allow to avoid energetically trapped funny structures). 3.) Which experimental information is used in the structure calculation? (remark: Files with experimental data carry the extension.tbl. Look at the respective files in the directory input_data. 4.) What is the output name for the calculated coordinates? Important parameters for the constitution of the molecule are: the sequence of the protein and the numbering of the amino acid residues, the attachment of protons (NMR/Xray!), the building of disulfide bridges (if any), the attachment of prosthetic groups (if any) and the output-file. II. molecular topology file It has been generated from the sequence and CNS parameters only by a separate script and contains the following information: atom names, types, charges, and masses; residue names and the lists of all bonds, angles, dihedral angles and improper angles between the specified atoms in the covalent structure. 5.) Which is the first residue of NEF used in the structure determination? 6.) How many atoms define an angle, a dihedral angle and an improper angle? III. extended PDB structure Beside of the names and numbers of the atoms and residues it contains the Cartesian coordinates of every atom given in x, y, z direction in Å. The last two columns are not used in NMR-structure determination. 7.) Which residues are deleted in the present structure of NEF? 8.) Which is the largest extension of the protein, how long is it? IV. Calculated PDB files: 1.) Check if your first structure(s) has/have been calculated. 2.) Estimate the new distance between the N- and C-terminus of one of your structures. 3.) At which 'temperature' was your calculation performed. The '.pdb'-files contain the coordinates for the different structures calculated 4

5 together with information about the calculation. The 'energy' is a measure for the overall deviation (overall energy) of the structure from the one, which would be in agreement with all the measured restraints (distances and dihedral angles) and also with all stereochemical and covalent constraints. A low value indicates good agreement. To find out which of your structures is the best you can use the unix-command grep overall *.pdb sort -nr -k4 or grep 'noe ' *.pdb sort -nr -k4 to get a sorted list of all the values on the screen. 4.) Which is the energetically most favorable structure? 5.) Give the energy ranges found for the various parameters, stereochemical and data restraints. B.) The Evaluation To obtain a more general quality criterion for the calculated structures we will assess how unusual the geometry of the residues in a given protein structure is, as compared to stereochemical parameters derived from well-refined, highresolution structures and classic model-building of the early days. You will run a stereochemical analysis both on a single structure (using procheck) and on an ensemble of structures (using procheck_nmr). 1. To facilitate data evaluation you should use another directory for these calculations, change to the one called check, within the data directory 2. To run procheck, type the following: cd check procheck../filename.pdb 2.5 You have to specify the coordinate file together with the proper directory information and the expected resolution (in Angstroem) of the structure, e.g To run procheck_nmr you only need a coordinate file. However, this.pdb file has to be a multi-structure file, i.e. it contains all the separately calculated structures of the set. This file is created by: joinpdb o output.pdb You will be prompted to specify the root of the input file (root of../file_1.pdb,../file_2.pdb is../file_ ) and the total number of files with this root ( to see them type: ls root* ). procheck_nmr output.pdb 5

6 4. Procheck and procheck_nmr generate a number of output files, which have the same names as the original coordinate file but different extensions. The relevant results are in postscript format (filename_01.ps, filename_02.ps ) which can be displayed with the tool gs (ghostscript) or sent to the printer gs filename.ps lp filename.ps The description of these files is given in the Appendix (pages 8-10). Questions procheck & procheck_nmr: 1.) How can the quality of a structure be deduced from the ramachandran plot? 2.) To which resolution of a crystal structure does the best structure you calculated correspond? 3.) Which secondary structure elements are present in NEF? 4.) Are the number and size of secondary structure elements related to the quality of the structure? C.) The Visualization The standard measure to quantify the difference between two 3D-structures is the rmsd (root mean square deviation) for a given set of corresponding atoms, e.g. the C-alpha atoms of the structures. Visualization and alignment can be done with the pdb-viewer spdbv. The pdb-viewer program is started by typing spdbv Further information is available in the appendix (attached to this script), or as a web page (open the web browser installed here and look for spdbv ). To detect the parts of the protein which are especially flexible, it is illuminating to look at all or several structures of an ensemble, calculated with the same parameters. Questions: 1.) Which parts of the structure show the largest flexibility? Specify the ranges. 2.) How large (in terms of rmsd) are the differences between the structures? 6

7 Appendix A. Experimental Data The distance and angular restrictions deduced from the data of different NMRexperiments are the basis of the structure calculation. The key NMR-data carrying structure information are the following: Distance information in the range of 2-5 Å between protons measured as NOE-intensities (noe.tbl). The cross-peak intensities between the protons are directly related to the distance between the atoms (dipole-dipole, 1/r 6 ). Distance information between protons and oxygens (H-bonds < 2.6 Å), indicated through a slow hydrogen deuterium exchange (hbonds.tbl) and can now also be determined by direct measurement of scalar J-couplings between N-H.. O=C. Angle information about the peptide angles, as measured by the 3 bond J- coupling between H -H N (phij.tbl). The size of the coupling is related to the value of the angle between C H and NH N through the Karplus relation. Angle information for the peptide,angles can be deduced from the carbon chemical shifts of C and C (cacb.tbl) which depend on the backbone conformation. Angle restraints for all dihedral angles of the amino acid residues, obtained from other measurements and specifications of angular ranges, deduced from known structural parameters of high resolution structures (dihed.tbl). The structure calculation is performed using this information either directly by transforming the distance information between atoms to 3D-coordinates ( distance geometry ) or by restrained molecular dynamics calculations. The drawback of the direct approach is that it will only result in an unambiguous structure if all distances are known. Therefore, a refinement including the distance and angular information is always necessary. Molecular dynamics calculations result in a 3D structure by starting with extremely large random changes in the molecule geometry (high temperature phase). The final conformation will be reached by reducing the flexibility of the molecule stepwise (annealing phase) and at the same time increasing the influence of the experimentally determined distance and angle information (the force constant of the restraints is increased). This simulated annealing resembles the natural folding process which is artificially accelerated by variable force constants and temperatures as the natural folding process is hardly accessible by computational methods to date. In this way the chance of obtaining a structure in best agreement with the input data (i.e. with the lowest energy) is much higher than simply trying to minimize the deviations of a structure to the distance and angular restraints in a nonlinear fitting procedure. To illustrate the method of simulated annealing the structure of the protein NEF (19 kda, however, after flexible loop and N-term deletion 137 amino acids) will be calculated during this course. APPENDIX 7

8 B. The procheck and procheck_nmr output files: TheRamachandran plot (.._1.ps / 'nmr'.._1.ps [ output of procheck / output of procheck_nmr ] ) shows the,torsion angles for all residues in the structure or the ensemble of structures. Glycines are separately identified by triangles as they lack a sidechain and are thus not restricted to the regions of the plot appropriate to the other residues. The red area corresponds to the "core" regions representing the most favorable combinations of,values. The percentage of residues in the "core" regions is one of the better guides to structural quality. The equivalent resolution (.._2.ps / 'nmr'.._3.ps) evaluated in six/five graphs of the parameters shows how the structure (represented by the solid square) compares with well-refined structures at a similar resolution. The properties plotted by procheck are: a) Ramachandran plot quality. This property is measured by the percentage of residues in the most favored regions of the Ramachandran plot. As the structural quality gets poorer, this value decreases. b) Peptide bond planarity. c) Bad non-bonded interactions. This property is measured by the number of bad contacts per 100 residues. Bad contacts are defined as contacts where the distance of closest approach is less than or equal to 2.6 Å. d) C tetrahedral distortion. This property is measured by calculating the standard deviation of the zeta torsion angle which is defined by the following four atoms within a given residue: C, N, C, and C. e) Main-chain hydrogen bond energy. This property is the standard deviation of the hydrogen bond energies for main-chain hydrogen bonds. f) Overall G-factor. The overall G-factor is a measure of the overall normality of the structure, compared to known high resolution structures. The properties plotted by procheck_nmr are: a) Ramachandran plot quality assessment. b) Main-chain hydrogen bond energies. c) 1 pooled standard deviations - giving the standard deviations of the 1 values from their nearest favoured conformation (i.e. gauche minus, trans and 1 gauche). d) Standard deviation of 2 trans angle - giving the standard deviation of only the trans 2 dihedral angles. e) Overall G-factor. The residue properties / ensemble properties (.._3.ps / 'nmr'.._2.ps) show how the protein's geometrical properties vary along its sequence. This is a visualization of which regions have consistently poor or unusual geometry (maybe because they are poorly defined) and which have a rather normal geometry. The properties plotted by procheck are: APPENDIX 8

9 a) Absolute deviation from mean "ideal" 1 value (excl. Prolines). b) Absolute deviation from mean "ideal" of torsion. c) C chirality: For each graph, unusual values (usually those more than 2 standard deviations away from the "ideal" mean value) are highlighted. d) Secondary structure & average estimated accessibility. The shading behind the schematic secondary structure assignments gives an approximation to the residue accessibilities, i.e. which parts of the structure are buried and which are exposed on the surface. e) Sequence & Ramachandran regions. The graph shows the sequence of the structure (using the one-letter amino-acid codes) and a set of markers that identify the region of the Ramachandran plot in which each residue is located. f) Max. deviation. The histogram of asterisks and plus-signs shows each residue's maximum deviation from one of the ideal values given on the residue-by-residue listing in the.out file (the respective parameter is given in the final column). g) G-factors. The shaded squares give a schematic representation of each residue's G- factor values for its and 1-2 and 1 dihedral angles. (Note that the 1 G-factors are shown only for those residues that do not have a 2 ). Regions with many dark squares correspond to regions where the properties are "unusual", as defined by a low (or negative) G-factor. These may correspond to highly mobile or poorly defined regions such as loops, or may need further investigation. The properties plotted by procheck_nmr are: a) Absolute deviation of the residue's 1 torsion angle from the nearest "ideal" value. b) Absolute deviation of omega torsion angle from the "ideal". For each procheck_nmr graph, the values for each residue in each model are plotted as individual crosses. The mean and standard deviation values for a given residue are indicated by the circle and bars, respectively. The model whose value is the highest is marked by the model-number printed. The dashed line corresponds to 2.0 standard deviations from the ideal, so an excess of points above this line suggests possible problems with the geometry. c) RMS deviation from mean coordinates. d) The histogram shows the rms deviations of the main-chain atoms (black bars) and the sidechain atoms (grey bars). The mean coordinates are calculated simply by averaging each atom's coordinates across the whole ensemble. e) Secondary structure & average estimated accessibility. f) Sequence & average estimated accessibility. The darker the symbol the higher the accessibility. g) Circular variances. The dials give a schematic representation of each residue's circular APPENDIX 9

10 variance values for its,, 1 and 2 angles, and for its and 1, 2 combinations. The larger the black segment on the dial, the higher the circular variance, and hence the wider the spread of the corresponding dihedral angle distribution. These regions of the structure may correspond to highly mobile or poorly defined regions, such as loops, or may need further investigation. h) G-factors. The Model-by-model (- / 'nmr'.._4.ps) secondary structure assignment for each of the models in the ensemble. These can be useful to see which models possess the expected secondary structure elements, and which may have lost the requisite hydrogen-bonding patterns. APPENDIX 10

11 C. Basic description of the pdb-viewer : spdbv (PDB-viewer) File: open PDB-file / select - open close quit Display: backbone oxygen / toggle on/off protons / toggle on/off Window: Fit: control panel / shift-left_mouse in third column: side-chains off / shift-left_mouse in last column: color menu for the chain / in the very top file_selection with left_mouse ramachandran plot / select the residues by name with left_mouse / close window by clicking on the X in the right windowframe corner / Best, to get rms-deviation between the structures First the menu window opens with the following symbols and pulldown menus: Of the pulldown menus only FILE FIT DISPLAY WIND will be used. To open a '.pdb'-file click FILE and select the submenu 'open PDB-file'. Then after you see the proper directory (chosen by either going up one directory level - clicking '.. ' or going down - clicking on the desired directory name) click on the filename. After a moment two new windows will open. One (with text) is simply a log-file and can be closed immediately by clicking on the X in the right corner of the windowframe. The second window should display the molecule. To display more structures at the same time repeat this step, but first open only one and become familiar with the following model manipulations: The molecule can be rotated by pressing the left_mouse_button and moving the mouse, translated by pressing both_mouse_buttons and zoomed (variation in size) by pressing the right_mouse_button. APPENDIX 11

12 The appearance of the molecule can be changed in two ways: 1) In the menu DISPLAY, removing the protons and the carbonyl-o of the backbone by clicking on the respective submenus. 2) With the 'Control Panel', a new window to be opened in the menu WIND: 3) In the 'Control Panel' the sidechains can be removed (and later re-introduced) by clicking on the third column with shift-pressed and left_mouse. 4) The backbone can be removed by clicking in the second column with shift-pressed and left_mouse. 5) Amino acid residues can be selected by click on the first column with shift-pressed and left_mouse. 6) A sketch with secondary structure elements can be generated by clicking on the column before the last with shift-pressed and left_mouse. 7) The colour of the model can be changed by clicking on the last column with shift-pressed and left_mouse and then adjusting the colour in the appearing window (drag the upper slider in the second triplet to the right and the ones below it to the left to get 'red'). 8) In addition every residue can be manipulated individually by clicking at the height of the residue on the respective column. 9) The top part of the 'Control Panel' allows one to select between different models loaded by clicking on it (in the image the file is named 1GDI) and sliding with the left_mouse-pressed to the desired filename. Alternatively open Layer infos in the medu WIND and select/deselect the different models there. With Layer infos one can also switch on/off atoms (protons, backbone oxygens etc.). 10) In the row below the 'model-selection-part' one can make the selected model visible or invisible by clicking at the left part of this row. A label can be attached to a specific residue (to get the type and residue number) of the model displayed by first select the eighth symbol from the left (LEU41) in the menu-window and then click on the desired part of the model. The full mouse-control of the model-movements can be obtained by click on the fourth symbol from the left. For the alignment of two structures use the menu FIT and select 'Best (with Struc, Align)', this procedure will display additionally the rmsd (the measure of the APPENDIX 12

13 deviation) between the two specified structures in the last row of the menuwindow. A Ramachandran Plot can be created by selecting this topic in the menu WIND. Either only a few or all residues of the active model can be selected in 'Control Panel' to be displayed in the plot by sliding across the first colum with left_mousepressed (from top to bottom if all should be selected). This window can be closed by clicking at the X in the right corner of the window-frame. Finally the structures can be removed in the menu FILE, selecting 'close' for one after the other closing the windows and removing the structures loaded. In the same way the program can be closed completely by selecting 'quit'. APPENDIX 13

14 D. Summary of commands : switch to LINUX ctrl ctrl b return login user unilogon password unilogon Basic UNIX: pwd cd directory-name cd.. cd dir_name ls -al grep text filename more filename tail filename e filename nedit filename pulldown menu FILE : gives the current directory-name change directory - up - down see the content of the directory select all lines which contain the expression 'text' in the file filename scroll through a file look at the end of a file start a text editor start a text editor to open, save or quit sort -n k4 filename sorts according to value of a specified column -n numeric -r reverse -k4 4 th column sort -nr -k4 filename sorts filename reversely to the value of column 4 gs filename.ps after 'gs' has been started: lpr filename.ps lp filename.ps to display postscript files hit return for next page, type quit to exit to print postscript files to print postscript files on sgi computer cns < filename.inp > filename.log for example cns < gen_seq2.inp > gen_seq.log APPENDIX 14

15 procheck filename.pdb resolution example procheck nef_ext.pdb 2.5 joinpdb -o output_file.pdb (the program asks then for the rootname of the input files [ like 'nef_' for nef_1.pdb nef_2.pdb... ] and the total number of input files) procheck_nmr filename.pdb [select.dat] (select.dat is optional and contains the number of those files which should be used) example procheck_nmr nef_tot.pdb APPENDIX 15

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

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

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

Viewing and Analyzing Proteins, Ligands and their Complexes 2

Viewing and Analyzing Proteins, Ligands and their Complexes 2 2 Viewing and Analyzing Proteins, Ligands and their Complexes 2 Overview Viewing the accessible surface Analyzing the properties of proteins containing thousands of atoms is best accomplished by representing

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

Molecular Visualization. Introduction

Molecular Visualization. Introduction Molecular Visualization Jeffry D. Madura Department of Chemistry & Biochemistry Center for Computational Sciences Duquesne University Introduction Assessments of change, dynamics, and cause and effect

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

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

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

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

Ramachandran Plot. 4ysz Phi (degrees) Plot statistics

Ramachandran Plot. 4ysz Phi (degrees) Plot statistics B Ramachandran Plot ~b b 135 b ~b ~l l Psi (degrees) 5-5 a A ~a L - -135 SER HIS (F) 59 (G) SER (B) ~b b LYS ASP ASP 315 13 13 (A) (F) (B) LYS ALA ALA 315 173 (E) 173 (E)(A) ~p p ~b - -135 - -5 5 135 (degrees)

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

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

ISIS/Draw "Quick Start"

ISIS/Draw Quick Start ISIS/Draw "Quick Start" Click to print, or click Drawing Molecules * Basic Strategy 5.1 * Drawing Structures with Template tools and template pages 5.2 * Drawing bonds and chains 5.3 * Drawing atoms 5.4

More information

Protein Structure Determination Using NMR Restraints BCMB/CHEM 8190

Protein Structure Determination Using NMR Restraints BCMB/CHEM 8190 Protein Structure Determination Using NMR Restraints BCMB/CHEM 8190 Programs for NMR Based Structure Determination CNS - Brünger, A. T.; Adams, P. D.; Clore, G. M.; DeLano, W. L.; Gros, P.; Grosse-Kunstleve,

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

Chem 253. Tutorial for Materials Studio

Chem 253. Tutorial for Materials Studio Chem 253 Tutorial for Materials Studio This tutorial is designed to introduce Materials Studio 7.0, which is a program used for modeling and simulating materials for predicting and rationalizing structure

More information

3. An Introduction to Molecular Mechanics

3. An Introduction to Molecular Mechanics 3. An Introduction to Molecular Mechanics Introduction When you use Chem3D to draw molecules, the program assigns bond lengths and bond angles based on experimental data. The program does not contain real

More information

3. An Introduction to Molecular Mechanics

3. An Introduction to Molecular Mechanics 3. An Introduction to Molecular Mechanics Introduction When you use Chem3D to draw molecules, the program assigns bond lengths and bond angles based on experimental data. The program does not contain real

More information

Assignment 2: Conformation Searching (50 points)

Assignment 2: Conformation Searching (50 points) Chemistry 380.37 Fall 2015 Dr. Jean M. Standard September 16, 2015 Assignment 2: Conformation Searching (50 points) In this assignment, you will use the Spartan software package to investigate some conformation

More information

PROTEIN'STRUCTURE'DETERMINATION'

PROTEIN'STRUCTURE'DETERMINATION' PROTEIN'STRUCTURE'DETERMINATION' USING'NMR'RESTRAINTS' BCMB/CHEM'8190' Programs for NMR Based Structure Determination CNS - Brünger, A. T.; Adams, P. D.; Clore, G. M.; DeLano, W. L.; Gros, P.; Grosse-Kunstleve,

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

NMR Predictor. Introduction

NMR Predictor. Introduction NMR Predictor This manual gives a walk-through on how to use the NMR Predictor: Introduction NMR Predictor QuickHelp NMR Predictor Overview Chemical features GUI features Usage Menu system File menu Edit

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

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

IFM Chemistry Computational Chemistry 2010, 7.5 hp LAB2. Computer laboratory exercise 1 (LAB2): Quantum chemical calculations

IFM Chemistry Computational Chemistry 2010, 7.5 hp LAB2. Computer laboratory exercise 1 (LAB2): Quantum chemical calculations Computer laboratory exercise 1 (LAB2): Quantum chemical calculations Introduction: The objective of the second computer laboratory exercise is to get acquainted with a program for performing quantum chemical

More information

Homology Modeling (Comparative Structure Modeling) GBCB 5874: Problem Solving in GBCB

Homology Modeling (Comparative Structure Modeling) GBCB 5874: Problem Solving in GBCB Homology Modeling (Comparative Structure Modeling) Aims of Structural Genomics High-throughput 3D structure determination and analysis To determine or predict the 3D structures of all the proteins encoded

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

Introduction to Structure Preparation and Visualization

Introduction to Structure Preparation and Visualization Introduction to Structure Preparation and Visualization Created with: Release 2018-4 Prerequisites: Release 2018-2 or higher Access to the internet Categories: Molecular Visualization, Structure-Based

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

QUANTA Protein Design MAY 2006

QUANTA Protein Design MAY 2006 QUANTA 2006 Protein Design MAY 2006 Copyright (1) Copyright Copyright 2006, Accelrys Software Inc. All rights reserved. The Accelrys name and logo are registered trademarks of Accelrys Software Inc. This

More information

Practical Manual. General outline to use the structural information obtained from molecular alignment

Practical Manual. General outline to use the structural information obtained from molecular alignment Practical Manual General outline to use the structural information obtained from molecular alignment 1. In order to use the information one needs to know the direction and the size of the tensor (susceptibility,

More information

Exercises for Windows

Exercises for Windows Exercises for Windows CAChe User Interface for Windows Select tool Application window Document window (workspace) Style bar Tool palette Select entire molecule Select Similar Group Select Atom tool Rotate

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

BMB/Bi/Ch 173 Winter 2018

BMB/Bi/Ch 173 Winter 2018 BMB/Bi/Ch 173 Winter 2018 Homework Set 8.1 (100 Points) Assigned 2-27-18, due 3-6-18 by 10:30 a.m. TA: Rachael Kuintzle. Office hours: SFL 220, Friday 3/2 4:00-5:00pm and SFL 229, Monday 3/5 4:00-5:30pm.

More information

Supporting Protocol This protocol describes the construction and the force-field parameters of the non-standard residue for the Ag + -site using CNS

Supporting Protocol This protocol describes the construction and the force-field parameters of the non-standard residue for the Ag + -site using CNS Supporting Protocol This protocol describes the construction and the force-field parameters of the non-standard residue for the Ag + -site using CNS CNS input file generatemetal.inp: remarks file generate/generatemetal.inp

More information

Example: Identification

Example: Identification Example: Identification In this structure we will explore Atom identification Working with maps Working with projections Eliminating diffusely diffracting solvent Disorder modeling Restrain application

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

3D - Structure Graphics Capabilities with PDF-4 Database Products

3D - Structure Graphics Capabilities with PDF-4 Database Products 3D - Structure Graphics Capabilities with PDF-4 Database Products Atomic Structure Information in the PDF-4 Databases ICDD s PDF-4 databases contain atomic structure information for a significant number

More information

Chemistry 14CL. Worksheet for the Molecular Modeling Workshop. (Revised FULL Version 2012 J.W. Pang) (Modified A. A. Russell)

Chemistry 14CL. Worksheet for the Molecular Modeling Workshop. (Revised FULL Version 2012 J.W. Pang) (Modified A. A. Russell) Chemistry 14CL Worksheet for the Molecular Modeling Workshop (Revised FULL Version 2012 J.W. Pang) (Modified A. A. Russell) Structure of the Molecular Modeling Assignment The molecular modeling assignment

More information

Molecular modeling with InsightII

Molecular modeling with InsightII Molecular modeling with InsightII Yuk Sham Computational Biology/Biochemistry Consultant Phone: (612) 624 7427 (Walter Library) Phone: (612) 624 0783 (VWL) Email: shamy@msi.umn.edu How to run InsightII

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

Version 1.2 October 2017 CSD v5.39

Version 1.2 October 2017 CSD v5.39 Mogul Geometry Check Table of Contents Introduction... 2 Example 1. Using Mogul to assess intramolecular geometry... 3 Example 2. Using Mogul to explain activity data... 5 Conclusions... 8 Further Exercises...

More information

LS1a Fall 2014 Problem Set #2 Due Monday 10/6 at 6 pm in the drop boxes on the Science Center 2 nd Floor

LS1a Fall 2014 Problem Set #2 Due Monday 10/6 at 6 pm in the drop boxes on the Science Center 2 nd Floor LS1a Fall 2014 Problem Set #2 Due Monday 10/6 at 6 pm in the drop boxes on the Science Center 2 nd Floor Note: Adequate space is given for each answer. Questions that require a brief explanation should

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

Computational Structural Biology and Molecular Simulation. Introduction to VMD Molecular Visualization and Analysis

Computational Structural Biology and Molecular Simulation. Introduction to VMD Molecular Visualization and Analysis Computational Structural Biology and Molecular Simulation Introduction to VMD Molecular Visualization and Analysis Emad Tajkhorshid Department of Biochemistry, Beckman Institute, Center for Computational

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

Timescales of Protein Dynamics

Timescales of Protein Dynamics Timescales of Protein Dynamics From Henzler-Wildman and Kern, Nature 2007 Summary of 1D Experiment time domain data Fourier Transform (FT) frequency domain data or Transverse Relaxation Ensemble of Nuclear

More information

Timescales of Protein Dynamics

Timescales of Protein Dynamics Timescales of Protein Dynamics From Henzler-Wildman and Kern, Nature 2007 Dynamics from NMR Show spies Amide Nitrogen Spies Report On Conformational Dynamics Amide Hydrogen Transverse Relaxation Ensemble

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

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

Build_model v User Guide

Build_model v User Guide Build_model v.2.0.1 User Guide MolTech Build_model User Guide 2008-2011 Molecular Technologies Ltd. www.moltech.ru Please send your comments and suggestions to contact@moltech.ru. Table of Contents Input

More information

Comparing whole genomes

Comparing whole genomes BioNumerics Tutorial: Comparing whole genomes 1 Aim The Chromosome Comparison window in BioNumerics has been designed for large-scale comparison of sequences of unlimited length. In this tutorial you will

More information

General Chemistry Lab Molecular Modeling

General Chemistry Lab Molecular Modeling PURPOSE The objectives of this experiment are PROCEDURE General Chemistry Lab Molecular Modeling To learn how to use molecular modeling software, a commonly used tool in chemical research and industry.

More information

Exercise 2: Solvating the Structure Before you continue, follow these steps: Setting up Periodic Boundary Conditions

Exercise 2: Solvating the Structure Before you continue, follow these steps: Setting up Periodic Boundary Conditions Exercise 2: Solvating the Structure HyperChem lets you place a molecular system in a periodic box of water molecules to simulate behavior in aqueous solution, as in a biological system. In this exercise,

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

Building small molecules

Building small molecules Building small molecules Use the Builder (right panel) to build up molecules. Start building clicking a fragment/atom in the builder and it will appear to the workspace. Continue modifying the molecule

More information

Online Protein Structure Analysis with the Bio3D WebApp

Online Protein Structure Analysis with the Bio3D WebApp Online Protein Structure Analysis with the Bio3D WebApp Lars Skjærven, Shashank Jariwala & Barry J. Grant August 13, 2015 (updated November 17, 2016) Bio3D1 is an established R package for structural bioinformatics

More information

Course Notes: Topics in Computational. Structural Biology.

Course Notes: Topics in Computational. Structural Biology. Course Notes: Topics in Computational Structural Biology. Bruce R. Donald June, 2010 Copyright c 2012 Contents 11 Computational Protein Design 1 11.1 Introduction.........................................

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

3D Molecule Viewer of MOGADOC (JavaScript)

3D Molecule Viewer of MOGADOC (JavaScript) 3D Molecule Viewer of MOGADOC (JavaScript) Movement of the Molecule Rotation of the molecule: Use left mouse button to drag. Translation of the molecule: Use right mouse button to drag. Resize the molecule:

More information

QUANTA. Protein Design. Release December Scranton Road San Diego, CA / Fax: 858/

QUANTA. Protein Design. Release December Scranton Road San Diego, CA / Fax: 858/ QUANTA Protein Design Release 2000 December 2000 9685 Scranton Road San Diego, CA 92121-3752 858/799-5000 Fax: 858/799-5100 Copyright * This document is copyright 2001, Accelrys Incorporated. All rights

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

Flexibility and Constraints in GOLD

Flexibility and Constraints in GOLD Flexibility and Constraints in GOLD Version 2.1 August 2018 GOLD v5.6.3 Table of Contents Purpose of Docking... 3 GOLD s Evolutionary Algorithm... 4 GOLD and Hermes... 4 Handling Flexibility and Constraints

More information

ICM-Chemist-Pro How-To Guide. Version 3.6-1h Last Updated 12/29/2009

ICM-Chemist-Pro How-To Guide. Version 3.6-1h Last Updated 12/29/2009 ICM-Chemist-Pro How-To Guide Version 3.6-1h Last Updated 12/29/2009 ICM-Chemist-Pro ICM 3D LIGAND EDITOR: SETUP 1. Read in a ligand molecule or PDB file. How to setup the ligand in the ICM 3D Ligand Editor.

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

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

Calculating Bond Enthalpies of the Hydrides

Calculating Bond Enthalpies of the Hydrides Proposed Exercise for the General Chemistry Section of the Teaching with Cache Workbook: Calculating Bond Enthalpies of the Hydrides Contributed by James Foresman, Rachel Fogle, and Jeremy Beck, York College

More information

NMR in Structural Biology

NMR in Structural Biology NMR in Structural Biology Exercise session 2 1. a. List 3 NMR observables that report on structure. b. Also indicate whether the information they give is short/medium or long-range, or perhaps all three?

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

Full wwpdb NMR Structure Validation Report i

Full wwpdb NMR Structure Validation Report i Full wwpdb NMR Structure Validation Report i Feb 17, 2018 06:22 am GMT PDB ID : 141D Title : SOLUTION STRUCTURE OF A CONSERVED DNA SEQUENCE FROM THE HIV-1 GENOME: RESTRAINED MOLECULAR DYNAMICS SIMU- LATION

More information

BUILDING BASICS WITH HYPERCHEM LITE

BUILDING BASICS WITH HYPERCHEM LITE BUILDING BASICS WITH HYPERCHEM LITE LAB MOD1.COMP From Gannon University SIM INTRODUCTION A chemical bond is a link between atoms resulting from the mutual attraction of their nuclei for electrons. There

More information

BCMB/CHEM 8190 Lab Exercise Using Maple for NMR Data Processing and Pulse Sequence Design March 2012

BCMB/CHEM 8190 Lab Exercise Using Maple for NMR Data Processing and Pulse Sequence Design March 2012 BCMB/CHEM 8190 Lab Exercise Using Maple for NMR Data Processing and Pulse Sequence Design March 2012 Introduction Maple is a powerful collection of routines to aid in the solution of mathematical problems

More information

Computational Protein Design

Computational Protein Design 11 Computational Protein Design This chapter introduces the automated protein design and experimental validation of a novel designed sequence, as described in Dahiyat and Mayo [1]. 11.1 Introduction Given

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

Electric Fields and Orbitals Teacher s Guide

Electric Fields and Orbitals Teacher s Guide Electric Fields and Orbitals Teacher s Guide 1.0 Summary Electric Fields and Orbitals is the fourth activity to be done after the pre-test. This activity should take approximately 20 minutes. 2.0 Learning

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

NMR Assignments using NMRView II: Sequential Assignments

NMR Assignments using NMRView II: Sequential Assignments NMR Assignments using NMRView II: Sequential Assignments DO THE FOLLOWING, IF YOU HAVE NOT ALREADY DONE SO: For Mac OS X, you should have a subdirectory nmrview. At UGA this is /Users/bcmb8190/nmrview.

More information

Chapter 1: NMR Coupling Constants

Chapter 1: NMR Coupling Constants NMR can be used for more than simply comparing a product to a literature spectrum. There is a great deal of information that can be learned from analysis of the coupling constants for a compound. 1.1 Coupling

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

ANALYZE. A Program for Cluster Analysis and Characterization of Conformational Ensembles of Polypeptides

ANALYZE. A Program for Cluster Analysis and Characterization of Conformational Ensembles of Polypeptides ANALYZE A Program for Cluster Analysis and Characterization of Conformational Ensembles of Polypeptides Calculations of conformational characteristics, such as hydrogen bonds, turn position and types,

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

Protein structure analysis. Risto Laakso 10th January 2005

Protein structure analysis. Risto Laakso 10th January 2005 Protein structure analysis Risto Laakso risto.laakso@hut.fi 10th January 2005 1 1 Summary Various methods of protein structure analysis were examined. Two proteins, 1HLB (Sea cucumber hemoglobin) and 1HLM

More information

Conformational Analysis of n-butane

Conformational Analysis of n-butane Conformational Analysis of n-butane In this exercise you will calculate the Molecular Mechanics (MM) single point energy of butane in various conformations with respect to internal rotation around the

More information

Docking with Water in the Binding Site using GOLD

Docking with Water in the Binding Site using GOLD Docking with Water in the Binding Site using GOLD Version 2.0 November 2017 GOLD v5.6 Table of Contents Docking with Water in the Binding Site... 2 Case Study... 3 Introduction... 3 Provided Input Files...

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

Physical Chemistry Analyzing a Crystal Structure and the Diffraction Pattern Virginia B. Pett The College of Wooster

Physical Chemistry Analyzing a Crystal Structure and the Diffraction Pattern Virginia B. Pett The College of Wooster Physical Chemistry Analyzing a Crystal Structure and the Diffraction Pattern Virginia B. Pett The College of Wooster L. W. Haynes and his Senior Independent Study students conducted the 2 + 2 photo addition

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

1 Introduction. command intended for command prompt

1 Introduction. command intended for command prompt Guest Lecture, Smith College, CS 334, BioInformatics 21 October 2008 GROMACS, Position Restrained MD, Protein Catalytic Activity Filip Jagodzinski 1 Introduction GROMACS (GROningen MAchine for Chemistry

More information

Application Note. U. Heat of Formation of Ethyl Alcohol and Dimethyl Ether. Introduction

Application Note. U. Heat of Formation of Ethyl Alcohol and Dimethyl Ether. Introduction Application Note U. Introduction The molecular builder (Molecular Builder) is part of the MEDEA standard suite of building tools. This tutorial provides an overview of the Molecular Builder s basic functionality.

More information

Refine & Validate. In the *.res file, be sure to add the following four commands after the UNIT instruction and before any atoms: ACTA CONF WPDB -2

Refine & Validate. In the *.res file, be sure to add the following four commands after the UNIT instruction and before any atoms: ACTA CONF WPDB -2 Refine & Validate Refinement is simply a way to improve the fit between the measured intensities and the intensities calculated from the model. The peaks in the difference map and the list of worst fitting

More information

Introduction to Hartree-Fock calculations in Spartan

Introduction to Hartree-Fock calculations in Spartan EE5 in 2008 Hannes Jónsson Introduction to Hartree-Fock calculations in Spartan In this exercise, you will get to use state of the art software for carrying out calculations of wavefunctions for molecues,

More information

Lewis Structures and Molecular Shapes

Lewis Structures and Molecular Shapes Lewis Structures and Molecular Shapes Rules for Writing Lewis Structures 1. Determine the correct skeleton structure (connectivity of atoms). Usually, the most electronegative atoms go around the edges

More information

Lewis Structures and Molecular Shapes

Lewis Structures and Molecular Shapes Lewis Structures and Molecular Shapes Rules for Writing Lewis Structures 1. Determine the correct skeleton structure (connectivity of atoms). Usually, the most electronegative atoms go around the edges

More information

Physiochemical Properties of Residues

Physiochemical Properties of Residues Physiochemical Properties of Residues Various Sources C N Cα R Slide 1 Conformational Propensities Conformational Propensity is the frequency in which a residue adopts a given conformation (in a polypeptide)

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

7 Infrared, Thermochemistry, UV-Vis, and NMR

7 Infrared, Thermochemistry, UV-Vis, and NMR 7 Infrared, Thermochemistry, UV-Vis, and NMR Exercise 1 Method Dependence and Scaling for the Infrared Spectrum of Formaldehyde. Build a molecule of formaldehyde using sp 2 C and atoms. Clean up the structure

More information

Assignment #0 Using Stellarium

Assignment #0 Using Stellarium Name: Class: Date: Assignment #0 Using Stellarium The purpose of this exercise is to familiarize yourself with the Stellarium program and its many capabilities and features. Stellarium is a visually beautiful

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