RNA Secondary Structure Prediction

Size: px
Start display at page:

Download "RNA Secondary Structure Prediction"

Transcription

1 RNA Secondary Structure Prediction

2 Outline 1) Introduction: RNA structure basics 2) Dynamic programming for RNA secondary structure prediction

3 The Central Dogma of Molecular Biology DNA CCTGAGCCAACTATTGATGAA transcription שעתוק RNA CCUGAGCCAACUAUUGAUGAA translation תרגום Protein PEPTIDE

4 The Central Dogma of Molecular Biology DNA transcription RNA translation Non Coding RNA - RNA molecule that is not translated into a protein - Have been found to have roles in a great variety of processes Protein

5 The Recent Example The Nobel Prize in Physiology or Medicine 2006 "for their discovery of RNA interference - gene silencing by double-stranded RNA" Andrew Z. Fire Craig C. Mello DNA RNA Protein

6 The RNA world Ribonucleic acid (RNA) is a nucleic acid polymer consisting of nucleotide monomers. It is transcribed (synthesized) from DNA. RNA serves as the template for translation of genes into proteins.

7 RNA s Structure Primary Structure Secondary Structure Tertiary Structure

8 RNA Basics RNA bases A,C,G,U Canonical Base Pairs A-U G-C G-U wobble pairing Bases can only pair with one other base. 23 Hydrogen Bonds more stable

9 RNA Secondary Structure Pseudoknot Single-Stranded Stem Interior Loop Bulge Loop Hairpin loop Junction (Multiloop)

10

11 Trouble with Pseudoknots Images David Mount Pseudoknots cause a breakdown in the Dynamic Programming Algorithm. In order to form a pseudoknot, checks must be made to ensure base is not already paired this breaks down the recurrence relations

12 Sequence Alignment as a method to determine structure Bases pair in order to form backbones and determine the secondary structure Aligning bases based on their ability to pair with each other gives an algorithmic approach to determining the optimal structure Problem: number of potential structures grows exponentially with the number, n, of bases

13 RNA structure prediction by basepair maximization Input: a string over A,C,G,U A pairs with U, C pairs with G Output: a subset of possible base-pairs of maximal size such that no two base-pairs intersect.

14 Base Pair Maximization Dynamic Programming Algorithm (Nussinov-Jacobson 1978) Alignment Method Align RNA strand to itself Score increases for feasible base pairs S(i,j) is the number of base pairs in the folding of the subsequence of the RNA strand from index i to index j which results in the highest number of base pairs Each score S(i,j) independent of overall structure

15 Dividing the problem space S(i+1, j-1) + 1 S(i,k) S(k+1,j) i k k+1 j

16 Base Pair Maximization Dynamic Programming Algorithm S(i,j) is the number of base pairs in the folding of the subsequence of the RNA strand from index i to index j which results in the highest number of base pairs

17 Base Pair Maximization Dynamic Programming Algorithm Alignment Method Align RNA strand to itself Score increases for feasible base pairs Each score independent of overall structure Bifurcation adds extra dimension Initialize Fill first two diagonal Bases in squares cannot sweeping pair, similar Dynamic to arrays diagonally unmatched to Programming pair, similar 0 to possible paths alignment

18 Base Pair Maximization Dynamic Programming Algorithm S(i + 1, j 1) Initialize Fill in squares first two sweeping diagonal arrays diagonally to 0

19 Base Pair Maximization Dynamic Programming Algorithm S(i + 1, j) Fill in squares sweeping diagonally

20 Base Pair Maximization Dynamic Programming Algorithm S(i, j 1) Dynamic Programming possible paths

21 Base Pair Maximization Dynamic Programming Algorithm Bifurcation adds extra dimension Initialize Fill first two diagonal Bases in squares cannot sweeping pair, similar Dynamic arrays Bifurcation pair, similar diagonally to Programming 0 add values to matched possible for all k paths alignment i=0, Reminder: j=8, k = 1 : Bifurcation For all kmax in this case S(i,k) S(0,1) + + S(k S(2, + 1, 8) j)

22 Base Pair Maximization Dynamic Programming Algorithm Time Complexity: O(n 3 ) Space Complexity: O(n 2 ) Fill in squares sweeping diagonally

23 Base Pair Maximization - Drawbacks Base pair maximization will not necessarily lead to the most stable structure May create structure with many interior loops or hairpins which are energetically unfavorable Comparable to aligning sequences with scattered matches not biologically reasonable

24 Energy Minimization Thermodynamic Stability Mathews&Turner measured the energy behavior of structural components using experimental techniques Theory : Most Stable is the Most likey Zuker and Stiegler s Algorithm (mfold and Vienna) Computes RNA structure by finding the conformation with the minimum energy based on Mathews&Turner s formulations.

25 References How Do RNA Folding Algorithms Work?. S.R. Eddy. Nature Biotechnology, 22: , Chapter 10 in Biological sequence analysis. Probablistic models of proteins and nucleic acids. R. Durbin, S. Eddy, A. Krogh and G. Mitchison. RNA secondary structure and runtime prediction. Serafim Buzaglo s class notes. ture4.pdf L2: De novo prediction of RNA structure. Vineet Bafna and Pavale Pevzner s class slides.

RNA Secondary Structure Prediction Computational Genomics Seyoung Kim

RNA Secondary Structure Prediction Computational Genomics Seyoung Kim RNA Secondary Structure Prediction 02-710 Computational Genomics Seyoung Kim Outline RNA folding Dynamic programming for RNA secondary structure prediction Covariance model for RNA structure prediction

More information

RNA secondary structure prediction and analysis

RNA secondary structure prediction and analysis RNA secondary structure prediction and analysis 1 Resources Lecture Notes from previous years: Takis Benos Covariance algorithm: Eddy and Durbin, Nucleic Acids Research, v22: 11, 2079 Useful lecture slides

More information

RNA folding & ncrna discovery

RNA folding & ncrna discovery I519 Introduction to Bioinformatics RNA folding & ncrna discovery Yuzhen Ye (yye@indiana.edu) School of Informatics & Computing, IUB Contents Non-coding RNAs and their functions RNA structures RNA folding

More information

RNA Structure Prediction. Algorithms in Bioinformatics. SIGCSE 2009 RNA Secondary Structure Prediction. Transfer RNA. RNA Structure Prediction

RNA Structure Prediction. Algorithms in Bioinformatics. SIGCSE 2009 RNA Secondary Structure Prediction. Transfer RNA. RNA Structure Prediction Algorithms in Bioinformatics Sami Khuri Department of Computer Science San José State University San José, California, USA khuri@cs.sjsu.edu www.cs.sjsu.edu/faculty/khuri RNA Structure Prediction Secondary

More information

90 Algorithms in Bioinformatics I, WS 06, ZBIT, D. Huson, December 4, 2006

90 Algorithms in Bioinformatics I, WS 06, ZBIT, D. Huson, December 4, 2006 90 Algorithms in Bioinformatics I, WS 06, ZBIT, D. Huson, December 4, 2006 8 RNA Secondary Structure Sources for this lecture: R. Durbin, S. Eddy, A. Krogh und G. Mitchison. Biological sequence analysis,

More information

What Are the Chemical Structures and Functions of Nucleic Acids?

What Are the Chemical Structures and Functions of Nucleic Acids? THE NUCLEIC ACIDS What Are the Chemical Structures and Functions of Nucleic Acids? Nucleic acids are polymers specialized for the storage, transmission, and use of genetic information. DNA = deoxyribonucleic

More information

RNA World Hypothesis and RNA folding. By Lixin Dai

RNA World Hypothesis and RNA folding. By Lixin Dai RNA World Hypothesis and RNA folding By Lixin Dai Outline: RNA World Hypothesis RNA structure primary secondary tertiary Folding of RNA structure Problems with the folding Solutions RNA World Hypothesis:

More information

From Gene to Protein

From Gene to Protein 8.2 Structure of DNA From Gene to Protein deoxyribonucleic acid - (DNA) - the ultimate source of all information in a cell This information is used by the cell to produce the protein molecules which are

More information

COMP598: Advanced Computational Biology Methods & Research

COMP598: Advanced Computational Biology Methods & Research COMP598: Advanced Computational Biology Methods & Research Introduction to RNA secondary structure prediction Jérôme Waldispühl School of Computer Science, McGill RNA world In prebiotic world, RNA thought

More information

Lecture 2: Central Dogma of Molecular Biology & Intro to Programming

Lecture 2: Central Dogma of Molecular Biology & Intro to Programming Lecture 2: Central Dogma of Molecular Biology & Intro to Programming Central Dogma of Molecular Biology Proteins: workhorse molecules of biological systems Proteins are synthesized from the genetic blueprints

More information

Basic concepts of molecular biology

Basic concepts of molecular biology Basic concepts of molecular biology Gabriella Trucco Email: gabriella.trucco@unimi.it Life The main actors in the chemistry of life are molecules called proteins nucleic acids Proteins: many different

More information

Algorithmic Approaches to Modelling and Predicting RNA Structure

Algorithmic Approaches to Modelling and Predicting RNA Structure Algorithmic Approaches to Modelling and Predicting RNA Structure Literature Review Carlos Gonzalez Oliver Supervisor: Jérôme Waldispühl August 27, 2017 Abstract Ribonucleic acid (RNA) is a chain-like molecule

More information

Introduction to Cellular Biology and Bioinformatics. Farzaneh Salari

Introduction to Cellular Biology and Bioinformatics. Farzaneh Salari Introduction to Cellular Biology and Bioinformatics Farzaneh Salari Outline Bioinformatics Cellular Biology A Bioinformatics Problem What is bioinformatics? Computer Science Statistics Bioinformatics Mathematics...

More information

STOCHASTIC CONTEXT-FREE GRAMMARS METHOD AIDED CALCULATION OF THE LOCAL FOLDING POTENTIAL OF TARGET RNA

STOCHASTIC CONTEXT-FREE GRAMMARS METHOD AIDED CALCULATION OF THE LOCAL FOLDING POTENTIAL OF TARGET RNA International Journal of Bio-Technology and Research (IJBTR) ISSN(P): 2249-6858; ISSN(E):2249-694X Vol. 3, Issue 5, Dec 2013, 1-10 TJPRC Pvt. Ltd. STOCHASTIC CONTEXT-FREE GRAMMARS METHOD AIDED CALCULATION

More information

Nucleic acids. How DNA works. DNA RNA Protein. DNA (deoxyribonucleic acid) RNA (ribonucleic acid) Central Dogma of Molecular Biology

Nucleic acids. How DNA works. DNA RNA Protein. DNA (deoxyribonucleic acid) RNA (ribonucleic acid) Central Dogma of Molecular Biology Nucleic acid chemistry and basic molecular theory Nucleic acids DNA (deoxyribonucleic acid) RNA (ribonucleic acid) Central Dogma of Molecular Biology Cell cycle DNA RNA Protein Transcription Translation

More information

Introduction to Algorithms in Computational Biology Lecture 1

Introduction to Algorithms in Computational Biology Lecture 1 Introduction to Algorithms in Computational Biology Lecture 1 Background Readings: The first three chapters (pages 1-31) in Genetics in Medicine, Nussbaum et al., 2001. This class has been edited from

More information

Genes and How They Work. Chapter 15

Genes and How They Work. Chapter 15 Genes and How They Work Chapter 15 The Nature of Genes They proposed the one gene one enzyme hypothesis. Today we know this as the one gene one polypeptide hypothesis. 2 The Nature of Genes The central

More information

9/3/2009. DNA RNA Proteins. DNA Genetic program RNAs Ensure synthesis of proteins Proteins Ensure all cellular functions Carbohydrates (sugars) Energy

9/3/2009. DNA RNA Proteins. DNA Genetic program RNAs Ensure synthesis of proteins Proteins Ensure all cellular functions Carbohydrates (sugars) Energy Structure Properties Functions of the cell Chemical organization of the cell Based on molecular substrate : DNA contains information RNA ensures protein synthesis Proteins ensure vitality Relations between

More information

BIOLOGY - CLUTCH CH.17 - GENE EXPRESSION.

BIOLOGY - CLUTCH CH.17 - GENE EXPRESSION. !! www.clutchprep.com CONCEPT: GENES Beadle and Tatum develop the one gene one enzyme hypothesis through their work with Neurospora (bread mold). This idea was later revised as the one gene one polypeptide

More information

Study Guide for Chapter 12 Exam DNA, RNA, & Protein Synthesis

Study Guide for Chapter 12 Exam DNA, RNA, & Protein Synthesis Name: Date: Period: Study Guide for Chapter 12 Exam DNA, RNA, & Protein Synthesis ***Completing this study guide in its entirety will result in extra credit on the exam. You must show me the DAY OF the

More information

The Central Dogma of Molecular Biology

The Central Dogma of Molecular Biology The Central Dogma of Molecular Biology In the Central Dogma of Molecular Biology, this process occurs when mrna is made from DNA? A. TranscripBon B. TranslaBon C. ReplicaBon 1 DNA: The ultimate instruction

More information

I. Gene Expression Figure 1: Central Dogma of Molecular Biology

I. Gene Expression Figure 1: Central Dogma of Molecular Biology I. Gene Expression Figure 1: Central Dogma of Molecular Biology Central Dogma: Gene Expression: RNA Structure RNA nucleotides contain the pentose sugar Ribose instead of deoxyribose. Contain the bases

More information

Notes: (Our Friend) DNA. DNA Structure DNA is composed of 2 chains of repeating. A nucleotide = + +

Notes: (Our Friend) DNA. DNA Structure DNA is composed of 2 chains of repeating. A nucleotide = + + Notes: (Our Friend) DNA Some DNA Basics DNA stands for DNA functions to & genetic info. This information tells an organism s cells what to make and when to make them. Proteins form cell structures and

More information

BIOLOGICAL SCIENCE. Lecture Presentation by Cindy S. Malone, PhD, California State University Northridge. FIFTH EDITION Freeman Quillin Allison

BIOLOGICAL SCIENCE. Lecture Presentation by Cindy S. Malone, PhD, California State University Northridge. FIFTH EDITION Freeman Quillin Allison BIOLOGICAL SCIENCE FIFTH EDITION Freeman Quillin Allison 4 Lecture Presentation by Cindy S. Malone, PhD, California State University Northridge In this chapter you will learn that Nucleic acids store the

More information

6.047 / Computational Biology: Genomes, Networks, Evolution Fall 2008

6.047 / Computational Biology: Genomes, Networks, Evolution Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 6.047 / 6.878 Computational Biology: Genomes, Networks, Evolution Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Chapter 16. The Molecular Basis of Inheritance. Biology Kevin Dees

Chapter 16. The Molecular Basis of Inheritance. Biology Kevin Dees Chapter 16 The Molecular Basis of Inheritance DNA Life s instructions!!!! Deoxyribonucleic Acid Nucleic acid polymer from nucleotide monomers Unique in that it can: Self replicate Carry information History

More information

PROTEIN SYNTHESIS Flow of Genetic Information The flow of genetic information can be symbolized as: DNA RNA Protein

PROTEIN SYNTHESIS Flow of Genetic Information The flow of genetic information can be symbolized as: DNA RNA Protein PROTEIN SYNTHESIS Flow of Genetic Information The flow of genetic information can be symbolized as: DNA RNA Protein This is also known as: The central dogma of molecular biology Protein Proteins are made

More information

The Structure of RNA. The Central Dogma

The Structure of RNA. The Central Dogma 12-3 12-3 RNA and Protein Synthesis The Structure of RNA The Central Dogma Phenotype A gene is a SEQUENCE of DNA that codes for a protein (or functional RNA). Phenotype is the individual s observable trait

More information

Prokaryotic Transcription

Prokaryotic Transcription Prokaryotic Transcription Transcription Basics DNA is the genetic material Nucleic acid Capable of self-replication and synthesis of RNA RNA is the middle man Nucleic acid Structure and base sequence are

More information

CHAPTER 11 DNA NOTES PT. 4: PROTEIN SYNTHESIS TRANSCRIPTION & TRANSLATION

CHAPTER 11 DNA NOTES PT. 4: PROTEIN SYNTHESIS TRANSCRIPTION & TRANSLATION CHAPTER 11 DNA NOTES PT. 4: PROTEIN SYNTHESIS TRANSCRIPTION & TRANSLATION DNA and the Language of Life RECAP Synthesis= Making something Protein Synthesis= Making Proteins Three steps in Protein Synthesis

More information

UNIT 3 GENETICS LESSON #41: Transcription

UNIT 3 GENETICS LESSON #41: Transcription UNIT 3 GENETICS LESSON #41: Transcription Objective: Explain how transcription converts a gene into a singlestranded RNA molecule. Suppose you want to play a game but you need tokens and you only have

More information

Algorithms in Bioinformatics

Algorithms in Bioinformatics Algorithms in Bioinformatics Sami Khuri Department of Computer Science San José State University San José, California, USA khuri@cs.sjsu.edu www.cs.sjsu.edu/faculty/khuri Outline Central Dogma of Molecular

More information

Nucleic Acids and the RNA World. Pages Chapter 4

Nucleic Acids and the RNA World. Pages Chapter 4 Nucleic Acids and the RNA World Pages 74-89 Chapter 4 RNA vs. Protein Chemical Evolution stated that life evolved from a polymer called a protein. HOWEVER, now many scientists question this. There is currently

More information

Chapter 12. DNA TRANSCRIPTION and TRANSLATION

Chapter 12. DNA TRANSCRIPTION and TRANSLATION Chapter 12 DNA TRANSCRIPTION and TRANSLATION 12-3 RNA and Protein Synthesis WARM UP What are proteins? Where do they come from? From DNA to RNA to Protein DNA in our cells carry the instructions for making

More information

BIOCHEMISTRY REVIEW. Overview of Biomolecules. Chapter 13 Protein Synthesis

BIOCHEMISTRY REVIEW. Overview of Biomolecules. Chapter 13 Protein Synthesis BIOCHEMISTRY REVIEW Overview of Biomolecules Chapter 13 Protein Synthesis 2 3 4 5 6 7 8 9 10 Are You Getting It?? Which properties are characteristic of the normal genetic code? (multiple answers) a) A

More information

Feedback D. Incorrect! No, although this is a correct characteristic of RNA, this is not the best response to the questions.

Feedback D. Incorrect! No, although this is a correct characteristic of RNA, this is not the best response to the questions. Biochemistry - Problem Drill 23: RNA No. 1 of 10 1. Which of the following statements best describes the structural highlights of RNA? (A) RNA can be single or double stranded. (B) G-C pairs have 3 hydrogen

More information

BASIC MOLECULAR GENETIC MECHANISMS Introduction:

BASIC MOLECULAR GENETIC MECHANISMS Introduction: BASIC MOLECULAR GENETIC MECHANISMS Introduction: nucleic acids. (1) contain the information for determining the amino acid sequence & the structure and function of proteins (1) part of the cellular structures:

More information

BIOLOGY 111. CHAPTER 6: DNA: The Molecule of Life

BIOLOGY 111. CHAPTER 6: DNA: The Molecule of Life BIOLOGY 111 CHAPTER 6: DNA: The Molecule of Life Chromosomes and Inheritance Learning Outcomes 6.1 Describe the structure of the DNA molecule and how this structure allows for the storage of information,

More information

Transcription. Unit: DNA. Central Dogma. 2. Transcription converts DNA into RNA. What is a gene? What is transcription? 1/7/2016

Transcription. Unit: DNA. Central Dogma. 2. Transcription converts DNA into RNA. What is a gene? What is transcription? 1/7/2016 Warm Up Questions 1. Where is DNA located? 2. Name the 3 parts of a nucleotide. 3. Enzymes can catalyze many different reactions (T or F) 4. How many variables should you have in an experiment? 5. A red

More information

Introduction to Microarray Data Analysis and Gene Networks. Alvis Brazma European Bioinformatics Institute

Introduction to Microarray Data Analysis and Gene Networks. Alvis Brazma European Bioinformatics Institute Introduction to Microarray Data Analysis and Gene Networks Alvis Brazma European Bioinformatics Institute A brief outline of this course What is gene expression, why it s important Microarrays and how

More information

Protein Synthesis: From Gene RNA Protein Trait

Protein Synthesis: From Gene RNA Protein Trait Protein Synthesis: From Gene RNA Protein Trait Human Genome The human genome contains about genes. Each gene is a of DNA (sequence of nitrogen bases) contained within each chromosome. Each chromosome contains

More information

Algorithms in Bioinformatics ONE Transcription Translation

Algorithms in Bioinformatics ONE Transcription Translation Algorithms in Bioinformatics ONE Transcription Translation Sami Khuri Department of Computer Science San José State University sami.khuri@sjsu.edu Biology Review DNA RNA Proteins Central Dogma Transcription

More information

Chapter 12: Molecular Biology of the Gene

Chapter 12: Molecular Biology of the Gene Biology Textbook Notes Chapter 12: Molecular Biology of the Gene p. 214-219 The Genetic Material (12.1) - Genetic Material must: 1. Be able to store information that pertains to the development, structure,

More information

Structural Bioinformatics GENOME 541 Spring 2018

Structural Bioinformatics GENOME 541 Spring 2018 Molecular composition of a rapidly dividing Escherichia coli cell Structural Bioinformatics GENOME 541 Spring 2018 Lecture 4: Nucleic Acids Frank DiMaio (dimaio@uw.edu) The major biopolymers DNA structure

More information

TERTIARY MOTIF INTERACTIONS ON RNA STRUCTURE

TERTIARY MOTIF INTERACTIONS ON RNA STRUCTURE 1 TERTIARY MOTIF INTERACTIONS ON RNA STRUCTURE Bioinformatics Senior Project Wasay Hussain Spring 2009 Overview of RNA 2 The central Dogma of Molecular biology is DNA RNA Proteins The RNA (Ribonucleic

More information

Basic concepts of molecular biology

Basic concepts of molecular biology Basic concepts of molecular biology Gabriella Trucco Email: gabriella.trucco@unimi.it What is life made of? 1665: Robert Hooke discovered that organisms are composed of individual compartments called cells

More information

Lecture Overview. Overview of the Genetic Information. Marieb s Human Anatomy and Physiology. Chapter 3 DNA & RNA Protein Synthesis Lecture 6

Lecture Overview. Overview of the Genetic Information. Marieb s Human Anatomy and Physiology. Chapter 3 DNA & RNA Protein Synthesis Lecture 6 Marieb s Human Anatomy and Physiology Marieb Hoehn Chapter 3 DNA & RNA Protein Synthesis Lecture 6 Lecture Overview The Genetic Information Structure of DNA/RNA DNA Replication Overview of protein synthesis

More information

Molecular Biology. IMBB 2017 RAB, Kigali - Rwanda May 02 13, Francesca Stomeo

Molecular Biology. IMBB 2017 RAB, Kigali - Rwanda May 02 13, Francesca Stomeo Molecular Biology IMBB 2017 RAB, Kigali - Rwanda May 02 13, 2017 Francesca Stomeo Molecular biology is the study of biology at a molecular level, especially DNA and RNA - replication, transcription, translation,

More information

Gene Expression: From Genes to Proteins

Gene Expression: From Genes to Proteins The Flow of Genetic Information Gene Expression: From Genes to Proteins Chapter 9 Central Dogma in Molecular Biology molecule Gene 1 Strand to be transcribed Gene 2 Gene 3 strand Codon : Polymerase transcribes

More information

Section 3: DNA Replication

Section 3: DNA Replication Section 3: DNA Replication Main Idea: Replication- process by which DNA is copied during the cell cycle DNA Polymerase- a group of enzymes that bond the new nucleotides together 1 DNA Replication Replication

More information

Biochemistry 661 Your Name: Nucleic Acids, Module I Prof. Jason Kahn Exam I (100 points total) September 23, 2010

Biochemistry 661 Your Name: Nucleic Acids, Module I Prof. Jason Kahn Exam I (100 points total) September 23, 2010 Biochemistry 661 Nucleic Acids, Module I Your Name: Prof. Jason Kahn Exam I (100 points total) September 23, 2010 You have 60 minutes for this exam. Exams written in pencil or erasable ink will not be

More information

Protein Synthesis. DNA to RNA to Protein

Protein Synthesis. DNA to RNA to Protein Protein Synthesis DNA to RNA to Protein From Genes to Proteins Processing the information contained in DNA into proteins involves a sequence of events known as gene expression and results in protein synthesis.

More information

RNA Structure Prediction and Comparison. RNA Biology Background

RNA Structure Prediction and Comparison. RNA Biology Background RN Structure Prediction and omparison Session 1 RN Biology Background Robert iegerich Faculty of Technology robert@techfak.ni-bielefeld.de October 13, 2013 Robert iegerich Overview of lecture topics The

More information

Structure. Structural Components of Nucleotides Base. Sugar. Introduction Nucleotide to Cells & Microscopy and Nucleic Acid. Phosphate Glycosidic bond

Structure. Structural Components of Nucleotides Base. Sugar. Introduction Nucleotide to Cells & Microscopy and Nucleic Acid. Phosphate Glycosidic bond 11 Structural Components of Nucleotides Base Sugar Introduction Nucleotide to Cells & Microscopy and Nucleic Acid Structure Phosphate Glycosidic bond H NUCLEOTIDE H Nucleic acid polymer of nucleotides

More information

Biology Day 64. Tuesday, February 17 Wednesday, February 18, 2015

Biology Day 64. Tuesday, February 17 Wednesday, February 18, 2015 Biology Day 64 Tuesday, February 17 Wednesday, February 18, 2015 Do#Now:' Video'Notes'8.3 ' 1. Write today s FLT! 2. Recall: The cell cycle is made up of G 1, S, G 2, and M phases. In which stage does

More information

NOTES Gene Expression ACP Biology, NNHS

NOTES Gene Expression ACP Biology, NNHS Name Date Block NOTES Gene Expression ACP Biology, NNHS Model 1: Transcription the process of genes in DNA being copied into a messenger RNA 1. Where in the cell is DNA found? 2. Where in the cell does

More information

Transcription. DNA to RNA

Transcription. DNA to RNA Transcription from DNA to RNA The Central Dogma of Molecular Biology replication DNA RNA Protein transcription translation Why call it transcription and translation? transcription is such a direct copy

More information

Molecular Genetics. The flow of genetic information from DNA. DNA Replication. Two kinds of nucleic acids in cells: DNA and RNA.

Molecular Genetics. The flow of genetic information from DNA. DNA Replication. Two kinds of nucleic acids in cells: DNA and RNA. Molecular Genetics DNA Replication Two kinds of nucleic acids in cells: DNA and RNA. DNA function 1: DNA transmits genetic information from parents to offspring. DNA function 2: DNA controls the functions

More information

1/4/18 NUCLEIC ACIDS. Nucleic Acids. Nucleic Acids. ECS129 Instructor: Patrice Koehl

1/4/18 NUCLEIC ACIDS. Nucleic Acids. Nucleic Acids. ECS129 Instructor: Patrice Koehl NUCLEIC ACIDS ECS129 Instructor: Patrice Koehl Nucleic Acids Nucleotides DNA Structure RNA Synthesis Function Secondary structure Tertiary interactions Wobble hypothesis DNA RNA Replication Transcription

More information

NUCLEIC ACIDS. ECS129 Instructor: Patrice Koehl

NUCLEIC ACIDS. ECS129 Instructor: Patrice Koehl NUCLEIC ACIDS ECS129 Instructor: Patrice Koehl Nucleic Acids Nucleotides DNA Structure RNA Synthesis Function Secondary structure Tertiary interactions Wobble hypothesis DNA RNA Replication Transcription

More information

Nucleic Acids. OpenStax College. 1 DNA and RNA

Nucleic Acids. OpenStax College. 1 DNA and RNA OpenStax-CNX module: m44403 1 Nucleic Acids OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the end of this section, you will be

More information

Name Campbell Chapter 17 From Gene To Protein

Name Campbell Chapter 17 From Gene To Protein A.P. Biology Name Campbell Chapter 17 From Gene To Protein 325-331 The information in DNA is coded in a particular sequence of (nucleic acid monomers). This chapter is about how this sequence is expressed

More information

RNA folding on the 3D triangular lattice. Joel Gillespie, Martin Mayne and Minghui Jiang

RNA folding on the 3D triangular lattice. Joel Gillespie, Martin Mayne and Minghui Jiang RNA folding on the 3D triangular lattice Joel Gillespie, Martin Mayne and Minghui Jiang University of Waterloo Alan Tsang July 19, 2010 Deoxyribonucleic Acid (DNA) Sequence of bases: Adenine (A) Cytosine

More information

Transcription: Synthesis of RNA

Transcription: Synthesis of RNA Transcription: Synthesis of RNA The flow of information in the cells (the central dogma of molecular biology): Transcription = RNA synthesis on a DNA template. The mrna will provide the information for

More information

RNA Structure Prediction and Comparison. RNA Biology Background

RNA Structure Prediction and Comparison. RNA Biology Background RN Structure Prediction and omparison Session 1 RN Biology Background édric Saule Faculty of Technology cedric.saule@ni-bielefeld.de pril 13, 2015 édric Saule Overview of lecture topics The lecture plan

More information

RNA folding and its importance. Mitesh Shrestha

RNA folding and its importance. Mitesh Shrestha RNA folding and its importance Mitesh Shrestha Diseases Caused due to Protein Misfolding Alzheimer s Disease Parkinson s Disease Cataracts Sickle Cell Disease Prion Diseases Cystic Fibrosis Ribozymes Ribonucleic

More information

Ch 10 Molecular Biology of the Gene

Ch 10 Molecular Biology of the Gene Ch 10 Molecular Biology of the Gene For Next Week Lab -Hand in questions from 4 and 5 by TUES in my mailbox (Biology Office) -Do questions for Lab 6 for next week -Lab practical next week Lecture Read

More information

Nucleic Acids: DNA and RNA

Nucleic Acids: DNA and RNA Nucleic Acids: DNA and RNA Living organisms are complex systems. Hundreds of thousands of proteins exist inside each one of us to help carry out our daily functions. These proteins are produced locally,

More information

O C. 5 th C. 3 rd C. the national health museum

O C. 5 th C. 3 rd C. the national health museum Elements of Molecular Biology Cells Cells is a basic unit of all living organisms. It stores all information to replicate itself Nucleus, chromosomes, genes, All living things are made of cells Prokaryote,

More information

PROTEINS & NUCLEIC ACIDS

PROTEINS & NUCLEIC ACIDS Chapter 3 Part 2 The Molecules of Cells PROTEINS & NUCLEIC ACIDS Lecture by Dr. Fernando Prince 3.11 Nucleic Acids are the blueprints of life Proteins are the machines of life We have already learned that

More information

2006 Nobel Prize in Chemistry and Medicine

2006 Nobel Prize in Chemistry and Medicine 2006 Nobel Prize in Chemistry and Medicine Lin Wang and Xianfeng Song Adviser: Sima Setayeshgar Outline o Background: transcription of genes into proteins o 2006 Nobel prizes in chemistry and medicine

More information

Computational Genomics. Irit Gat-Viks & Ron Shamir & Haim Wolfson Fall

Computational Genomics. Irit Gat-Viks & Ron Shamir & Haim Wolfson Fall Computational Genomics Irit Gat-Viks & Ron Shamir & Haim Wolfson Fall 2015-16 1 What s in class this week Motivation Administrata Some very basic biology Some very basic biotechnology Examples of our type

More information

DNA. Lecture 14. Objectives

DNA. Lecture 14. Objectives DNA Lecture 14 Objectives At the end of this series of lectures, you should be able to: Define terms. Explain the central dogma of molecular biology. Describe the structure of nucleic acids. Distinguish

More information

Positional Preference of Rho-Independent Transcriptional Terminators in E. Coli

Positional Preference of Rho-Independent Transcriptional Terminators in E. Coli Positional Preference of Rho-Independent Transcriptional Terminators in E. Coli Annie Vo Introduction Gene expression can be regulated at the transcriptional level through the activities of terminators.

More information

RNA and Protein Synthesis

RNA and Protein Synthesis RNA and Protein Synthesis CTE: Agriculture and Natural Resources: C5.3 Understand various cell actions, such as osmosis and cell division. C5.4 Compare and contrast plant and animal cells, bacteria, and

More information

DNA: The Molecule Of Life

DNA: The Molecule Of Life DNA: The Molecule Of Life Introductory Concepts -One unique set of DNA in an organism is termed its genome (link to fig 1-3) -DNA is the main component of chromosomes -Humans are diploid organisms, with

More information

Course Information. Introduction to Algorithms in Computational Biology Lecture 1. Relations to Some Other Courses

Course Information. Introduction to Algorithms in Computational Biology Lecture 1. Relations to Some Other Courses Course Information Introduction to Algorithms in Computational Biology Lecture 1 Meetings: Lecture, by Dan Geiger: Mondays 16:30 18:30, Taub 4. Tutorial, by Ydo Wexler: Tuesdays 10:30 11:30, Taub 2. Grade:

More information

The Nature of Genes. The Nature of Genes. Genes and How They Work. Chapter 15/16

The Nature of Genes. The Nature of Genes. Genes and How They Work. Chapter 15/16 Genes and How They Work Chapter 15/16 The Nature of Genes Beadle and Tatum proposed the one gene one enzyme hypothesis. Today we know this as the one gene one polypeptide hypothesis. 2 The Nature of Genes

More information

Optimization of RNAi Targets on the Human Transcriptome Ahmet Arslan Kurdoglu Computational Biosciences Program Arizona State University

Optimization of RNAi Targets on the Human Transcriptome Ahmet Arslan Kurdoglu Computational Biosciences Program Arizona State University Optimization of RNAi Targets on the Human Transcriptome Ahmet Arslan Kurdoglu Computational Biosciences Program Arizona State University my background Undergraduate Degree computer systems engineer (ASU

More information

6.C: Students will explain the purpose and process of transcription and translation using models of DNA and RNA

6.C: Students will explain the purpose and process of transcription and translation using models of DNA and RNA 6.C: Students will explain the purpose and process of transcription and translation using models of DNA and RNA DNA mrna Protein DNA is found in the nucleus, but making a protein occurs at the ribosome

More information

Machine Learning. HMM applications in computational biology

Machine Learning. HMM applications in computational biology 10-601 Machine Learning HMM applications in computational biology Central dogma DNA CCTGAGCCAACTATTGATGAA transcription mrna CCUGAGCCAACUAUUGAUGAA translation Protein PEPTIDE 2 Biological data is rapidly

More information

Unit 1: DNA and the Genome. Sub-Topic (1.3) Gene Expression

Unit 1: DNA and the Genome. Sub-Topic (1.3) Gene Expression Unit 1: DNA and the Genome Sub-Topic (1.3) Gene Expression Unit 1: DNA and the Genome Sub-Topic (1.3) Gene Expression On completion of this subtopic I will be able to State the meanings of the terms genotype,

More information

From DNA to Proteins

From DNA to Proteins Name: Date: 2/29-3/1/12 Pd: Summary Notes for Chapter 8 Keep this Copy of notes in your binder!! From DNA to Proteins 8.1 Identifying DNA as the Genetic Material Scientist Key Points: What was their most

More information

Chapter 17: From Gene to Protein

Chapter 17: From Gene to Protein Name Period Chapter 17: From Gene to Protein This is going to be a very long journey, but it is crucial to your understanding of biology. Work on this chapter a single concept at a time, and expect to

More information

Chapter 12 Packet DNA 1. What did Griffith conclude from his experiment? 2. Describe the process of transformation.

Chapter 12 Packet DNA 1. What did Griffith conclude from his experiment? 2. Describe the process of transformation. Chapter 12 Packet DNA and RNA Name Period California State Standards covered by this chapter: Cell Biology 1. The fundamental life processes of plants and animals depend on a variety of chemical reactions

More information

RNA does not adopt the classic B-DNA helix conformation when it forms a self-complementary double helix

RNA does not adopt the classic B-DNA helix conformation when it forms a self-complementary double helix Reason: RNA has ribose sugar ring, with a hydroxyl group (OH) If RNA in B-from conformation there would be unfavorable steric contact between the hydroxyl group, base, and phosphate backbone. RNA structure

More information

Division Ave. High School AP Biology

Division Ave. High School AP Biology Control of Eukaryotic Genes 2007-2008 The BIG Questions n How are genes turned on & off in eukaryotes? n How do cells with the same genes differentiate to perform completely different, specialized functions?

More information

Bioinformatics. ONE Introduction to Biology. Sami Khuri Department of Computer Science San José State University Biology/CS 123A Fall 2012

Bioinformatics. ONE Introduction to Biology. Sami Khuri Department of Computer Science San José State University Biology/CS 123A Fall 2012 Bioinformatics ONE Introduction to Biology Sami Khuri Department of Computer Science San José State University Biology/CS 123A Fall 2012 Biology Review DNA RNA Proteins Central Dogma Transcription Translation

More information

Bio11 Announcements. Ch 21: DNA Biology and Technology. DNA Functions. DNA and RNA Structure. How do DNA and RNA differ? What are genes?

Bio11 Announcements. Ch 21: DNA Biology and Technology. DNA Functions. DNA and RNA Structure. How do DNA and RNA differ? What are genes? Bio11 Announcements TODAY Genetics (review) and quiz (CP #4) Structure and function of DNA Extra credit due today Next week in lab: Case study presentations Following week: Lab Quiz 2 Ch 21: DNA Biology

More information

Bioinformatics: Sequence Analysis. COMP 571 Luay Nakhleh, Rice University

Bioinformatics: Sequence Analysis. COMP 571 Luay Nakhleh, Rice University Bioinformatics: Sequence Analysis COMP 571 Luay Nakhleh, Rice University Course Information Instructor: Luay Nakhleh (nakhleh@rice.edu); office hours by appointment (office: DH 3119) TA: Leo Elworth (DH

More information

Hello! Outline. Cell Biology: RNA and Protein synthesis. In all living cells, DNA molecules are the storehouses of information. 6.

Hello! Outline. Cell Biology: RNA and Protein synthesis. In all living cells, DNA molecules are the storehouses of information. 6. Cell Biology: RNA and Protein synthesis In all living cells, DNA molecules are the storehouses of information Hello! Outline u 1. Key concepts u 2. Central Dogma u 3. RNA Types u 4. RNA (Ribonucleic Acid)

More information

Molecular Cell Biology - Problem Drill 01: Introduction to Molecular Cell Biology

Molecular Cell Biology - Problem Drill 01: Introduction to Molecular Cell Biology Molecular Cell Biology - Problem Drill 01: Introduction to Molecular Cell Biology Question No. 1 of 10 1. Which statement describes how an organism is organized from most simple to most complex? Question

More information

Name: Period: Date: BIOLOGY HONORS DNA REVIEW GUIDE (extremely in detail) by Trung Pham. 5. What two bases are classified as purines? pyrimidine?

Name: Period: Date: BIOLOGY HONORS DNA REVIEW GUIDE (extremely in detail) by Trung Pham. 5. What two bases are classified as purines? pyrimidine? BIOLOGY HONORS DNA REVIEW GUIDE (extremely in detail) by Trung Pham 1. What is the base pair rule for DNA? RNA? 2. What is the sugar found in RNA called? 3. is replaced by the base uracil in RNA? 4. What

More information

The Genetic Code and Transcription. Chapter 12 Honors Genetics Ms. Susan Chabot

The Genetic Code and Transcription. Chapter 12 Honors Genetics Ms. Susan Chabot The Genetic Code and Transcription Chapter 12 Honors Genetics Ms. Susan Chabot TRANSCRIPTION Copy SAME language DNA to RNA Nucleic Acid to Nucleic Acid TRANSLATION Copy DIFFERENT language RNA to Amino

More information

Replication Transcription Translation

Replication Transcription Translation Replication Transcription Translation A Gene is a Segment of DNA When a gene is expressed, DNA is transcribed to produce RNA and RNA is then translated to produce proteins. Genotype and Phenotype Genotype

More information

Nucleic Acids. Biotechnology

Nucleic Acids. Biotechnology Nucleic Acids Biotechnology DNA Deoxyribonucleic acid Forms the Genetic Code 1953 The work of four people identify the structure of DNA. This knowledge opens the floodgates of scientific discovery that

More information

Computational DNA Sequence Analysis

Computational DNA Sequence Analysis Micah Acinapura Senior Seminar Fall 2003 Survey Paper Computational DNA Sequence Analysis Introduction While all the sciences help people expand their knowledge of our universe, biology holds as special

More information

C. Incorrect! Threonine is an amino acid, not a nucleotide base.

C. Incorrect! Threonine is an amino acid, not a nucleotide base. MCAT Biology - Problem Drill 05: RNA and Protein Biosynthesis Question No. 1 of 10 1. Which of the following bases are only found in RNA? Question #01 (A) Ribose. (B) Uracil. (C) Threonine. (D) Adenine.

More information

BIOCHEMISTRY REVIEW. Overview of Biomolecules. Chapter 12 Transcription

BIOCHEMISTRY REVIEW. Overview of Biomolecules. Chapter 12 Transcription BIOCHEMISTRY REVIEW Overview of Biomolecules Chapter 12 Transcription 2 3 4 5 Are You Getting It?? Which are general characteristics of transcription? (multiple answers) a) An entire DNA molecule is transcribed

More information

Roadmap. The Cell. Introduction to Molecular Biology. DNA RNA Protein Central dogma Genetic code Gene structure Human Genome

Roadmap. The Cell. Introduction to Molecular Biology. DNA RNA Protein Central dogma Genetic code Gene structure Human Genome Introduction to Molecular Biology Lodish et al Ch1-4 http://www.ncbi.nlm.nih.gov/books EECS 458 CWRU Fall 2004 DNA RNA Protein Central dogma Genetic code Gene structure Human Genome Roadmap The Cell Lodish

More information