Introductory Tutorial for the UCSF DOCK Program (v. 6.1)

Size: px
Start display at page:

Download "Introductory Tutorial for the UCSF DOCK Program (v. 6.1)"

Transcription

1 Introductory Tutorial for the UCS DCK Program (v. 6.1) Author: John E. Kerrigan, Ph.D. University of Medicine & Dentistry of ew Jersey Robert Wood Johnson Medical School 675 oes Lane Piscataway, J U.S.A. (732) phone (732) fax kerrigje@umdnj.edu 1

2 rganization of Workspace: Create a project directory (use the unix mkdir command). Use this directory as your working directory. mkdir proj1 cd proj1 CAUTI: Be sure that you have eugh disk quota for your docking job. The dms program, sphgen and DCK use a fair amount of disk space. To check your quota use the following commands: If logged on to one of the linux workstations 1 st login to the main server to check your quota. ssh username@server.umdnj.edu quota v Exit when finished. Type exit then hit the Enter key. Docking in DCK is divided into four stages: STAGE 1. Ligand Preparation STAGE 2. Site Characterization STAGE 3. Scoring Grid Calculation STAGE 4. Docking Download the dock_input.tgz file from the course webpage ( ow DCK works in a nutshell. irst, you begin with an x-ray crystal structure of a drug/receptor complex. The active site is identified or defined a priori. Points within this site kwn as spheres are used to define the volume or space within the active site pocket where the drug binds. The purpose of the spheres is to generate an unbiased grid of sphere centers that reflects the actual shape of the active site (i.e. the protein/macromolecule dictates the shape of the pocket; t the drug) using the grid program. [1, 2] Sphere centers are matched with ligand (drug) atoms to generate orientations of the ligand in the active site within the program DCK. [2, 3] The orientation of the ligand is scored using a shape-scoring function and/or an energy function (e.g. E bind = E vdw + E elec ). The shape score is an empirical van der Waals attractive energy. As a final step, the orientation may be energy minimized using a rigid-body simplex minimization. [4] Research Problem: Inhibition of actor Xa We will study the inhibition of coagulation factor, factor Xa, as this enzyme has a multitude of inhibitor data. The x-ray crystal structure (1JS) will be used as a modeling template. [5] STAGE 1. Prepare the ligand. 2

3 btain the PDB file, 1JS.pdb, from the protein data bank ( ). We will recommend the UCS Chimera software package [6] for build of the ligand and protein (receptor) models from the x-ray crystal structure coordinates (PDB file). owever, we need to set special ACR and RIGID atom sets. or this we need to use the Sybyl (Tripos, Inc.) software package. pen Sybyl and perform the following ile > Read Read ile > iles: (select 1JS.pdb) > ile Type: M1: (select with mouse) > ile to read: 1JS.pdb (select with mouse) > Click K > ption Center the Molecule > Click CETER_VIEW > K Use the middle mouse button to translate the structure and the right mouse button to rotate the structure. Build/Edit > Extract Atom Expression > Substructures > thers: A/Z34500 > Click K and K Molecule Area > M2: > Click K Remove the enzyme from display area M1: Build/Edit > Zap (Delete) Molecule > Molecule Expression > Select M1: click K Zoom into the drug using the middle and right mouse buttons (press simultaneously) and use the middle mouse button to translate (center). Color by atom type. View > Color > By Atom Type ame the drug molecule Build/Edit > ame Molecule > ZK > K Set the Depth Cue to zero using the depth cue button on the left hand menu. Label atoms by type using the checkmark button on the left hand menu (your drug is in display area D2) There are several atom types we must fix before proceeding. 3

4 Initial Atom Types Build/Edit > Modify > Atom > ption > LY_TYPE Click K Atom Expression > Using the Mouse: Select all atoms requiring atom type correction (see the final corrected atom types in the figure below). Your atom type labels should appear as in the figure below. ow add the hydrogen atoms. Corrected Atom Types 4

5 Build/Edit > Add > ydrogens Compute > Charges > Gasteiger-uckel Click on o when the dialog asks you if you want to change formal charges. Before you save the ligand, you must declare the Anchor atoms as a static set and declare the certain bonds in the structure as RIGID. The ACR set Build/Edit > Define > Static Set > ption > ATM Click K In Atom Expression, select the following asterisked atoms * * ame this set ACR. * C 3 C 3 The RIGID set Build/Edit > Define > Static Set > ption > BD Click K In Bond Expression, select the following highlighted bond C 3 C 3 ame this set RIGID. Using ile > Save As Save the ligand as zk mol2; ormat: ML2. 5

6 STAGE 2. Site Characterization. We must remove the ligand and any solvent from the receptor (protein). We will use chimera for preparation of the receptor. Start Chimera by typing chimera in the command line in the unix shell. Load 1JS.pdb. ile > pen > 1JS.pdb Delete the nstandard residues (water, ligand, etc.). Select > Residue > all nstandard Actions > Atoms/Bonds > delete Use the Dock Prep tool in Structure editing to prepare the mol2 file. Tools > Structure Editing > Dock Prep Add hydrogens 6

7 Save the mol2 file Edit the insertion code residue ID numbers. Insertion code is used to keep residue numbering consistent from species to species. owever, it can be a pain for molecular modeling programs. The sphgen program will choke on insertion code residue ID numbers as these numbers have a letter appended to them (e.g. 61A). Edit the fxa.pdb file in any text editor and remove the letters from these residue ID numbers (replace with a space ). Run the dms program and create the molecular surface data for the sphere calculation. Type man dms to obtain more information about the dms program and its run options. dms fxa.pdb a n w 1.4 v o fxa.ms ext, we must run sphgen. In order to do so, we must have a file kwn as ISP as input for the sphgen program. The contents of ISP are as follows (nly use the information between the hashed lines!). ISP fxa.ms R X fxa.sph Run sphgen simply by typing sphgen in the unix shell as follows. sphgen 7

8 ext we will use the coordinates of the ligand from the crystal structure to select the relevant spheres for the grid and docking computations. or this we will use a program called sphere_selector. The command line format is: sphere_selector file.sph ligand.mol2 #.# where #.# is the number of angstroms out from the ligand that you want to include spheres. sphere_selector fxa.sph zk mol2 6.0 The output from this operation is always a file named selected_spheres.sph. Use the showsphere program to make a pdb file of the selected spheres. Type showsphere <enter> ame of the sphere cluster file: selected_spheres.sph Cluster number to process: 1 Generate surfaces? ame for output pbd file: sel_sph.pdb Spheres selected by the sphere_selector program in red. Run showbox. 8

9 Type showbox <enter>. automatically construct box to enclose spheres [Y/]? Y extra margin to also be enclosed (angstroms)? 10 sphere fileselected_spheres.sph cluster number 1 output filename? site_box.pdb STAGE 3. Scoring Grid Calculation Download grid.in file from the course web page and use it for your grid input. See contents of grid.in which follows. Run grid. hup grid i grid.in o grid.out > grid.out & Contents of grid.in compute_grids grid_spacing 0.3 output_molecule contact_score energy_score energy_cutoff_distance 9999 atom_model a attractive_exponent 6 repulsive_exponent 12 distance_dielectric dielectric_factor 4 bump_filter bump_overlap 0.75 receptor_file fxa.mol2 box_file site_box.pdb vdw_definition_file /usr/local/dock6/parameters/vdw_amber_parm99.defn score_grid_prefix grid STAGE 4. Docking ow run DCK. Download dock.in file from the course web page and use it for you dock input. See the dock.in file which follows. 9

10 Run DCK using the following command hup dock6 i dock.in o dock.out > dock.out & Contents of dock.in ligand_atom_file zk mol2 limit_max_ligands skip_molecule read_mol_solvation calculate_rmsd orient_ligand automated_matching receptor_site_file selected_spheres.sph max_orientations 500 critical_points chemical_matching use_ligand_spheres flexible_ligand min_anchor_size 40 pruning_use_clustering pruning_max_orients 100 pruning_clustering_cutoff 100 use_internal_energy internal_energy_att_exp 6 internal_energy_rep_exp 12 internal_energy_dielectric 4.0 use_clash_overlap bump_filter score_molecules contact_score_primary contact_score_secondary grid_score_primary grid_score_secondary grid_score_rep_rad_scale 1 grid_score_vdw_scale 1 grid_score_es_scale 1 grid_score_grid_prefix grid minimize_ligand minimize_anchor minimize_flexible_growth use_advanced_simplex_parameters simplex_max_cycles 1 simplex_score_converge 0.1 simplex_cycle_converge 1.0 simplex_trans_step 1.0 simplex_rot_step 0.1 simplex_tors_step 10.0 simplex_anchor_max_iterations 500 simplex_grow_max_iterations 500 simplex_final_min simplex_secondary_minimize_pose simplex_random_seed 0 atom_model all vdw_defn_file /usr/local/dock6/parameters/vdw_amber_parm99.defn flex_defn_file /usr/local/dock6/parameters/flex.defn flex_drive_file /usr/local/dock6/parameters/flex_drive.tbl ligand_outfile_prefix zk807_out write_orientations num_primary_scored_conformers_rescored 1 num_secondary_scored_conformers_written 1 rank_primary_ligands rank_secondary_ligands 10

11 ere are our results rom the tail of dock.out (tail -25 dock.out): Molecule: ZK Secondary Score Grid Score: vdw: es: Molecules Processed Total elapsed time: 5764 seconds The structure in gray is from the x-ray crystal structure and the structure in green is the docked structure. rom the figure above we see that by and large DCK has returned the same orientation as from the crystal structure. There are a few differences in conformation, however. ext, we will dock a small database of compounds (we used the zk compound from the crystal structure as a template to build these compounds in Sybyl 7.0; hence, zk also appears in this database). The database is in mol2 format. Download pyridins.mol2 from the course webpage. 11

12 Contents of dock_db.in ligand_atom_file pyridins.mol2 limit_max_ligands skip_molecule read_mol_solvation calculate_rmsd orient_ligand automated_matching receptor_site_file selected_spheres.sph max_orientations 500 critical_points chemical_matching use_ligand_spheres flexible_ligand min_anchor_size 40 pruning_use_clustering pruning_max_orients 100 pruning_clustering_cutoff 100 use_internal_energy internal_energy_att_exp 6 internal_energy_rep_exp 12 internal_energy_dielectric 4.0 use_clash_overlap bump_filter score_molecules contact_score_primary contact_score_secondary grid_score_primary grid_score_secondary grid_score_rep_rad_scale 1 grid_score_vdw_scale 1 grid_score_es_scale 1 grid_score_grid_prefix grid minimize_ligand minimize_anchor minimize_flexible_growth use_advanced_simplex_parameters simplex_max_cycles 1 simplex_score_converge 0.1 simplex_cycle_converge 1.0 simplex_trans_step 1.0 simplex_rot_step 0.1 simplex_tors_step 10.0 simplex_anchor_max_iterations 500 simplex_grow_max_iterations 500 simplex_final_min simplex_secondary_minimize_pose simplex_random_seed 0 atom_model all vdw_defn_file /usr/local/dock6/parameters/vdw_amber_parm99.defn flex_defn_file /usr/local/dock6/parameters/flex.defn 12

13 flex_drive_file /usr/local/dock6/parameters/flex_drive.tbl ligand_outfile_prefix pyridins_out write_orientations num_primary_scored_conformers_rescored 1 num_secondary_scored_conformers_written 1 rank_primary_ligands max_primary_ranked 500 rank_secondary_ligands hup dock6 i dock_db.in o dock.out > dock_db.out & The database docking gives slightly different results for the zk compound. This run was performed on a 2.2 Gz Linux workstation. ere are the structures of the compounds in the database: * * * C 3 C 3 2 CMPD 001 C 2 C 3 CMPD 002 C 3 C 3 ZK C 3 CMPD V CMPD IV 13

14 Ranked Scores: Molecule: CMPD_V Secondary Score Grid Score: vdw: es: Molecule: ZK Secondary Score Grid Score: vdw: es: Molecule: CMPD_IV Secondary Score Grid Score: vdw: es: Molecule: CMPD002 Secondary Score Grid Score: vdw: es: Molecule: CMPD001 Secondary Score Grid Score: vdw: es: Molecules Processed Total elapsed time: seconds The pyridins_out_scored.mol2 database can be viewed using chimera (see or Sybyl. CMPD CMPD CMPD_IV CMPD_V ZK

15 y = x R 2 = Eint (kcal/mol) log Ki The K i data for compounds 001 and 002 were obtained from a review paper. [7] All other K i data were obtained from the structure paper. [5] ur principal outlier is compound ZK The other compounds in the series fall into line in this plot very well. ormally, we would sample more than just five compounds to establish a trend. This example is just illustrative of the application of the DCK method and to caution one about the use of the simple scoring function (E int = E vdw + E elec ) used in DCK. References: 1. Meng, E.C., B.K. Shoichet, and I.D. Kuntz, Automated docking with grid-based energy evaluation. J. Comp. Chem., : p Shoichet, B.K., D.L. Bodian, and I.D. Kuntz, Molecular docking using shape descriptors. J. Comp. Chem., (3): p Kuntz, I.D., et al., A geometric approach to macromolecule-ligand interactions. J. Mol. Biol., : p Meng, E.C., et al., rientational sampling and rigid-body minimization in molecular docking. Proteins, (3): p Adler, M., et al., Preparation, Characterization and the Crystal Structure of the Inhibitor Zk (Ci-1031) Complexed with actor Xa. Biochemistry, (41): p Pettersen, E., et al., UCS Chimera - A Visualization System for Exploratory Research and Analysis. J. Comput. Chem., : p Kontogiorgis, C. and D. adjipavlou-litina, Current Trends in Quantitative Structure Activity Relationships on Xa inhibitors: Evaluation and Comparative Analysis. Med. Res. Rev., (6): p

Version 4.0 Edited by Todd Ewing

Version 4.0 Edited by Todd Ewing Version 4.0 Edited by Todd Ewing Copyright 1998 Regents of the University of California All Rights Reserved This page intentionally blank. Contents Contents CONTENTS 3 INTRODUCTION 7 On-line Document Instructions.............................

More information

Ranking of HIV-protease inhibitors using AutoDock

Ranking of HIV-protease inhibitors using AutoDock Ranking of HIV-protease inhibitors using AutoDock 1. Task Calculate possible binding modes and estimate the binding free energies for 1 3 inhibitors of HIV-protease. You will learn: Some of the theory

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

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

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

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

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

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

Autodock tutorial VINA with UCSF Chimera

Autodock tutorial VINA with UCSF Chimera Autodock tutorial VINA with UCSF Chimera José R. Valverde CNB/CSIC jrvalverde@cnb.csic.es José R. Valverde, 2014 CC-BY-NC-SA Loading the receptor Open UCSF Chimera and then load the protein: File Open

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

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

User Guide for LeDock

User Guide for LeDock User Guide for LeDock Hongtao Zhao, PhD Email: htzhao@lephar.com Website: www.lephar.com Copyright 2017 Hongtao Zhao. All rights reserved. Introduction LeDock is flexible small-molecule docking software,

More information

Use of Computational Docking Procedure to Identify Potential Inhibitors of R67 Dihydrofolate Reductase

Use of Computational Docking Procedure to Identify Potential Inhibitors of R67 Dihydrofolate Reductase University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange University of Tennessee Honors Thesis Projects University of Tennessee Honors Program Spring 5-1999 Use of Computational

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

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

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

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

APBS electrostatics in VMD - Software. APBS! >!Examples! >!Visualization! >! Contents

APBS electrostatics in VMD - Software. APBS! >!Examples! >!Visualization! >! Contents Software Search this site Home Announcements An update on mailing lists APBS 1.2.0 released APBS 1.2.1 released APBS 1.3 released New APBS 1.3 Windows Installer PDB2PQR 1.7.1 released PDB2PQR 1.8 released

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

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

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

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

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

More information

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

Tutorial. Getting started. Sample to Insight. March 31, 2016

Tutorial. Getting started. Sample to Insight. March 31, 2016 Getting started 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 Getting started

More information

Physical Chemistry Final Take Home Fall 2003

Physical Chemistry Final Take Home Fall 2003 Physical Chemistry Final Take Home Fall 2003 Do one of the following questions. These projects are worth 30 points (i.e. equivalent to about two problems on the final). Each of the computational problems

More information

Project 3: Molecular Orbital Calculations of Diatomic Molecules. This project is worth 30 points and is due on Wednesday, May 2, 2018.

Project 3: Molecular Orbital Calculations of Diatomic Molecules. This project is worth 30 points and is due on Wednesday, May 2, 2018. Chemistry 362 Spring 2018 Dr. Jean M. Standard April 20, 2018 Project 3: Molecular Orbital Calculations of Diatomic Molecules In this project, you will investigate the molecular orbitals and molecular

More information

ON SITE SYSTEMS Chemical Safety Assistant

ON SITE SYSTEMS Chemical Safety Assistant ON SITE SYSTEMS Chemical Safety Assistant CS ASSISTANT WEB USERS MANUAL On Site Systems 23 N. Gore Ave. Suite 200 St. Louis, MO 63119 Phone 314-963-9934 Fax 314-963-9281 Table of Contents INTRODUCTION

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

ICM-Chemist How-To Guide. Version 3.6-1g Last Updated 12/01/2009

ICM-Chemist How-To Guide. Version 3.6-1g Last Updated 12/01/2009 ICM-Chemist How-To Guide Version 3.6-1g Last Updated 12/01/2009 ICM-Chemist HOW TO IMPORT, SKETCH AND EDIT CHEMICALS How to access the ICM Molecular Editor. 1. Click here 2. Start sketching How to sketch

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

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields Department of Chemistry and Biochemistry, Concordia University! page 1 of 6 CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields INTRODUCTION The goal of this tutorial

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

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

Introduction to AutoDock and AutoDock Tools

Introduction to AutoDock and AutoDock Tools Introduction to AutoDock and AutoDock Tools Alexander B. Pacheco User Services Consultant LSU HPC & LONI sys-help@loni.org HPC Training Series Louisiana State University Baton Rouge Mar. 28, 2012 HPC@LSU

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

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

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

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

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

Fragment Hotspot Maps: A CSD-derived Method for Hotspot identification

Fragment Hotspot Maps: A CSD-derived Method for Hotspot identification Fragment Hotspot Maps: A CSD-derived Method for Hotspot identification Chris Radoux www.ccdc.cam.ac.uk radoux@ccdc.cam.ac.uk 1 Introduction Hotspots Strongly attractive to organic molecules Organic molecules

More information

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields

CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields Department of Chemistry and Biochemistry, Concordia University page 1 of 6 CHEM 498Q / CHEM 630Q: Molecular Modeling of Proteins TUTORIAL #3a: Empirical force fields INTRODUCTION The goal of this tutorial

More information

DOCKING TUTORIAL. A. The docking Workflow

DOCKING TUTORIAL. A. The docking Workflow 2 nd Strasbourg Summer School on Chemoinformatics VVF Obernai, France, 20-24 June 2010 E. Kellenberger DOCKING TUTORIAL A. The docking Workflow 1. Ligand preparation It consists in the standardization

More information

BIOINF527: STRUCTURAL BIOINFORMATICS LAB SESSION

BIOINF527: STRUCTURAL BIOINFORMATICS LAB SESSION BIOINF527: STRUCTURAL BIOINFORMATICS LAB SESSION Introduction to Protein Structure Visualization and Small Molecule Docking Drs. Barry Grant & Guido Scarabelli Nov 2013 Exercise 1: Introduction to the

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

BioSolveIT. A Combinatorial Approach for Handling of Protonation and Tautomer Ambiguities in Docking Experiments

BioSolveIT. A Combinatorial Approach for Handling of Protonation and Tautomer Ambiguities in Docking Experiments BioSolveIT Biology Problems Solved using Information Technology A Combinatorial Approach for andling of Protonation and Tautomer Ambiguities in Docking Experiments Ingo Dramburg BioSolve IT Gmb An der

More information

Ensemble Docking with GOLD

Ensemble Docking with GOLD Ensemble Docking with GOLD Version 2.0 November 2017 GOLD v5.6 Table of Contents Ensemble Docking... 2 Case Study... 3 Introduction... 3 Provided Input Files... 5 Superimposing Protein Structures... 6

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

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

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

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

More information

Mnova Software Tools for Fragment-Based Drug Discovery

Mnova Software Tools for Fragment-Based Drug Discovery Mnova Software Tools for Fragment-Based Drug Discovery Chen Peng, PhD, VP of Business Development, US & China Mestrelab Research SL San Diego, CA chen.peng@mestrelab.com 858.736.4563 Agenda Brief intro

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

Hands- On on geometries

Hands- On on geometries Hands- On on geometries «pdb4dna» Emmanuel Delage Yann Perrot ( Sébastien Incerti ) 2015 Geant4- DNA Tutorial Hiroshima, Japan August 24-25 1 pdb4dna We are going to study the pdb4dna extended example

More information

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

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

More information

Synteny Portal Documentation

Synteny Portal Documentation Synteny Portal Documentation Synteny Portal is a web application portal for visualizing, browsing, searching and building synteny blocks. Synteny Portal provides four main web applications: SynCircos,

More information

Structure based drug design and LIE models for GPCRs

Structure based drug design and LIE models for GPCRs Structure based drug design and LIE models for GPCRs Peter Kolb kolb@docking.org Shoichet Lab ACS 237 th National Meeting, March 24, 2009 p.1/26 [Acknowledgements] Brian Shoichet John Irwin Mike Keiser

More information

Portal. User Guide Version 1.0. Contributors

Portal.   User Guide Version 1.0. Contributors Portal www.dockthor.lncc.br User Guide Version 1.0 Contributors Diogo A. Marinho, Isabella A. Guedes, Eduardo Krempser, Camila S. de Magalhães, Hélio J. C. Barbosa and Laurent E. Dardenne www.gmmsb.lncc.br

More information

BCB410 Protein-Ligand Docking Exercise Set Shirin Shahsavand December 11, 2011

BCB410 Protein-Ligand Docking Exercise Set Shirin Shahsavand December 11, 2011 BCB410 Protein-Ligand Docking Exercise Set Shirin Shahsavand December 11, 2011 1. Describe the search algorithm(s) AutoDock uses for solving protein-ligand docking problems. AutoDock uses 3 different approaches

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

PDBe TUTORIAL. PDBePISA (Protein Interfaces, Surfaces and Assemblies)

PDBe TUTORIAL. PDBePISA (Protein Interfaces, Surfaces and Assemblies) PDBe TUTORIAL PDBePISA (Protein Interfaces, Surfaces and Assemblies) http://pdbe.org/pisa/ This tutorial introduces the PDBePISA (PISA for short) service, which is a webbased interactive tool offered by

More information

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

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

More information

Silica surface - Materials Studio tutorial. CREATING SiO 2 SURFACE

Silica surface - Materials Studio tutorial. CREATING SiO 2 SURFACE Silica surface - Materials Studio tutorial CREATING SiO 2 SURFACE Our goal surface of SiO2 6.948 Ǻ Import structure The XRD experiment gives us such parameters as: lattice parameters, symmetry group and

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

Lysozyme pka example - Software. APBS! >!Examples! >!pka calculations! >! Lysozyme pka example. Background

Lysozyme pka example - Software. APBS! >!Examples! >!pka calculations! >! Lysozyme pka example. Background Software Search this site Home Announcements An update on mailing lists APBS 1.2.0 released APBS 1.2.1 released APBS 1.3 released New APBS 1.3 Windows Installer PDB2PQR 1.7.1 released PDB2PQR 1.8 released

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

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

Introductory WebMO Exercises

Introductory WebMO Exercises Introductory WebMO Exercises These directions assume no prior knowledge of e WebMO interface and provide detailed, click by click instructions on building molecules and setting up calculations. Use your

More information

11. IN SILICO DOCKING ANALYSIS

11. IN SILICO DOCKING ANALYSIS 11. IN SILICO DOCKING ANALYSIS 11.1 Molecular docking studies of major active constituents of ethanolic extract of GP The major active constituents are identified from the ethanolic extract of Glycosmis

More information

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

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

More information

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

Hands-on pdb4dna.

Hands-on pdb4dna. Hands-on pdb4dna http://pdb4dna.in2p3.fr Emmanuel Delage Yann Perrot delage@clermont.in2p3.fr perrot@clermont.in2p3.fr Laboratoire de Physique Corpusculaire de Clermont Ferrand Pôle Physique pour la Santé

More information

Athena Visual Software, Inc. 1

Athena Visual Software, Inc. 1 Athena Visual Studio Visual Kinetics Tutorial VisualKinetics is an integrated tool within the Athena Visual Studio software environment, which allows scientists and engineers to simulate the dynamic behavior

More information

Conformational Searching using MacroModel and ConfGen. John Shelley Schrödinger Fellow

Conformational Searching using MacroModel and ConfGen. John Shelley Schrödinger Fellow Conformational Searching using MacroModel and ConfGen John Shelley Schrödinger Fellow Overview Types of conformational searching applications MacroModel s conformation generation procedure General features

More information

tconcoord-gui: Visually Supported Conformational Sampling of Bioactive Molecules

tconcoord-gui: Visually Supported Conformational Sampling of Bioactive Molecules Software News and Updates tconcoord-gui: Visually Supported Conformational Sampling of Bioactive Molecules DANIEL SEELIGER, BERT L. DE GROOT Computational Biomolecular Dynamics Group, Max-Planck-Institute

More information

Jaguar DFT Optimizations and Transition State Searches

Jaguar DFT Optimizations and Transition State Searches Jaguar DFT Optimizations and Transition State Searches Density Functional Theory (DFT) is a quantum mechanical (QM) method that gives results superior to Hartree Fock (HF) in less computational time. A

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

OECD QSAR Toolbox v.4.1. Tutorial on how to predict Skin sensitization potential taking into account alert performance

OECD QSAR Toolbox v.4.1. Tutorial on how to predict Skin sensitization potential taking into account alert performance OECD QSAR Toolbox v.4.1 Tutorial on how to predict Skin sensitization potential taking into account alert performance Outlook Background Objectives Specific Aims Read across and analogue approach The exercise

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

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

Introduction to Spark

Introduction to Spark 1 As you become familiar or continue to explore the Cresset technology and software applications, we encourage you to look through the user manual. This is accessible from the Help menu. However, don t

More information

Project 2. Chemistry of Transient Species in Planetary Atmospheres: Exploring the Potential Energy Surfaces of CH 2 S

Project 2. Chemistry of Transient Species in Planetary Atmospheres: Exploring the Potential Energy Surfaces of CH 2 S Chemistry 362 Spring 2018 Dr. Jean M. Standard March 21, 2018 Project 2. Chemistry of Transient Species in Planetary Atmospheres: Exploring the Potential Energy Surfaces of CH 2 S In this project, you

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

You w i ll f ol l ow these st eps : Before opening files, the S c e n e panel is active.

You w i ll f ol l ow these st eps : Before opening files, the S c e n e panel is active. You w i ll f ol l ow these st eps : A. O pen a n i m a g e s t a c k. B. Tr a c e t h e d e n d r i t e w i t h t h e user-guided m ode. C. D e t e c t t h e s p i n e s a u t o m a t i c a l l y. D. C

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

Computational Chemistry Lab Module: Conformational Analysis of Alkanes

Computational Chemistry Lab Module: Conformational Analysis of Alkanes Introduction Computational Chemistry Lab Module: Conformational Analysis of Alkanes In this experiment, we will use CAChe software package to model the conformations of butane, 2-methylbutane, and substituted

More information

Using AutoDock 4 with ADT: A Tutorial

Using AutoDock 4 with ADT: A Tutorial Using AutoDock 4 with ADT: A Tutorial Ruth Huey Sargis Dallakyan Alex Perryman David S. Goodsell (Garrett Morris) 9/2/08 Using AutoDock 4 with ADT 1 What is Docking? Predicting the best ways two molecules

More information

1 Introduction to Computational Chemistry (Spartan)

1 Introduction to Computational Chemistry (Spartan) 1 Introduction to Computational Chemistry (Spartan) Start Spartan by clicking Start / Programs / Spartan Then click File / New Exercise 1 Study of H-X-H Bond Angles (Suitable for general chemistry) Structure

More information

Measuring ph with Smart Cuvettes

Measuring ph with Smart Cuvettes 1 Measuring ph with Smart Cuvettes Hardware Setup for ph Measurements ph is measured in Absorbance mode. Configure your spectroscopy components for Absorbance measurements. Sample Absorbance setups for

More information

GC and CELPP: Workflows and Insights

GC and CELPP: Workflows and Insights GC and CELPP: Workflows and Insights Xianjin Xu, Zhiwei Ma, Rui Duan, Xiaoqin Zou Dalton Cardiovascular Research Center, Department of Physics and Astronomy, Department of Biochemistry, & Informatics Institute

More information

Binding Response: A Descriptor for Selecting Ligand Binding Site on Protein Surfaces

Binding Response: A Descriptor for Selecting Ligand Binding Site on Protein Surfaces J. Chem. Inf. Model. 2007, 47, 2303-2315 2303 Binding Response: A Descriptor for Selecting Ligand Binding Site on Protein Surfaces Shijun Zhong and Alexander D. MacKerell, Jr.* Computer-Aided Drug Design

More information

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

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

More information

Lysozyme pka example. Background

Lysozyme pka example. Background Lysozyme pka example Background Hen egg white lysozyme (HEWL) is a very popular system for pka as it has a number of interesting values for its titratable residues. Early pka work on this enzyme is presented

More information

OECD QSAR Toolbox v.4.0. Tutorial on how to predict Skin sensitization potential taking into account alert performance

OECD QSAR Toolbox v.4.0. Tutorial on how to predict Skin sensitization potential taking into account alert performance OECD QSAR Toolbox v.4.0 Tutorial on how to predict Skin sensitization potential taking into account alert performance Outlook Background Objectives Specific Aims Read across and analogue approach The exercise

More information

Tutorial I: IQ MOL and Basic DFT and MP2 Calculations 1 / 30

Tutorial I: IQ MOL and Basic DFT and MP2 Calculations 1 / 30 Tutorial I: IQ MOL and Basic DFT and MP2 Calculations Q-Chem User Workshop, Denver March 21, 2015 1 / 30 2 / 30 Introduction to IQMOL DFT and MP2 Calculations 3 / 30 IQMOL and Q-CHEM IQMOL is an open-source

More information

How to Create a Substance Answer Set

How to Create a Substance Answer Set How to Create a Substance Answer Set Select among five search techniques to find substances Since substances can be described by multiple names or other characteristics, SciFinder gives you the flexibility

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

VMD Tutorial Ho Chi Minh City, 12/01/2012 Emiliano Ippoliti:

VMD Tutorial Ho Chi Minh City, 12/01/2012 Emiliano Ippoliti: VMD Tutorial Ho Chi Minh City, 12/01/2012 Emiliano Ippoliti: e.ippoliti@grs-sim.de A Unix-like operating system is assumed to be used in this tutorial. Each file mentioned below can also be found on the

More information

POC via CHEMnetBASE for Identifying Unknowns

POC via CHEMnetBASE for Identifying Unknowns Table of Contents A red arrow is used to identify where buttons and functions are located in CHEMnetBASE. Figure Description Page Entering the Properties of Organic Compounds (POC) Database 1 CHEMnetBASE

More information

Calculating NMR Chemical Shifts for beta-ionone O

Calculating NMR Chemical Shifts for beta-ionone O Calculating NMR Chemical Shifts for beta-ionone O Molecular orbital calculations can be used to get good estimates for chemical shifts. In this exercise we will calculate the chemical shifts for beta-ionone.

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