K i + [R i ] n = [Rtot i ] (2) ] = β i [M i ] δ i [Ri tot ] (5) + α m j (6) 1 + r n i. dr i dt = βm i δr i (7) m j = βm i = δr i (9) 1 + r n + α.

Size: px
Start display at page:

Download "K i + [R i ] n = [Rtot i ] (2) ] = β i [M i ] δ i [Ri tot ] (5) + α m j (6) 1 + r n i. dr i dt = βm i δr i (7) m j = βm i = δr i (9) 1 + r n + α."

Transcription

1 The lamba phage will remain in the lysogenic state if ci proteins preominate, but will be transforme into the lytic cycle if cro proteins preominate. cro: (Control of Repressor's Operator) Transcription inhibitor, bins OR3, OR2 an OR1 (affinity OR3 > OR2 = OR1, i.e. preferentially bins OR3). At low concentrations blocks the prm promoter (preventing ci prouction). At high concentrations ownregulates its own prouction through OR2 an OR1 bining. No cooperative bining. ci: (Clear 1) Transcription inhibitor, bins OR1, OR2 an OR3 (affinity OR1 > OR2 = OR3, i.e. preferentially bins OR1). At low concentrations blocks the pr promoter (preventing cro prouction). At high concentrations ownregulates its own prouction through OR3 bining. Bining of ci at OR1 stimulates an almost simultaneous ci bining to OR2 via cooperative bining (via ci C terminal omain interactions) N terminal omain of ci on OR2 tightens the bining of RNA polymerase to prm an hence stimulate its own transcription. Repressor also inhibits transcription from the pl promoter. Susceptible to cleavage by RecA* in cells unergoing the SOS response.

2 Operator states: (i = {λ : ci, teto1 : tetr, laco1 : laci}) an mrna prouction an ecay: [Di tot ] [D i ] = 1 + [R i ] n, [Di ] = [Dtot i ][R i ] n /K i [R i ] n (1) + K i [R i ] + n [R i] n [D tot i ] K i + [R i ] n = [Rtot i ] (2) t [M j] = α i [D i ] + α i [D i ] δ Mj [M j ] (3) tight regulation: α α an [R i ] [R tot i ] Protein concentrations: t [M [Di tot ] j] α i 1 + [Ri tot ] n + αi δ Mj [M j ] (4) /K i t [Rtot i ] = i [M i ] δ i [Ri tot ] (5) Caricature: α i [D tot i ] = α, α i = α, δ Mi = 1 (choice of time unit), K i = 1 (choice of concentration unit), i =, δ i = δ. m j t = α 1 + r n i + α m j (6) Steay state: thus, r i t = m i δr i (7) m j = α 1 + ri n + α (8) r = δ Linear stability: m = m 0 + m, r = r 0 + r. m i = δr i (9) ( ) α 1 + r n + α. (10) where X = r t m j = r i m j (11) t r i = m i δr i (12) [ ] α 1 + r n + α m j = αnrn 1 (1 + r n ) 2 > 0 (13) 1

3 t m ci r ci m laci r laci m tetr r tetr = 1 δ 1 δ 1 δ m ci r ci m laci r laci m tetr r tetr (14) 1 λ Roots I: δ λ λ < 0 (always): Roots II: instability: Reλ > 0 1 λ δ λ 1 λ δ λ = (1+λ) 3 (δ+λ) X 3 = 0 (15) (1 + λ)(δ + λ) = (16) 2λ = (1 + δ) ± (1 δ) 2 4X (17) δ + 1 < (1 δ) 2 4X (18) (δ + 1) 2 > (1 δ) 2 4X (19) 4δ > 0 > (20) (1 + λ)(δ + λ) = Xe ±iπ/3 (21) 2λ = (δ + 1) ± (δ 1) 2 + 2X(1 ± 3i) (22) δ + 1 < Re (δ 1) 2 + 2X(1 ± 3i) (23) [(δ 1) 2 + 2X] tan φ = 2 3X (24) Re (δ 1) 2 + 2X(1 ± 3i) = [(δ 1) 2 + 2X] cos φ (25) thus, Reλ > 0 for large enough δ. δ + 1 < [(δ 1) 2 + 2X] cos φ (26) 2

4 Oct 13, 03 16:21 Page 1/1 #! /usr/bin/octave2.0 global alpha_0=5e 4; global alpha=10; global n=2.1; global beta=5; function ret = m(m,p) global alpha alpha_0 n; ret= m + alpha/(1+p^n) + alpha_0; enfunction function ret = p(m,p) global beta; ret= beta*(p m); enfunction function xot = f(x,t) xot=zeros(6,1); xot(1)=m(x(1),x(6)); xot(2)=p(x(1),x(2)); xot(3)=m(x(3),x(2)); xot(4)=p(x(3),x(4)); xot(5)=m(x(5),x(4)); xot(6)=p(x(5),x(6)); enfunction x0=[1;1;0;0;0;0]; t=linspace (0,20,100); y=lsoe("f",x0,t); plot(t,y) input("press Enter"); osc3.m Printe by Anras Czirok Saturay September 30, /1

5 >> syms X b l; >> A=[ 1,0,0,0,0,; b,, 0,0,0,0; 0,, 1,0,0,0; 0,0,b,,0,0; 0,0,0,, 1,0; 0,0,0,0,b, ] >> B=A l*eye(6) B = [ 1 l, 0, 0, 0, 0, ] [ b, l, 0, 0, 0, 0] [ 0,, 1 l, 0, 0, 0] [ 0, 0, b, l, 0, 0] [ 0, 0, 0,, 1 l, 0] [ 0, 0, 0, 0, b, l] >> simple(et(b) (1+l)^3*(+l)^3) ans= X^3*b^3 osc3_calc Printe by Anras Czirok Sep 17, 10 10:59 Page 1/1 >> eig(a) ans = 1/2* 1/2+1/2*(^2 2*+1 4*X*b)^(1/2) 1/2* 1/2 1/2*(^2 2*+1 4*X*b)^(1/2) 1/2* 1/2+1/2*(^2 2*+1+2*X*b 2*i*X*b*3^(1/2))^(1/2) 1/2* 1/2 1/2*(^2 2*+1+2*X*b 2*i*X*b*3^(1/2))^(1/2) 1/2* 1/2+1/2*(^2 2*+1+2*X*b+2*i*X*b*3^(1/2))^(1/2) 1/2* 1/2 1/2*(^2 2*+1+2*X*b+2*i*X*b*3^(1/2))^(1/2) >> 2*eig(A) ans = 1+(^2 2*+1 4*X*b)^(1/2) 1 (^2 2*+1 4*X*b)^(1/2) 1+(^2 2*+1+2*X*b 2*i*X*b*3^(1/2))^(1/2) 1 (^2 2*+1+2*X*b 2*i*X*b*3^(1/2))^(1/2) 1+(^2 2*+1+2*X*b+2*i*X*b*3^(1/2))^(1/2) 1 (^2 2*+1+2*X*b+2*i*X*b*3^(1/2))^(1/2) Friay September 17, /1

6 The synthetic microbial consortium oscillator. (A) Circuit iagrams of the activator (top) an repressor (bottom) strains. In the activator strain, transcription of rhli an cfp are regulate by separate copies of the hybri promoter, Prhl/lac, which is up-regulate by C4-HSL an own-regulate by LacI. In the repressor strain, cini is riven by the hybri promoter Prhl/lac an yfp is regulate by the hybri promoter Pcin/lac, which is up-regulate by 3-OHC14-HSL an own-regulate by LacI. Both strains contain constitutively expresse copies of cinr an rhlr, which encoe transcription factors that respon to the HSLs to regulate their respective promoters, an aiia an laci riven by 3-OHC14-HSL responsive promoters. (B) Global topology of the ual-feeback consortium oscillator. The activator strain up-regulates genes in both strains. The repressor strain own-regulates genes in both strains. AiiA own-regulates signaling (ashe lines, omitte in Figs. 2 an 3 an figs. S2 an S7 for simplicity). (C) Representative time series of activator (blue) an repressor fluorescence (yellow), an activator population fraction (black, ratio of the area of activator cells to the area of the entire population of cells, as measure in pixels) for the consortium epicte in (A). Relative fluorescence values are the population average relative to the maximum after backgroun subtraction.

the noisy gene Biology of the Universidad Autónoma de Madrid Jan 2008 Juan F. Poyatos Spanish National Biotechnology Centre (CNB)

the noisy gene Biology of the Universidad Autónoma de Madrid Jan 2008 Juan F. Poyatos Spanish National Biotechnology Centre (CNB) Biology of the the noisy gene Universidad Autónoma de Madrid Jan 2008 Juan F. Poyatos Spanish National Biotechnology Centre (CNB) day III: noisy bacteria - Regulation of noise (B. subtilis) - Intrinsic/Extrinsic

More information

A Synthetic Oscillatory Network of Transcriptional Regulators

A Synthetic Oscillatory Network of Transcriptional Regulators A Synthetic Oscillatory Network of Transcriptional Regulators Michael Elowitz & Stanislas Leibler Nature, 2000 Presented by Khaled A. Rahman Background Genetic Networks Gene X Operator Operator Gene Y

More information

Stochastic simulations

Stochastic simulations Stochastic simulations Application to molecular networks Literature overview Noise in genetic networks Origins How to measure and distinguish between the two types of noise (intrinsic vs extrinsic)? What

More information

A synthetic oscillatory network of transcriptional regulators

A synthetic oscillatory network of transcriptional regulators A synthetic oscillatory network of transcriptional regulators Michael B. Elowitz & Stanislas Leibler, Nature, 403, 2000 igem Team Heidelberg 2008 Journal Club Andreas Kühne Introduction Networks of interacting

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

Regulation of Gene Expression in Bacteria and Their Viruses

Regulation of Gene Expression in Bacteria and Their Viruses 11 Regulation of Gene Expression in Bacteria and Their Viruses WORKING WITH THE FIGURES 1. Compare the structure of IPTG shown in Figure 11-7 with the structure of galactose shown in Figure 11-5. Why is

More information

GENETICS - CLUTCH CH.12 GENE REGULATION IN PROKARYOTES.

GENETICS - CLUTCH CH.12 GENE REGULATION IN PROKARYOTES. GEETICS - CLUTCH CH.12 GEE REGULATIO I PROKARYOTES!! www.clutchprep.com GEETICS - CLUTCH CH.12 GEE REGULATIO I PROKARYOTES COCEPT: LAC OPERO An operon is a group of genes with similar functions that are

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

Translation and Operons

Translation and Operons Translation and Operons You Should Be Able To 1. Describe the three stages translation. including the movement of trna molecules through the ribosome. 2. Compare and contrast the roles of three different

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

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

GENE REGULATION AND PROBLEMS OF DEVELOPMENT

GENE REGULATION AND PROBLEMS OF DEVELOPMENT GENE REGULATION AND PROBLEMS OF DEVELOPMENT By Surinder Kaur DIET Ropar Surinder_1998@ yahoo.in Mob No 9988530775 GENE REGULATION Gene is a segment of DNA that codes for a unit of function (polypeptide,

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

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

Lecture 4: Transcription networks basic concepts

Lecture 4: Transcription networks basic concepts Lecture 4: Transcription networks basic concepts - Activators and repressors - Input functions; Logic input functions; Multidimensional input functions - Dynamics and response time 2.1 Introduction The

More information

Stochastic simulations!

Stochastic simulations! Stochastic simulations! Application to biomolecular networks! Literature overview Noise in genetic networks! Origins! How to measure the noise and distinguish between the two sources of noise (intrinsic

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

Engineering of Repressilator

Engineering of Repressilator The Utilization of Monte Carlo Techniques to Simulate the Repressilator: A Cyclic Oscillatory System Seetal Erramilli 1,2 and Joel R. Stiles 1,3,4 1 Bioengineering and Bioinformatics Summer Institute,

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

Welcome to Class 21!

Welcome to Class 21! Welcome to Class 21! Introductory Biochemistry! Lecture 21: Outline and Objectives l Regulation of Gene Expression in Prokaryotes! l transcriptional regulation! l principles! l lac operon! l trp attenuation!

More information

BE 150 Problem Set #4 Issued: 24 April 2014 Due: May

BE 150 Problem Set #4 Issued: 24 April 2014 Due: May M. Elowitz and R. M. Murray Spring 2014 CALIFORNIA INSTITUTE OF TECHNOLOGY Biology and Biological Engineering (BBE) BE 150 Problem Set #4 Issued: 24 April 2014 Due: May 1 2014 1. (Repressilator modeling

More information

Design and performance of in vitro transcription rate regulatory circuits

Design and performance of in vitro transcription rate regulatory circuits Conference on Decision an Control (CDC), 2008 http://www.cs.caltech.eu/~murray/papers/2008j_fm08-cc.html Design an performance of in vitro transcription rate regulatory circuits Elisa Franco an Richar

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:10.1038/nature13238 Additional Experimental Results Degradation tag experiments In addition to exploring the effect of variable-length linker (TS repeats) on the phase-shift in module degradation (Supplementary

More information

Gene regulation II Biochemistry 302. Bob Kelm February 28, 2005

Gene regulation II Biochemistry 302. Bob Kelm February 28, 2005 Gene regulation II Biochemistry 302 Bob Kelm February 28, 2005 Catabolic operons: Regulation by multiple signals targeting different TFs Catabolite repression: Activity of lac operon is restricted when

More information

2. Mathematical descriptions. (i) the master equation (ii) Langevin theory. 3. Single cell measurements

2. Mathematical descriptions. (i) the master equation (ii) Langevin theory. 3. Single cell measurements 1. Why stochastic?. Mathematical descriptions (i) the master equation (ii) Langevin theory 3. Single cell measurements 4. Consequences Any chemical reaction is stochastic. k P d φ dp dt = k d P deterministic

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

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

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

2. What was the Avery-MacLeod-McCarty experiment and why was it significant? 3. What was the Hershey-Chase experiment and why was it significant?

2. What was the Avery-MacLeod-McCarty experiment and why was it significant? 3. What was the Hershey-Chase experiment and why was it significant? Name Date Period AP Exam Review Part 6: Molecular Genetics I. DNA and RNA Basics A. History of finding out what DNA really is 1. What was Griffith s experiment and why was it significant? 1 2. What was

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

Topic 4: Genetic Circuits

Topic 4: Genetic Circuits 2/7/8 tsx initiation control by σ-factors an TFs genetic circuits utilize all these moes of regulation! tsx elongation control by roablockers an rho tsx termination control by proteins an sn tsl initiation

More information

Biomolecular reaction networks: gene regulation & the Repressilator Phys 682/ CIS 629: Computational Methods for Nonlinear Systems

Biomolecular reaction networks: gene regulation & the Repressilator Phys 682/ CIS 629: Computational Methods for Nonlinear Systems Biomolecular reaction networks: gene regulation & the Repressilator Phys 682/ CIS 629: Computational Methods for Nonlinear Systems Processing information to coordinate activity regulatory & signaling networks

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

Complete all warm up questions Focus on operon functioning we will be creating operon models on Monday

Complete all warm up questions Focus on operon functioning we will be creating operon models on Monday Complete all warm up questions Focus on operon functioning we will be creating operon models on Monday 1. What is the Central Dogma? 2. How does prokaryotic DNA compare to eukaryotic DNA? 3. How is DNA

More information

Supplementary Materials for

Supplementary Materials for www.sciencemag.org/content/349/6251/986/suppl/dc1 Supplementary Materials for Emergent genetic oscillations in a synthetic microbial consortium Ye Chen, Jae Kyoung Kim, Andrew J. Hirning, Krešimir Josić,

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

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

Week 10! !

Week 10! ! Week 10! 10-24-2013! Annotated Bibliography! Sources of papers! 3 papers! Peer-reviewed scientific literature (no review articles)! No more than 2 from:! the same author! the same journal! 2 of the 3 must

More information

Gene regulation II Biochemistry 302. February 27, 2006

Gene regulation II Biochemistry 302. February 27, 2006 Gene regulation II Biochemistry 302 February 27, 2006 Molecular basis of inhibition of RNAP by Lac repressor 35 promoter site 10 promoter site CRP/DNA complex 60 Lewis, M. et al. (1996) Science 271:1247

More information

Simplicity is Complexity in Masquerade. Michael A. Savageau The University of California, Davis July 2004

Simplicity is Complexity in Masquerade. Michael A. Savageau The University of California, Davis July 2004 Simplicity is Complexity in Masquerade Michael A. Savageau The University of California, Davis July 2004 Complexity is Not Simplicity in Masquerade -- E. Yates Simplicity is Complexity in Masquerade One

More information

Bioinformatics: Network Analysis

Bioinformatics: Network Analysis Bioinformatics: Network Analysis Kinetics of Gene Regulation COMP 572 (BIOS 572 / BIOE 564) - Fall 2013 Luay Nakhleh, Rice University 1 The simplest model of gene expression involves only two steps: the

More information

Warm-Up. Explain how a secondary messenger is activated, and how this affects gene expression. (LO 3.22)

Warm-Up. Explain how a secondary messenger is activated, and how this affects gene expression. (LO 3.22) Warm-Up Explain how a secondary messenger is activated, and how this affects gene expression. (LO 3.22) Yesterday s Picture The first cell on Earth (approx. 3.5 billion years ago) was simple and prokaryotic,

More information

Is chaos possible in 1d? - yes - no - I don t know. What is the long term behavior for the following system if x(0) = π/2?

Is chaos possible in 1d? - yes - no - I don t know. What is the long term behavior for the following system if x(0) = π/2? Is chaos possible in 1d? - yes - no - I don t know What is the long term behavior for the following system if x(0) = π/2? In the insect outbreak problem, what kind of bifurcation occurs at fixed value

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

Stochastic dynamics of small gene regulation networks. Lev Tsimring BioCircuits Institute University of California, San Diego

Stochastic dynamics of small gene regulation networks. Lev Tsimring BioCircuits Institute University of California, San Diego Stochastic dynamics of small gene regulation networks Lev Tsimring BioCircuits Institute University of California, San Diego Nizhni Novgorod, June, 2011 Central dogma Activator Gene mrna Protein Repressor

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

Prokaryotic Regulation

Prokaryotic Regulation Prokaryotic Regulation Control of transcription initiation can be: Positive control increases transcription when activators bind DNA Negative control reduces transcription when repressors bind to DNA regulatory

More information

UNIT 6 PART 3 *REGULATION USING OPERONS* Hillis Textbook, CH 11

UNIT 6 PART 3 *REGULATION USING OPERONS* Hillis Textbook, CH 11 UNIT 6 PART 3 *REGULATION USING OPERONS* Hillis Textbook, CH 11 REVIEW: Signals that Start and Stop Transcription and Translation BUT, HOW DO CELLS CONTROL WHICH GENES ARE EXPRESSED AND WHEN? First of

More information

Designer gene networks: Towards fundamental cellular control

Designer gene networks: Towards fundamental cellular control CHAOS VOLUME 11, NUMBER 1 MARCH 2001 Designer gene networks: Towards fundamental cellular control Jeff Hasty a) and Farren Isaacs Center for BioDynamics and Department of Biomedical Engineering, Boston

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

Controlling Gene Expression

Controlling Gene Expression Controlling Gene Expression Control Mechanisms Gene regulation involves turning on or off specific genes as required by the cell Determine when to make more proteins and when to stop making more Housekeeping

More information

Development Team. Regulation of gene expression in Prokaryotes: Lac Operon. Molecular Cell Biology. Department of Zoology, University of Delhi

Development Team. Regulation of gene expression in Prokaryotes: Lac Operon. Molecular Cell Biology. Department of Zoology, University of Delhi Paper Module : 15 : 23 Development Team Principal Investigator : Prof. Neeta Sehgal Department of Zoology, University of Delhi Co-Principal Investigator : Prof. D.K. Singh Department of Zoology, University

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

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

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

Controllo dell espressione genica: procarioti

Controllo dell espressione genica: procarioti Controllo dell espressione genica: procarioti 1. Operon Regolazione dell espressione nei procarioti 2. Regulation mostly on the transcriptional level. POSITIVE: energy saving, regulation of only one mrna

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

A systems approach to biology

A systems approach to biology A systems approach to biology SB200 Lecture 5 30 September 2008 Jeremy Gunawardena jeremy@hms.harvard.edu Recap of Lecture 4 matrix exponential exp(a) = 1 + A + A2/2 +... + Ak/k! +... dx/dt = Ax matrices

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

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

BE 150: Design Principles of Genetic Circuits

BE 150: Design Principles of Genetic Circuits BE 50: Design Principles of Genetic Circuits Justin Bois Caltech Spring, 208 This document was prepared at Caltech with financial support from the Donna and Benjamin M. Rosen Bioengineering Center. 208

More information

Lecture 18 June 2 nd, Gene Expression Regulation Mutations

Lecture 18 June 2 nd, Gene Expression Regulation Mutations Lecture 18 June 2 nd, 2016 Gene Expression Regulation Mutations From Gene to Protein Central Dogma Replication DNA RNA PROTEIN Transcription Translation RNA Viruses: genome is RNA Reverse Transcriptase

More information

Efficient Circuit Analysis

Efficient Circuit Analysis Efficient Circuit Analysis Chris Myers, Nathan Barker, Kevin Jones, Hiroyuki Kuwahara, Scott Little, Curtis Madsen, Nam Nguyen, Robert Thacker, David Walter University of Utah CE Junior Seminar September

More information

12-5 Gene Regulation

12-5 Gene Regulation 12-5 Gene Regulation Fruit fly chromosome 12-5 Gene Regulation Mouse chromosomes Fruit fly embryo Mouse embryo Adult fruit fly Adult mouse 1 of 26 12-5 Gene Regulation Gene Regulation: An Example Gene

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

Natural processes and scientific reasoning (sequentialization as the result of concurrent computation) René Vestergaard

Natural processes and scientific reasoning (sequentialization as the result of concurrent computation) René Vestergaard (sequentialization as the result of concurrent computation) Pivots: 1) background, 2) focus, 3) example 1 a reasoning style is (often) a model of computation 2 a model of computation is mathematics can

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

In silico design and in vivo implementation of yeast gene Boolean gates Additional file 1

In silico design and in vivo implementation of yeast gene Boolean gates Additional file 1 In silico design and in vivo implementation of yeast gene Boolean gates Additional file 1 Supplementary Material Mario A. Marchisio 1,2 1 Department of Biosystems Science and Engineering (D-BSSE), ETH

More information

GLOBEX Bioinformatics (Summer 2015) Genetic networks and gene expression data

GLOBEX Bioinformatics (Summer 2015) Genetic networks and gene expression data GLOBEX Bioinformatics (Summer 2015) Genetic networks and gene expression data 1 Gene Networks Definition: A gene network is a set of molecular components, such as genes and proteins, and interactions between

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

MODELING REGULATION OF TRANSCRIPTION INITIATION

MODELING REGULATION OF TRANSCRIPTION INITIATION MODELING REGULATION OF TRANSCRIPTION INITIATION by ELIANE ZERBETTO TRALDI A dissertation submitted to the Graduate School New Brunswick Rutgers, The State University of New Jersey In partial fulfillment

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

arxiv: v1 [q-bio.mn] 14 May 2009

arxiv: v1 [q-bio.mn] 14 May 2009 , DNA looping provides stability and robustness to the bacteriophage λ switch Marco J. Morelli, 1,2 Pieter Rein ten Wolde, 1 and Rosalind J. Allen 3 1 FOM Institute for Atomic and Molecular Physics, arxiv:0905.2329v1

More information

Lysogeny maintenance: a matter of looping. Laura Finzi

Lysogeny maintenance: a matter of looping. Laura Finzi Lysogeny maintenance: a matter of looping Laura Finzi λ is a temperate phage Two possible modes LYSOGENIC MODE (passive replication) LYTIC MODE (active replication) Lytic mode Lysogenic mode replication

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

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

Measuring TF-DNA interactions

Measuring TF-DNA interactions Measuring TF-DNA interactions How is Biological Complexity Achieved? Mediated by Transcription Factors (TFs) 2 Regulation of Gene Expression by Transcription Factors TF trans-acting factors TF TF TF TF

More information

Lecture 2: Read about the yeast MAT locus in Molecular Biology of the Gene. Watson et al. Chapter 10. Plus section on yeast as a model system Read

Lecture 2: Read about the yeast MAT locus in Molecular Biology of the Gene. Watson et al. Chapter 10. Plus section on yeast as a model system Read Lecture 2: Read about the yeast MAT locus in Molecular Biology of the Gene. Watson et al. Chapter 10. Plus section on yeast as a model system Read chapter 22 and chapter 10 [section on MATing type gene

More information

56:198:582 Biological Networks Lecture 8

56:198:582 Biological Networks Lecture 8 56:198:582 Biological Networks Lecture 8 Course organization Two complementary approaches to modeling and understanding biological networks Constraint-based modeling (Palsson) System-wide Metabolism Steady-state

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

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

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

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

Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. Tuesday, December 27, 16

Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. Tuesday, December 27, 16 Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. Enduring understanding 3.B: Expression of genetic information involves cellular and molecular

More information

Modeling Multiple Steady States in Genetic Regulatory Networks. Khang Tran. problem.

Modeling Multiple Steady States in Genetic Regulatory Networks. Khang Tran. problem. Modeling Multiple Steady States in Genetic Regulatory Networks Khang Tran From networks of simple regulatory elements, scientists have shown some simple circuits such as the circadian oscillator 1 or the

More information

The Design of a Genetic Muller C-Element

The Design of a Genetic Muller C-Element The Design of a Genetic Muller C-Element Nam-Phuong D. Nguyen, Hiroyuki Kuwahara, Chris J. Myers, James P. Keener University of Utah Salt Lake City, UT 842, USA {namphuon, kuwahara, myers}@vlsigroup.ece.utah.edu,

More information

The Research Plan. Functional Genomics Research Stream. Transcription Factors. Tuning In Is A Good Idea

The Research Plan. Functional Genomics Research Stream. Transcription Factors. Tuning In Is A Good Idea Functional Genomics Research Stream The Research Plan Tuning In Is A Good Idea Research Meeting: March 23, 2010 The Road to Publication Transcription Factors Protein that binds specific DNA sequences controlling

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

SUPPLEMENTARY MATERIAL

SUPPLEMENTARY MATERIAL Activity [RLU] Activity [RLU] RAB:TALA TALA:RAB TALB:RAB RAB:TALB RAB:TALB TALB:RAB TALA:RAB RAB:TALA Activity [nrlu] Activity [nrlu] SUPPLEMENTARY MATERIAL a b 100 100 50 50 0 0 5 25 50 5 25 50 0 50 50

More information

Nature Genetics: doi: /ng Supplementary Figure 1. Plasmid diagrams of primary strains used in this work.

Nature Genetics: doi: /ng Supplementary Figure 1. Plasmid diagrams of primary strains used in this work. Supplementary Figure 1 Plasmid diagrams of primary strains used in this work. Refer to Supplementary Table 1 for additional information and full list of strains. Diagrams are not to scale. (a) Strain used

More information

Modelling in Biology

Modelling in Biology Modelling in Biology Dr Guy-Bart Stan Department of Bioengineering 17th October 2017 Dr Guy-Bart Stan (Dept. of Bioeng.) Modelling in Biology 17th October 2017 1 / 77 1 Introduction 2 Linear models of

More information

ACCGGTTTCGAATTGACAATTAATCATCGGCTCGTATAATGGTACC TGAAATGAGCTGTTGACAATTAATCATCCGGCTCGTATAATGTGTGG AATTGTGAGCGGATAACAATTTCACAGGTACC

ACCGGTTTCGAATTGACAATTAATCATCGGCTCGTATAATGGTACC TGAAATGAGCTGTTGACAATTAATCATCCGGCTCGTATAATGTGTGG AATTGTGAGCGGATAACAATTTCACAGGTACC SUPPLEMENTAL TABLE S1. Promoter and riboswitch sequences used in this study. Predicted transcriptional start sites are bolded and underlined. Riboswitch sequences were obtained from Topp et al., Appl Environ

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

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

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

Villa et al. (2005) Structural dynamics of the lac repressor-dna complex revealed by a multiscale simulation. PNAS 102:

Villa et al. (2005) Structural dynamics of the lac repressor-dna complex revealed by a multiscale simulation. PNAS 102: Villa et al. (2005) Structural dynamics of the lac repressor-dna complex revealed by a multiscale simulation. PNAS 102: 6783-6788. Background: The lac operon is a cluster of genes in the E. coli genome

More information

Biomolecular Feedback Systems

Biomolecular Feedback Systems Biomolecular Feedback Systems Domitilla Del Vecchio MIT Richard M. Murray Caltech Version 1.0b, September 14, 2014 c 2014 by Princeton University Press All rights reserved. This is the electronic edition

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

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

Chapter 18: Control of Gene Expression

Chapter 18: Control of Gene Expression Chapter 18: Control of Gene Expression 海洋生物研究所 曾令銘 海事大樓 426 室分機 : 5326 Differential Expression of Genes Prokaryotes and eukaryotes precisely regulate gene expression in response to environmental conditions

More information