Analysis of Biological Sequences SPH

Size: px
Start display at page:

Download "Analysis of Biological Sequences SPH"

Transcription

1 Analysis of Biological Sequences SPH

2 nuts and bolts meet Tuesdays & Thursdays, 3:30-4:50 no exam; grade derived from 3-4 homework assignments plus a final project (open book, open note, collaborations allowed as long as work is not copied) no single recommended textbook. Website has a few recommendations with guidance for choosing a resource. I will try to keep it updated with upcoming lecture notes, a daily dozen for each lecture, and homework assignments daily dozen is just some questions (probably not always 12!) that you don t have to turn in but that you should be able to answer easily after each lecture

3 Course objectives describe the algorithms used in estimating function of biological sequences determine which methods are appropriate for analyzing sequences derived from different experiments design analysis pipelines that are biologically meaningful and mathematically rigorous

4 concepts covered algorithms, including HMM MCMC dynamic programming heuristic methods enrichment of spatial associations experimental methods ChIP RNAseq bisulfite, RRBS, MBDseq, MeDIP variant calling HiC & similar structural methods

5 waaaay back: prebiotic soup/primordial sandwich early Earth was too hot for stable molecules, but as atmosphere cooled, molecules formed at random many hypotheses about what happened next... but eventually molecules appeared that had catalytic capabilities and could replicate themselves.

6 RNA unstable, reactive, single stranded molecule ribose (sugar) and phosphate backbone attached to nucleotides

7 amazing property of nucleotides

8 RNA single stranded but self-complementary, so complex 3D structures with enzymatic capacity are possible

9 RNA amino acids were likely also present in the prebiotic soup

10 Next steps an RNA that gained a permanent function could out-reproduce other RNAs proteins are much more stable than RNA proteins are linear arrangements of information (like RNA)

11 RNA encodes proteins

12 the genetic code is a wobbling degenerate

13 protein synthesis (translation) unsurprisingly, protein synthesis involves large RNA/protein complexes (ribosomes)

14 protein synthesis translation is energetically expensive highly regulated ribosomes have proofreading functions all components are recycled

15 becoming a useful protein

16 and then? RNA and proteins were working well, and there were probably many genetic codes... but the RNA that won was the one that invented a stable version of itself

17 DNA

18 transcription a usually short-lived RNA copy of the DNA is created through transcription RNA is exported to the cytoplasm to encode proteins some types of RNA do not encode proteins

19 transcription

20 transcription: the cell knows where to start! classical eukaryotic promoter transcription is expensive and potentially damaging, so it is highly regulated at many levels: signal sequences (activating or repressive) chromatin structure polymerase control (elongation speed, etc) cleavage of nascent RNA biological signals: how do we find these signal sequences, in a big sequence?

21 motif finding Simplest example: look for exact matches to a known motif Next example: imperfect matches to a known motif Finally: finding enriched motifs in a pile of sequences

22 exact match to a known motif: TATA the TATA box is one of many signals in DNA sequences, that mark the location for transcriptional initiation in a large percentage of eukaryotic genes. does my sequence contain a TATA box? ACGCTAGCGCATATAGCATGACTAGTATAGCTAGACGAGCTAGCATATCCGAT

23 exact match to a known motif: TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA

24 exact match to a known motif: TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA how many comparisons are needed? (hint: 4 comparisons for each position x # positions to be compared)

25 exact match to a known motif: TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT TATA are there ways to speed this up?

26 exact match to a known motif: TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT * * * * * * * * * * * * reduce search space by flagging all Ts how many comparisons are made? find and catalog all 4mers in advance how do we store that information? lots of options: big text table hash table tree structure

27 exact match to a known motif: TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT I found a gene!! or did I? p(tata) =?

28 exact match to a known motif: TATA ACGCTAGCGCATATAGCATGACTAGTATCGCTAGACGAGCTAGCATATCCGAT p(tata at any site) = p(t)*p(a)*p(t)*p(a) and, assuming that the nucleotides are equally represented (which isn t true) p(tata) = 0.25^4 = our sequence is 53 nucleotides long, so we have 50 possible start sites. expect 53 * occurrences of TATA = 0.2 so is our result surprising (do we have a gene)? What if we re working with a genome that is 80% AT?

29 imperfect motifs Many proteins bind DNA or RNA with less strict sequence preferences. good example: splicing Our understanding is still very incomplete... but a cell knows how to do it!

30 Enhancer Promoter exon intron exon intron exon polya signal 5 UTR 3 UTR CAAT TATA 5 3

31 Enhancer Promoter exon intron exon intron exon polya signal 5 UTR 3 UTR CAAT TATA 5 3 Start point for transcription Start point for Translation (AUG) Terminator for translation (UGA, UAA, UAG)

32 Enhancer Promoter exon intron exon intron exon polya signal 5 UTR 3 UTR CAAT TATA 5 transcription 3 Pre-mRNA

33 Enhancer Promoter exon intron exon intron exon polya signal 5 UTR 3 UTR CAAT TATA 5 transcription 3 Pre-mRNA mrna splicing

34 Enhancer Promoter exon intron exon intron exon polya signal 5 UTR 3 UTR CAAT TATA 5 transcription 3 Pre-mRNA mrna splicing translation

35 Alternative splicing

36 Splice site and branch site consensus sequences The problem: Consensus 5' and 3' splice site sequences, branch site sequences occur frequently in any genome what is the probability of finding a GT sequence? More information necessary to define bona fide exons

37 Splice site and branch site consensus sequences UGACAUUACUGUGAGUAAAAC UUGUUUUCAGGUACAGUAGUC GCAAGUCAUGGUAAGUCCUCU GACUUAACAGGUACUAUAUAU AAAGGAUUAGGUAUGUAUACC UUCAACACAGGUAACUGACUU GGGGCUGCAGGUACAGUCAUG AGUCAUGUCUGUAUCCUUUUG ACCUUACAGUGUGAUGGGCAG AGAGGAUGAUGUAAGUAAUGG AUCAUUCGGGGUGAGUAUUUU CAAAAUGGGGGUAAGAAGACU UUCAACAAAGGUAAGACCAUU CAAAAAUAAGGUGAUUGGCAC UAUGAAUUAGGUAAGAACUAU UGCGUAACAGGUGAGGCCCUU CGAGCAGAAGGUGAGAACUGA CUGGAGCAAGGUAAUUGUGAG UAUGAUGAAGGUAAAUCUUUA CAAACUGGAGGUACUUCAAUU UCUUUUUAGGGUUUCACUAAG A C G U

38 Splice site and branch site consensus sequences U1 U2 U2AF Cartegni et al interpretation of sequence logos: If the letters occupy the entire vertical space, the height of each letter is the proportion of sequences with that base at that position. If the letters do not occupy the entire vertical space, the height of each letter typically signifies information content.

39 splice signals... not much information how many times would the sequence GT occur in a 3GB genome with 60% AT? how about the sequence CAGGTAAG?

40 so how does the cell know how to splice things? as we ll see, eukaryotic gene prediction is a tricky problem! but cells know where their exons are... what are some approaches that we can take?

41 finding signals in eukaryotic genes: additional tools and approaches evolutionary conservation: take advantage of history open reading frames (we know what a protein-coding gene should look like!)

42 evolutionary conservation: where are mutations tolerated? this doesn t look like a random coincidence...

43 evolutionary conservation probability of seeing a mutation is the product of the probability of mutation occurrence (mutation rate) and the probability of retaining the mutation (selection) surrogate for biological importance?

44 evolutionary conservation to think about this in a meaningful way we need metrics. How do you define surprisingly conserved?

45 open reading frames if you are looking for protein-coding genes, you also want to look for open reading frames.

46 open reading frames There are 64 codons and 3 of them are stop codons. If the codons are equally likely to appear, how long would you expect an ORF to be, in random sequence? frequency of stop codon = 3/64 expected probability of stop codon in random sequence = 3/64

47 open reading frames frequency of stop codon = 3/64 expected probability of stop codon in random sequence p = 3/64 the length of ORFs in random sequence follows a negative binomial distribution, with mean 1/p (21.3 codons, or 64 nucleotides)

48 put the signals together to make a gene: ORF splice site intron exon intergenic mean length 20aa spans exon mean length 20aa random occurrence at boundaries + random random occurrence conservation low high low this is, of course, an immense oversimplification and ignores lots of biological entities (pseudogenes, conserved noncoding regions etc). Also, these are noisy signals!

49 highly conserved locus

50 finding signals in DNA lots of data available for various organisms, to infer conservation, binding sites, function look for known motifs, known sequence signals mine experimental data for overrepresented sequences and motifs laboratory approaches for exploration (e.g. mutagenesis) and confirmation gene finding algorithms may assess as many data modalities as possible, with weighting

RNA : functional role

RNA : functional role RNA : functional role Hamad Yaseen, PhD MLS Department, FAHS Hamad.ali@hsc.edu.kw RNA mrna rrna trna 1 From DNA to Protein -Outline- From DNA to RNA From RNA to Protein From DNA to RNA Transcription: Copying

More information

7.2 Protein Synthesis. From DNA to Protein Animation

7.2 Protein Synthesis. From DNA to Protein Animation 7.2 Protein Synthesis From DNA to Protein Animation Proteins Why are proteins so important? They break down your food They build up muscles They send signals through your brain that control your body They

More information

TRANSCRIPTION AND TRANSLATION

TRANSCRIPTION AND TRANSLATION TRANSCRIPTION AND TRANSLATION Bell Ringer (5 MINUTES) 1. Have your homework (any missing work) out on your desk and ready to turn in 2. Draw and label a nucleotide. 3. Summarize the steps of DNA replication.

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

Themes: RNA and RNA Processing. Messenger RNA (mrna) What is a gene? RNA is very versatile! RNA-RNA interactions are very important!

Themes: RNA and RNA Processing. Messenger RNA (mrna) What is a gene? RNA is very versatile! RNA-RNA interactions are very important! Themes: RNA is very versatile! RNA and RNA Processing Chapter 14 RNA-RNA interactions are very important! Prokaryotes and Eukaryotes have many important differences. Messenger RNA (mrna) Carries genetic

More information

Fig Ch 17: From Gene to Protein

Fig Ch 17: From Gene to Protein Fig. 17-1 Ch 17: From Gene to Protein Basic Principles of Transcription and Translation RNA is the intermediate between genes and the proteins for which they code Transcription is the synthesis of RNA

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

MATH 5610, Computational Biology

MATH 5610, Computational Biology MATH 5610, Computational Biology Lecture 2 Intro to Molecular Biology (cont) Stephen Billups University of Colorado at Denver MATH 5610, Computational Biology p.1/24 Announcements Error on syllabus Class

More information

Review of Protein (one or more polypeptide) A polypeptide is a long chain of..

Review of Protein (one or more polypeptide) A polypeptide is a long chain of.. Gene expression Review of Protein (one or more polypeptide) A polypeptide is a long chain of.. In a protein, the sequence of amino acid determines its which determines the protein s A protein with an enzymatic

More information

DNA is the genetic material. DNA structure. Chapter 7: DNA Replication, Transcription & Translation; Mutations & Ames test

DNA is the genetic material. DNA structure. Chapter 7: DNA Replication, Transcription & Translation; Mutations & Ames test DNA is the genetic material Chapter 7: DNA Replication, Transcription & Translation; Mutations & Ames test Dr. Amy Rogers Bio 139 General Microbiology Hereditary information is carried by DNA Griffith/Avery

More information

Gene Expression Transcription/Translation Protein Synthesis

Gene Expression Transcription/Translation Protein Synthesis Gene Expression Transcription/Translation Protein Synthesis 1. Describe how genetic information is transcribed into sequences of bases in RNA molecules and is finally translated into sequences of amino

More information

Chapter 8: DNA and RNA

Chapter 8: DNA and RNA Chapter 8: DNA and RNA Lecture Outline Enger, E. D., Ross, F. C., & Bailey, D. B. (2012). Concepts in biology (14th ed.). New York: McGraw- Hill. 1 8-1 DNA and the Importance of Proteins Proteins play

More information

Transcription in Eukaryotes

Transcription in Eukaryotes Transcription in Eukaryotes Biology I Hayder A Giha Transcription Transcription is a DNA-directed synthesis of RNA, which is the first step in gene expression. Gene expression, is transformation of the

More information

Make the protein through the genetic dogma process.

Make the protein through the genetic dogma process. Make the protein through the genetic dogma process. Coding Strand 5 AGCAATCATGGATTGGGTACATTTGTAACTGT 3 Template Strand mrna Protein Complete the table. DNA strand DNA s strand G mrna A C U G T A T Amino

More information

SSA Signal Search Analysis II

SSA Signal Search Analysis II SSA Signal Search Analysis II SSA other applications - translation In contrast to translation initiation in bacteria, translation initiation in eukaryotes is not guided by a Shine-Dalgarno like motif.

More information

Chapter 13. From DNA to Protein

Chapter 13. From DNA to Protein Chapter 13 From DNA to Protein Proteins All proteins consist of polypeptide chains A linear sequence of amino acids Each chain corresponds to the nucleotide base sequenceof a gene The Path From Genes to

More information

Bundle 5 Test Review

Bundle 5 Test Review Bundle 5 Test Review DNA vs. RNA DNA Replication Gene Mutations- Protein Synthesis 1. Label the different components and complete the complimentary base pairing. What is this molecule called? _Nucleic

More information

DNA makes RNA makes Proteins. The Central Dogma

DNA makes RNA makes Proteins. The Central Dogma DNA makes RNA makes Proteins The Central Dogma TRANSCRIPTION DNA RNA transcript RNA polymerase RNA PROCESSING Exon RNA transcript (pre-mrna) Intron Aminoacyl-tRNA synthetase NUCLEUS CYTOPLASM FORMATION

More information

Bundle 6 Test Review

Bundle 6 Test Review Bundle 6 Test Review DNA vs. RNA DNA Replication Gene Mutations- Protein Synthesis 1. Label the different components and complete the complimentary base pairing. What is this molecule called? Deoxyribonucleic

More information

BEADLE & TATUM EXPERIMENT

BEADLE & TATUM EXPERIMENT FROM DNA TO PROTEINS: gene expression Chapter 14 LECTURE OBJECTIVES What Is the Evidence that Genes Code for Proteins? How Does Information Flow from Genes to Proteins? How Is the Information Content in

More information

DNA Replication and Repair

DNA Replication and Repair DNA Replication and Repair http://hyperphysics.phy-astr.gsu.edu/hbase/organic/imgorg/cendog.gif Overview of DNA Replication SWYK CNs 1, 2, 30 Explain how specific base pairing enables existing DNA strands

More information

Protein Synthesis. OpenStax College

Protein Synthesis. OpenStax College OpenStax-CNX module: m46032 1 Protein Synthesis OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 By the end of this section, you will

More information

Protein Synthesis Making Proteins

Protein Synthesis Making Proteins Protein Synthesis Making Proteins 2009-2010 Bodies Cells DNA Bodies are made up of cells All cells run on a set of instructions spelled out in DNA DNA Cells Bodies How does DNA code for cells & bodies?

More information

measuring gene expression December 5, 2017

measuring gene expression December 5, 2017 measuring gene expression December 5, 2017 transcription a usually short-lived RNA copy of the DNA is created through transcription RNA is exported to the cytoplasm to encode proteins some types of RNA

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

Year III Pharm.D Dr. V. Chitra

Year III Pharm.D Dr. V. Chitra Year III Pharm.D Dr. V. Chitra 1 Genome entire genetic material of an individual Transcriptome set of transcribed sequences Proteome set of proteins encoded by the genome 2 Only one strand of DNA serves

More information

Chapter 14 Active Reading Guide From Gene to Protein

Chapter 14 Active Reading Guide From Gene to Protein Name: AP Biology Mr. Croft Chapter 14 Active Reading Guide 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

More information

DNA. translation. base pairing rules for DNA Replication. thymine. cytosine. amino acids. The building blocks of proteins are?

DNA. translation. base pairing rules for DNA Replication. thymine. cytosine. amino acids. The building blocks of proteins are? 2 strands, has the 5-carbon sugar deoxyribose, and has the nitrogen base Thymine. The actual process of assembling the proteins on the ribosome is called? DNA translation Adenine pairs with Thymine, Thymine

More information

Chapter 10 - Molecular Biology of the Gene

Chapter 10 - Molecular Biology of the Gene Bio 100 - Molecular Genetics 1 A. Bacterial Transformation Chapter 10 - Molecular Biology of the Gene Researchers found that they could transfer an inherited characteristic (e.g. the ability to cause pneumonia),

More information

Chapter 14: Gene Expression: From Gene to Protein

Chapter 14: Gene Expression: From Gene to Protein Chapter 14: Gene Expression: 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

More information

Activity A: Build a DNA molecule

Activity A: Build a DNA molecule Name: Date: Student Exploration: Building DNA Vocabulary: double helix, DNA, enzyme, lagging strand, leading strand, mutation, nitrogenous base, nucleoside, nucleotide, replication Prior Knowledge Questions

More information

Nucleic acids deoxyribonucleic acid (DNA) ribonucleic acid (RNA) nucleotide

Nucleic acids deoxyribonucleic acid (DNA) ribonucleic acid (RNA) nucleotide Nucleic Acids Nucleic acids are molecules that store information for cellular growth and reproduction There are two types of nucleic acids: - deoxyribonucleic acid (DNA) and ribonucleic acid (RNA) These

More information

Protein Synthesis

Protein Synthesis HEBISD Student Expectations: Identify that RNA Is a nucleic acid with a single strand of nucleotides Contains the 5-carbon sugar ribose Contains the nitrogen bases A, G, C and U instead of T. The U is

More information

MODULE 1: INTRODUCTION TO THE GENOME BROWSER: WHAT IS A GENE?

MODULE 1: INTRODUCTION TO THE GENOME BROWSER: WHAT IS A GENE? MODULE 1: INTRODUCTION TO THE GENOME BROWSER: WHAT IS A GENE? Lesson Plan: Title Introduction to the Genome Browser: what is a gene? JOYCE STAMM Objectives Demonstrate basic skills in using the UCSC Genome

More information

Chapter 17: From Gene to Protein

Chapter 17: From Gene to Protein Name Period 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 spend at least 6 hours to truly master

More information

Molecular Biology of the Gene

Molecular Biology of the Gene Molecular Biology of the Gene : where the genetic information is stored, blueprint for making proteins. RNA: Always involved in protein synthesis Macromolecules (polymers!) Monomers (units): nucleotides

More information

Adv Biology: DNA and RNA Study Guide

Adv Biology: DNA and RNA Study Guide Adv Biology: DNA and RNA Study Guide Chapter 12 Vocabulary -Notes What experiments led up to the discovery of DNA being the hereditary material? o The discovery that DNA is the genetic code involved many

More information

TRANSCRIPTION COMPARISON OF DNA & RNA TRANSCRIPTION. Umm AL Qura University. Sugar Ribose Deoxyribose. Bases AUCG ATCG. Strand length Short Long

TRANSCRIPTION COMPARISON OF DNA & RNA TRANSCRIPTION. Umm AL Qura University. Sugar Ribose Deoxyribose. Bases AUCG ATCG. Strand length Short Long Umm AL Qura University TRANSCRIPTION Dr Neda Bogari TRANSCRIPTION COMPARISON OF DNA & RNA RNA DNA Sugar Ribose Deoxyribose Bases AUCG ATCG Strand length Short Long No. strands One Two Helix Single Double

More information

PROTEIN SYNTHESIS. copyright cmassengale

PROTEIN SYNTHESIS. copyright cmassengale PROTEIN SYNTHESIS 1 DNA and Genes 2 Roles of RNA and DNA DNA is the MASTER PLAN RNA is the BLUEPRINT of the Master Plan 3 RNA Differs from DNA RNA has a sugar ribose DNA has a sugar deoxyribose 4 Other

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

2. From the first paragraph in this section, find three ways in which RNA differs from DNA.

2. From the first paragraph in this section, find three ways in which RNA differs from DNA. Name Chapter 17: From Gene to Protein Begin reading at page 328 Basic Principles of Transcription and Translation. Work on this chapter a single concept at a time, and expect to spend at least 6 hours

More information

Ch. 10 Notes DNA: Transcription and Translation

Ch. 10 Notes DNA: Transcription and Translation Ch. 10 Notes DNA: Transcription and Translation GOALS Compare the structure of RNA with that of DNA Summarize the process of transcription Relate the role of codons to the sequence of amino acids that

More information

Transcription Eukaryotic Cells

Transcription Eukaryotic Cells Transcription Eukaryotic Cells Packet #20 1 Introduction Transcription is the process in which genetic information, stored in a strand of DNA (gene), is copied into a strand of RNA. Protein-encoding genes

More information

DNA, RNA, protein synthesis. Sections , , and

DNA, RNA, protein synthesis. Sections , , and DNA, RNA, protein synthesis Sections 14.1 14.5, 15.1 15.5, and 16.4 16.6 05-09-16 Today s class Extra-credit essay Activity on mitosis, meiosis, and inheritance Lecture and activities on the lecture Extra-credit

More information

TRANSCRIPTION AND PROCESSING OF RNA

TRANSCRIPTION AND PROCESSING OF RNA TRANSCRIPTION AND PROCESSING OF RNA 1. The steps of gene expression. 2. General characterization of transcription: steps, components of transcription apparatus. 3. Transcription of eukaryotic structural

More information

Chromosomes. Chromosomes. Genes. Strands of DNA that contain all of the genes an organism needs to survive and reproduce

Chromosomes. Chromosomes. Genes. Strands of DNA that contain all of the genes an organism needs to survive and reproduce Chromosomes Chromosomes Strands of DNA that contain all of the genes an organism needs to survive and reproduce Genes Segments of DNA that specify how to build a protein genes may specify more than one

More information

DNA RNA PROTEIN SYNTHESIS -NOTES-

DNA RNA PROTEIN SYNTHESIS -NOTES- DNA RNA PROTEIN SYNTHESIS -NOTES- THE COMPONENTS AND STRUCTURE OF DNA DNA is made up of units called nucleotides. Nucleotides are made up of three basic components:, called deoxyribose in DNA In DNA, there

More information

Bio 101 Sample questions: Chapter 10

Bio 101 Sample questions: Chapter 10 Bio 101 Sample questions: Chapter 10 1. Which of the following is NOT needed for DNA replication? A. nucleotides B. ribosomes C. Enzymes (like polymerases) D. DNA E. all of the above are needed 2 The information

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

Unit VII DNA to RNA to protein The Central Dogma

Unit VII DNA to RNA to protein The Central Dogma Unit VII DNA to RNA to protein The Central Dogma DNA Deoxyribonucleic acid, the material that contains information that determines inherited characteristics. A DNA molecule is shaped like a spiral staircase

More information

Replication Review. 1. What is DNA Replication? 2. Where does DNA Replication take place in eukaryotic cells?

Replication Review. 1. What is DNA Replication? 2. Where does DNA Replication take place in eukaryotic cells? Replication Review 1. What is DNA Replication? 2. Where does DNA Replication take place in eukaryotic cells? 3. Where does DNA Replication take place in the cell cycle? 4. 4. What guides DNA Replication?

More information

RNA and PROTEIN SYNTHESIS. Chapter 13

RNA and PROTEIN SYNTHESIS. Chapter 13 RNA and PROTEIN SYNTHESIS Chapter 13 DNA Double stranded Thymine Sugar is RNA Single stranded Uracil Sugar is Ribose Deoxyribose Types of RNA 1. Messenger RNA (mrna) Carries copies of instructions from

More information

8/21/2014. From Gene to Protein

8/21/2014. From Gene to Protein From Gene to Protein Chapter 17 Objectives Describe the contributions made by Garrod, Beadle, and Tatum to our understanding of the relationship between genes and enzymes Briefly explain how information

More information

DNA Replication and Protein Synthesis

DNA Replication and Protein Synthesis DNA Replication and Protein Synthesis DNA is Deoxyribonucleic Acid. It holds all of our genetic information which is passed down through sexual reproduction DNA has three main functions: 1. DNA Controls

More information

Gene Expression: Transcription

Gene Expression: Transcription Gene Expression: Transcription The majority of genes are expressed as the proteins they encode. The process occurs in two steps: Transcription = DNA RNA Translation = RNA protein Taken together, they make

More information

The common structure of a DNA nucleotide. Hewitt

The common structure of a DNA nucleotide. Hewitt GENETICS Unless otherwise noted* the artwork and photographs in this slide show are original and by Burt Carter. Permission is granted to use them for non-commercial, non-profit educational purposes provided

More information

translation The building blocks of proteins are? amino acids nitrogen containing bases like A, G, T, C, and U Complementary base pairing links

translation The building blocks of proteins are? amino acids nitrogen containing bases like A, G, T, C, and U Complementary base pairing links The actual process of assembling the proteins on the ribosome is called? translation The building blocks of proteins are? Complementary base pairing links Define and name the Purines amino acids nitrogen

More information

GENE EXPRESSION AT THE MOLECULAR LEVEL. Copyright (c) The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

GENE EXPRESSION AT THE MOLECULAR LEVEL. Copyright (c) The McGraw-Hill Companies, Inc. Permission required for reproduction or display. GENE EXPRESSION AT THE MOLECULAR LEVEL Copyright (c) The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Gene expression Gene function at the level of traits Gene function

More information

From Gene to Protein. Chapter 17. Biology Eighth Edition Neil Campbell and Jane Reece. PowerPoint Lecture Presentations for

From Gene to Protein. Chapter 17. Biology Eighth Edition Neil Campbell and Jane Reece. PowerPoint Lecture Presentations for Chapter 17 From Gene to Protein PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from Joan Sharp

More information

Summary 12 1 DNA RNA and Protein Synthesis Chromosomes and DNA Replication. Name Class Date

Summary 12 1 DNA RNA and Protein Synthesis Chromosomes and DNA Replication. Name Class Date Chapter 12 Summary DNA and RNA 12 1 DNA To understand genetics, biologists had to learn the chemical structure of the gene. Frederick Griffith first learned that some factor from dead, disease-causing

More information

Eukaryotic Gene Structure

Eukaryotic Gene Structure Eukaryotic Gene Structure Terminology Genome entire genetic material of an individual Transcriptome set of transcribed sequences Proteome set of proteins encoded by the genome 2 Gene Basic physical and

More information

TIGR THE INSTITUTE FOR GENOMIC RESEARCH

TIGR THE INSTITUTE FOR GENOMIC RESEARCH Introduction to Genome Annotation: Overview of What You Will Learn This Week C. Robin Buell May 21, 2007 Types of Annotation Structural Annotation: Defining genes, boundaries, sequence motifs e.g. ORF,

More information

DNA and RNA. Chapter 12

DNA and RNA. Chapter 12 DNA and RNA Chapter 12 Warm Up Exercise Test Corrections Make sure to indicate your new answer and provide an explanation for why this is the correct answer. Do this with a red pen in the margins of your

More information

Protein Synthesis Notes

Protein Synthesis Notes Protein Synthesis Notes Protein Synthesis: Overview Transcription: synthesis of mrna under the direction of DNA. Translation: actual synthesis of a polypeptide under the direction of mrna. Transcription

More information

Chapter 13 - Concept Mapping

Chapter 13 - Concept Mapping Chapter 13 - Concept Mapping Using the terms and phrases provided below, complete the concept map showing the discovery of DNA structure. amount of base pairs five-carbon sugar purine DNA polymerases Franklin

More information

Daily Agenda. Warm Up: Review. Translation Notes Protein Synthesis Practice. Redos

Daily Agenda. Warm Up: Review. Translation Notes Protein Synthesis Practice. Redos Daily Agenda Warm Up: Review Translation Notes Protein Synthesis Practice Redos 1. What is DNA Replication? 2. Where does DNA Replication take place? 3. Replicate this strand of DNA into complimentary

More information

DNA & Protein Synthesis UNIT D & E

DNA & Protein Synthesis UNIT D & E DNA & Protein Synthesis UNIT D & E How this Unit is broken down Chapter 10.1 10.3 The structure of the genetic material Chapter 10.4 & 10.5 DNA replication Chapter 10.6 10.15 The flow of genetic information

More information

RNA & PROTEIN SYNTHESIS

RNA & PROTEIN SYNTHESIS RNA & PROTEIN SYNTHESIS DNA & RNA Genes are coded DNA instructions that control the production of proteins within the cell. The first step in decoding these genetic messages is to copy part of the nucleotide

More information

Lecture #18 10/17/01 Dr. Wormington

Lecture #18 10/17/01 Dr. Wormington Lecture #18 10/17/01 Dr. Wormington DNA Replication The Story So Far Semiconservative Hydrolysis of 5' dntp 3' HO N 4 pn 3 pn 2 pn 1 p5'... + PP i 2P i Provides Energy for Phosphodiester Bond Formation

More information

1. DNA, RNA structure. 2. DNA replication. 3. Transcription, translation

1. DNA, RNA structure. 2. DNA replication. 3. Transcription, translation 1. DNA, RNA structure 2. DNA replication 3. Transcription, translation DNA and RNA are polymers of nucleotides DNA is a nucleic acid, made of long chains of nucleotides Nucleotide Phosphate group Nitrogenous

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

Transcription & post transcriptional modification

Transcription & post transcriptional modification Transcription & post transcriptional modification Transcription The synthesis of RNA molecules using DNA strands as the templates so that the genetic information can be transferred from DNA to RNA Similarity

More information

Protein Synthesis & Gene Expression

Protein Synthesis & Gene Expression DNA provides the instructions for how to build proteins Each gene dictates how to build a single protein in prokaryotes The sequence of nucleotides (AGCT) in DNA dictates the order of amino acids that

More information

CHAPTER 22: Nucleic Acids & Protein Synthesis. General, Organic, & Biological Chemistry Janice Gorzynski Smith

CHAPTER 22: Nucleic Acids & Protein Synthesis. General, Organic, & Biological Chemistry Janice Gorzynski Smith CHAPTER 22: Nucleic Acids & Protein Synthesis General, rganic, & Biological Chemistry Janice Gorzynski Smith CHAPTER 22: Nucleic Acids & Protein Synthesis Learning bjectives: q Nucleosides & Nucleo@des:

More information

Nucleic acids and protein synthesis

Nucleic acids and protein synthesis THE FUNCTIONS OF DNA Nucleic acids and protein synthesis The full name of DNA is deoxyribonucleic acid. Every nucleotide has the same sugar molecule and phosphate group, but each nucleotide contains one

More information

Protein Synthesis: Transcription and Translation

Protein Synthesis: Transcription and Translation Protein Synthesis: Transcription and Translation Proteins In living things, proteins are in charge of the expression of our traits (hair/eye color, ability to make insulin, predisposition for cancer, etc.)

More information

Genomics and Gene Recognition Genes and Blue Genes

Genomics and Gene Recognition Genes and Blue Genes Genomics and Gene Recognition Genes and Blue Genes November 1, 2004 Prokaryotic Gene Structure prokaryotes are simplest free-living organisms studying prokaryotes can give us a sense what is the minimum

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

Do you remember. What is a gene? What is RNA? How does it differ from DNA? What is protein?

Do you remember. What is a gene? What is RNA? How does it differ from DNA? What is protein? Lesson 1 - RNA Do you remember What is a gene? What is RNA? How does it differ from DNA? What is protein? Gene Segment of DNA that codes for building a protein DNA code is copied into RNA form, and RNA

More information

M I C R O B I O L O G Y WITH DISEASES BY TAXONOMY, THIRD EDITION

M I C R O B I O L O G Y WITH DISEASES BY TAXONOMY, THIRD EDITION M I C R O B I O L O G Y WITH DISEASES BY TAXONOMY, THIRD EDITION Chapter 7 Microbial Genetics Lecture prepared by Mindy Miller-Kittrell, University of Tennessee, Knoxville The Structure and Replication

More information

Comparing RNA and DNA

Comparing RNA and DNA RNA The Role of RNA Genes contain coded DNA instructions that tell cells how to build proteins. 1 st step in decoding these genetic instructions = copy part of the base sequence from DNA into RNA. 2 nd

More information

Written by: Prof. Brian White

Written by: Prof. Brian White Molecular Biology II: DNA Transcription Written by: Prof. Brian White Learning Goals: To work with a physical model of DNA and RNA in order to help you to understand: o rules for both DNA & RNA structure

More information

DNA/RNA. Transcription and Translation

DNA/RNA. Transcription and Translation DNA/RNA Transcription and Translation Review DNA is responsible for controlling the production of proteins in the cell, which is essential to life DNA RNA Proteins Chromosomes contain several thousand

More information

Protein Synthesis: Transcription and Translation

Protein Synthesis: Transcription and Translation Review Protein Synthesis: Transcription and Translation Central Dogma of Molecular Biology Protein synthesis requires two steps: transcription and translation. DNA contains codes Three bases in DNA code

More information

DNA/RNA STUDY GUIDE. Match the following scientists with their accomplishments in discovering DNA using the statement in the box below.

DNA/RNA STUDY GUIDE. Match the following scientists with their accomplishments in discovering DNA using the statement in the box below. Name: Period: Date: DNA/RNA STUDY GUIDE Part A: DNA History Match the following scientists with their accomplishments in discovering DNA using the statement in the box below. Used a technique called x-ray

More information

DNA Transcription. Dr Aliwaini

DNA Transcription. Dr Aliwaini DNA Transcription 1 DNA Transcription-Introduction The synthesis of an RNA molecule from DNA is called Transcription. All eukaryotic cells have five major classes of RNA: ribosomal RNA (rrna), messenger

More information

Student Exploration: RNA and Protein Synthesis Due Wednesday 11/27/13

Student Exploration: RNA and Protein Synthesis Due Wednesday 11/27/13 http://www.explorelearning.com Name: Period : Student Exploration: RNA and Protein Synthesis Due Wednesday 11/27/13 Vocabulary: Define these terms in complete sentences on a separate piece of paper: amino

More information

DNA Transcription. Visualizing Transcription. The Transcription Process

DNA Transcription. Visualizing Transcription. The Transcription Process DNA Transcription By: Suzanne Clancy, Ph.D. 2008 Nature Education Citation: Clancy, S. (2008) DNA transcription. Nature Education 1(1) If DNA is a book, then how is it read? Learn more about the DNA transcription

More information

1.5 Nucleic Acids and Their Functions Page 1 S. Preston 1

1.5 Nucleic Acids and Their Functions Page 1 S. Preston 1 AS Unit 1: Basic Biochemistry and Cell Organisation Name: Date: Topic 1.5 Nucleic Acids and their functions Page 1 From the syllabus: 1.5 Nucleic Acids and Their Functions Page 1 S. Preston 1 l. Nucleic

More information

DNA- THE MOLECULE OF LIFE

DNA- THE MOLECULE OF LIFE DNA- THE MOLECULE OF LIFE STRUCTURE OF DNA DNA (Deoxyribonucleic Acid): DNA is a long, stringy, twisted molecule made up of nucleotides that carries genetic information. DISCOVERIES Rosalind Franklin,

More information

NON MENDELIAN GENETICS. DNA, PROTEIN SYNTHESIS, MUTATIONS DUE DECEMBER 8TH

NON MENDELIAN GENETICS. DNA, PROTEIN SYNTHESIS, MUTATIONS DUE DECEMBER 8TH NON MENDELIAN GENETICS. DNA, PROTEIN SYNTHESIS, MUTATIONS DUE DECEMBER 8TH MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY 11/14 11/15 11/16 11/17 11/18 Non-Mendelian Genetics DNA Structure and Replication 11/28

More information

DNA- THE MOLECULE OF LIFE. Link

DNA- THE MOLECULE OF LIFE. Link DNA- THE MOLECULE OF LIFE Link STRUCTURE OF DNA DNA (Deoxyribonucleic Acid): DNA is a long, stringy, twisted molecule made up of nucleotides that carries genetic information. DISCOVERIES Rosalind Franklin,

More information

Chapter 18: Regulation of Gene Expression. 1. Gene Regulation in Bacteria 2. Gene Regulation in Eukaryotes 3. Gene Regulation & Cancer

Chapter 18: Regulation of Gene Expression. 1. Gene Regulation in Bacteria 2. Gene Regulation in Eukaryotes 3. Gene Regulation & Cancer Chapter 18: Regulation of Gene Expression 1. Gene Regulation in Bacteria 2. Gene Regulation in Eukaryotes 3. Gene Regulation & Cancer Gene Regulation Gene regulation refers to all aspects of controlling

More information

Microbiology: The Blueprint of Life, from DNA to protein

Microbiology: The Blueprint of Life, from DNA to protein Microbiology: The Blueprint of Life, from DNA to protein I. Overview A. DNA ultimately determines every aspect of a cell from shape to function 1. DNA = 2. Nucleotides of DNA have three units a. A nitrogen-containing

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

DNA/RNA STUDY GUIDE. Match the following scientists with their accomplishments in discovering DNA using the statement in the box below.

DNA/RNA STUDY GUIDE. Match the following scientists with their accomplishments in discovering DNA using the statement in the box below. Name: Period: Date: DNA/RNA STUDY GUIDE Part A: DNA History Match the following scientists with their accomplishments in discovering DNA using the statement in the box below. Used a technique called x-ray

More information

Solutions to Quiz II

Solutions to Quiz II MIT Department of Biology 7.014 Introductory Biology, Spring 2005 Solutions to 7.014 Quiz II Class Average = 79 Median = 82 Grade Range % A 90-100 27 B 75-89 37 C 59 74 25 D 41 58 7 F 0 40 2 Question 1

More information

Click here to read the case study about protein synthesis.

Click here to read the case study about protein synthesis. Click here to read the case study about protein synthesis. Big Question: How do cells use the genetic information stored in DNA to make millions of different proteins the body needs? Key Concept: Genetics

More information