Algorithms in Computational Biology (236522) spring 2007 Lecture #1

Size: px
Start display at page:

Download "Algorithms in Computational Biology (236522) spring 2007 Lecture #1"

Transcription

1 Algorithms in Computational Biology (236522) spring 2007 Lecture #1 Lecturer: Shlomo Moran, Taub 639, tel 4363 Office hours: Tuesday 11:00-12:00/by appointment TA: Ilan Gronau, Taub 700, tel 4894 Office hours: Wednesday Lecture: Tuesday 12:30-14:30, Taub 6 Tutorial: Wednesday 9:30-10:30, Taub 6 This class has been initially edited from Nir Friedman s lecture at the Hebrew University. Changes made by Dan Geiger, then by Shlomo Moran. 1 Course Information Requirements & Grades: 15-25% homework, in five assignments. [Submit in two weeks time]. Homework is obligatory % test. Must pass beyond 55 for the homework s grade to count Exams dates: Moed A Moed B

2 Bibliography Biological Sequence Analysis, R.Durbin et al., Cambridge University Press, 1998 Introduction to Molecular Biology, J. Setubal, J. Meidanis, PWS publishing Company, 1997 url:webcourse.cs.technion.ac.il/~cs Course Prerequisites Computer Science and Probability Background Data structure 1 (cs234218) Algorithms 1 (cs234247) Probability (any course) Some Biology Background Formally: None, to allow CS students to take this course. Recommended: Molecular Biology 1 (especially for those in the Bioinformatics track), or a similar Biology course, and/or a serious desire to complement your knowledge in Biology by reading the appropriate material (see the course web site). 4 2

3 Biological Background First home work assignment: Read the first chapter (pages 1-30) of Setubal et al., (copies are available in the Taub building library, and in the central library). Answer the questions of the first assignment in the course site. Due time: (2 weeks from today). 6 Computational Biology Computational biology is the application of computational tools and techniques to (primarily) molecular biology. It enables new ways of study in life sciences, allowing analytic and predictive methodologies that support and enhance laboratory work. It is a multidisciplinary area of study that combines Biology, Computer Science, and Statistics. Computational biology is also called Bioinformatics, although many practitioners define Bioinformatics somewhat narrower by restricting the field to molecular Biology only. 7 3

4 Examples of Areas of Interest Building evolutionary trees from molecular (and other) data Efficiently constructing genomes of various organisms Understanding the structure of genomes (SNP, SSR, Genes) Understanding function of genes in the cell cycle and disease Deciphering structure and function of proteins SNP: Single Nucleotide Polymorphism SSR: Simple Sequence Repeat 8 Exponential growth of biological information : growth of sequences, structures, and literature. 9 4

5 Course Goals Learning about computational tools for (primarily) molecular biology. Cover computational tasks that are posed by modern molecular biology Discuss the biological motivation and setup for these tasks Understand the kinds of solutions that exist and what principles justify them 12 Topics I Dealing with DNA/Protein sequences: Informal biological background. (1 week) Finding similar sequence (~3 weeks) Models of sequences: Hidden Markov Models (~2 weeks) Parameter estimation: ML methods and the EM algorithm (~4 weeks) 13 5

6 Topics II Reconstructing evolutionary trees: Background: Darwin s theory of evolution Distance based methods (~2 weeks) Character based methods (~2 weeks) The presentations are similar to these given in the fall Semester 05-06, and can be found in the site of that semester. Updated presentations will be uploaded to the course site before the lectures. 14 Most human cells contain 46 chromosomes: Human Genome 2 sex chromosomes (X,Y): XY in males. XX in females. 22 pairs of chromosomes named autosomes. 16 6

7 DNA Organization Source: Alberts et al 17 The Double Helix Source: Alberts et al 18 7

8 Four nucleotide types: Adenine Guanine Cytosine Thymine DNA Components Hydrogen bonds (electrostatic connection): A-T C-G 19 Genome Sizes E.Coli (bacteria) 4.6 x 10 6 bases Yeast (simple fungi) 15 x 10 6 bases Smallest human chromosome 50 x 10 6 bases Entire human genome 3 x 10 9 bases 20 8

9 Genetic Information Genome the collection of genetic information. Chromosomes storage units of genes. Gene basic unit of genetic information. They determine the inherited characters. 21 Genes The DNA strings include: Coding regions ( genes ) E. coli has ~4,000 genes Yeast has ~6,000 genes C. Elegans has ~13,000 genes Humans have ~32,000 genes Control regions These typically are adjacent to the genes They determine when a gene should be expressed Junk DNA (unknown function - ~90% of the DNA in human s chromosomes) 22 9

10 The Cell All cells of an organism contain the same DNA content (and the same genes) yet there is a variety of cell types. 23 Example: Tissues in Stomach How is this variety encoded and expressed? 24 10

11 Central Dogma שעתוק Transcription תרגום Translation Gene mrna Protein cells express different subset of the genes In different tissues and under different conditions 25 Transcription Coding sequences can be transcribed to RNA RNA Similar to DNA, slightly different nucleotides: different backbone Uracil (U) instead of Thymine (T) Source: Mathews & van Holde 26 11

12 Transcription: RNA Editing 1. Transcribe to RNA 2. Eliminate introns 3. Splice (connect) exons * Alternative splicing exists Exons hold information, they are more stable during evolution. This process takes place in the nucleus. The mrna molecules diffuse through the nucleus membrane to the outer cell plasma. 27 RNA roles Messenger RNA (mrna) Encodes protein sequences. Each three nucleotide acids translate to an amino acid (the protein building block). Transfer RNA (trna) Decodes the mrna molecules to amino-acids. It connects to the mrna with one side and holds the appropriate amino acid on its other side. Ribosomal RNA (rrna) Part of the ribosome, a machine for translating mrna to proteins. It catalyzes (like enzymes) the reaction that attaches the hanging amino acid from the trna to the amino acid chain being created

13 Translation Translation is mediated by the ribosome Ribosome is a complex of protein & rrna molecules The ribosome attaches to the mrna at a translation initiation site Then ribosome moves along the mrna sequence and in the process constructs a sequence of amino acids (polypeptide) which is released and folds into a protein. 29 Genetic Code There are 20 amino acids from which proteins are build

14 Protein Structure Proteins are polypeptides of amino-acids This structure is (mostly) determined by the sequence of amino-acids that make up the protein 31 Protein Structure 32 14

15 Evolution Related organisms have similar DNA Similarity in sequences of proteins Similarity in organization of genes along the chromosomes Evolution plays a major role in biology Many mechanisms are shared across a wide range of organisms During the course of evolution existing components are adapted for new functions 33 Evolution Evolution of new organisms is driven by Diversity Different individuals carry different variants of the same basic blue print Mutations The DNA sequence can be changed due to single base changes, deletion/insertion of DNA segments, etc. Selection bias 34 15

16 The Tree of Life Source: Alberts et al 35 Example of a graph theoretic problem related to evolution trees: the perfect phylogeny problem 36 16

17 Characters in Species A (discrete) character is a property which distinguishes between species (e.g. dental structure, a certain gene) A characters state is a value of the character (human dental structure). Problem: Given set of species, specified by their characters, reconstruct their evolutionary tree. 37 Species Vertices Characters Colorings States Colors Each species is identified by its states Evolutionary tree A tree with many colorings (one coloring for each character) - containing the given vertices = No teeth = teeth A B C D 38 17

18 Another tree for the same character Which tree is more reasonable? A C B D = No teeth = teeth 39 Evolutionary trees should avoid reversal transitions A species regains a state it s direct ancestor has lost. Famous (and rare) examples: Teeth in birds. Legs in snakes

19 Evolutionary trees should avoid convergence transitions Two species possess the same state while their least common ancestor possesses a different state. Famous example: The marsupials

20 Common Assumption: Characters with Reversal or Convergent transitions are highly unlikely in the Evolutionary Tree A character that exhibits neither reversals nor convergence is denoted homoplasy free. 43 A character is Homoplasy Free The corresponding coloring is convex (each color induces a connected subtree) 44 20

21 A partial coloring is convex if it can be completed to a (total) convex coloring 45 The Perfect Phylogeny Problem Input: a set of species, and many characters, each assign states (colors) to the species. Question: is there a tree T containing the species as vertices, in which all the characters (colorings) are convex? 46 21

22 The Perfect Phylogeny Problem (combinatorial setting) Input: Some colorings (C 1,,C k ) of a set of vertices (in the example: 3 colorings: left, center, right, each by (the same) two colors). RRB BBR RRR RBR Problem: Is there a tree T which includes these vertices, s.t. (T,C i ) is convex for i=1,,k? NP-Hard In general, in P for some special cases 47 22

Basic Concepts of DNA, Proteins, Genes and Genomes

Basic Concepts of DNA, Proteins, Genes and Genomes Basic Concepts of DNA, Proteins, Genes and Genomes Kun-Mao Chao 1,2,3 1 Graduate Institute of Biomedical Electronics and Bioinformatics 2 Department of Computer Science and Information Engineering 3 Graduate

More information

Genetic information (DNA) determines structure of proteins DNA RNA proteins cell structure 3.11 3.15 enzymes control cell chemistry ( metabolism )

Genetic information (DNA) determines structure of proteins DNA RNA proteins cell structure 3.11 3.15 enzymes control cell chemistry ( metabolism ) Biology 1406 Exam 3 Notes Structure of DNA Ch. 10 Genetic information (DNA) determines structure of proteins DNA RNA proteins cell structure 3.11 3.15 enzymes control cell chemistry ( metabolism ) Proteins

More information

DNA Replication & Protein Synthesis. This isn t a baaaaaaaddd chapter!!!

DNA Replication & Protein Synthesis. This isn t a baaaaaaaddd chapter!!! DNA Replication & Protein Synthesis This isn t a baaaaaaaddd chapter!!! The Discovery of DNA s Structure Watson and Crick s discovery of DNA s structure was based on almost fifty years of research by other

More information

13.2 Ribosomes & Protein Synthesis

13.2 Ribosomes & Protein Synthesis 13.2 Ribosomes & Protein Synthesis Introduction: *A specific sequence of bases in DNA carries the directions for forming a polypeptide, a chain of amino acids (there are 20 different types of amino acid).

More information

Molecular Genetics. RNA, Transcription, & Protein Synthesis

Molecular Genetics. RNA, Transcription, & Protein Synthesis Molecular Genetics RNA, Transcription, & Protein Synthesis Section 1 RNA AND TRANSCRIPTION Objectives Describe the primary functions of RNA Identify how RNA differs from DNA Describe the structure and

More information

To be able to describe polypeptide synthesis including transcription and splicing

To be able to describe polypeptide synthesis including transcription and splicing Thursday 8th March COPY LO: To be able to describe polypeptide synthesis including transcription and splicing Starter Explain the difference between transcription and translation BATS Describe and explain

More information

Structure and Function of DNA

Structure and Function of DNA Structure and Function of DNA DNA and RNA Structure DNA and RNA are nucleic acids. They consist of chemical units called nucleotides. The nucleotides are joined by a sugar-phosphate backbone. The four

More information

Name Class Date. Figure 13 1. 2. Which nucleotide in Figure 13 1 indicates the nucleic acid above is RNA? a. uracil c. cytosine b. guanine d.

Name Class Date. Figure 13 1. 2. Which nucleotide in Figure 13 1 indicates the nucleic acid above is RNA? a. uracil c. cytosine b. guanine d. 13 Multiple Choice RNA and Protein Synthesis Chapter Test A Write the letter that best answers the question or completes the statement on the line provided. 1. Which of the following are found in both

More information

From DNA to Protein. Proteins. Chapter 13. Prokaryotes and Eukaryotes. The Path From Genes to Proteins. All proteins consist of polypeptide chains

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

More information

Genetics Module B, Anchor 3

Genetics Module B, Anchor 3 Genetics Module B, Anchor 3 Key Concepts: - An individual s characteristics are determines by factors that are passed from one parental generation to the next. - During gamete formation, the alleles for

More information

2. The number of different kinds of nucleotides present in any DNA molecule is A) four B) six C) two D) three

2. The number of different kinds of nucleotides present in any DNA molecule is A) four B) six C) two D) three Chem 121 Chapter 22. Nucleic Acids 1. Any given nucleotide in a nucleic acid contains A) two bases and a sugar. B) one sugar, two bases and one phosphate. C) two sugars and one phosphate. D) one sugar,

More information

Name Date Period. 2. When a molecule of double-stranded DNA undergoes replication, it results in

Name Date Period. 2. When a molecule of double-stranded DNA undergoes replication, it results in DNA, RNA, Protein Synthesis Keystone 1. During the process shown above, the two strands of one DNA molecule are unwound. Then, DNA polymerases add complementary nucleotides to each strand which results

More information

Translation Study Guide

Translation Study Guide Translation Study Guide This study guide is a written version of the material you have seen presented in the replication unit. In translation, the cell uses the genetic information contained in mrna to

More information

PRACTICE TEST QUESTIONS

PRACTICE TEST QUESTIONS PART A: MULTIPLE CHOICE QUESTIONS PRACTICE TEST QUESTIONS DNA & PROTEIN SYNTHESIS B 1. One of the functions of DNA is to A. secrete vacuoles. B. make copies of itself. C. join amino acids to each other.

More information

Protein Synthesis How Genes Become Constituent Molecules

Protein Synthesis How Genes Become Constituent Molecules Protein Synthesis Protein Synthesis How Genes Become Constituent Molecules Mendel and The Idea of Gene What is a Chromosome? A chromosome is a molecule of DNA 50% 50% 1. True 2. False True False Protein

More information

Transcription and Translation of DNA

Transcription and Translation of DNA Transcription and Translation of DNA Genotype our genetic constitution ( makeup) is determined (controlled) by the sequence of bases in its genes Phenotype determined by the proteins synthesised when genes

More information

Thymine = orange Adenine = dark green Guanine = purple Cytosine = yellow Uracil = brown

Thymine = orange Adenine = dark green Guanine = purple Cytosine = yellow Uracil = brown 1 DNA Coloring - Transcription & Translation Transcription RNA, Ribonucleic Acid is very similar to DNA. RNA normally exists as a single strand (and not the double stranded double helix of DNA). It contains

More information

Academic Nucleic Acids and Protein Synthesis Test

Academic Nucleic Acids and Protein Synthesis Test Academic Nucleic Acids and Protein Synthesis Test Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. Each organism has a unique combination

More information

RNA & Protein Synthesis

RNA & Protein Synthesis RNA & Protein Synthesis Genes send messages to cellular machinery RNA Plays a major role in process Process has three phases (Genetic) Transcription (Genetic) Translation Protein Synthesis RNA Synthesis

More information

2. True or False? The sequence of nucleotides in the human genome is 90.9% identical from one person to the next. False (it s 99.

2. True or False? The sequence of nucleotides in the human genome is 90.9% identical from one person to the next. False (it s 99. 1. True or False? A typical chromosome can contain several hundred to several thousand genes, arranged in linear order along the DNA molecule present in the chromosome. True 2. True or False? The sequence

More information

Module 3 Questions. 7. Chemotaxis is an example of signal transduction. Explain, with the use of diagrams.

Module 3 Questions. 7. Chemotaxis is an example of signal transduction. Explain, with the use of diagrams. Module 3 Questions Section 1. Essay and Short Answers. Use diagrams wherever possible 1. With the use of a diagram, provide an overview of the general regulation strategies available to a bacterial cell.

More information

Lecture Series 7. From DNA to Protein. Genotype to Phenotype. Reading Assignments. A. Genes and the Synthesis of Polypeptides

Lecture Series 7. From DNA to Protein. Genotype to Phenotype. Reading Assignments. A. Genes and the Synthesis of Polypeptides Lecture Series 7 From DNA to Protein: Genotype to Phenotype Reading Assignments Read Chapter 7 From DNA to Protein A. Genes and the Synthesis of Polypeptides Genes are made up of DNA and are expressed

More information

Modeling DNA Replication and Protein Synthesis

Modeling DNA Replication and Protein Synthesis Skills Practice Lab Modeling DNA Replication and Protein Synthesis OBJECTIVES Construct and analyze a model of DNA. Use a model to simulate the process of replication. Use a model to simulate the process

More information

Provincial Exam Questions. 9. Give one role of each of the following nucleic acids in the production of an enzyme.

Provincial Exam Questions. 9. Give one role of each of the following nucleic acids in the production of an enzyme. Provincial Exam Questions Unit: Cell Biology: Protein Synthesis (B7 & B8) 2010 Jan 3. Describe the process of translation. (4 marks) 2009 Sample 8. What is the role of ribosomes in protein synthesis? A.

More information

Just the Facts: A Basic Introduction to the Science Underlying NCBI Resources

Just the Facts: A Basic Introduction to the Science Underlying NCBI Resources 1 of 8 11/7/2004 11:00 AM National Center for Biotechnology Information About NCBI NCBI at a Glance A Science Primer Human Genome Resources Model Organisms Guide Outreach and Education Databases and Tools

More information

Lab # 12: DNA and RNA

Lab # 12: DNA and RNA 115 116 Concepts to be explored: Structure of DNA Nucleotides Amino Acids Proteins Genetic Code Mutation RNA Transcription to RNA Translation to a Protein Figure 12. 1: DNA double helix Introduction Long

More information

DNA, RNA, Protein synthesis, and Mutations. Chapters 12-13.3

DNA, RNA, Protein synthesis, and Mutations. Chapters 12-13.3 DNA, RNA, Protein synthesis, and Mutations Chapters 12-13.3 1A)Identify the components of DNA and explain its role in heredity. DNA s Role in heredity: Contains the genetic information of a cell that can

More information

Human Genome Organization: An Update. Genome Organization: An Update

Human Genome Organization: An Update. Genome Organization: An Update Human Genome Organization: An Update Genome Organization: An Update Highlights of Human Genome Project Timetable Proposed in 1990 as 3 billion dollar joint venture between DOE and NIH with 15 year completion

More information

Forensic DNA Testing Terminology

Forensic DNA Testing Terminology Forensic DNA Testing Terminology ABI 310 Genetic Analyzer a capillary electrophoresis instrument used by forensic DNA laboratories to separate short tandem repeat (STR) loci on the basis of their size.

More information

Replication Study Guide

Replication Study Guide Replication Study Guide This study guide is a written version of the material you have seen presented in the replication unit. Self-reproduction is a function of life that human-engineered systems have

More information

ISTEP+: Biology I End-of-Course Assessment Released Items and Scoring Notes

ISTEP+: Biology I End-of-Course Assessment Released Items and Scoring Notes ISTEP+: Biology I End-of-Course Assessment Released Items and Scoring Notes Page 1 of 22 Introduction Indiana students enrolled in Biology I participated in the ISTEP+: Biology I Graduation Examination

More information

Coding sequence the sequence of nucleotide bases on the DNA that are transcribed into RNA which are in turn translated into protein

Coding sequence the sequence of nucleotide bases on the DNA that are transcribed into RNA which are in turn translated into protein Assignment 3 Michele Owens Vocabulary Gene: A sequence of DNA that instructs a cell to produce a particular protein Promoter a control sequence near the start of a gene Coding sequence the sequence of

More information

Protein Synthesis. Page 41 Page 44 Page 47 Page 42 Page 45 Page 48 Page 43 Page 46 Page 49. Page 41. DNA RNA Protein. Vocabulary

Protein Synthesis. Page 41 Page 44 Page 47 Page 42 Page 45 Page 48 Page 43 Page 46 Page 49. Page 41. DNA RNA Protein. Vocabulary Protein Synthesis Vocabulary Transcription Translation Translocation Chromosomal mutation Deoxyribonucleic acid Frame shift mutation Gene expression Mutation Point mutation Page 41 Page 41 Page 44 Page

More information

a. Ribosomal RNA rrna a type ofrna that combines with proteins to form Ribosomes on which polypeptide chains of proteins are assembled

a. Ribosomal RNA rrna a type ofrna that combines with proteins to form Ribosomes on which polypeptide chains of proteins are assembled Biology 101 Chapter 14 Name: Fill-in-the-Blanks Which base follows the next in a strand of DNA is referred to. as the base (1) Sequence. The region of DNA that calls for the assembly of specific amino

More information

Cellular Respiration Worksheet 1. 1. What are the 3 phases of the cellular respiration process? Glycolysis, Krebs Cycle, Electron Transport Chain.

Cellular Respiration Worksheet 1. 1. What are the 3 phases of the cellular respiration process? Glycolysis, Krebs Cycle, Electron Transport Chain. Cellular Respiration Worksheet 1 1. What are the 3 phases of the cellular respiration process? Glycolysis, Krebs Cycle, Electron Transport Chain. 2. Where in the cell does the glycolysis part of cellular

More information

1 Mutation and Genetic Change

1 Mutation and Genetic Change CHAPTER 14 1 Mutation and Genetic Change SECTION Genes in Action KEY IDEAS As you read this section, keep these questions in mind: What is the origin of genetic differences among organisms? What kinds

More information

13.4 Gene Regulation and Expression

13.4 Gene Regulation and Expression 13.4 Gene Regulation and Expression Lesson Objectives Describe gene regulation in prokaryotes. Explain how most eukaryotic genes are regulated. Relate gene regulation to development in multicellular organisms.

More information

CCR Biology - Chapter 8 Practice Test - Summer 2012

CCR Biology - Chapter 8 Practice Test - Summer 2012 Name: Class: Date: CCR Biology - Chapter 8 Practice Test - Summer 2012 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. What did Hershey and Chase know

More information

CHAPTER 6: RECOMBINANT DNA TECHNOLOGY YEAR III PHARM.D DR. V. CHITRA

CHAPTER 6: RECOMBINANT DNA TECHNOLOGY YEAR III PHARM.D DR. V. CHITRA CHAPTER 6: RECOMBINANT DNA TECHNOLOGY YEAR III PHARM.D DR. V. CHITRA INTRODUCTION DNA : DNA is deoxyribose nucleic acid. It is made up of a base consisting of sugar, phosphate and one nitrogen base.the

More information

Genomes and SNPs in Malaria and Sickle Cell Anemia

Genomes and SNPs in Malaria and Sickle Cell Anemia Genomes and SNPs in Malaria and Sickle Cell Anemia Introduction to Genome Browsing with Ensembl Ensembl The vast amount of information in biological databases today demands a way of organising and accessing

More information

Nucleotides and Nucleic Acids

Nucleotides and Nucleic Acids Nucleotides and Nucleic Acids Brief History 1 1869 - Miescher Isolated nuclein from soiled bandages 1902 - Garrod Studied rare genetic disorder: Alkaptonuria; concluded that specific gene is associated

More information

The Steps. 1. Transcription. 2. Transferal. 3. Translation

The Steps. 1. Transcription. 2. Transferal. 3. Translation Protein Synthesis Protein synthesis is simply the "making of proteins." Although the term itself is easy to understand, the multiple steps that a cell in a plant or animal must go through are not. In order

More information

Sample Questions for Exam 3

Sample Questions for Exam 3 Sample Questions for Exam 3 1. All of the following occur during prometaphase of mitosis in animal cells except a. the centrioles move toward opposite poles. b. the nucleolus can no longer be seen. c.

More information

12.1 The Role of DNA in Heredity

12.1 The Role of DNA in Heredity 12.1 The Role of DNA in Heredity Only in the last 50 years have scientists understood the role of DNA in heredity. That understanding began with the discovery of DNA s structure. In 1952, Rosalind Franklin

More information

Overview of Eukaryotic Gene Prediction

Overview of Eukaryotic Gene Prediction Overview of Eukaryotic Gene Prediction CBB 231 / COMPSCI 261 W.H. Majoros What is DNA? Nucleus Chromosome Telomere Centromere Cell Telomere base pairs histones DNA (double helix) DNA is a Double Helix

More information

Genetics Lecture Notes 7.03 2005. Lectures 1 2

Genetics Lecture Notes 7.03 2005. Lectures 1 2 Genetics Lecture Notes 7.03 2005 Lectures 1 2 Lecture 1 We will begin this course with the question: What is a gene? This question will take us four lectures to answer because there are actually several

More information

The Molecules of Cells

The Molecules of Cells The Molecules of Cells I. Introduction A. Most of the world s population cannot digest milk-based foods. 1. These people are lactose intolerant because they lack the enzyme lactase. 2. This illustrates

More information

A disaccharide is formed when a dehydration reaction joins two monosaccharides. This covalent bond is called a glycosidic linkage.

A disaccharide is formed when a dehydration reaction joins two monosaccharides. This covalent bond is called a glycosidic linkage. CH 5 Structure & Function of Large Molecules: Macromolecules Molecules of Life All living things are made up of four classes of large biological molecules: carbohydrates, lipids, proteins, and nucleic

More information

Genetics Test Biology I

Genetics Test Biology I Genetics Test Biology I Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Avery s experiments showed that bacteria are transformed by a. RNA. c. proteins.

More information

Chapter 11: Molecular Structure of DNA and RNA

Chapter 11: Molecular Structure of DNA and RNA Chapter 11: Molecular Structure of DNA and RNA Student Learning Objectives Upon completion of this chapter you should be able to: 1. Understand the major experiments that led to the discovery of DNA as

More information

3120-1 - Page 1. Name:

3120-1 - Page 1. Name: Name: 1) Which series is arranged in correct order according to decreasing size of structures? A) DNA, nucleus, chromosome, nucleotide, nitrogenous base B) chromosome, nucleus, nitrogenous base, nucleotide,

More information

The sequence of bases on the mrna is a code that determines the sequence of amino acids in the polypeptide being synthesized:

The sequence of bases on the mrna is a code that determines the sequence of amino acids in the polypeptide being synthesized: Module 3F Protein Synthesis So far in this unit, we have examined: How genes are transmitted from one generation to the next Where genes are located What genes are made of How genes are replicated How

More information

MAKING AN EVOLUTIONARY TREE

MAKING AN EVOLUTIONARY TREE Student manual MAKING AN EVOLUTIONARY TREE THEORY The relationship between different species can be derived from different information sources. The connection between species may turn out by similarities

More information

GENE REGULATION. Teacher Packet

GENE REGULATION. Teacher Packet AP * BIOLOGY GENE REGULATION Teacher Packet AP* is a trademark of the College Entrance Examination Board. The College Entrance Examination Board was not involved in the production of this material. Pictures

More information

Activity 7.21 Transcription factors

Activity 7.21 Transcription factors Purpose To consolidate understanding of protein synthesis. To explain the role of transcription factors and hormones in switching genes on and off. Play the transcription initiation complex game Regulation

More information

Biological Sciences Initiative. Human Genome

Biological Sciences Initiative. Human Genome Biological Sciences Initiative HHMI Human Genome Introduction In 2000, researchers from around the world published a draft sequence of the entire genome. 20 labs from 6 countries worked on the sequence.

More information

SNP Essentials The same SNP story

SNP Essentials The same SNP story HOW SNPS HELP RESEARCHERS FIND THE GENETIC CAUSES OF DISEASE SNP Essentials One of the findings of the Human Genome Project is that the DNA of any two people, all 3.1 billion molecules of it, is more than

More information

Lecture 26: Overview of deoxyribonucleic acid (DNA) and ribonucleic acid (RNA) structure

Lecture 26: Overview of deoxyribonucleic acid (DNA) and ribonucleic acid (RNA) structure Lecture 26: Overview of deoxyribonucleic acid (DNA) and ribonucleic acid (RNA) structure Nucleic acids play an important role in the storage and expression of genetic information. They are divided into

More information

RNA Structure and folding

RNA Structure and folding RNA Structure and folding Overview: The main functional biomolecules in cells are polymers DNA, RNA and proteins For RNA and Proteins, the specific sequence of the polymer dictates its final structure

More information

DNA is found in all organisms from the smallest bacteria to humans. DNA has the same composition and structure in all organisms!

DNA is found in all organisms from the smallest bacteria to humans. DNA has the same composition and structure in all organisms! Biological Sciences Initiative HHMI DNA omponents and Structure Introduction Nucleic acids are molecules that are essential to, and characteristic of, life on Earth. There are two basic types of nucleic

More information

Ms. Campbell Protein Synthesis Practice Questions Regents L.E.

Ms. Campbell Protein Synthesis Practice Questions Regents L.E. Name Student # Ms. Campbell Protein Synthesis Practice Questions Regents L.E. 1. A sequence of three nitrogenous bases in a messenger-rna molecule is known as a 1) codon 2) gene 3) polypeptide 4) nucleotide

More information

RNA and Protein Synthesis

RNA and Protein Synthesis Name lass Date RN and Protein Synthesis Information and Heredity Q: How does information fl ow from DN to RN to direct the synthesis of proteins? 13.1 What is RN? WHT I KNOW SMPLE NSWER: RN is a nucleic

More information

The Nucleus: DNA, Chromatin And Chromosomes

The Nucleus: DNA, Chromatin And Chromosomes The Nucleus: DNA, Chromatin And Chromosomes Professor Alfred Cuschieri Department of Anatomy, University of Malta. Objectives By the end of this unit the student should be able to: 1. List the major structural

More information

From DNA to Protein

From DNA to Protein Nucleus Control center of the cell contains the genetic library encoded in the sequences of nucleotides in molecules of DNA code for the amino acid sequences of all proteins determines which specific proteins

More information

DNA and the Cell. Version 2.3. English version. ELLS European Learning Laboratory for the Life Sciences

DNA and the Cell. Version 2.3. English version. ELLS European Learning Laboratory for the Life Sciences DNA and the Cell Anastasios Koutsos Alexandra Manaia Julia Willingale-Theune Version 2.3 English version ELLS European Learning Laboratory for the Life Sciences Anastasios Koutsos, Alexandra Manaia and

More information

BioBoot Camp Genetics

BioBoot Camp Genetics BioBoot Camp Genetics BIO.B.1.2.1 Describe how the process of DNA replication results in the transmission and/or conservation of genetic information DNA Replication is the process of DNA being copied before

More information

Answer: 2. Uracil. Answer: 2. hydrogen bonds. Adenine, Cytosine and Guanine are found in both RNA and DNA.

Answer: 2. Uracil. Answer: 2. hydrogen bonds. Adenine, Cytosine and Guanine are found in both RNA and DNA. Answer: 2. Uracil Adenine, Cytosine and Guanine are found in both RNA and DNA. Thymine is found only in DNA; Uracil takes its (Thymine) place in RNA molecules. Answer: 2. hydrogen bonds The complementary

More information

Lecture 1 MODULE 3 GENE EXPRESSION AND REGULATION OF GENE EXPRESSION. Professor Bharat Patel Office: Science 2, 2.36 Email: b.patel@griffith.edu.

Lecture 1 MODULE 3 GENE EXPRESSION AND REGULATION OF GENE EXPRESSION. Professor Bharat Patel Office: Science 2, 2.36 Email: b.patel@griffith.edu. Lecture 1 MODULE 3 GENE EXPRESSION AND REGULATION OF GENE EXPRESSION Professor Bharat Patel Office: Science 2, 2.36 Email: b.patel@griffith.edu.au What is Gene Expression & Gene Regulation? 1. Gene Expression

More information

Bio 102 Practice Problems Genetic Code and Mutation

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. Beadle and Tatum mutagenized Neurospora to find strains that required arginine

More information

Name: Date: Period: DNA Unit: DNA Webquest

Name: Date: Period: DNA Unit: DNA Webquest Name: Date: Period: DNA Unit: DNA Webquest Part 1 History, DNA Structure, DNA Replication DNA History http://www.dnaftb.org/dnaftb/1/concept/index.html Read the text and answer the following questions.

More information

Mitochondrial DNA Analysis

Mitochondrial DNA Analysis Mitochondrial DNA Analysis Lineage Markers Lineage markers are passed down from generation to generation without changing Except for rare mutation events They can help determine the lineage (family tree)

More information

BME 42-620 Engineering Molecular Cell Biology. Lecture 02: Structural and Functional Organization of

BME 42-620 Engineering Molecular Cell Biology. Lecture 02: Structural and Functional Organization of BME 42-620 Engineering Molecular Cell Biology Lecture 02: Structural and Functional Organization of Eukaryotic Cells BME42-620 Lecture 02, September 01, 2011 1 Outline A brief review of the previous lecture

More information

AP BIOLOGY 2009 SCORING GUIDELINES

AP BIOLOGY 2009 SCORING GUIDELINES AP BIOLOGY 2009 SCORING GUIDELINES Question 4 The flow of genetic information from DNA to protein in eukaryotic cells is called the central dogma of biology. (a) Explain the role of each of the following

More information

Gene mutation and molecular medicine Chapter 15

Gene mutation and molecular medicine Chapter 15 Gene mutation and molecular medicine Chapter 15 Lecture Objectives What Are Mutations? How Are DNA Molecules and Mutations Analyzed? How Do Defective Proteins Lead to Diseases? What DNA Changes Lead to

More information

Organelle Speed Dating Game Instructions and answers for teachers

Organelle Speed Dating Game Instructions and answers for teachers Organelle Speed Dating Game Instructions and answers for teachers These instructions should accompany the OCR resources GCSE (9 1) Combined Science 21 st Century Science B Organelle Speed Dating Game learner

More information

Hidden Markov Models in Bioinformatics. By Máthé Zoltán Kőrösi Zoltán 2006

Hidden Markov Models in Bioinformatics. By Máthé Zoltán Kőrösi Zoltán 2006 Hidden Markov Models in Bioinformatics By Máthé Zoltán Kőrösi Zoltán 2006 Outline Markov Chain HMM (Hidden Markov Model) Hidden Markov Models in Bioinformatics Gene Finding Gene Finding Model Viterbi algorithm

More information

Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question.

Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question. Name: Class: Date: Chapter 17 Practice Multiple Choice Identify the choice that best completes the statement or answers the question. 1. The correct order for the levels of Linnaeus's classification system,

More information

MCAS Biology. Review Packet

MCAS Biology. Review Packet MCAS Biology Review Packet 1 Name Class Date 1. Define organic. THE CHEMISTRY OF LIFE 2. All living things are made up of 6 essential elements: SPONCH. Name the six elements of life. S N P C O H 3. Elements

More information

Today you will extract DNA from some of your cells and learn more about DNA. Extracting DNA from Your Cells

Today you will extract DNA from some of your cells and learn more about DNA. Extracting DNA from Your Cells DNA Based on and adapted from the Genetic Science Learning Center s How to Extract DNA from Any Living Thing (http://learn.genetics.utah.edu/units/activities/extraction/) and BioRad s Genes in a bottle

More information

Central Dogma. Lecture 10. Discussing DNA replication. DNA Replication. DNA mutation and repair. Transcription

Central Dogma. Lecture 10. Discussing DNA replication. DNA Replication. DNA mutation and repair. Transcription Central Dogma transcription translation DNA RNA Protein replication Discussing DNA replication (Nucleus of eukaryote, cytoplasm of prokaryote) Recall Replication is semi-conservative and bidirectional

More information

Bob Jesberg. Boston, MA April 3, 2014

Bob Jesberg. Boston, MA April 3, 2014 DNA, Replication and Transcription Bob Jesberg NSTA Conference Boston, MA April 3, 2014 1 Workshop Agenda Looking at DNA and Forensics The DNA, Replication i and Transcription i Set DNA Ladder The Double

More information

PRESTWICK ACADEMY NATIONAL 5 BIOLOGY CELL BIOLOGY SUMMARY

PRESTWICK ACADEMY NATIONAL 5 BIOLOGY CELL BIOLOGY SUMMARY Name PRESTWICK ACADEMY NATIONAL 5 BIOLOGY CELL BIOLOGY SUMMARY Cell Structure Identify animal, plant, fungal and bacterial cell ultrastructure and know the structures functions. Plant cell Animal cell

More information

Control of Gene Expression

Control of Gene Expression Control of Gene Expression What is Gene Expression? Gene expression is the process by which informa9on from a gene is used in the synthesis of a func9onal gene product. What is Gene Expression? Figure

More information

Biology Final Exam Study Guide: Semester 2

Biology Final Exam Study Guide: Semester 2 Biology Final Exam Study Guide: Semester 2 Questions 1. Scientific method: What does each of these entail? Investigation and Experimentation Problem Hypothesis Methods Results/Data Discussion/Conclusion

More information

Given these characteristics of life, which of the following objects is considered a living organism? W. X. Y. Z.

Given these characteristics of life, which of the following objects is considered a living organism? W. X. Y. Z. Cell Structure and Organization 1. All living things must possess certain characteristics. They are all composed of one or more cells. They can grow, reproduce, and pass their genes on to their offspring.

More information

Control of Gene Expression

Control of Gene Expression Home Gene Regulation Is Necessary? Control of Gene Expression By switching genes off when they are not needed, cells can prevent resources from being wasted. There should be natural selection favoring

More information

agucacaaacgcu agugcuaguuua uaugcagucuua

agucacaaacgcu agugcuaguuua uaugcagucuua RNA Secondary Structure Prediction: The Co-transcriptional effect on RNA folding agucacaaacgcu agugcuaguuua uaugcagucuua By Conrad Godfrey Abstract RNA secondary structure prediction is an area of bioinformatics

More information

Lecture Overview. Hydrogen Bonds. Special Properties of Water Molecules. Universal Solvent. ph Scale Illustrated. special properties of water

Lecture Overview. Hydrogen Bonds. Special Properties of Water Molecules. Universal Solvent. ph Scale Illustrated. special properties of water Lecture Overview special properties of water > water as a solvent > ph molecules of the cell > properties of carbon > carbohydrates > lipids > proteins > nucleic acids Hydrogen Bonds polarity of water

More information

Appendix 2 Molecular Biology Core Curriculum. Websites and Other Resources

Appendix 2 Molecular Biology Core Curriculum. Websites and Other Resources Appendix 2 Molecular Biology Core Curriculum Websites and Other Resources Chapter 1 - The Molecular Basis of Cancer 1. Inside Cancer http://www.insidecancer.org/ From the Dolan DNA Learning Center Cold

More information

Specific problems. The genetic code. The genetic code. Adaptor molecules match amino acids to mrna codons

Specific problems. The genetic code. The genetic code. Adaptor molecules match amino acids to mrna codons Tutorial II Gene expression: mrna translation and protein synthesis Piergiorgio Percipalle, PhD Program Control of gene transcription and RNA processing mrna translation and protein synthesis KAROLINSKA

More information

2006 7.012 Problem Set 3 KEY

2006 7.012 Problem Set 3 KEY 2006 7.012 Problem Set 3 KEY Due before 5 PM on FRIDAY, October 13, 2006. Turn answers in to the box outside of 68-120. PLEASE WRITE YOUR ANSWERS ON THIS PRINTOUT. 1. Which reaction is catalyzed by each

More information

NO CALCULATORS OR CELL PHONES ALLOWED

NO CALCULATORS OR CELL PHONES ALLOWED Biol 205 Exam 1 TEST FORM A Spring 2008 NAME Fill out both sides of the Scantron Sheet. On Side 2 be sure to indicate that you have TEST FORM A The answers to Part I should be placed on the SCANTRON SHEET.

More information

Chapter 3 Molecules of Cells

Chapter 3 Molecules of Cells Bio 100 Molecules of cells 1 Chapter 3 Molecules of Cells Compounds containing carbon are called organic compounds Molecules such as methane that are only composed of carbon and hydrogen are called hydrocarbons

More information

2007 7.013 Problem Set 1 KEY

2007 7.013 Problem Set 1 KEY 2007 7.013 Problem Set 1 KEY Due before 5 PM on FRIDAY, February 16, 2007. Turn answers in to the box outside of 68-120. PLEASE WRITE YOUR ANSWERS ON THIS PRINTOUT. 1. Where in a eukaryotic cell do you

More information

Teacher Guide: Have Your DNA and Eat It Too ACTIVITY OVERVIEW. http://gslc.genetics.utah.edu

Teacher Guide: Have Your DNA and Eat It Too ACTIVITY OVERVIEW. http://gslc.genetics.utah.edu ACTIVITY OVERVIEW Abstract: Students build an edible model of DNA while learning basic DNA structure and the rules of base pairing. Module: The Basics and Beyond Prior Knowledge Needed: DNA contains heritable

More information

Proteins and Nucleic Acids

Proteins and Nucleic Acids Proteins and Nucleic Acids Chapter 5 Macromolecules: Proteins Proteins Most structurally & functionally diverse group of biomolecules. : o Involved in almost everything o Enzymes o Structure (keratin,

More information

Appendix C DNA Replication & Mitosis

Appendix C DNA Replication & Mitosis K.Muma Bio 6 Appendix C DNA Replication & Mitosis Study Objectives: Appendix C: DNA replication and Mitosis 1. Describe the structure of DNA and where it is found. 2. Explain complimentary base pairing:

More information

Gene Models & Bed format: What they represent.

Gene Models & Bed format: What they represent. GeneModels&Bedformat:Whattheyrepresent. Gene models are hypotheses about the structure of transcripts produced by a gene. Like all models, they may be correct, partly correct, or entirely wrong. Typically,

More information

Kaustubha Qanungo Ph.D Biological Sciences Trident Technical College 7000 Rivers Avenue Charleston SC 29464

Kaustubha Qanungo Ph.D Biological Sciences Trident Technical College 7000 Rivers Avenue Charleston SC 29464 Call for action: Paradigm shift in teaching microbiology in a community colleges Kaustubha Qanungo Ph.D Biological Sciences Trident Technical College 7000 Rivers Avenue Charleston SC 29464 Project Course:

More information