BIOLOGICAL PHYSICS MAJOR OPTION QUESTION SHEET 1 - will be covered in 1st of 3 supervisions

Size: px
Start display at page:

Download "BIOLOGICAL PHYSICS MAJOR OPTION QUESTION SHEET 1 - will be covered in 1st of 3 supervisions"

Transcription

1 1 BIOLOGICAL PHYSICS MAJOR OPTION QUESTION SHEET 1 - will be covered in 1st of 3 supervisions MODULE A Lecture 1: Intro and concepts A1 Intro (a) Roughly 2-3 kg of bacteria are in your large intestine. Estimate the number of bacteria that this corresponds to. Estimate the number of human cells in your body, and compare the two figures. (b) Look up estimates of protein density in a cell. Estimate cell volumes for bacteria, yeast and a typical mammalian cell. Work out rough total number of proteins in these cells. (c) Look up rough fractions of protein, RNA, lipids and other classes of molecules in the dry mass of cells. What is a typical water content in a cell? Explore, and keep in mind, the online resource: A2 Growth laws - a numerical exercise on growth dynamics (adapted from BBSRC Sysmic course.) A modified growth model, with similar behaviour to logistic growth, can be developed from the differential equation: where dn/dt = r(n)n, ( N ) 2 ) r(n) = r 0 (1. K For the following use parameters values r 0 = and K = i) Use Matlab or your favorite package to plot dn/dt. ii) Use this plot to infer how the population will change at different values of N. iii) Describe how this plot differs from the equivalent plot for the logistic growth model. iv) Using Matlab (or otherwise!) find the value of N at which the growth rate is a maximum. (Hint: there are two solutions but we require N > 0. ) v) Find the solution of this differential equation, for example using Matlab s dsolve command. vi) Create two figures overlaying plots showing population growth, for the model introduced here and for Logistic growth. Do this for both N 0 = 100 and N 0 = vii) Describe the differences between the graphs. A3 Cell size control Consider the growth control models discussed in the first lecture as examples of physics based models (in this case models based not on stat mech as many others in the course, but trying to tease out consistent mechanisms from data). The added size to a cell is given by a s b +, where s b is the size at birth, 1 < a < 1 is a parameter that distinguishes timer control (a = 1), from adder (a = 0) and sizer (a = 1). > 0 is a fixed added size. Show that in an organism performing symmetric divisions, starting from a cell of arbitrary size s b, the size of its progeny will eventually converge. Find an expression for how this steady state size depends on and a. Advanced: Make some considerations on the speed of convergence (in generations) for varying a. For thought: What experiments are done to study these control mechanisms? Size control is necessary for all populations of dividing cells; do you think the control mechanism will be universal? What might you imagine as being plausible timer and sizer mechanisms at a molecular level? Lecture 2: Numbers in the cell, and Central Dogma A4 Small numbers - (2.7 from [Phillips et al., 2013]) In considering the cell to cell variability, one aspect is the random partitioning of molecules to daughter cells. Derive the result that if there are N molecules, and this partitioning follows purely a random process, then the variance in the number n 1 of the molecules that go to cell 1 is: n 2 1 n 1 2 = N p q, where p is the probability of the molecule going into daughter cell 1, and q = 1 p is the probability of that molecule going to cell 2. If the molecule of interest are fluorescent, and the mother cell has total fluorescence I tot, show that you can expect the variability in the fluorescence of daughter cells (I 1 and I 2 ) to follow: (I 1 I 2 ) 2 = αi tot, where α is a coefficient relating the number of molecules to the fluorescence as I = αn. For thought: what would you think if there was found to be deviations from this last results in experiments? Can you think of plausible complications from purely the experimental side? Can you think or do a quick literature search for possible biological effects? Numerical investigation Can you modify the countingbydilution.m script to plot the distributions of (I 1 I 2 ) 2 for some values of I tot? Do these resemble more closely Gaussian distributions (normals) or log-normal?

2 2 A5 On timing of DNA replication, speed of forks - (3.3 from [Phillips et al., 2013]). dummy text dummy text The electron microscopy image, and the helpful schematic cartoon (both from [Alberts et al., 1994]) show a snapshot in time of replication forks duplicating the genome of a drosophila fly. (a) Estimate the fraction of the total fly genome captured in the micrograph. (The total fly genome is about nucleotide pairs in size.) (b) Extrapolating from this snapshot, estimate the number of DNA polymerase molecules in a eukaryotic cell like this one from drosophila. (c) There are 8 forks in this micrograph. Estimate the lengths of the strands between the forks 4 and 5 counting from the bottom. If a fork moves at a replication speed of about 40 bp/s how long will it take forks 4 and 5 to collide? (d) Given the mean spacing between the forks seen here, estimate how long it will take to replicate the entire genome. A6 Ribosomes - (adapted from 3.4d from [Phillips et al., 2013]) E. coli is growing in a condition where cells divide every 3000 s. If each cell contains typically ribosomes, and assuming no ribosome degradation, how many RNA polymerase molecules must be synthesising rrna (RNA that codes for ribosomes) at any instant? What percentage of RNA polymerase molecules in E. coli are involved in transcribing rrna genes? Lecture 3: Networks A7 General definitions Let G be a graph with n vertices labelled 1, 2, 3,..., n. The adjacency matrix A(G) of G is the n n matrix in which the entry in row i and column j is the number of edges joining the vertices i and j. (a) Write down the adjacency matrix of each of the following graphs: (b) Draw the graph represented by each of the following adjacency matrices: Let D be a digraph (directed graph) with n vertices labelled 1, 2, 3,..., n. The adjacency matrix A(D) of D is the n n matrix in which the entry in row i and column j is the number of arcs (directed arrows ) from vertex i to vertex j. (c) Write down the adjacency matrix of each of the following digraphs:

3 3 (d) (e) Draw the digraph represented by each of the following adjacency matrices: Calculate the clustering coefficients for the red nodes in the graphs below: Convince yourself that the maximum number of edges between k vertices in an undirected graph with no loops is k(k 1)/2. Think: How is this related to a special property of the adjacency matrix? (f) Classify each of the feedforward motifs below as coherent or incoherent (see glossary in notes handout): A8 Numerical network question. (problems 4 and 5, p.219 of [Sneppen and Zocchi, 2005].) Simulate a network that grows with preferential attachment, say at each time step one node with one link is added with probability R new = 0.1, and if not, then only a link between two existing nodes is added. Let the network reach a steady state, by removing nodes plus all their links with small probability (try ɛ 10 3 or Quantify the connectivity distribution. (Optional: Quantify the degree of correlation of the number of links per node, between nearest neighbour nodes. Is this same or different to that of a random graph?) Then, let n(k, t) be the number of nodes with connectivity k at time t. Can you find the analytical expression for the steady-state distribution of n(k) for different values of R new? (TURN OVER

4 4 A9 Thinking about size of regulatory networks, from [Sneppen and Zocchi, 2005] Regulatory genetic networks are essential for epigenetics and thus for multicellular life, but are not essential for life. In fact, there exist prokaryotes with nearly no genetic regulation. The course handout shows a figure for the fraction of regulators as a function of genome size, for a number of prokaryotic organisms. Understand that: If life was just a bunch of independent switches, i.e. if living cells could be understood as composed of a number of modules (genes regulated together) each, for example, associated with a response to a corresponding external situation, then the fraction of regulators would be independent of the number of genes N. If life was simply hierarchical, with each gene controlling a certain number of downstream genes, then again the number of regulators would grow linearly with N. If life would have been controlled using the maximum capacity for combinatoric control, even fewer transcription factors would be necessary. Show that if the regulation of each gene could include all transcription regulators available, then in principle the total state of all genes could be specified with only log 2 (N) regulators. MODULE B Lecture 4: Statistical Physics of Living Systems (Introduction) B10 F and G in Biological systems, 8.4 from [Biological Physics (Updated 1st Edition, P. Nelson, Freeman Press)] (a) Consider a chemical reaction in which a molecule moves from gas to a water solution. At atmospheric pressure each gas molecule occupies a volume of about 22 L/mole, whereas in solution the volume is closer to the volume occupied by a water molecule, or 1/(55 mole/l). Estimate ( V)p, expressing your answer in units of k B T assuming room temperature. (b) Next Consider a reaction in which two molecules in aqueous solution combine to form one. Compare the expected ( V))p to what you found in (a), and comment on why we usually don t need to distinguish between F and G for such reactions. (From : Nelson, Biological Physics) B11 Michaelis-Menten Kinetics Consider the following chemical reaction : E + S k 1 ES k 2 E + P k 1 where E is enzyme, S is substrate, ES is the enzyme-substrate complex, and P is product. Let s assume that the concentration of substrate is much greater than that of total enzyme ([S]» [E t ]) such that it can be treated as a constant. Derive an expression for the steady-state rate of product formation. Lecture 5: Statistical Physics of Living Systems (Multi-State Systems, Monod-Wyman-Changeux Model) B12 Allosteric transitions Explain what is meant by allostery. Enzymes that undergo allosteric transitions are typically composed of a large number of identical subunits. A complex is made of N identical subunits, each of which can bind to a ligand molecule. The ligand occupancy of the ith subunit is given by σ i : σ i = 0, 1 for vacant and occupied subunits respectively. The Monod-Wyman-Changeux (MWC) model for cooperative binding is one of the classic two-state models for binding. In the all-or-none MWC model, the activity s of the entire complex is either active (s = 1) or inactive (s = 0). For the MWC model, the energy of the complex depends on s and the σ i in the following way: H = (E + ɛσσ i )s + µσσ i. E is the energy difference between active and inactive state in the absence of ligand; each occupied subunit enhances the activity by changing the energy of the active state by ɛ < 0; µ is the free energy for ligand binding in either state, µ depends on the ligand concentration and a dissociation constant, K 0, for the inactive state. All energies are in units of the thermal energy k B T. The parameters used in the orignal MWC model are the equilibrium constant L for the transition from the inactive to the active state in the absence of ligand, and the ratio of the dissociation constants for the inactive and active states, C = K 0 /K 1. Show that these are related to the above energy parameters by: exp( E) = L, exp( ɛ) = C, exp( µ) = [L]/K 0, where [L] is the concentration of ligand. Show that the partition function is Z = [ 1 + exp( µ) ]N + exp( E) [ 1 + exp( ɛ µ) ] N and hence that the average activity of the complex is s = L(1 + C[L]/K 0 ) N (1 + [L]/K 0 ) N + L(1 + C[L]/K 0 ) N Lecture 6: Statistical Physics of Living Systems (Dynamics/Diffusion)

5 5 B13 Diffusion Limited Size Some bacteria can be idealised as spheres of radius R. Suppose that such a bacterium is suspended in a lake and that it is aerobic (it needs oxygen to survive). Oxygen is available in the lake at a concentration c 0 except in the immediate surrounding of the bacterium because every oxygen molecule reaching the bacterium is immediately being consumed. Determine the steady-state concentration profile of oxygen and hence show that the rate at which oxygen is absorbed by the bacterium is : k = 4πDRc 0 where D is the diffusion coefficient of oxygen. Evaluate the absorption rate for D = 0.197µm 2 ms 1, R = 1µm, and c 0 = 200 mmm 3. The absorption rate of oxygen increases linearly with R. We might expect, however, that the consumption of oxygen will increase linearly with the volume of the bacterium. This implies that there is an upper limit to the size of a bacterium! If R were too large, the bacterium would literally suffocate. A convenient measure of an organism s overall metabolic activity A is its rate of O 2 consumption divided by its mass. Find the maximum possible metabolic activity of a bacterium of arbitrary radius. The actual metabolic activity of a bacterium is about A = 10mMkg 1 s 1. What limit do you then get on the size of a bacterium (use a reasonable estimate of their mass density)? Compare your answer to the size of real bacteria. What ways do small organisms have to evade this limit? B14 Diffusion Controlled Reaction Rate Randomly diffusing particles are absorbed on the surface of a sphere of radius a. If the concentration of particles a long way from the sphere is maintained at c 0, show that the steady-state concentration profile varies as ( c(r) = c 0 1 a ), r where r is the radial distance from the centre of the sphere. Hence show that the rate at which particles are absorbed the sphere is k = 4πDac 0, (1) where D is the diffusion coefficient of the particles. The globular proteins A and B have diameters a and b. B is an enzyme that binds to A and converts it to a product A. Suppose that there are NA copies of A and only one copy of B in a cell of volume V. Treating the cytoplasm as a medium of viscosity η in which the proteins can freely diffuse, use the previous result show that the fastest rate at which the product can be formed is k = 2 N A k B T (a + b) 2. (2) 3 ηv ab Evaluate this rate for parameter values typical of a bacterial cell: V = m 3, η = 0.1 kgm 1 s 1, N A = 1,000 and protein sizes (i) a = b = 3nm; (ii) a = 1nm, b = 9nm. References [Alberts et al., 1994] Alberts, B., Bray, D., Lewis, J., Raff, M., Roberts, K., and Watson, J. D. (1994). Molecular Biology of the Cell. Garland Publishing, New York. [Phillips et al., 2013] Phillips, R., Kondev, J., Theriot, J., Garcia, H., and Orme, N. (2013). Physical Biology of the Cell, 2nd Ed. Garland Science, London. [Sneppen and Zocchi, 2005] Sneppen, K. and Zocchi, G. (2005). Physics in Molecular Biology. Cambridge University Press, Cambridge.

BIOLOGICAL PHYSICS MAJOR OPTION. ANSWERS - Question Sheet 1 MODULE A

BIOLOGICAL PHYSICS MAJOR OPTION. ANSWERS - Question Sheet 1 MODULE A 1 BIOLOGICAL PHYSICS MAJOR OPTION 017 ANSWERS - Question Sheet 1 MODULE A Lecture 1: Intro and concepts A1 Intro (a) Roughly -3 kg of bacteria are in your large intestine. Estimate the number of bacteria

More information

Part III Biological Physics course

Part III Biological Physics course Part III Biological Physics course - 2018 Lecturers: Prof. Pietro Cicuta pc245 Dr Eileen Nugent en270 1 Pre-requisites: Part II Thermal Statistical Part II Soft Condensed Matter [or self study] Reading

More information

Chapter 15 Active Reading Guide Regulation of Gene Expression

Chapter 15 Active Reading Guide Regulation of Gene Expression Name: AP Biology Mr. Croft Chapter 15 Active Reading Guide Regulation of Gene Expression The overview for Chapter 15 introduces the idea that while all cells of an organism have all genes in the genome,

More information

Lecture 5: Processes and Timescales: Rates for the fundamental processes 5.1

Lecture 5: Processes and Timescales: Rates for the fundamental processes 5.1 Lecture 5: Processes and Timescales: Rates for the fundamental processes 5.1 Reading Assignment for Lectures 5-6: Phillips, Kondev, Theriot (PKT), Chapter 3 Life is not static. Organisms as a whole are

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

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

CS-E5880 Modeling biological networks Gene regulatory networks

CS-E5880 Modeling biological networks Gene regulatory networks CS-E5880 Modeling biological networks Gene regulatory networks Jukka Intosalmi (based on slides by Harri Lähdesmäki) Department of Computer Science Aalto University January 12, 2018 Outline Modeling gene

More information

Lecture 7: Simple genetic circuits I

Lecture 7: Simple genetic circuits I Lecture 7: Simple genetic circuits I Paul C Bressloff (Fall 2018) 7.1 Transcription and translation In Fig. 20 we show the two main stages in the expression of a single gene according to the central dogma.

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

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

Gene Regulation and Expression

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 that contains more than 4000 genes.

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

Organisms: We will need to have some examples in mind for our spherical cows.

Organisms: We will need to have some examples in mind for our spherical cows. Lecture 4: Structure and Composition (Sept. 15) 4.1 Reading Assignment for Lectures 3-4: Phillips, Kondev, Theriot (PKT), Chapter 2 Problem Set 1 (due Sept. 24) now posted on the website. Cellular materials:

More information

4. Why not make all enzymes all the time (even if not needed)? Enzyme synthesis uses a lot of energy.

4. Why not make all enzymes all the time (even if not needed)? Enzyme synthesis uses a lot of energy. 1 C2005/F2401 '10-- Lecture 15 -- Last Edited: 11/02/10 01:58 PM Copyright 2010 Deborah Mowshowitz and Lawrence Chasin Department of Biological Sciences Columbia University New York, NY. Handouts: 15A

More information

Introduction. Gene expression is the combined process of :

Introduction. Gene expression is the combined process of : 1 To know and explain: Regulation of Bacterial Gene Expression Constitutive ( house keeping) vs. Controllable genes OPERON structure and its role in gene regulation Regulation of Eukaryotic Gene Expression

More information

7.32/7.81J/8.591J: Systems Biology. Fall Exam #1

7.32/7.81J/8.591J: Systems Biology. Fall Exam #1 7.32/7.81J/8.591J: Systems Biology Fall 2013 Exam #1 Instructions 1) Please do not open exam until instructed to do so. 2) This exam is closed- book and closed- notes. 3) Please do all problems. 4) Use

More information

Name Period The Control of Gene Expression in Prokaryotes Notes

Name Period The Control of Gene Expression in Prokaryotes Notes Bacterial DNA contains genes that encode for many different proteins (enzymes) so that many processes have the ability to occur -not all processes are carried out at any one time -what allows expression

More information

CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON

CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON PROKARYOTE GENES: E. COLI LAC OPERON CHAPTER 13 CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON Figure 1. Electron micrograph of growing E. coli. Some show the constriction at the location where daughter

More information

L3.1: Circuits: Introduction to Transcription Networks. Cellular Design Principles Prof. Jenna Rickus

L3.1: Circuits: Introduction to Transcription Networks. Cellular Design Principles Prof. Jenna Rickus L3.1: Circuits: Introduction to Transcription Networks Cellular Design Principles Prof. Jenna Rickus In this lecture Cognitive problem of the Cell Introduce transcription networks Key processing network

More information

SECOND PUBLIC EXAMINATION. Honour School of Physics Part C: 4 Year Course. Honour School of Physics and Philosophy Part C C7: BIOLOGICAL PHYSICS

SECOND PUBLIC EXAMINATION. Honour School of Physics Part C: 4 Year Course. Honour School of Physics and Philosophy Part C C7: BIOLOGICAL PHYSICS 2757 SECOND PUBLIC EXAMINATION Honour School of Physics Part C: 4 Year Course Honour School of Physics and Philosophy Part C C7: BIOLOGICAL PHYSICS TRINITY TERM 2013 Monday, 17 June, 2.30 pm 5.45 pm 15

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

Written Exam 15 December Course name: Introduction to Systems Biology Course no

Written Exam 15 December Course name: Introduction to Systems Biology Course no Technical University of Denmark Written Exam 15 December 2008 Course name: Introduction to Systems Biology Course no. 27041 Aids allowed: Open book exam Provide your answers and calculations on separate

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

Gene Control Mechanisms at Transcription and Translation Levels

Gene Control Mechanisms at Transcription and Translation Levels Gene Control Mechanisms at Transcription and Translation Levels Dr. M. Vijayalakshmi School of Chemical and Biotechnology SASTRA University Joint Initiative of IITs and IISc Funded by MHRD Page 1 of 9

More information

Topic 4 - #14 The Lactose Operon

Topic 4 - #14 The Lactose Operon Topic 4 - #14 The Lactose Operon The Lactose Operon The lactose operon is an operon which is responsible for the transport and metabolism of the sugar lactose in E. coli. - Lactose is one of many organic

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

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

FUNDAMENTALS of SYSTEMS BIOLOGY From Synthetic Circuits to Whole-cell Models

FUNDAMENTALS of SYSTEMS BIOLOGY From Synthetic Circuits to Whole-cell Models FUNDAMENTALS of SYSTEMS BIOLOGY From Synthetic Circuits to Whole-cell Models Markus W. Covert Stanford University 0 CRC Press Taylor & Francis Group Boca Raton London New York Contents /... Preface, xi

More information

Final exam. Please write your name on the exam and keep an ID card ready. You may use a calculator (but no computer or smart phone) and a dictionary.

Final exam. Please write your name on the exam and keep an ID card ready. You may use a calculator (but no computer or smart phone) and a dictionary. Biophysics of Macromolecules Prof. D. Braun and Prof. J. Lipfert SS 2015 Final exam Final exam Name: Student number ( Matrikelnummer ): Please write your name on the exam and keep an ID card ready. You

More information

Basic Synthetic Biology circuits

Basic Synthetic Biology circuits Basic Synthetic Biology circuits Note: these practices were obtained from the Computer Modelling Practicals lecture by Vincent Rouilly and Geoff Baldwin at Imperial College s course of Introduction to

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

Introduction to Bioinformatics

Introduction to Bioinformatics Systems biology Introduction to Bioinformatics Systems biology: modeling biological p Study of whole biological systems p Wholeness : Organization of dynamic interactions Different behaviour of the individual

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

Control of Gene Expression in Prokaryotes

Control of Gene Expression in Prokaryotes Why? Control of Expression in Prokaryotes How do prokaryotes use operons to control gene expression? Houses usually have a light source in every room, but it would be a waste of energy to leave every light

More information

2015 FALL FINAL REVIEW

2015 FALL FINAL REVIEW 2015 FALL FINAL REVIEW Biomolecules & Enzymes Illustrate table and fill in parts missing 9A I can compare and contrast the structure and function of biomolecules. 9C I know the role of enzymes and how

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

Prokaryotic Gene Expression (Learning Objectives)

Prokaryotic Gene Expression (Learning Objectives) Prokaryotic Gene Expression (Learning Objectives) 1. Learn how bacteria respond to changes of metabolites in their environment: short-term and longer-term. 2. Compare and contrast transcriptional control

More information

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

Chapter 16 Lecture. Concepts Of Genetics. Tenth Edition. Regulation of Gene Expression in Prokaryotes

Chapter 16 Lecture. Concepts Of Genetics. Tenth Edition. Regulation of Gene Expression in Prokaryotes Chapter 16 Lecture Concepts Of Genetics Tenth Edition Regulation of Gene Expression in Prokaryotes Chapter Contents 16.1 Prokaryotes Regulate Gene Expression in Response to Environmental Conditions 16.2

More information

REGULATION OF GENE EXPRESSION. Bacterial Genetics Lac and Trp Operon

REGULATION OF GENE EXPRESSION. Bacterial Genetics Lac and Trp Operon REGULATION OF GENE EXPRESSION Bacterial Genetics Lac and Trp Operon Levels of Metabolic Control The amount of cellular products can be controlled by regulating: Enzyme activity: alters protein function

More information

Bacterial Genetics & Operons

Bacterial Genetics & Operons Bacterial Genetics & Operons The Bacterial Genome Because bacteria have simple genomes, they are used most often in molecular genetics studies Most of what we know about bacterial genetics comes from the

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

Computational Cell Biology Lecture 4

Computational Cell Biology Lecture 4 Computational Cell Biology Lecture 4 Case Study: Basic Modeling in Gene Expression Yang Cao Department of Computer Science DNA Structure and Base Pair Gene Expression Gene is just a small part of DNA.

More information

Gene Switches Teacher Information

Gene Switches Teacher Information STO-143 Gene Switches Teacher Information Summary Kit contains How do bacteria turn on and turn off genes? Students model the action of the lac operon that regulates the expression of genes essential for

More information

Regulation of gene expression. Premedical - Biology

Regulation of gene expression. Premedical - Biology Regulation of gene expression Premedical - Biology Regulation of gene expression in prokaryotic cell Operon units system of negative feedback positive and negative regulation in eukaryotic cell - at any

More information

Topic 4: Equilibrium binding and chemical kinetics

Topic 4: Equilibrium binding and chemical kinetics Topic 4: Equilibrium binding and chemical kinetics Outline: Applications, applications, applications use Boltzmann to look at receptor-ligand binding use Boltzmann to look at PolII-DNA binding and gene

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

CHAPTER : Prokaryotic Genetics

CHAPTER : Prokaryotic Genetics CHAPTER 13.3 13.5: Prokaryotic Genetics 1. Most bacteria are not pathogenic. Identify several important roles they play in the ecosystem and human culture. 2. How do variations arise in bacteria considering

More information

2 Dilution of Proteins Due to Cell Growth

2 Dilution of Proteins Due to Cell Growth Problem Set 1 1 Transcription and Translation Consider the following set of reactions describing the process of maing a protein out of a gene: G β g G + M M α m M β m M + X X + S 1+ 1 X S 2+ X S X S 2

More information

It s a Small World After All

It s a Small World After All It s a Small World After All Engage: Cities, factories, even your own home is a network of dependent and independent parts that make the whole function properly. Think of another network that has subunits

More information

Advanced Protein Models

Advanced Protein Models Advanced Protein Models James. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2014 Outline Advanced Protein Models The Bound Fraction Transcription

More information

2. Cellular and Molecular Biology

2. Cellular and Molecular Biology 2. Cellular and Molecular Biology 2.1 Cell Structure 2.2 Transport Across Cell Membranes 2.3 Cellular Metabolism 2.4 DNA Replication 2.5 Cell Division 2.6 Biosynthesis 2.1 Cell Structure What is a cell?

More information

3.B.1 Gene Regulation. Gene regulation results in differential gene expression, leading to cell specialization.

3.B.1 Gene Regulation. Gene regulation results in differential gene expression, leading to cell specialization. 3.B.1 Gene Regulation Gene regulation results in differential gene expression, leading to cell specialization. We will focus on gene regulation in prokaryotes first. Gene regulation accounts for some of

More information

Advanced Protein Models

Advanced Protein Models Advanced Protein Models James. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2014 Outline 1 Advanced Protein Models 2 The Bound Fraction

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

Biological Pathways Representation by Petri Nets and extension

Biological Pathways Representation by Petri Nets and extension Biological Pathways Representation by and extensions December 6, 2006 Biological Pathways Representation by and extension 1 The cell Pathways 2 Definitions 3 4 Biological Pathways Representation by and

More information

Lecture 2: Receptor-ligand binding and cooperativity

Lecture 2: Receptor-ligand binding and cooperativity Lecture 2: Receptor-ligand binding and cooperativity Paul C Bressloff (Spring 209) A biochemical receptor is a protein molecule that receives a chemical signal in the form of ligand molecules. The ligands

More information

six lectures on systems biology

six lectures on systems biology six lectures on systems biology jeremy gunawardena department of systems biology harvard medical school lecture 3 5 april 2011 part 2 seminar room, department of genetics a rather provisional syllabus

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

Control of Prokaryotic (Bacterial) Gene Expression. AP Biology

Control of Prokaryotic (Bacterial) Gene Expression. AP Biology Control of Prokaryotic (Bacterial) Gene Expression Figure 18.1 How can this fish s eyes see equally well in both air and water? Aka. Quatro ojas Regulation of Gene Expression: Prokaryotes and eukaryotes

More information

Regulation of Gene Expression

Regulation of Gene Expression Chapter 18 Regulation of Gene Expression 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

REVIEW SESSION. Wednesday, September 15 5:30 PM SHANTZ 242 E

REVIEW SESSION. Wednesday, September 15 5:30 PM SHANTZ 242 E REVIEW SESSION Wednesday, September 15 5:30 PM SHANTZ 242 E Gene Regulation Gene Regulation Gene expression can be turned on, turned off, turned up or turned down! For example, as test time approaches,

More information

Activation of a receptor. Assembly of the complex

Activation of a receptor. Assembly of the complex Activation of a receptor ligand inactive, monomeric active, dimeric When activated by growth factor binding, the growth factor receptor tyrosine kinase phosphorylates the neighboring receptor. Assembly

More information

15.2 Prokaryotic Transcription *

15.2 Prokaryotic Transcription * OpenStax-CNX module: m52697 1 15.2 Prokaryotic Transcription * Shannon McDermott Based on Prokaryotic Transcription by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons

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

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

A Simple Protein Synthesis Model

A Simple Protein Synthesis Model A Simple Protein Synthesis Model James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 3, 213 Outline A Simple Protein Synthesis Model

More information

Bi 8 Lecture 11. Quantitative aspects of transcription factor binding and gene regulatory circuit design. Ellen Rothenberg 9 February 2016

Bi 8 Lecture 11. Quantitative aspects of transcription factor binding and gene regulatory circuit design. Ellen Rothenberg 9 February 2016 Bi 8 Lecture 11 Quantitative aspects of transcription factor binding and gene regulatory circuit design Ellen Rothenberg 9 February 2016 Major take-home messages from λ phage system that apply to many

More information

Molecular evolution - Part 1. Pawan Dhar BII

Molecular evolution - Part 1. Pawan Dhar BII Molecular evolution - Part 1 Pawan Dhar BII Theodosius Dobzhansky Nothing in biology makes sense except in the light of evolution Age of life on earth: 3.85 billion years Formation of planet: 4.5 billion

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

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

Regulation of Transcription in Eukaryotes

Regulation of Transcription in Eukaryotes Regulation of Transcription in Eukaryotes Leucine zipper and helix-loop-helix proteins contain DNA-binding domains formed by dimerization of two polypeptide chains. Different members of each family can

More information

Topic 1 - The building blocks of. cells! Name:!

Topic 1 - The building blocks of. cells! Name:! B2 - Revision Topic 1 - The building blocks of Lesson cells Name: Topic B2.1 Plant and Animal Cells B2.2 Inside Bacteria B2.3 DNA B2.4 Extracting DNA: PCA B2.5 DNA Discovery B2.6 Genetic Engineering B2.7

More information

networks in molecular biology Wolfgang Huber

networks in molecular biology Wolfgang Huber networks in molecular biology Wolfgang Huber networks in molecular biology Regulatory networks: components = gene products interactions = regulation of transcription, translation, phosphorylation... Metabolic

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

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

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

APGRU6L2. Control of Prokaryotic (Bacterial) Genes

APGRU6L2. Control of Prokaryotic (Bacterial) Genes APGRU6L2 Control of Prokaryotic (Bacterial) Genes 2007-2008 Bacterial metabolism Bacteria need to respond quickly to changes in their environment STOP u if they have enough of a product, need to stop production

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

Graph Alignment and Biological Networks

Graph Alignment and Biological Networks Graph Alignment and Biological Networks Johannes Berg http://www.uni-koeln.de/ berg Institute for Theoretical Physics University of Cologne Germany p.1/12 Networks in molecular biology New large-scale

More information

Lecture 19 (10/30/17) Enzyme Regulation

Lecture 19 (10/30/17) Enzyme Regulation Reading: Ch5; 164, 166-169 Problems: none Remember Today at 6:30 in PHO-206 is the first MB lecture & quiz NEXT Reading: Ch5; 158-169, 162-166, 169-174 Lecture 19 (10/30/17) Problems: Ch5 (text); 3,7,8,10

More information

Frequently Asked Questions (FAQs)

Frequently Asked Questions (FAQs) Frequently Asked Questions (FAQs) Q1. What is meant by Satellite and Repetitive DNA? Ans: Satellite and repetitive DNA generally refers to DNA whose base sequence is repeated many times throughout the

More information

BIOREPS Problem Set #4 Adaptation and cooperation

BIOREPS Problem Set #4 Adaptation and cooperation BIOREPS Problem Set #4 Adaptation and cooperation 1 Background Adaptation is one of the most distinctive features of our physical senses. The thermoreceptors in our skin react sharply to the change in

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

Genetic Variation: The genetic substrate for natural selection. Horizontal Gene Transfer. General Principles 10/2/17.

Genetic Variation: The genetic substrate for natural selection. Horizontal Gene Transfer. General Principles 10/2/17. Genetic Variation: The genetic substrate for natural selection What about organisms that do not have sexual reproduction? Horizontal Gene Transfer Dr. Carol E. Lee, University of Wisconsin In prokaryotes:

More information

Bi 1x Spring 2014: LacI Titration

Bi 1x Spring 2014: LacI Titration Bi 1x Spring 2014: LacI Titration 1 Overview In this experiment, you will measure the effect of various mutated LacI repressor ribosome binding sites in an E. coli cell by measuring the expression of a

More information

7.32/7.81J/8.591J. Rm Rm (under construction) Alexander van Oudenaarden Jialing Li. Bernardo Pando. Rm.

7.32/7.81J/8.591J. Rm Rm (under construction) Alexander van Oudenaarden Jialing Li. Bernardo Pando. Rm. Introducing... 7.32/7.81J/8.591J Systems Biology modeling biological networks Lectures: Recitations: ti TR 1:00-2:30 PM W 4:00-5:00 PM Rm. 6-120 Rm. 26-204 (under construction) Alexander van Oudenaarden

More information

Biology. Biology. Slide 1 of 26. End Show. Copyright Pearson Prentice Hall

Biology. Biology. Slide 1 of 26. End Show. Copyright Pearson Prentice Hall Biology Biology 1 of 26 Fruit fly chromosome 12-5 Gene Regulation Mouse chromosomes Fruit fly embryo Mouse embryo Adult fruit fly Adult mouse 2 of 26 Gene Regulation: An Example Gene Regulation: An Example

More information

Regulation of gene Expression in Prokaryotes & Eukaryotes

Regulation of gene Expression in Prokaryotes & Eukaryotes Regulation of gene Expression in Prokaryotes & Eukaryotes 1 The trp Operon Contains 5 genes coding for proteins (enzymes) required for the synthesis of the amino acid tryptophan. Also contains a promoter

More information

RNA Synthesis and Processing

RNA Synthesis and Processing RNA Synthesis and Processing Introduction Regulation of gene expression allows cells to adapt to environmental changes and is responsible for the distinct activities of the differentiated cell types that

More information

Genetic transcription and regulation

Genetic transcription and regulation Genetic transcription and regulation Central dogma of biology DNA codes for DNA DNA codes for RNA RNA codes for proteins not surprisingly, many points for regulation of the process https://www.youtube.com/

More information

Genetic transcription and regulation

Genetic transcription and regulation Genetic transcription and regulation Central dogma of biology DNA codes for DNA DNA codes for RNA RNA codes for proteins not surprisingly, many points for regulation of the process DNA codes for DNA replication

More information

Contains ribosomes attached to the endoplasmic reticulum. Genetic material consists of linear chromosomes. Diameter of the cell is 1 m

Contains ribosomes attached to the endoplasmic reticulum. Genetic material consists of linear chromosomes. Diameter of the cell is 1 m 1. (a) Complete each box in the table, which compares a prokaryotic and a eukaryotic cell, with a tick if the statement is correct or a cross if it is incorrect. Prokaryotic cell Eukaryotic cell Contains

More information

Hybrid Model of gene regulatory networks, the case of the lac-operon

Hybrid Model of gene regulatory networks, the case of the lac-operon Hybrid Model of gene regulatory networks, the case of the lac-operon Laurent Tournier and Etienne Farcot LMC-IMAG, 51 rue des Mathématiques, 38041 Grenoble Cedex 9, France Laurent.Tournier@imag.fr, Etienne.Farcot@imag.fr

More information

Lecture 10: Cyclins, cyclin kinases and cell division

Lecture 10: Cyclins, cyclin kinases and cell division Chem*3560 Lecture 10: Cyclins, cyclin kinases and cell division The eukaryotic cell cycle Actively growing mammalian cells divide roughly every 24 hours, and follow a precise sequence of events know as

More information

Slide 1 / 7. Free Response

Slide 1 / 7. Free Response Slide 1 / 7 Free Response Slide 2 / 7 Slide 3 / 7 1 The above diagrams illustrate the experiments carried out by Griffith and Hershey and Chaserespectively. Describe the hypothesis or conclusion that each

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

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

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