The Select Command and Boolean Operators

Size: px
Start display at page:

Download "The Select Command and Boolean Operators"

Transcription

1 The Select Command and Boolean Operators Part of the Jmol Training Guide from the MSOE Center for BioMolecular Modeling Interactive version available at Introduction When Jmol is first launched, every command you enter into the Command Line affects the entire molecular structure. However, by using the Select command, you can specify portions of a molecular structure and change the Display Formats or Display Colors for just that region. The select command on its own will not change the way your molecular structure is displayed. Rather, it simply designates what atoms in the molecular structure all future commands will effect. In other words, once you select an area of your molecular structure, all future commands will only be applied to that area. Each time the select command is used, Jmol will respond by posting the "# atoms selected" in the console. This is an excellent way to judge whether you have selected what you had intended to. Note that unless otherwise indicated, this section of the Jmol Training Guide uses the protein "Top 7" based on the.pdb file 1qys.pdb. Please see the Getting Started in Jmol section of the Jmol Training Guide for information on how to download and open.pdb files. The Select Command Below is a collection of selection types commonly used when designing a molecular visualization with Jmol. Each example includes the Jmol command needed to apply the selection as well as the command to help visualize what area of the molecular structure was selected. Note that for the following select sections, the Top 7 protein will be shown with a backbone of 1.5 and a wireframe of 0.5.

2 All Select all is the default selection when Jmol is first launched. With select all, every atom contained in a.pdb file is selected and will be affected by future commands. Note that when we show two Jmol commands on two separate lines, as shown below, it implies that you will submit the first command by hitting "enter" or "execute" before entering the second command. To select all atoms: select all Note that you can practice these commands yourself using your own copy of Jmol running on your desktop. To reset the visualization to its default selection and representation, use the commands: select all color cpk Backbone Select backbone selects the atoms in a protein that are part of the backbone. Only backbone atoms will be affected by future commands. To select backbone atoms: select backbone Sidechain Select sidechain selects the atoms in a protein that are part of the sidechains (sometimes called r-groups). Only sidechain atoms will be affected by future commands. To select sidechain atoms: select sidechain

3 Hydrophobic Select hydrophobic selects the amino acids in a protein that are hydrophobic, including Alanine, Leucine, Valine, Isoleucine, Proline, Phenylalanine, Methionine, and Triptophan. Only the atoms in these amino acids will be affected by future commands. To select hydrophobic amino acids: select hydrophobic Polar Select polar selects the amino acids in a protein that are not hydrophobic, including Cysteine, Glycine, Serine, Threonine, Lysine, Aspartic Acid, Asparagine, Glutamic Acid, Glutamine, Tyrosine, and Histidine. Only the atoms in these amino acids will be affected by future commands. To select polar amino acids: select polar Helix Select helix selects the amino acids in a protein that are part of alpha helix secondary structures. Only the atoms in helices will be affected by future commands. To select helices: select helix

4 Sheet Select sheet selects the amino acids in a protein that are part of beta pleated sheet secondary structures. Only the atoms in sheets will be affected by future commands. To select sheets: select sheet Nucleic (DNA/RNA) Select nucleic selects the atoms in a structure that are part of DNA or RNA nucleotides. Only the atoms that are part of DNA or RNA will be affected by future commands. Note that the Top 7 protein does not contain any nucleic acids and therefore nothing is colored when the "select nucleic" command is used. A zinc finger protein based on the file 1zaa.pdb does contain nucleic acids and therefore will have areas colored magenta. To select nucleics: select nucleic Water Select water selects the amino acids in a protein that are part of beta pleated sheet secondary structures. Only the atoms in sheets will be affected by future commands. Note that the Top 7 protein does not contain any nucleic acids and therefore nothing is colored when the "select water" command is used. A hemoglobin protein based on the file 1a3n.pdb does contain water and therefore will have areas colored magenta. To select nucleics: select water To remove all water from your display: restrict not water

5 Chain Many protein structures have more than one polypeptide chain (sometimes refered to as the protein's quaternary structure). These chains are labled with single letter identifiers in the.pdb file and can be selected by entering a colon (:) followed by the letter identifier. Only the atoms in chain you select will be affected by future commands. Note that the Top 7 protein does not contain multiple polypeptide chains and therefore nothing is colored when the "select :b" command is used. A hemoglobin protein based on the file 1a3n.pdb contains four chains and therefore will have areas colored magenta. To select chain B: select :b Amino Acid Numbers and Ranges Each amino acid in a polypeptide chain is assigned a sequential number. You can use these number identifiers to select individual amino acids or ranges of amino acids. Note that there can be more than one amino acid with a given number, if there are more than one polypeptide chains in a structure file. For example, if a molecular structure has both a chain A and a chain B, there can be an amino acid 10 on chain A as well as an amino acid 10 on chain B. To select amino acid 30: select 30 To select amino acids 30 through 50: select 30-50

6 Atom Numbers and Ranges Each atom in a molecular structure is assigned a sequential number. You can use these number identifiers to select individual atoms or ranges of atoms. Note that unlike amino acid numbers, there are no repeated atom numbers in a structure. Even if you have more than one chain, there will be no repeated atom numbers between the two chains; each atom number is uniquely paired with one and only one atom. To select atom 100: select atomno=100 To select atoms 100 through 500: select atomno>99 and atomno<501 Small and Unique Molecules Some molecular structures include additional small molecules that are neither proteins nor nucleic acids. These molecules are given a three character alphanumeric identifier that can be used to select them. To determine what this three character identifier is, you can click on it in the Jmol display window, or review the structure summary for the.pdb file you are using on the RCSD Protein Databank ( website. Note that the Top 7 protein does not contain any of these small molecules and therefore nothing can be colored to demonstrate this command. A hemoglobin protein based on the file 1a3n.pdb contains four chains, each of which has a small molecule called a Heme Group and therefore will have areas colored magenta. To select heme groups: select hem

7 Identifying Structures in your Display If you do not know the amino acid number, chain letter, amino acid type, or atom number of the item you want to select, you can click on the structure in the Display Window. Jmol will provide information on the Console Window regarding the atom you clicked on. The image below decodes this information in detail. Boolean Operators Even with all of the predefined selection types discussed above, you may still have trouble selecting the exact collection of atoms that you are interested in. Once you are comfortable using the basic Select command, you can begin to link together selections using Boolean Operators. To understand how boolean operators work, imagine that you are working with two predefined selection types, helices and backbone. These two selection types are shown in a Venn diagram below. Some atoms in our Top 7 protein are part of helical secondary structures (the left blue circle), some atoms are part of protein backbone (the right yellow circle), and some atoms will fall where the circles overlap because they are part of both selection types. Each example includes the Jmol command needed to apply the selection as well as the command to help visualize what area of the molecular structure was selected. A Venn diagram is also included for each, with diagonal shading to represent what section of the diagram is being selected.

8 No Boolean Operators As a starting point, we will review simple select commands that do not use any boolean operators. To select helices: select helix To select backbone: select backbone The "or" Boolean Operator You can use the or boolean operator to select all the atoms that are either part of helices or the atoms that are part of the backbone. Therefore, the command or selects all of the atoms that are in one group or the other. To select atoms that are part of either helices or the protein backbone: select helix or backbone The "and" Boolean Operator You can use the and boolean operator to select all the atoms that are both part of the helices and part of the protein backbone at the same time. Therefore, the command and selects all of the atoms that are in both groups at the same time. To select atoms that are part of helices and the protein backbone at the same time: select helix and backbone

9 The "not" Boolean Operator You can use the not boolean operator to select only the atoms that are not part of helices or not part of the backbone. The not command simply inverts the selection type you are using. To select all atoms except helices: select not helix To select all atoms except backbone: select not backbone To select all atoms except helices or backbone: select not helix and not backbone 0 Atoms Selected! When using the select command with boolean operators, occasionally you will see "0 atoms selected" in the console window. This means that no atoms exist in the structure that satisfy the selection type requested. For example, imagine trying to select atoms that are in alpha helices and beta pleated sheets at the same time. In the diagram, you see that these are two select groups are mutually exclusive sets of atoms. There is no overlap in the selection groups and are no atoms that fulfill this selection, causing Jmol to respond with "0 atoms selected" and nothing to be colored magenta. To select atoms that are part of helices and sheets at the same time: select helix and sheet

10 Use of Parentheses Similar to algebraic order of operations, parentheses in Jmol can be used to insure that the proper selection groupings occur. Below are a few sample commands that are frequently used in designing models. To select the sidechain and the alpha carbon of amino acid 62: select 62 and (sidechain or alpha) To select the backbone of either residue 10 or residue 25: select (10 or 25) and backbone Parentheses can be used in a select command when combining operators to insure that the proper selection occurs. Here are some sample commands that are frequently used in designing models: select :b and (his63 or his92) and (sidechain or alpha) This selects the sidechain and alpha carbon atoms in two residues, his63 and his92, on chain b of the protein. select (:a or :c) and sheet this command selects the sheets in chains a and c of the molecule.

Part 4 The Select Command and Boolean Operators

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

More information

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

Part 8 Working with Nucleic Acids

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

More information

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

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

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

More information

PROTEIN STRUCTURE AMINO ACIDS H R. Zwitterion (dipolar ion) CO 2 H. PEPTIDES Formal reactions showing formation of peptide bond by dehydration:

PROTEIN STRUCTURE AMINO ACIDS H R. Zwitterion (dipolar ion) CO 2 H. PEPTIDES Formal reactions showing formation of peptide bond by dehydration: PTEI STUTUE ydrolysis of proteins with aqueous acid or base yields a mixture of free amino acids. Each type of protein yields a characteristic mixture of the ~ 20 amino acids. AMI AIDS Zwitterion (dipolar

More information

Properties of amino acids in proteins

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

More information

Protein Secondary Structure Prediction

Protein Secondary Structure Prediction part of Bioinformatik von RNA- und Proteinstrukturen Computational EvoDevo University Leipzig Leipzig, SS 2011 the goal is the prediction of the secondary structure conformation which is local each amino

More information

Section II Understanding the Protein Data Bank

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

More information

Proteins: Characteristics and Properties of Amino Acids

Proteins: Characteristics and Properties of Amino Acids SBI4U:Biochemistry Macromolecules Eachaminoacidhasatleastoneamineandoneacidfunctionalgroupasthe nameimplies.thedifferentpropertiesresultfromvariationsinthestructuresof differentrgroups.thergroupisoftenreferredtoastheaminoacidsidechain.

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

CHAPTER 29 HW: AMINO ACIDS + PROTEINS

CHAPTER 29 HW: AMINO ACIDS + PROTEINS CAPTER 29 W: AMI ACIDS + PRTEIS For all problems, consult the table of 20 Amino Acids provided in lecture if an amino acid structure is needed; these will be given on exams. Use natural amino acids (L)

More information

Using Higher Calculus to Study Biologically Important Molecules Julie C. Mitchell

Using Higher Calculus to Study Biologically Important Molecules Julie C. Mitchell Using Higher Calculus to Study Biologically Important Molecules Julie C. Mitchell Mathematics and Biochemistry University of Wisconsin - Madison 0 There Are Many Kinds Of Proteins The word protein comes

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

Protein structure. Protein structure. Amino acid residue. Cell communication channel. Bioinformatics Methods

Protein structure. Protein structure. Amino acid residue. Cell communication channel. Bioinformatics Methods Cell communication channel Bioinformatics Methods Iosif Vaisman Email: ivaisman@gmu.edu SEQUENCE STRUCTURE DNA Sequence Protein Sequence Protein Structure Protein structure ATGAAATTTGGAAACTTCCTTCTCACTTATCAGCCACCT...

More information

Lecture 14 - Cells. Astronomy Winter Lecture 14 Cells: The Building Blocks of Life

Lecture 14 - Cells. Astronomy Winter Lecture 14 Cells: The Building Blocks of Life Lecture 14 Cells: The Building Blocks of Life Astronomy 141 Winter 2012 This lecture describes Cells, the basic structural units of all life on Earth. Basic components of cells: carbohydrates, lipids,

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

Translation. A ribosome, mrna, and trna.

Translation. A ribosome, mrna, and trna. Translation The basic processes of translation are conserved among prokaryotes and eukaryotes. Prokaryotic Translation A ribosome, mrna, and trna. In the initiation of translation in prokaryotes, the Shine-Dalgarno

More information

Enzyme Catalysis & Biotechnology

Enzyme Catalysis & Biotechnology L28-1 Enzyme Catalysis & Biotechnology Bovine Pancreatic RNase A Biochemistry, Life, and all that L28-2 A brief word about biochemistry traditionally, chemical engineers used organic and inorganic chemistry

More information

Read more about Pauling and more scientists at: Profiles in Science, The National Library of Medicine, profiles.nlm.nih.gov

Read more about Pauling and more scientists at: Profiles in Science, The National Library of Medicine, profiles.nlm.nih.gov 2018 Biochemistry 110 California Institute of Technology Lecture 2: Principles of Protein Structure Linus Pauling (1901-1994) began his studies at Caltech in 1922 and was directed by Arthur Amos oyes to

More information

AP Biology Unit 1, Chapters 2, 3, 4, 5

AP Biology Unit 1, Chapters 2, 3, 4, 5 Name Date AP Biology Unit 1, Chapters 2, 3, 4, 5 Research Question How are chemical structures visualized? Background You can represent a molecule with either a molecular formula or a structural formula.

More information

Chemistry Chapter 22

Chemistry Chapter 22 hemistry 2100 hapter 22 Proteins Proteins serve many functions, including the following. 1. Structure: ollagen and keratin are the chief constituents of skin, bone, hair, and nails. 2. atalysts: Virtually

More information

Sequence comparison: Score matrices. Genome 559: Introduction to Statistical and Computational Genomics Prof. James H. Thomas

Sequence comparison: Score matrices. Genome 559: Introduction to Statistical and Computational Genomics Prof. James H. Thomas Sequence comparison: Score matrices Genome 559: Introduction to Statistical and omputational Genomics Prof James H Thomas Informal inductive proof of best alignment path onsider the last step in the best

More information

1. Amino Acids and Peptides Structures and Properties

1. Amino Acids and Peptides Structures and Properties 1. Amino Acids and Peptides Structures and Properties Chemical nature of amino acids The!-amino acids in peptides and proteins (excluding proline) consist of a carboxylic acid ( COOH) and an amino ( NH

More information

Sequence comparison: Score matrices

Sequence comparison: Score matrices Sequence comparison: Score matrices http://facultywashingtonedu/jht/gs559_2013/ Genome 559: Introduction to Statistical and omputational Genomics Prof James H Thomas FYI - informal inductive proof of best

More information

Section Week 3. Junaid Malek, M.D.

Section Week 3. Junaid Malek, M.D. Section Week 3 Junaid Malek, M.D. Biological Polymers DA 4 monomers (building blocks), limited structure (double-helix) RA 4 monomers, greater flexibility, multiple structures Proteins 20 Amino Acids,

More information

Basic Principles of Protein Structures

Basic Principles of Protein Structures Basic Principles of Protein Structures Proteins Proteins: The Molecule of Life Proteins: Building Blocks Proteins: Secondary Structures Proteins: Tertiary and Quartenary Structure Proteins: Geometry Proteins

More information

4) Chapter 1 includes heredity (i.e. DNA and genes) as well as evolution. Discuss the connection between heredity and evolution?

4) Chapter 1 includes heredity (i.e. DNA and genes) as well as evolution. Discuss the connection between heredity and evolution? Name- Chapters 1-5 Questions 1) Life is easy to recognize but difficult to define. The dictionary defines life as the state or quality that distinguishes living beings or organisms from dead ones and from

More information

Model Mélange. Physical Models of Peptides and Proteins

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

More information

Sequence comparison: Score matrices. Genome 559: Introduction to Statistical and Computational Genomics Prof. James H. Thomas

Sequence comparison: Score matrices. Genome 559: Introduction to Statistical and Computational Genomics Prof. James H. Thomas Sequence comparison: Score matrices Genome 559: Introduction to Statistical and omputational Genomics Prof James H Thomas FYI - informal inductive proof of best alignment path onsider the last step in

More information

Charged amino acids (side-chains)

Charged amino acids (side-chains) Proteins are composed of monomers called amino acids There are 20 different amino acids Amine Group Central ydrocarbon N C C R Group Carboxyl Group ALL amino acids have the exact same structure except

More information

Patrick: An Introduction to Medicinal Chemistry 5e Chapter 04

Patrick: An Introduction to Medicinal Chemistry 5e Chapter 04 01) Which of the following statements is not true about receptors? a. Most receptors are proteins situated inside the cell. b. Receptors contain a hollow or cleft on their surface which is known as a binding

More information

Protein Struktur (optional, flexible)

Protein Struktur (optional, flexible) Protein Struktur (optional, flexible) 22/10/2009 [ 1 ] Andrew Torda, Wintersemester 2009 / 2010, AST nur für Informatiker, Mathematiker,.. 26 kt, 3 ov 2009 Proteins - who cares? 22/10/2009 [ 2 ] Most important

More information

PROTEIN SECONDARY STRUCTURE PREDICTION: AN APPLICATION OF CHOU-FASMAN ALGORITHM IN A HYPOTHETICAL PROTEIN OF SARS VIRUS

PROTEIN SECONDARY STRUCTURE PREDICTION: AN APPLICATION OF CHOU-FASMAN ALGORITHM IN A HYPOTHETICAL PROTEIN OF SARS VIRUS Int. J. LifeSc. Bt & Pharm. Res. 2012 Kaladhar, 2012 Research Paper ISSN 2250-3137 www.ijlbpr.com Vol.1, Issue. 1, January 2012 2012 IJLBPR. All Rights Reserved PROTEIN SECONDARY STRUCTURE PREDICTION:

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

Biochemistry Quiz Review 1I. 1. Of the 20 standard amino acids, only is not optically active. The reason is that its side chain.

Biochemistry Quiz Review 1I. 1. Of the 20 standard amino acids, only is not optically active. The reason is that its side chain. Biochemistry Quiz Review 1I A general note: Short answer questions are just that, short. Writing a paragraph filled with every term you can remember from class won t improve your answer just answer clearly,

More information

A Theoretical Inference of Protein Schemes from Amino Acid Sequences

A Theoretical Inference of Protein Schemes from Amino Acid Sequences A Theoretical Inference of Protein Schemes from Amino Acid Sequences Angel Villahoz-Baleta angel_villahozbaleta@student.uml.edu ABSTRACT Proteins are based on tri-dimensional dispositions generated from

More information

Protein Structure Bioinformatics Introduction

Protein Structure Bioinformatics Introduction 1 Swiss Institute of Bioinformatics Protein Structure Bioinformatics Introduction Basel, 27. September 2004 Torsten Schwede Biozentrum - Universität Basel Swiss Institute of Bioinformatics Klingelbergstr

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

Lecture 15: Realities of Genome Assembly Protein Sequencing

Lecture 15: Realities of Genome Assembly Protein Sequencing Lecture 15: Realities of Genome Assembly Protein Sequencing Study Chapter 8.10-8.15 1 Euler s Theorems A graph is balanced if for every vertex the number of incoming edges equals to the number of outgoing

More information

Range of Certified Values in Reference Materials. Range of Expanded Uncertainties as Disseminated. NMI Service

Range of Certified Values in Reference Materials. Range of Expanded Uncertainties as Disseminated. NMI Service Calibration and Capabilities Amount of substance,, Russian Federation (Ural Scientific and Research Institiute Metrology, Rosstandart) (D.I. Mendeleyev Institute Metrology, Rosstandart) The uncertainty

More information

Amino Acids and Peptides

Amino Acids and Peptides Amino Acids Amino Acids and Peptides Amino acid a compound that contains both an amino group and a carboxyl group α-amino acid an amino acid in which the amino group is on the carbon adjacent to the carboxyl

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

How did they form? Exploring Meteorite Mysteries

How did they form? Exploring Meteorite Mysteries Exploring Meteorite Mysteries Objectives Students will: recognize that carbonaceous chondrite meteorites contain amino acids, the first step towards living plants and animals. conduct experiments that

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 Structure Marianne Øksnes Dalheim, PhD candidate Biopolymers, TBT4135, Autumn 2013

Protein Structure Marianne Øksnes Dalheim, PhD candidate Biopolymers, TBT4135, Autumn 2013 Protein Structure Marianne Øksnes Dalheim, PhD candidate Biopolymers, TBT4135, Autumn 2013 The presentation is based on the presentation by Professor Alexander Dikiy, which is given in the course compedium:

More information

Protein Structure. Role of (bio)informatics in drug discovery. Bioinformatics

Protein Structure. Role of (bio)informatics in drug discovery. Bioinformatics Bioinformatics Protein Structure Principles & Architecture Marjolein Thunnissen Dep. of Biochemistry & Structural Biology Lund University September 2011 Homology, pattern and 3D structure searches need

More information

INTRODUCTION. Amino acids occurring in nature have the general structure shown below:

INTRODUCTION. Amino acids occurring in nature have the general structure shown below: Biochemistry I Laboratory Amino Acid Thin Layer Chromatography INTRODUCTION The primary importance of amino acids in cell structure and metabolism lies in the fact that they serve as building blocks for

More information

Exam III. Please read through each question carefully, and make sure you provide all of the requested information.

Exam III. Please read through each question carefully, and make sure you provide all of the requested information. 09-107 onors Chemistry ame Exam III Please read through each question carefully, and make sure you provide all of the requested information. 1. A series of octahedral metal compounds are made from 1 mol

More information

C h a p t e r 2 A n a l y s i s o f s o m e S e q u e n c e... methods use different attributes related to mis sense mutations such as

C h a p t e r 2 A n a l y s i s o f s o m e S e q u e n c e... methods use different attributes related to mis sense mutations such as C h a p t e r 2 A n a l y s i s o f s o m e S e q u e n c e... 2.1Introduction smentionedinchapter1,severalmethodsareavailabletoclassifyhuman missensemutationsintoeitherbenignorpathogeniccategoriesandthese

More information

UNIT TWELVE. a, I _,o "' I I I. I I.P. l'o. H-c-c. I ~o I ~ I / H HI oh H...- I II I II 'oh. HO\HO~ I "-oh

UNIT TWELVE. a, I _,o ' I I I. I I.P. l'o. H-c-c. I ~o I ~ I / H HI oh H...- I II I II 'oh. HO\HO~ I -oh UNT TWELVE PROTENS : PEPTDE BONDNG AND POLYPEPTDES 12 CONCEPTS Many proteins are important in biological structure-for example, the keratin of hair, collagen of skin and leather, and fibroin of silk. Other

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

DATA MINING OF ELECTROSTATIC INTERACTIONS BETWEEN AMINO ACIDS IN COILED-COIL PROTEINS USING THE STABLE COIL ALGORITHM ANKUR S.

DATA MINING OF ELECTROSTATIC INTERACTIONS BETWEEN AMINO ACIDS IN COILED-COIL PROTEINS USING THE STABLE COIL ALGORITHM ANKUR S. University of Colorado at Colorado Springs i DATA MINING OF ELECTROSTATIC INTERACTIONS BETWEEN AMINO ACIDS IN COILED-COIL PROTEINS USING THE STABLE COIL ALGORITHM BY ANKUR S. DESHMUKH A project submitted

More information

Periodic Table. 8/3/2006 MEDC 501 Fall

Periodic Table. 8/3/2006 MEDC 501 Fall Periodic Table 8/3/2006 MEDC 501 Fall 2006 1 rbitals Shapes of rbitals s - orbital p -orbital 8/3/2006 MEDC 501 Fall 2006 2 Ionic Bond - acl Electronic Structure 11 a :: 1s 2 2s 2 2p x2 2p y2 2p z2 3s

More information

BIOL/BIOC Come to the PASS workshop with your mock exam complete. During the workshop you can work with other students to review your work.

BIOL/BIOC Come to the PASS workshop with your mock exam complete. During the workshop you can work with other students to review your work. It is most beneficial to you to write this mock midterm UNDER EXAM CONDITIONS. This means: Complete the midterm in 1.5 hour(s). Work on your own. Keep your notes and textbook closed. Attempt every question.

More information

Dana Alsulaibi. Jaleel G.Sweis. Mamoon Ahram

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

More information

Practice Midterm Exam 200 points total 75 minutes Multiple Choice (3 pts each 30 pts total) Mark your answers in the space to the left:

Practice Midterm Exam 200 points total 75 minutes Multiple Choice (3 pts each 30 pts total) Mark your answers in the space to the left: MITES ame Practice Midterm Exam 200 points total 75 minutes Multiple hoice (3 pts each 30 pts total) Mark your answers in the space to the left: 1. Amphipathic molecules have regions that are: a) polar

More information

Chemical Properties of Amino Acids

Chemical Properties of Amino Acids hemical Properties of Amino Acids Protein Function Make up about 15% of the cell and have many functions in the cell 1. atalysis: enzymes 2. Structure: muscle proteins 3. Movement: myosin, actin 4. Defense:

More information

Proteome Informatics. Brian C. Searle Creative Commons Attribution

Proteome Informatics. Brian C. Searle Creative Commons Attribution Proteome Informatics Brian C. Searle searleb@uw.edu Creative Commons Attribution Section structure Class 1 Class 2 Homework 1 Mass spectrometry and de novo sequencing Database searching and E-value estimation

More information

SEQUENCE ALIGNMENT BACKGROUND: BIOINFORMATICS. Prokaryotes and Eukaryotes. DNA and RNA

SEQUENCE ALIGNMENT BACKGROUND: BIOINFORMATICS. Prokaryotes and Eukaryotes. DNA and RNA SEQUENCE ALIGNMENT BACKGROUND: BIOINFORMATICS 1 Prokaryotes and Eukaryotes 2 DNA and RNA 3 4 Double helix structure Codons Codons are triplets of bases from the RNA sequence. Each triplet defines an amino-acid.

More information

BCH 4053 Exam I Review Spring 2017

BCH 4053 Exam I Review Spring 2017 BCH 4053 SI - Spring 2017 Reed BCH 4053 Exam I Review Spring 2017 Chapter 1 1. Calculate G for the reaction A + A P + Q. Assume the following equilibrium concentrations: [A] = 20mM, [Q] = [P] = 40fM. Assume

More information

Protein Structures. Sequences of amino acid residues 20 different amino acids. Quaternary. Primary. Tertiary. Secondary. 10/8/2002 Lecture 12 1

Protein Structures. Sequences of amino acid residues 20 different amino acids. Quaternary. Primary. Tertiary. Secondary. 10/8/2002 Lecture 12 1 Protein Structures Sequences of amino acid residues 20 different amino acids Primary Secondary Tertiary Quaternary 10/8/2002 Lecture 12 1 Angles φ and ψ in the polypeptide chain 10/8/2002 Lecture 12 2

More information

Dental Biochemistry EXAM I

Dental Biochemistry EXAM I Dental Biochemistry EXAM I August 29, 2005 In the reaction below: CH 3 -CH 2 OH -~ ethanol CH 3 -CHO acetaldehyde A. acetoacetate is being produced B. ethanol is being oxidized to acetaldehyde C. acetaldehyde

More information

Towards Understanding the Origin of Genetic Languages

Towards Understanding the Origin of Genetic Languages Towards Understanding the Origin of Genetic Languages Why do living organisms use 4 nucleotide bases and 20 amino acids? Apoorva Patel Centre for High Energy Physics and Supercomputer Education and Research

More information

Generation Date: 12/07/2015 Generated By: Tristan Wiley Title: Bio I Winter Packet

Generation Date: 12/07/2015 Generated By: Tristan Wiley Title: Bio I Winter Packet Generation Date: 12/07/2015 Generated By: Tristan Wiley Title: Bio I Winter Packet 1. Many natural ecosystems have been destroyed by human activity. To better manage our remaining natural ecosystems, we

More information

4. The Michaelis-Menten combined rate constant Km, is defined for the following kinetic mechanism as k 1 k 2 E + S ES E + P k -1

4. The Michaelis-Menten combined rate constant Km, is defined for the following kinetic mechanism as k 1 k 2 E + S ES E + P k -1 Fall 2000 CH 595C Exam 1 Answer Key Multiple Choice 1. One of the reasons that enzymes are such efficient catalysts is that a) the energy level of the enzyme-transition state complex is much higher than

More information

The Structure and Functions of Proteins

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

More information

Hypergraphs, Metabolic Networks, Bioreaction Systems. G. Bastin

Hypergraphs, Metabolic Networks, Bioreaction Systems. G. Bastin Hypergraphs, Metabolic Networks, Bioreaction Systems. G. Bastin PART 1 : Metabolic flux analysis and minimal bioreaction modelling PART 2 : Dynamic metabolic flux analysis of underdetermined networks 2

More information

Basics of protein structure

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

More information

5) An amino acid that doesn't exist in proteins: - Tyrosine - Tryptophan - Cysteine - ornithine* 6) How many tripeptides can be formed from using one

5) An amino acid that doesn't exist in proteins: - Tyrosine - Tryptophan - Cysteine - ornithine* 6) How many tripeptides can be formed from using one Biochemistry First 1) An amino acid that does not have L & D: - proline - serine - Glycine* - valine 2) An amino acid that exists in beta-bends and turns: - Gly* - Pro - Arg - Asp 3) An amino acid that

More information

Edward Susko Department of Mathematics and Statistics, Dalhousie University. Introduction. Installation

Edward Susko Department of Mathematics and Statistics, Dalhousie University. Introduction. Installation 1 dist est: Estimation of Rates-Across-Sites Distributions in Phylogenetic Subsititution Models Version 1.0 Edward Susko Department of Mathematics and Statistics, Dalhousie University Introduction The

More information

Dental Biochemistry Exam The total number of unique tripeptides that can be produced using all of the common 20 amino acids is

Dental Biochemistry Exam The total number of unique tripeptides that can be produced using all of the common 20 amino acids is Exam Questions for Dental Biochemistry Monday August 27, 2007 E.J. Miller 1. The compound shown below is CH 3 -CH 2 OH A. acetoacetate B. acetic acid C. acetaldehyde D. produced by reduction of acetaldehyde

More information

Biophysical Society On-line Textbook

Biophysical Society On-line Textbook Biophysical Society On-line Textbook PROTEINS CHAPTER 1. PROTEIN STRUCTURE Section 1. Primary structure, secondary motifs, tertiary architecture, and quaternary organization Jannette Carey* and Vanessa

More information

BIOCHEMISTRY Unit 2 Part 4 ACTIVITY #6 (Chapter 5) PROTEINS

BIOCHEMISTRY Unit 2 Part 4 ACTIVITY #6 (Chapter 5) PROTEINS BIOLOGY BIOCHEMISTRY Unit 2 Part 4 ACTIVITY #6 (Chapter 5) NAME NAME PERIOD PROTEINS GENERAL CHARACTERISTICS AND IMPORTANCES: Polymers of amino acids Each has unique 3-D shape Vary in sequence of amino

More information

EXAM 1 Fall 2009 BCHS3304, SECTION # 21734, GENERAL BIOCHEMISTRY I Dr. Glen B Legge

EXAM 1 Fall 2009 BCHS3304, SECTION # 21734, GENERAL BIOCHEMISTRY I Dr. Glen B Legge EXAM 1 Fall 2009 BCHS3304, SECTION # 21734, GENERAL BIOCHEMISTRY I 2009 Dr. Glen B Legge This is a Scantron exam. All answers should be transferred to the Scantron sheet using a #2 pencil. Write and bubble

More information

What is the central dogma of biology?

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

More information

Unit 1: Chemistry - Guided Notes

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

More information

National Nutrient Database for Standard Reference Release 28 slightly revised May, 2016

National Nutrient Database for Standard Reference Release 28 slightly revised May, 2016 National base for Standard Reference Release 28 slightly revised May, 206 Full Report (All s) 005, Cheese, cottage, lowfat, 2% milkfat Report Date: February 23, 208 02:7 EST values and weights are for

More information

Discussion Section (Day, Time):

Discussion Section (Day, Time): Chemistry 27 Spring 2005 Exam 3 Chemistry 27 Professor Gavin MacBeath arvard University Spring 2005 our Exam 3 Friday April 29 th, 2005 11:07 AM 12:00 PM Discussion Section (Day, Time): TF: Directions:

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

(Lys), resulting in translation of a polypeptide without the Lys amino acid. resulting in translation of a polypeptide without the Lys amino acid.

(Lys), resulting in translation of a polypeptide without the Lys amino acid. resulting in translation of a polypeptide without the Lys amino acid. 1. A change that makes a polypeptide defective has been discovered in its amino acid sequence. The normal and defective amino acid sequences are shown below. Researchers are attempting to reproduce the

More information

1. (5) Draw a diagram of an isomeric molecule to demonstrate a structural, geometric, and an enantiomer organization.

1. (5) Draw a diagram of an isomeric molecule to demonstrate a structural, geometric, and an enantiomer organization. Organic Chemistry Assignment Score. Name Sec.. Date. Working by yourself or in a group, answer the following questions about the Organic Chemistry material. This assignment is worth 35 points with the

More information

Protein Identification Using Tandem Mass Spectrometry. Nathan Edwards Informatics Research Applied Biosystems

Protein Identification Using Tandem Mass Spectrometry. Nathan Edwards Informatics Research Applied Biosystems Protein Identification Using Tandem Mass Spectrometry Nathan Edwards Informatics Research Applied Biosystems Outline Proteomics context Tandem mass spectrometry Peptide fragmentation Peptide identification

More information

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

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

More information

Key Terms (1 point each). Fill in the blank with the proper term. Each term may be used only once.

Key Terms (1 point each). Fill in the blank with the proper term. Each term may be used only once. CHM60 Takehome Test 3 Form Student Page 1 of 6 Key Terms (1 point each). Fill in the blank with the proper term. Each term may be used only once. Acid Active transport Alpha helix Beta pleated sheet Buffer

More information

Patrick: An Introduction to Medicinal Chemistry 5e Chapter 03

Patrick: An Introduction to Medicinal Chemistry 5e Chapter 03 01) Which of the following statements is not true regarding the active site of an enzyme? a. An active site is normally on the surface of an enzyme. b. An active site is normally hydrophobic in nature.

More information

Proteomics. November 13, 2007

Proteomics. November 13, 2007 Proteomics November 13, 2007 Acknowledgement Slides presented here have been borrowed from presentations by : Dr. Mark A. Knepper (LKEM, NHLBI, NIH) Dr. Nathan Edwards (Center for Bioinformatics and Computational

More information

Protein Structure Basics

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

More information

Protein Struktur. Biologen und Chemiker dürfen mit Handys spielen (leise) go home, go to sleep. wake up at slide 39

Protein Struktur. Biologen und Chemiker dürfen mit Handys spielen (leise) go home, go to sleep. wake up at slide 39 Protein Struktur Biologen und Chemiker dürfen mit Handys spielen (leise) go home, go to sleep wake up at slide 39 Andrew Torda, Wintersemester 2016/ 2017 Andrew Torda 17.10.2016 [ 1 ] Proteins - who cares?

More information

ORGANIC - BROWN 8E CH AMINO ACIDS AND PROTEINS.

ORGANIC - BROWN 8E CH AMINO ACIDS AND PROTEINS. !! www.clutchprep.com CONCEPT: INTRODUCTION TO PROTEINS Proteins are polypeptides that have some biological function. Peptides are composed of polymers of monomeric units called α-amino acids The 20 most

More information

1. Wings 5.. Jumping legs 2. 6 Legs 6. Crushing mouthparts 3. Segmented Body 7. Legs 4. Double set of wings 8. Curly antennae

1. Wings 5.. Jumping legs 2. 6 Legs 6. Crushing mouthparts 3. Segmented Body 7. Legs 4. Double set of wings 8. Curly antennae Biology Cladogram practice Name Per Date What is a cladogram? It is a diagram that depicts evolutionary relationships among groups. It is based on PHYLOGENY, which is the study of evolutionary relationships.

More information

Proton Acidity. (b) For the following reaction, draw the arrowhead properly to indicate the position of the equilibrium: HA + K + B -

Proton Acidity. (b) For the following reaction, draw the arrowhead properly to indicate the position of the equilibrium: HA + K + B - Proton Acidity A01 Given that acid A has a pk a of 15 and acid B has a pk a of 10, then: (a) Which of the two acids is stronger? (b) For the following reaction, draw the arrowhead properly to indicate

More information

Molecular Modeling 2018

Molecular Modeling 2018 Molecular Modeling 2018 A course about proteins protein language protein energy landscapes protein conformation protein evolution protein shape protein interactions Administrative stuff Decide on office

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

Chem. 27 Section 1 Conformational Analysis Week of Feb. 6, TF: Walter E. Kowtoniuk Mallinckrodt 303 Liu Laboratory

Chem. 27 Section 1 Conformational Analysis Week of Feb. 6, TF: Walter E. Kowtoniuk Mallinckrodt 303 Liu Laboratory Chem. 27 Section 1 Conformational Analysis TF: Walter E. Kowtoniuk wekowton@fas.harvard.edu Mallinckrodt 303 Liu Laboratory ffice hours are: Monday and Wednesday 3:00-4:00pm in Mallinckrodt 303 Course

More information

Discussion Section (Day, Time):

Discussion Section (Day, Time): Chemistry 27 Spring 2005 Exam 1 Chemistry 27 Professor Gavin MacBeath arvard University Spring 2005 our Exam 1 Friday, February 25, 2005 11:07 AM 12:00 PM Discussion Section (Day, Time): TF: Directions:

More information

All Proteins Have a Basic Molecular Formula

All Proteins Have a Basic Molecular Formula All Proteins Have a Basic Molecular Formula Homa Torabizadeh Abstract This study proposes a basic molecular formula for all proteins. A total of 10,739 proteins belonging to 9 different protein groups

More information

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

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

More information

1. Contains the sugar ribose instead of deoxyribose. 2. Single-stranded instead of double stranded. 3. Contains uracil in place of thymine.

1. Contains the sugar ribose instead of deoxyribose. 2. Single-stranded instead of double stranded. 3. Contains uracil in place of thymine. Protein Synthesis & Mutations RNA 1. Contains the sugar ribose instead of deoxyribose. 2. Single-stranded instead of double stranded. 3. Contains uracil in place of thymine. RNA Contains: 1. Adenine 2.

More information