Molecular Biology: Nature of the Genetic Code Finally Revealed!

Total Page:16

File Type:pdf, Size:1020Kb

Molecular Biology: Nature of the Genetic Code Finally Revealed! RESEARCH HIGHLIGHTS MOLECULAR BIOLOGY However, the size of the codons remained unknown. The authors found that a combination of Nature of the genetic three + or three – mutations, but not two + or two – mutations, could restore the wild-type phenotype. code finally revealed! On the basis of these findings, the authors concluded that a codon was This December marks the fiftieth which carries a mutation in the B cis- most likely to be three nucleotides anniversary of the publication of the tron, produced suppressors, bacterio- long. With a triplex codon made up landmark article by Francis Crick phages that could once again infect a of four potential bases, 64 possible et al., describing the nature of the K strain. Combining the suppressor codons can be formed, which is more genetic code. At that time, many mutations showed that a base was than enough to cover the 20 standard fundamental questions in molecular either added (+ mutation) or removed amino acids; thus, the authors also biology were yet to be answered. The (– mutation) and that a + mutation identified the redundancy in the central dogma, that protein sequence could rescue a – mutation, and vice genetic code. is determined by DNA sequence, had versa. Hence, the authors had identi- But the nature of the code itself been articulated by Crick in 1958, but fied frameshift mutations, in which remained a mystery. In their conclu- how the information was encoded the addition or deletion of a base in sions, the authors stated, optimisti- was unknown. In their paper, Crick the coding DNA sequence causes a cally, that “If the coding ratio is indeed et al. demonstrated that the codons frameshift for the translation machin- 3, as our results suggest, and if the which encode the individual amino ery, leading to a non-functional pro- code is conserved throughout Nature, acids are non-overlapping and consist tein. Correction of the reading frame then the genetic code may well be of three bases. by an additional frameshift mutation solved within the year”. At the time, Amazingly, this fundamental allowed a functional protein to be pro- only a single codon could be assigned finding required just two strains of duced. The authors noticed that this (namely, the phenylalanine codon, Escherichia coli — a K strain and a B worked well with mutations that were UUU), as earlier in the year Marshall strain — and mutants of bacteriophage closely linked, but not with mutations Nirenberg had shown that a continuous T4. Wild-type T4 grows on both that were further apart. They specu- string of uracils was translated into E. coli strains, but a mutant lacking lated that frameshifting introduces a string of phenylalanines. But by cistron B grows only on the B strain. ‘unacceptable’ or ‘nonsense’ codons, 1966 a complete codon table was To mutagenize T4, the authors used which we now refer to as stop codons. produced, based primarily on the acridines, which were thought to be This confirmed the previously held con­tinued work of Nirenberg, who likely to remove or add a single base. notion that the reading frame was worked with cell-free extracts and Mutagenesis of the T4 mutant FC0, non-overlapping. chemically synthesized RNA, work for which he received the Nobel Prize in 1968. Perhaps not much thought is given to these experiments today when translating a DNA sequence to protein, but this stands as a shining example of how basic, and elegant, microbiological techniques have provided insights into fundamental biological questions. Christiaan van Ooij ORIGINAL RESEARCH PAPER Crick, F. H. C. et al. General nature of the genetic code for proteins. Nature 192, 1227–1232 (1961) Figure 1 from Crick et al., reproduced, with permission, from Crick, F. H. C. et al. © (1961) Macmillan Publishers Ltd. All rights reserved. NATURE REVIEWS | MICROBIOLOGY VOLUME 9 | DECEMBER 2011 © 2011 Macmillan Publishers Limited. All rights reserved.
Recommended publications
  • Compilers & Translator Writing Systems
    Compilers & Translators Compilers & Translator Writing Systems Prof. R. Eigenmann ECE573, Fall 2005 http://www.ece.purdue.edu/~eigenman/ECE573 ECE573, Fall 2005 1 Compilers are Translators Fortran Machine code C Virtual machine code C++ Transformed source code Java translate Augmented source Text processing language code Low-level commands Command Language Semantic components Natural language ECE573, Fall 2005 2 ECE573, Fall 2005, R. Eigenmann 1 Compilers & Translators Compilers are Increasingly Important Specification languages Increasingly high level user interfaces for ↑ specifying a computer problem/solution High-level languages ↑ Assembly languages The compiler is the translator between these two diverging ends Non-pipelined processors Pipelined processors Increasingly complex machines Speculative processors Worldwide “Grid” ECE573, Fall 2005 3 Assembly code and Assemblers assembly machine Compiler code Assembler code Assemblers are often used at the compiler back-end. Assemblers are low-level translators. They are machine-specific, and perform mostly 1:1 translation between mnemonics and machine code, except: – symbolic names for storage locations • program locations (branch, subroutine calls) • variable names – macros ECE573, Fall 2005 4 ECE573, Fall 2005, R. Eigenmann 2 Compilers & Translators Interpreters “Execute” the source language directly. Interpreters directly produce the result of a computation, whereas compilers produce executable code that can produce this result. Each language construct executes by invoking a subroutine of the interpreter, rather than a machine instruction. Examples of interpreters? ECE573, Fall 2005 5 Properties of Interpreters “execution” is immediate elaborate error checking is possible bookkeeping is possible. E.g. for garbage collection can change program on-the-fly. E.g., switch libraries, dynamic change of data types machine independence.
    [Show full text]
  • Chapter 2 Basics of Scanning And
    Chapter 2 Basics of Scanning and Conventional Programming in Java In this chapter, we will introduce you to an initial set of Java features, the equivalent of which you should have seen in your CS-1 class; the separation of problem, representation, algorithm and program – four concepts you have probably seen in your CS-1 class; style rules with which you are probably familiar, and scanning - a general class of problems we see in both computer science and other fields. Each chapter is associated with an animating recorded PowerPoint presentation and a YouTube video created from the presentation. It is meant to be a transcript of the associated presentation that contains little graphics and thus can be read even on a small device. You should refer to the associated material if you feel the need for a different instruction medium. Also associated with each chapter is hyperlinked code examples presented here. References to previously presented code modules are links that can be traversed to remind you of the details. The resources for this chapter are: PowerPoint Presentation YouTube Video Code Examples Algorithms and Representation Four concepts we explicitly or implicitly encounter while programming are problems, representations, algorithms and programs. Programs, of course, are instructions executed by the computer. Problems are what we try to solve when we write programs. Usually we do not go directly from problems to programs. Two intermediate steps are creating algorithms and identifying representations. Algorithms are sequences of steps to solve problems. So are programs. Thus, all programs are algorithms but the reverse is not true.
    [Show full text]
  • Scripting: Higher- Level Programming for the 21St Century
    . John K. Ousterhout Sun Microsystems Laboratories Scripting: Higher- Cybersquare Level Programming for the 21st Century Increases in computer speed and changes in the application mix are making scripting languages more and more important for the applications of the future. Scripting languages differ from system programming languages in that they are designed for “gluing” applications together. They use typeless approaches to achieve a higher level of programming and more rapid application development than system programming languages. or the past 15 years, a fundamental change has been ated with system programming languages and glued Foccurring in the way people write computer programs. together with scripting languages. However, several The change is a transition from system programming recent trends, such as faster machines, better script- languages such as C or C++ to scripting languages such ing languages, the increasing importance of graphical as Perl or Tcl. Although many people are participat- user interfaces (GUIs) and component architectures, ing in the change, few realize that the change is occur- and the growth of the Internet, have greatly expanded ring and even fewer know why it is happening. This the applicability of scripting languages. These trends article explains why scripting languages will handle will continue over the next decade, with more and many of the programming tasks in the next century more new applications written entirely in scripting better than system programming languages. languages and system programming
    [Show full text]
  • Bio 102 Practice Problems Genetic Code and Mutation
    Bio 102 Practice Problems Genetic Code and Mutation Multiple choice: Unless otherwise directed, circle the one best answer: 1. Choose the one best answer: Beadle and Tatum mutagenized Neurospora to find strains that required arginine to live. Based on the classification of their mutants, they concluded that: A. one gene corresponds to one protein. B. DNA is the genetic material. C. "inborn errors of metabolism" were responsible for many diseases. D. DNA replication is semi-conservative. E. protein cannot be the genetic material. 2. Choose the one best answer. Which one of the following is NOT part of the definition of a gene? A. A physical unit of heredity B. Encodes a protein C. Segement of a chromosome D. Responsible for an inherited characteristic E. May be linked to other genes 3. A mutation converts an AGA codon to a TGA codon (in DNA). This mutation is a: A. Termination mutation B. Missense mutation C. Frameshift mutation D. Nonsense mutation E. Non-coding mutation 4. Beadle and Tatum performed a series of complex experiments that led to the idea that one gene encodes one enzyme. Which one of the following statements does not describe their experiments? A. They deduced the metabolic pathway for the synthesis of an amino acid. B. Many different auxotrophic mutants of Neurospora were isolated. C. Cells unable to make arginine cannot survive on minimal media. D. Some mutant cells could survive on minimal media if they were provided with citrulline or ornithine. E. Homogentisic acid accumulates and is excreted in the urine of diseased individuals. 5.
    [Show full text]
  • Coincident Two Mutations and One Single Nucleotide Polymorphism of the PTCH1 Gene in a Family with Naevoid Basal Cell Carcinoma Syndrome
    Letters to the Editor 635 Coincident Two Mutations and One Single Nucleotide Polymorphism of the PTCH1 Gene in a Family with Naevoid Basal Cell Carcinoma Syndrome Shoko Abe1, Kenji Kabashima1*, Jun-ichi Sakabe1, Takatoshi Shimauchi1, Zhang Yan2, Tetsuji Okamoto2 and Yoshiki Tokura1 1Department of Dermatology, University of Occupational and Environmental Health, 1-1 Iseigaoka, Yahatanishi-ku, Kitakyushu 807-8555, and 2Department of Molecular Oral Medicine and Maxillofacial Surgery 1, Division of Frontier Medical Science, Graduate School of Biomedical Sciences, Hiroshima University, Hiroshima, Japan. E-mail: [email protected] Accepted May 7, 2008. Sir, at nucleotide position 667 within exon 3 and an intervening se- Naevoid basal cell carcinoma syndrome (NBCCS, OMIM quence (IVS)16 -3T > C, and a SNP; IVS10 -8T > C, were detected in all three cases. A deletion of AGAC causes a frameshift and a #109400), also called Gorlin’s syndrome, is an autosomal subsequent stop codon in exon 3, which prematurely truncates dominant disease that affects about 1 in 60,000 indivi- the protein (Fig. 1a). In addition, the IVS16 -3T > C could lead duals (1, 2). NBCCS is associated with various skeletal to an aberrant splicing and truncation of PTCH1 (10–12). and neurocutaneous abnormalities. Major manifestations To detect the expression level of PTCH1 protein in the skin, are multiple basal cell carcinomas (BCCs), odontogenic an immunohistochemical study was performed using goat poly- clonal anti-PTCH1 antibody (G-19; Santa Cruz Biotechnology, keratocysts, palmoplantar dyskeratotic pits and intra- Santa Cruz, CA, USA). Enzyme reactions were developed with cranial calcification (3). In addition, rib and vertebral conventional substrates for diamino-benzidine (Sigma, St Louis, malformations, epidermal cysts, macrocephaly, facial MO, USA) (13).
    [Show full text]
  • Antibiotic Resistance by High-Level Intrinsic Suppression of a Frameshift Mutation in an Essential Gene
    Antibiotic resistance by high-level intrinsic suppression of a frameshift mutation in an essential gene Douglas L. Husebya, Gerrit Brandisa, Lisa Praski Alzrigata, and Diarmaid Hughesa,1 aDepartment of Medical Biochemistry and Microbiology, Biomedical Center, Uppsala University, Uppsala SE-751 23, Sweden Edited by Sankar Adhya, National Institutes of Health, National Cancer Institute, Bethesda, MD, and approved January 4, 2020 (received for review November 5, 2019) A fundamental feature of life is that ribosomes read the genetic (unlikely if the DNA sequence analysis was done properly), that the code in messenger RNA (mRNA) as triplets of nucleotides in a mutants carry frameshift suppressor mutations (15–17), or that the single reading frame. Mutations that shift the reading frame gen- mRNA contains sequence elements that promote a high level of ri- erally cause gene inactivation and in essential genes cause loss of bosomal shifting into the correct reading frame to support cell viability viability. Here we report and characterize a +1-nt frameshift mutation, (10). Interest in understanding these mutations goes beyond Mtb and centrally located in rpoB, an essential gene encoding the beta-subunit concerns more generally the potential for rescue of mutants that ac- of RNA polymerase. Mutant Escherichia coli carrying this mutation are quire a frameshift mutation in any essential gene. We addressed this viable and highly resistant to rifampicin. Genetic and proteomic exper- by isolating a mutant of Escherichia coli carrying a frameshift mutation iments reveal a very high rate (5%) of spontaneous frameshift suppres- in rpoB and experimentally dissecting its genotype and phenotypes. sion occurring on a heptanucleotide sequence downstream of the mutation.
    [Show full text]
  • Why Are Frameshift Homologs Widespread Within and Across Species?
    bioRxiv preprint doi: https://doi.org/10.1101/067736; this version posted August 25, 2016. The copyright holder for this preprint (which was not certified by peer review) is the author/funder. All rights reserved. No reuse allowed without permission. The shiftability of the protein coding genes 1 Why are frameshift homologs widespread within and across species? 2 Xiaolong Wang*1, Quanjiang Dong2, Gang Chen1, Jianye Zhang1, Yongqiang Liu1, Jinqiao 3 Zhao1, Haibo Peng1, Yalei Wang1, Yujia Cai1, Xuxiang Wang1, Chao Yang1 4 1. College of Life Sciences, Ocean University of China, Qingdao, 266003, P. R. China 5 2. Qingdao Municipal Hospital, Qingdao, Shandong, 266003, P. R. China 6 Abstract 7 Frameshifted coding genes presumably yield truncated and dysfunctional proteins. 8 We report that frameshift homologs, including frameshift orthologs and frameshift 9 paralogs, are actually widespread within and across species. We proposed that protein 10 coding genes have a ca-0.5 quasi-constant shiftability: given any protein coding 11 sequence, at least 50% of the amino acids remain conserved in a frameshifted protein 12 sequence. In the natural genetic code, amino acid pairs assigned to frameshift codon 13 substitutions are more conserved than those to random codon substitutions, and the 14 frameshift tolerating ability of the natural genetic code ranks among the best 6% of all 15 compatible genetic codes. Hence, the shiftability of protein coding genes was mainly 16 predefined by the standard genetic code, while additional sequence-level shiftability 17 was achieved through biased usages of codons and codon pairs. We concluded that 18 during early evolution the genetic code was symmetrically optimized for tolerate 19 frameshifts, so that protein coding genes were endowed an inherent ability to tolerate 20 frameshifting in both forward and backward directions.
    [Show full text]
  • Point Mutations Underlying NF1 and NF2 and Increased Risk of Malignancy
    Central Annals of Otolaryngology and Rhinology Mini Review *Corresponding author Andrea L.O. Hebb, MSc, PhD, RN, Maritime Lateral Skull Base Clinic, Otolaryngology, Neurosurgery and the Point Mutations Underlying NF1 Stereotactic Radiotherapy Group QEII Health Science Centre, Halifax, Canada; Email: [email protected] and NF2 and Increased Risk of Submitted: 12 February 2020 Accepted: 25 February 2020 Published: 27 February 2020 Malignancy ISSN: 2379-948X Copyright 1 2 3,4 3,4 Myles Davidson , Haupt TS , Morris DP , Shoman NM , © 2020 Davidson M, et al. 2,4 1,2,4 Walling SA , and Hebb ALO * OPEN ACCESS 1Department of Psychology, Saint Mary’s University, Canada 2Division of Neurosurgery, Dalhousie University, Canada Keywords 3 Division of Otolaryngology, Dalhousie University, Canada • Neurofibromatosis 4 Maritime Lateral Skull Base Clinic, Otolaryngology, Neurosurgery and the Stereotactic • Missense mutation Radiotherapy Group QEII Health Science Centre, Canada • Frameshift mutation • Nonsense mutation Abstract • KRAS gene • Colorectal cancer Neurofibromatosis Type-1 and Neurofibromatosis Type-2 are autosomal dominant • Acoustic neuroma tumor suppressor disorders that result from inherited or spontaneous mutations in • Vestibular schwannoma their respective genes. Neurofibromatosis Type-1 has been attributed to a non-sense • Meningioma mutation in chromosome 17 and Neurofibromatosis Type-2 a point mutation in its gene on chromosome 22. The following discussion briefly reviews point and frameshift mutations and explores the relationship between point mutations and development of malignancies in patients with Neurofibromatosis Type-1 and Neurofibromatosis Type-2. INTRODUCTION producing phenylalanine hydroxylase, the majority of which are missense mutations [4]. A point mutation is the change of one base for another in the DNA sequence.
    [Show full text]
  • The Future of DNA Data Storage the Future of DNA Data Storage
    The Future of DNA Data Storage The Future of DNA Data Storage September 2018 A POTOMAC INSTITUTE FOR POLICY STUDIES REPORT AC INST M IT O U T B T The Future O E P F O G S R IE of DNA P D O U Data LICY ST Storage September 2018 NOTICE: This report is a product of the Potomac Institute for Policy Studies. The conclusions of this report are our own, and do not necessarily represent the views of our sponsors or participants. Many thanks to the Potomac Institute staff and experts who reviewed and provided comments on this report. © 2018 Potomac Institute for Policy Studies Cover image: Alex Taliesen POTOMAC INSTITUTE FOR POLICY STUDIES 901 North Stuart St., Suite 1200 | Arlington, VA 22203 | 703-525-0770 | www.potomacinstitute.org CONTENTS EXECUTIVE SUMMARY 4 Findings 5 BACKGROUND 7 Data Storage Crisis 7 DNA as a Data Storage Medium 9 Advantages 10 History 11 CURRENT STATE OF DNA DATA STORAGE 13 Technology of DNA Data Storage 13 Writing Data to DNA 13 Reading Data from DNA 18 Key Players in DNA Data Storage 20 Academia 20 Research Consortium 21 Industry 21 Start-ups 21 Government 22 FORECAST OF DNA DATA STORAGE 23 DNA Synthesis Cost Forecast 23 Forecast for DNA Data Storage Tech Advancement 28 Increasing Data Storage Density in DNA 29 Advanced Coding Schemes 29 DNA Sequencing Methods 30 DNA Data Retrieval 31 CONCLUSIONS 32 ENDNOTES 33 Executive Summary The demand for digital data storage is currently has been developed to support applications in outpacing the world’s storage capabilities, and the life sciences industry and not for data storage the gap is widening as the amount of digital purposes.
    [Show full text]
  • How Do You Know Your Search Algorithm and Code Are Correct?
    Proceedings of the Seventh Annual Symposium on Combinatorial Search (SoCS 2014) How Do You Know Your Search Algorithm and Code Are Correct? Richard E. Korf Computer Science Department University of California, Los Angeles Los Angeles, CA 90095 [email protected] Abstract Is a Given Solution Correct? Algorithm design and implementation are notoriously The first question to ask of a search algorithm is whether the error-prone. As researchers, it is incumbent upon us to candidate solutions it returns are valid solutions. The algo- maximize the probability that our algorithms, their im- rithm should output each solution, and a separate program plementations, and the results we report are correct. In should check its correctness. For any problem in NP, check- this position paper, I argue that the main technique for ing candidate solutions can be done in polynomial time. doing this is confirmation of results from multiple in- dependent sources, and provide a number of concrete Is a Given Solution Optimal? suggestions for how to achieve this in the context of combinatorial search algorithms. Next we consider whether the solutions returned are opti- mal. In most cases, there are multiple very different algo- rithms that compute optimal solutions, starting with sim- Introduction and Overview ple brute-force algorithms, and progressing through increas- Combinatorial search results can be theoretical or experi- ingly complex and more efficient algorithms. Thus, one can mental. Theoretical results often consist of correctness, com- compare the solution costs returned by the different algo- pleteness, the quality of solutions returned, and asymptotic rithms, which should all be the same.
    [Show full text]
  • NAPCS Product List for NAICS 5112, 518 and 54151: Software
    NAPCS Product List for NAICS 5112, 518 and 54151: Software Publishers, Internet Service Providers, Web Search Portals, and Data Processing Services, and Computer Systems Design and Related Services 1 2 3 456 7 8 9 National Product United States Industry Working Tri- Detail Subject Group lateral NAICS Industries Area Code Detail Can Méx US Title Definition Producing the Product 5112 1.1 X Information Providing advice or expert opinion on technical matters related to the use of information technology. 511210 518111 518 technology (IT) 518210 54151 54151 technical consulting Includes: 54161 services • advice on matters such as hardware and software requirements and procurement, systems integration, and systems security. • providing expert testimony on IT related issues. Excludes: • advice on issues related to business strategy, such as advising on developing an e-commerce strategy, is in product 2.3, Strategic management consulting services. • advice bundled with the design and development of an IT solution (web site, database, specific application, network, etc.) is in the products under 1.2, Information technology (IT) design and development services. 5112 1.2 Information Providing technical expertise to design and/or develop an IT solution such as custom applications, 511210 518111 518 technology (IT) networks, and computer systems. 518210 54151 54151 design and development services 5112 1.2.1 Custom software Designing the structure and/or writing the computer code necessary to create and/or implement a 511210 518111 518 application design software application. 518210 54151 54151 and development services 5112 1.2.1.1 X Web site design and Designing the structure and content of a web page and/or of writing the computer code necessary to 511210 518111 518 development services create and implement a web page.
    [Show full text]
  • Media Theory and Semiotics: Key Terms and Concepts Binary
    Media Theory and Semiotics: Key Terms and Concepts Binary structures and semiotic square of oppositions Many systems of meaning are based on binary structures (masculine/ feminine; black/white; natural/artificial), two contrary conceptual categories that also entail or presuppose each other. Semiotic interpretation involves exposing the culturally arbitrary nature of this binary opposition and describing the deeper consequences of this structure throughout a culture. On the semiotic square and logical square of oppositions. Code A code is a learned rule for linking signs to their meanings. The term is used in various ways in media studies and semiotics. In communication studies, a message is often described as being "encoded" from the sender and then "decoded" by the receiver. The encoding process works on multiple levels. For semiotics, a code is the framework, a learned a shared conceptual connection at work in all uses of signs (language, visual). An easy example is seeing the kinds and levels of language use in anyone's language group. "English" is a convenient fiction for all the kinds of actual versions of the language. We have formal, edited, written English (which no one speaks), colloquial, everyday, regional English (regions in the US, UK, and around the world); social contexts for styles and specialized vocabularies (work, office, sports, home); ethnic group usage hybrids, and various kinds of slang (in-group, class-based, group-based, etc.). Moving among all these is called "code-switching." We know what they mean if we belong to the learned, rule-governed, shared-code group using one of these kinds and styles of language.
    [Show full text]