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

Size: px
Start display at page:

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

Transcription

1 Algorithms in Computational Biology (236522) spring 2008 Lecture #1 Lecturer: Shlomo Moran, Taub 639, tel 4363 Office hours: 15:30-16:30/by appointment TA: Ilan Gronau, Taub 700, tel 4894 Office hours:?? Lecture: Monday 12:30-14:30, Taub 5 Tutorial: Tuesday 9:30-10:30, Taub 4 url: webcourse.cs.technion.ac.il/~cs 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

2 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 7/9/2008 Moed B 3/11/2008 2

3 Bibliography Biological Sequence Analysis, R.Durbin et al., Cambridge University Press, 1998 Introduction to Molecular Biology, J. Setubal, J. Meidanis, PWS publishing Company, 1997 Bioinformatics, A. Polanski & M. Kimmel, Springer (2007) 3

4 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

5 Relations to Some Other Courses Bioinformatics Software (cs236523). The course Introduction to Bioinformatics covers practical aspects and hands on experience with many web-based bioinformatics programs. Albeit not a formal requirement, it is recommended that you look on the web site and examine the relevant software. Bioinformatics algorithms (cs236522). This is the current course which focuses on modeling some bioinformatics problems and presents algorithms for their solution. Bioinformatics project (cs236524). Developing bioinformatics tools under close guidance. 5

6 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 (more details in the course site) 6

7 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. 7

8 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

9 Exponential growth of biological information : growth of sequences, structures, and literature. 9

10 Four Aspects Biological What is the task? Algorithmic How to perform the task at hand efficiently? Learning How to adapt/estimate/learn parameters and models describing the task from examples Statistics How to differentiate true phenomena from artifacts 10

11 Example: Sequence Comparison Biological Evolution preserves sequences, thus similar genes might have similar function Algorithmic Consider all ways to align one sequence against another Learning How do we define similar sequences? Use examples to define similarity Statistics When we compare to ~10 6 sequences, what is a random match and what is true one 11

12 Course Goals Learning about computational tools for (primarily) molecular biology. Describe 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

13 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

14 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 spring 2007 Semester, and can be found in the site of that semester. Updated presentations will be uploaded to the course site before the lectures. 14

15 Topics III (if time allows) Protein World: How proteins fold - secondary & tertiary structure How to predict protein folds from sequences data How to analyze proteins changes from raw experimental measurements (MassSpec) 15

16 Human Genome Most human cells contain 46 chromosomes: 2 sex chromosomes (X,Y): XY in males. XX in females. 22 pairs of chromosomes named autosomes. 16

17 DNA Organization 17 Source: Alberts et al

18 The Double Helix 18 Source: Alberts et al

19 Four nucleotide types: Adenine Guanine Cytosine Thymine DNA Components Hydrogen bonds (electrostatic connection): A-T C-G 19

20 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

21 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

22 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

23 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

24 Example: Tissues in Stomach How is this variety encoded and expressed? 24

25 Central Dogma Transcription תרגום שעתוק Translation Gene mrna Protein cells express different subset of the genes In different tissues and under different conditions 25

26 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

27 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

28 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

29 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

30 Genetic Code There are 20 amino acids from which proteins are build. 30

31 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

32 Protein Structure 32

33 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

34 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

35 The Tree of Life 35 Source: Alberts et al

36 Example of a graph theoretic problem related to evolution trees: the perfect phylogeny problem 36

37 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

38 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

39 Another tree for the same character Which tree is more reasonable? A C B D = No teeth = teeth 39

40 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. 40

41 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. 41

42 42

43 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

44 A character is Homoplasy Free The corresponding coloring is convex (each color induces a connected subtree) 44

45 A partial coloring is convex if it can be completed to a (total) convex coloring 45

46 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

47 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

Computational Biology: Basics & Interesting Problems

Computational Biology: Basics & Interesting Problems Computational Biology: Basics & Interesting Problems Summary Sources of information Biological concepts: structure & terminology Sequencing Gene finding Protein structure prediction Sources of information

More information

Lesson Overview. Ribosomes and Protein Synthesis 13.2

Lesson Overview. Ribosomes and Protein Synthesis 13.2 13.2 The Genetic Code The first step in decoding genetic messages is to transcribe a nucleotide base sequence from DNA to mrna. This transcribed information contains a code for making proteins. The Genetic

More information

BME 5742 Biosystems Modeling and Control

BME 5742 Biosystems Modeling and Control BME 5742 Biosystems Modeling and Control Lecture 24 Unregulated Gene Expression Model Dr. Zvi Roth (FAU) 1 The genetic material inside a cell, encoded in its DNA, governs the response of a cell to various

More information

Bio 1B Lecture Outline (please print and bring along) Fall, 2007

Bio 1B Lecture Outline (please print and bring along) Fall, 2007 Bio 1B Lecture Outline (please print and bring along) Fall, 2007 B.D. Mishler, Dept. of Integrative Biology 2-6810, bmishler@berkeley.edu Evolution lecture #5 -- Molecular genetics and molecular evolution

More information

Objective 3.01 (DNA, RNA and Protein Synthesis)

Objective 3.01 (DNA, RNA and Protein Synthesis) Objective 3.01 (DNA, RNA and Protein Synthesis) DNA Structure o Discovered by Watson and Crick o Double-stranded o Shape is a double helix (twisted ladder) o Made of chains of nucleotides: o Has four types

More information

Newly made RNA is called primary transcript and is modified in three ways before leaving the nucleus:

Newly made RNA is called primary transcript and is modified in three ways before leaving the nucleus: m Eukaryotic mrna processing Newly made RNA is called primary transcript and is modified in three ways before leaving the nucleus: Cap structure a modified guanine base is added to the 5 end. Poly-A tail

More information

UNIT 5. Protein Synthesis 11/22/16

UNIT 5. Protein Synthesis 11/22/16 UNIT 5 Protein Synthesis IV. Transcription (8.4) A. RNA carries DNA s instruction 1. Francis Crick defined the central dogma of molecular biology a. Replication copies DNA b. Transcription converts DNA

More information

Translation Part 2 of Protein Synthesis

Translation Part 2 of Protein Synthesis Translation Part 2 of Protein Synthesis IN: How is transcription like making a jello mold? (be specific) What process does this diagram represent? A. Mutation B. Replication C.Transcription D.Translation

More information

2012 Univ Aguilera Lecture. Introduction to Molecular and Cell Biology

2012 Univ Aguilera Lecture. Introduction to Molecular and Cell Biology 2012 Univ. 1301 Aguilera Lecture Introduction to Molecular and Cell Biology Molecular biology seeks to understand the physical and chemical basis of life. and helps us answer the following? What is the

More information

Introduction to Molecular and Cell Biology

Introduction to Molecular and Cell Biology Introduction to Molecular and Cell Biology Molecular biology seeks to understand the physical and chemical basis of life. and helps us answer the following? What is the molecular basis of disease? What

More information

Related Courses He who asks is a fool for five minutes, but he who does not ask remains a fool forever.

Related Courses He who asks is a fool for five minutes, but he who does not ask remains a fool forever. CSE 527 Computational Biology http://www.cs.washington.edu/527 Lecture 1: Overview & Bio Review Autumn 2004 Larry Ruzzo Related Courses He who asks is a fool for five minutes, but he who does not ask remains

More information

RNA & PROTEIN SYNTHESIS. Making Proteins Using Directions From DNA

RNA & PROTEIN SYNTHESIS. Making Proteins Using Directions From DNA RNA & PROTEIN SYNTHESIS Making Proteins Using Directions From DNA RNA & Protein Synthesis v Nitrogenous bases in DNA contain information that directs protein synthesis v DNA remains in nucleus v in order

More information

Videos. Bozeman, transcription and translation: https://youtu.be/h3b9arupxzg Crashcourse: Transcription and Translation - https://youtu.

Videos. Bozeman, transcription and translation: https://youtu.be/h3b9arupxzg Crashcourse: Transcription and Translation - https://youtu. Translation Translation Videos Bozeman, transcription and translation: https://youtu.be/h3b9arupxzg Crashcourse: Transcription and Translation - https://youtu.be/itsb2sqr-r0 Translation Translation The

More information

Chapters 12&13 Notes: DNA, RNA & Protein Synthesis

Chapters 12&13 Notes: DNA, RNA & Protein Synthesis Chapters 12&13 Notes: DNA, RNA & Protein Synthesis Name Period Words to Know: nucleotides, DNA, complementary base pairing, replication, genes, proteins, mrna, rrna, trna, transcription, translation, codon,

More information

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

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

More information

Multiple Choice Review- Eukaryotic Gene Expression

Multiple Choice Review- Eukaryotic Gene Expression Multiple Choice Review- Eukaryotic Gene Expression 1. Which of the following is the Central Dogma of cell biology? a. DNA Nucleic Acid Protein Amino Acid b. Prokaryote Bacteria - Eukaryote c. Atom Molecule

More information

Introduction to molecular biology. Mitesh Shrestha

Introduction to molecular biology. Mitesh Shrestha Introduction to molecular biology Mitesh Shrestha Molecular biology: definition Molecular biology is the study of molecular underpinnings of the process of replication, transcription and translation of

More information

GENETICS - CLUTCH CH.1 INTRODUCTION TO GENETICS.

GENETICS - CLUTCH CH.1 INTRODUCTION TO GENETICS. !! www.clutchprep.com CONCEPT: HISTORY OF GENETICS The earliest use of genetics was through of plants and animals (8000-1000 B.C.) Selective breeding (artificial selection) is the process of breeding organisms

More information

1. In most cases, genes code for and it is that

1. In most cases, genes code for and it is that Name Chapter 10 Reading Guide From DNA to Protein: Gene Expression Concept 10.1 Genetics Shows That Genes Code for Proteins 1. In most cases, genes code for and it is that determine. 2. Describe what Garrod

More information

Protein Synthesis. Unit 6 Goal: Students will be able to describe the processes of transcription and translation.

Protein Synthesis. Unit 6 Goal: Students will be able to describe the processes of transcription and translation. Protein Synthesis Unit 6 Goal: Students will be able to describe the processes of transcription and translation. Types of RNA Messenger RNA (mrna) makes a copy of DNA, carries instructions for making proteins,

More information

GENE ACTIVITY Gene structure Transcription Transcript processing mrna transport mrna stability Translation Posttranslational modifications

GENE ACTIVITY Gene structure Transcription Transcript processing mrna transport mrna stability Translation Posttranslational modifications 1 GENE ACTIVITY Gene structure Transcription Transcript processing mrna transport mrna stability Translation Posttranslational modifications 2 DNA Promoter Gene A Gene B Termination Signal Transcription

More information

GCD3033:Cell Biology. Transcription

GCD3033:Cell Biology. Transcription Transcription Transcription: DNA to RNA A) production of complementary strand of DNA B) RNA types C) transcription start/stop signals D) Initiation of eukaryotic gene expression E) transcription factors

More information

Chapter 17. From Gene to Protein. Biology Kevin Dees

Chapter 17. From Gene to Protein. Biology Kevin Dees Chapter 17 From Gene to Protein DNA The information molecule Sequences of bases is a code DNA organized in to chromosomes Chromosomes are organized into genes What do the genes actually say??? Reflecting

More information

Boolean models of gene regulatory networks. Matthew Macauley Math 4500: Mathematical Modeling Clemson University Spring 2016

Boolean models of gene regulatory networks. Matthew Macauley Math 4500: Mathematical Modeling Clemson University Spring 2016 Boolean models of gene regulatory networks Matthew Macauley Math 4500: Mathematical Modeling Clemson University Spring 2016 Gene expression Gene expression is a process that takes gene info and creates

More information

Biology I Fall Semester Exam Review 2014

Biology I Fall Semester Exam Review 2014 Biology I Fall Semester Exam Review 2014 Biomolecules and Enzymes (Chapter 2) 8 questions Macromolecules, Biomolecules, Organic Compunds Elements *From the Periodic Table of Elements Subunits Monomers,

More information

Number of questions TEK (Learning Target) Biomolecules & Enzymes

Number of questions TEK (Learning Target) Biomolecules & Enzymes Unit Biomolecules & Enzymes Number of questions TEK (Learning Target) on Exam 8 questions 9A I can compare and contrast the structure and function of biomolecules. 9C I know the role of enzymes and how

More information

Protein Synthesis. Unit 6 Goal: Students will be able to describe the processes of transcription and translation.

Protein Synthesis. Unit 6 Goal: Students will be able to describe the processes of transcription and translation. Protein Synthesis Unit 6 Goal: Students will be able to describe the processes of transcription and translation. Protein Synthesis: Protein synthesis uses the information in genes to make proteins. 2 Steps

More information

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME MATHEMATICAL MODELING AND THE HUMAN GENOME Hilary S. Booth Australian National University, Australia Keywords: Human genome, DNA, bioinformatics, sequence analysis, evolution. Contents 1. Introduction:

More information

AQA Biology A-level. relationships between organisms. Notes.

AQA Biology A-level. relationships between organisms. Notes. AQA Biology A-level Topic 4: Genetic information, variation and relationships between organisms Notes DNA, genes and chromosomes Both DNA and RNA carry information, for instance DNA holds genetic information

More information

Genomes and Their Evolution

Genomes and Their Evolution Chapter 21 Genomes and Their Evolution PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from

More information

GENETICS UNIT VOCABULARY CHART. Word Definition Word Part Visual/Mnemonic Related Words 1. adenine Nitrogen base, pairs with thymine in DNA and uracil

GENETICS UNIT VOCABULARY CHART. Word Definition Word Part Visual/Mnemonic Related Words 1. adenine Nitrogen base, pairs with thymine in DNA and uracil Word Definition Word Part Visual/Mnemonic Related Words 1. adenine Nitrogen base, pairs with thymine in DNA and uracil in RNA 2. allele One or more alternate forms of a gene Example: P = Dominant (purple);

More information

Full file at CHAPTER 2 Genetics

Full file at   CHAPTER 2 Genetics CHAPTER 2 Genetics MULTIPLE CHOICE 1. Chromosomes are a. small linear bodies. b. contained in cells. c. replicated during cell division. 2. A cross between true-breeding plants bearing yellow seeds produces

More information

From gene to protein. Premedical biology

From gene to protein. Premedical biology From gene to protein Premedical biology Central dogma of Biology, Molecular Biology, Genetics transcription replication reverse transcription translation DNA RNA Protein RNA chemically similar to DNA,

More information

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 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

What is the central dogma of biology?

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

More information

Honors Biology Fall Final Exam Study Guide

Honors Biology Fall Final Exam Study Guide Honors Biology Fall Final Exam Study Guide Helpful Information: Exam has 100 multiple choice questions. Be ready with pencils and a four-function calculator on the day of the test. Review ALL vocabulary,

More information

What Organelle Makes Proteins According To The Instructions Given By Dna

What Organelle Makes Proteins According To The Instructions Given By Dna What Organelle Makes Proteins According To The Instructions Given By Dna This is because it contains the information needed to make proteins. assemble enzymes and other proteins according to the directions

More information

week: 4 Date: Microscopes Cell Structure Cell Function Standards None 1b, 1h 1b, 1h, 4f, 5a 1a, 1c, 1d, 1e, 1g, 1j

week: 4 Date: Microscopes Cell Structure Cell Function Standards None 1b, 1h 1b, 1h, 4f, 5a 1a, 1c, 1d, 1e, 1g, 1j July, 2004 week: 1 Topics Course introduction Lab Safety week: 2 Introduction to chemistry Chapter summarizing Note Taking week: 3 Biochemistry: Compounds of life week: 4 Microscopes Cell Structure Cell

More information

Sugars, such as glucose or fructose are the basic building blocks of more complex carbohydrates. Which of the following

Sugars, such as glucose or fructose are the basic building blocks of more complex carbohydrates. Which of the following Name: Score: / Quiz 2 on Lectures 3 &4 Part 1 Sugars, such as glucose or fructose are the basic building blocks of more complex carbohydrates. Which of the following foods is not a significant source of

More information

LIFE SCIENCE CHAPTER 5 & 6 FLASHCARDS

LIFE SCIENCE CHAPTER 5 & 6 FLASHCARDS LIFE SCIENCE CHAPTER 5 & 6 FLASHCARDS Why were ratios important in Mendel s work? A. They showed that heredity does not follow a set pattern. B. They showed that some traits are never passed on. C. They

More information

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

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

More information

Types of RNA. 1. Messenger RNA(mRNA): 1. Represents only 5% of the total RNA in the cell.

Types of RNA. 1. Messenger RNA(mRNA): 1. Represents only 5% of the total RNA in the cell. RNAs L.Os. Know the different types of RNA & their relative concentration Know the structure of each RNA Understand their functions Know their locations in the cell Understand the differences between prokaryotic

More information

Notes Chapter 4 Cell Reproduction. That cell divided and becomes two, two become four, four become eight, and so on.

Notes Chapter 4 Cell Reproduction. That cell divided and becomes two, two become four, four become eight, and so on. 4.1 Cell Division and Mitosis Many organisms start as one cell. Notes Chapter 4 Cell Reproduction That cell divided and becomes two, two become four, four become eight, and so on. Many-celled organisms,

More information

Bioinformatics Chapter 1. Introduction

Bioinformatics Chapter 1. Introduction Bioinformatics Chapter 1. Introduction Outline! Biological Data in Digital Symbol Sequences! Genomes Diversity, Size, and Structure! Proteins and Proteomes! On the Information Content of Biological Sequences!

More information

CHAPTER 3. Cell Structure and Genetic Control. Chapter 3 Outline

CHAPTER 3. Cell Structure and Genetic Control. Chapter 3 Outline CHAPTER 3 Cell Structure and Genetic Control Chapter 3 Outline Plasma Membrane Cytoplasm and Its Organelles Cell Nucleus and Gene Expression Protein Synthesis and Secretion DNA Synthesis and Cell Division

More information

Chapter 002 The Chemistry of Biology

Chapter 002 The Chemistry of Biology Chapter 002 The Chemistry of Biology Multiple Choice Questions 1. Anything that occupies space and has mass is called A. Atomic B. Living C. Matter D. Energy E. Space 2. The electrons of an atom are A.

More information

PROTEIN SYNTHESIS INTRO

PROTEIN SYNTHESIS INTRO MR. POMERANTZ Page 1 of 6 Protein synthesis Intro. Use the text book to help properly answer the following questions 1. RNA differs from DNA in that RNA a. is single-stranded. c. contains the nitrogen

More information

Quiz answers. Allele. BIO 5099: Molecular Biology for Computer Scientists (et al) Lecture 17: The Quiz (and back to Eukaryotic DNA)

Quiz answers. Allele. BIO 5099: Molecular Biology for Computer Scientists (et al) Lecture 17: The Quiz (and back to Eukaryotic DNA) BIO 5099: Molecular Biology for Computer Scientists (et al) Lecture 17: The Quiz (and back to Eukaryotic DNA) http://compbio.uchsc.edu/hunter/bio5099 Larry.Hunter@uchsc.edu Quiz answers Kinase: An enzyme

More information

Big Idea 1: Does the process of evolution drive the diversity and unit of life?

Big Idea 1: Does the process of evolution drive the diversity and unit of life? AP Biology Syllabus 2016-2017 Course Overview: AP Biology is equivalent to an introductory college level biology program in order to develop student led inquiry into science. The class is designed to go

More information

MIP543 RNA Biology Fall 2015

MIP543 RNA Biology Fall 2015 MIP543 RNA Biology Fall 2015 Credits: 3 Term Offered: Day and Time: Fall (odd years) Mondays and Wednesdays, 4:00-5:15 pm Classroom: MRB 123 Course Instructor: Dr. Jeffrey Wilusz, Professor, MIP Office:

More information

Molecular Biology - Translation of RNA to make Protein *

Molecular Biology - Translation of RNA to make Protein * OpenStax-CNX module: m49485 1 Molecular Biology - Translation of RNA to make Protein * Jerey Mahr Based on Translation by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative

More information

Biology Semester 2 Final Review

Biology Semester 2 Final Review Name Period Due Date: 50 HW Points Biology Semester 2 Final Review LT 15 (Proteins and Traits) Proteins express inherited traits and carry out most cell functions. 1. Give examples of structural and functional

More information

Organization of Genes Differs in Prokaryotic and Eukaryotic DNA Chapter 10 p

Organization of Genes Differs in Prokaryotic and Eukaryotic DNA Chapter 10 p Organization of Genes Differs in Prokaryotic and Eukaryotic DNA Chapter 10 p.110-114 Arrangement of information in DNA----- requirements for RNA Common arrangement of protein-coding genes in prokaryotes=

More information

9/11/18. Molecular and Cellular Biology. 3. The Cell From Genes to Proteins. key processes

9/11/18. Molecular and Cellular Biology. 3. The Cell From Genes to Proteins. key processes Molecular and Cellular Biology Animal Cell ((eukaryotic cell) -----> compare with prokaryotic cell) ENDOPLASMIC RETICULUM (ER) Rough ER Smooth ER Flagellum Nuclear envelope Nucleolus NUCLEUS Chromatin

More information

BIOLOGY STANDARDS BASED RUBRIC

BIOLOGY STANDARDS BASED RUBRIC BIOLOGY STANDARDS BASED RUBRIC STUDENTS WILL UNDERSTAND THAT THE FUNDAMENTAL PROCESSES OF ALL LIVING THINGS DEPEND ON A VARIETY OF SPECIALIZED CELL STRUCTURES AND CHEMICAL PROCESSES. First Semester Benchmarks:

More information

From Gene to Protein

From Gene to Protein From Gene to Protein Gene Expression Process by which DNA directs the synthesis of a protein 2 stages transcription translation All organisms One gene one protein 1. Transcription of DNA Gene Composed

More information

9/2/17. Molecular and Cellular Biology. 3. The Cell From Genes to Proteins. key processes

9/2/17. Molecular and Cellular Biology. 3. The Cell From Genes to Proteins. key processes Molecular and Cellular Biology Animal Cell ((eukaryotic cell) -----> compare with prokaryotic cell) ENDOPLASMIC RETICULUM (ER) Rough ER Smooth ER Flagellum Nuclear envelope Nucleolus NUCLEUS Chromatin

More information

Lecture 5. How DNA governs protein synthesis. Primary goal: How does sequence of A,G,T, and C specify the sequence of amino acids in a protein?

Lecture 5. How DNA governs protein synthesis. Primary goal: How does sequence of A,G,T, and C specify the sequence of amino acids in a protein? Lecture 5 (FW) February 4, 2009 Translation, trna adaptors, and the code Reading.Chapters 8 and 9 Lecture 5. How DNA governs protein synthesis. Primary goal: How does sequence of A,G,T, and C specify the

More information

Study Guide: Fall Final Exam H O N O R S B I O L O G Y : U N I T S 1-5

Study Guide: Fall Final Exam H O N O R S B I O L O G Y : U N I T S 1-5 Study Guide: Fall Final Exam H O N O R S B I O L O G Y : U N I T S 1-5 Directions: The list below identifies topics, terms, and concepts that will be addressed on your Fall Final Exam. This list should

More information

Translation. Genetic code

Translation. Genetic code Translation Genetic code If genes are segments of DNA and if DNA is just a string of nucleotide pairs, then how does the sequence of nucleotide pairs dictate the sequence of amino acids in proteins? Simple

More information

Bio 101 General Biology 1

Bio 101 General Biology 1 Revised: Fall 2016 Bio 101 General Biology 1 COURSE OUTLINE Prerequisites: Prerequisite: Successful completion of MTE 1, 2, 3, 4, and 5, and a placement recommendation for ENG 111, co-enrollment in ENF

More information

Flow of Genetic Information

Flow of Genetic Information presents Flow of Genetic Information A Montagud E Navarro P Fernández de Córdoba JF Urchueguía Elements Nucleic acid DNA RNA building block structure & organization genome building block types Amino acid

More information

STRUCTURAL BIOINFORMATICS I. Fall 2015

STRUCTURAL BIOINFORMATICS I. Fall 2015 STRUCTURAL BIOINFORMATICS I Fall 2015 Info Course Number - Classification: Biology 5411 Class Schedule: Monday 5:30-7:50 PM, SERC Room 456 (4 th floor) Instructors: Vincenzo Carnevale - SERC, Room 704C;

More information

10-810: Advanced Algorithms and Models for Computational Biology. microrna and Whole Genome Comparison

10-810: Advanced Algorithms and Models for Computational Biology. microrna and Whole Genome Comparison 10-810: Advanced Algorithms and Models for Computational Biology microrna and Whole Genome Comparison Central Dogma: 90s Transcription factors DNA transcription mrna translation Proteins Central Dogma:

More information

Virginia Western Community College BIO 101 General Biology I

Virginia Western Community College BIO 101 General Biology I BIO 101 General Biology I Prerequisites Successful completion of MTE 1, 2, 3, 4, and 5; and a placement recommendation for ENG 111, co-enrollment in ENF 3/ENG 111, or successful completion of all developmental

More information

Honors Biology Reading Guide Chapter 11

Honors Biology Reading Guide Chapter 11 Honors Biology Reading Guide Chapter 11 v Promoter a specific nucleotide sequence in DNA located near the start of a gene that is the binding site for RNA polymerase and the place where transcription begins

More information

Darwin's theory of natural selection, its rivals, and cells. Week 3 (finish ch 2 and start ch 3)

Darwin's theory of natural selection, its rivals, and cells. Week 3 (finish ch 2 and start ch 3) Darwin's theory of natural selection, its rivals, and cells Week 3 (finish ch 2 and start ch 3) 1 Historical context Discovery of the new world -new observations challenged long-held views -exposure to

More information

Proteomics. 2 nd semester, Department of Biotechnology and Bioinformatics Laboratory of Nano-Biotechnology and Artificial Bioengineering

Proteomics. 2 nd semester, Department of Biotechnology and Bioinformatics Laboratory of Nano-Biotechnology and Artificial Bioengineering Proteomics 2 nd semester, 2013 1 Text book Principles of Proteomics by R. M. Twyman, BIOS Scientific Publications Other Reference books 1) Proteomics by C. David O Connor and B. David Hames, Scion Publishing

More information

Biomolecules. Energetics in biology. Biomolecules inside the cell

Biomolecules. Energetics in biology. Biomolecules inside the cell Biomolecules Energetics in biology Biomolecules inside the cell Energetics in biology The production of energy, its storage, and its use are central to the economy of the cell. Energy may be defined as

More information

MOLECULAR BIOLOGY BIOL 021 SEMESTER 2 (2015) COURSE OUTLINE

MOLECULAR BIOLOGY BIOL 021 SEMESTER 2 (2015) COURSE OUTLINE COURSE OUTLINE 1 COURSE GENERAL INFORMATION 1 Course Title & Course Code Molecular Biology: 2 Credit (Contact hour) 3 (2+1+0) 3 Title(s) of program(s) within which the subject is taught. Preparatory Program

More information

1/23/2012. Atoms. Atoms Atoms - Electron Shells. Chapter 2 Outline. Planetary Models of Elements Chemical Bonds

1/23/2012. Atoms. Atoms Atoms - Electron Shells. Chapter 2 Outline. Planetary Models of Elements Chemical Bonds Chapter 2 Outline Atoms Chemical Bonds Acids, Bases and the p Scale Organic Molecules Carbohydrates Lipids Proteins Nucleic Acids Are smallest units of the chemical elements Composed of protons, neutrons

More information

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

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

More information

Chapter

Chapter Chapter 17 17.4-17.6 Molecular Components of Translation A cell interprets a genetic message and builds a polypeptide The message is a series of codons on mrna The interpreter is called transfer (trna)

More information

Instructor: Dr. Darryl Kropf 203 S. Biology ; please put cell biology in subject line

Instructor: Dr. Darryl Kropf 203 S. Biology ; please put cell biology in subject line Biology 2020 PRINCIPLES OF CELL BIOLOGY Spring 2004 In Principles of Cell Biology, we will explore the structure, function, and evolution of living cells, including prokaryotes (archae and eubacteria)

More information

The Eukaryotic Genome and Its Expression. The Eukaryotic Genome and Its Expression. A. The Eukaryotic Genome. Lecture Series 11

The Eukaryotic Genome and Its Expression. The Eukaryotic Genome and Its Expression. A. The Eukaryotic Genome. Lecture Series 11 The Eukaryotic Genome and Its Expression Lecture Series 11 The Eukaryotic Genome and Its Expression A. The Eukaryotic Genome B. Repetitive Sequences (rem: teleomeres) C. The Structures of Protein-Coding

More information

Chapter 6.2. p

Chapter 6.2. p Chapter 6.2 p. 148-155 Day M T W Th F Question Name Period Weekly Lifeline Using the following template: GTACTTATCGT what is the complementary strand of DNA? B_ Check KICK-OFF LEARNING LOG KICK-OFF Response

More information

Peddie Summer Day School

Peddie Summer Day School Peddie Summer Day School Course Syllabus: BIOLOGY Teacher: Mr. Jeff Tuliszewski Text: Biology by Miller and Levine, Prentice Hall, 2010 edition ISBN 9780133669510 Guided Reading Workbook for Biology ISBN

More information

PHYSICS & BIOLOGY IN MEDICINE 218 RADIOLOGIC FUNCTIONAL ANATOMY. Fall 2017

PHYSICS & BIOLOGY IN MEDICINE 218 RADIOLOGIC FUNCTIONAL ANATOMY. Fall 2017 PHYSICS & BIOLOGY IN MEDICINE 218 RADIOLOGIC FUNCTIONAL ANATOMY Fall 2017 INSTRUCTORS Allan MacKenzie-Graham, PhD Jeff Alger, PhD Neuroscience Research Building 225Z 635 Charles Young Drive Email: amg@ucla.edu

More information

Bio 119 Bacterial Genomics 6/26/10

Bio 119 Bacterial Genomics 6/26/10 BACTERIAL GENOMICS Reading in BOM-12: Sec. 11.1 Genetic Map of the E. coli Chromosome p. 279 Sec. 13.2 Prokaryotic Genomes: Sizes and ORF Contents p. 344 Sec. 13.3 Prokaryotic Genomes: Bioinformatic Analysis

More information

What Mad Pursuit (1988, Ch.5) Francis Crick (1916 ) British molecular Biologist 12 BIOLOGY, CH 1

What Mad Pursuit (1988, Ch.5) Francis Crick (1916 ) British molecular Biologist 12 BIOLOGY, CH 1 1 Almost all aspects of life are engineered at the molecular level, and without understanding molecules we can only have a very sketchy understanding of life itself. What Mad Pursuit (1988, Ch.5) Francis

More information

Early History up to Schedule. Proteins DNA & RNA Schwann and Schleiden Cell Theory Charles Darwin publishes Origin of Species

Early History up to Schedule. Proteins DNA & RNA Schwann and Schleiden Cell Theory Charles Darwin publishes Origin of Species Schedule Bioinformatics and Computational Biology: History and Biological Background (JH) 0.0 he Parsimony criterion GKN.0 Stochastic Models of Sequence Evolution GKN 7.0 he Likelihood criterion GKN 0.0

More information

The Gene The gene; Genes Genes Allele;

The Gene The gene; Genes Genes Allele; Gene, genetic code and regulation of the gene expression, Regulating the Metabolism, The Lac- Operon system,catabolic repression, The Trp Operon system: regulating the biosynthesis of the tryptophan. Mitesh

More information

Notes Chapter 4 Cell Reproduction. That cell divided and becomes two, two become, four become eight, and so on.

Notes Chapter 4 Cell Reproduction. That cell divided and becomes two, two become, four become eight, and so on. Notes Chapter 4 Cell Reproduction 4.1 Cell Division and Mitosis Many organisms start as. That cell divided and becomes two, two become, four become eight, and so on. Many-celled organisms, including you,

More information

Berg Tymoczko Stryer Biochemistry Sixth Edition Chapter 1:

Berg Tymoczko Stryer Biochemistry Sixth Edition Chapter 1: Berg Tymoczko Stryer Biochemistry Sixth Edition Chapter 1: Biochemistry: An Evolving Science Tips on note taking... Remember copies of my lectures are available on my webpage If you forget to print them

More information

Contra Costa College Course Outline

Contra Costa College Course Outline Contra Costa College Course Outline Department & Number: BIOSC 110 Course Title: Introduction to Biological Science Pre-requisite: None Corequisite: None Advisory: None Entry Skill: None Lecture Hours:

More information

Eukaryotic vs. Prokaryotic genes

Eukaryotic vs. Prokaryotic genes BIO 5099: Molecular Biology for Computer Scientists (et al) Lecture 18: Eukaryotic genes http://compbio.uchsc.edu/hunter/bio5099 Larry.Hunter@uchsc.edu Eukaryotic vs. Prokaryotic genes Like in prokaryotes,

More information

Round 1. Mitosis & Meiosis Inheritance (10 questions)

Round 1. Mitosis & Meiosis Inheritance (10 questions) BIO Quiz Game & Midterm Review Rules: Work in groups of 3-4 Put all group members names at top of your paper When asked a question, talk amongst your group, but quietly! You don t want other groups to

More information

Readings Lecture Topics Class Activities Labs Projects Chapter 1: Biology 6 th ed. Campbell and Reese Student Selected Magazine Article

Readings Lecture Topics Class Activities Labs Projects Chapter 1: Biology 6 th ed. Campbell and Reese Student Selected Magazine Article Unit Subtopics and Duration Unit 1: Principles of Science Themes in science Research and Lab techniques 6 days Readings Lecture Topics Class Activities Labs Projects Chapter 1: Biology 6 th ed. Campbell

More information

Biology 2018 Final Review. Miller and Levine

Biology 2018 Final Review. Miller and Levine Biology 2018 Final Review Miller and Levine bones blood cells elements All living things are made up of. cells If a cell of an organism contains a nucleus, the organism is a(n). eukaryote prokaryote plant

More information

BIOLOGY Grades Summer Units: 10 high school credits UC Requirement Category: d. General Description:

BIOLOGY Grades Summer Units: 10 high school credits UC Requirement Category: d. General Description: Summer 2015 Units: 10 high school credits UC Requirement Category: d General Description: BIOLOGY Grades 9-12 Summer session biology will be an intense, fast paced course. Students will gain an understanding

More information

Chapter 1. DNA is made from the building blocks adenine, guanine, cytosine, and. Answer: d

Chapter 1. DNA is made from the building blocks adenine, guanine, cytosine, and. Answer: d Chapter 1 1. Matching Questions DNA is made from the building blocks adenine, guanine, cytosine, and. Answer: d 2. Matching Questions : Unbranched polymer that, when folded into its three-dimensional shape,

More information

Name: SBI 4U. Gene Expression Quiz. Overall Expectation:

Name: SBI 4U. Gene Expression Quiz. Overall Expectation: Gene Expression Quiz Overall Expectation: - Demonstrate an understanding of concepts related to molecular genetics, and how genetic modification is applied in industry and agriculture Specific Expectation(s):

More information

Grundlagen der Bioinformatik Summer semester Lecturer: Prof. Daniel Huson

Grundlagen der Bioinformatik Summer semester Lecturer: Prof. Daniel Huson Grundlagen der Bioinformatik, SS 10, D. Huson, April 12, 2010 1 1 Introduction Grundlagen der Bioinformatik Summer semester 2010 Lecturer: Prof. Daniel Huson Office hours: Thursdays 17-18h (Sand 14, C310a)

More information

Cell Structure and Function

Cell Structure and Function Quarter 2 Review Biology Cell Structure and Function Identify the organelles AND give function of each. 1. 1. 2. 2. 3. 3. 4. 4. 5. Looking at the above diagram, what does the structure labeled 1 do? Why

More information

Computational Biology Course Descriptions 12-14

Computational Biology Course Descriptions 12-14 Computational Biology Course Descriptions 12-14 Course Number and Title INTRODUCTORY COURSES BIO 311C: Introductory Biology I BIO 311D: Introductory Biology II BIO 325: Genetics CH 301: Principles of Chemistry

More information

Los Angeles Valley College. Tentative Biology 03 Syllabus, Section Spring 2016

Los Angeles Valley College. Tentative Biology 03 Syllabus, Section Spring 2016 Los Angeles Valley College Tentative Biology 03 Syllabus, Section 3050 Spring 2016 Instructor: Dr. Shahram Bakhtiari, Adjunct Assistant Professor of Biology Class: AHS 156, Tuesday 6:00 9:10 pm Laboratory:

More information

Regulation of Gene Expression

Regulation of Gene Expression Chapter 18 Regulation of Gene Expression Edited by Shawn Lester PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley

More information

Lesson Overview. Gene Regulation and Expression. Lesson Overview Gene Regulation and Expression

Lesson Overview. Gene Regulation and Expression. Lesson Overview Gene Regulation and Expression 13.4 Gene Regulation and Expression THINK ABOUT IT Think of a library filled with how-to books. Would you ever need to use all of those books at the same time? Of course not. Now picture a tiny bacterium

More information

Biology 112 Practice Midterm Questions

Biology 112 Practice Midterm Questions Biology 112 Practice Midterm Questions 1. Identify which statement is true or false I. Bacterial cell walls prevent osmotic lysis II. All bacterial cell walls contain an LPS layer III. In a Gram stain,

More information

Short Answers Worksheet Grade 6

Short Answers Worksheet Grade 6 Short Answers Worksheet Grade 6 Short Answer 1. What is the role of the nucleolus? 2. What are the two different kinds of endoplasmic reticulum? 3. Name three cell parts that help defend the cell against

More information