1 Introduction. Maria Luisa Guerriero. Jane Hillston

Size: px
Start display at page:

Download "1 Introduction. Maria Luisa Guerriero. Jane Hillston"

Transcription

1 Time-Series Analysis of Circadian Clocks: Quantifying the Effect of Stochasticity on the Distribution of Phase, Period and Amplitude of Circadian Oscillations Maria Luisa Guerriero Centre for Systems Biology at Edinburgh University of Edinburgh, UK Jane Hillston School of Informatics and Centre for Systems Biology at Edinburgh University of Edinburgh, UK Circadian clocks are gene regulatory networks present in most organisms that help them to adapt to the 24-hour day/night cycle. The effect of stochasticity on the behaviour of circadian clocks is well known and several works have shown that stochastic models generally give a better description of experimental data compared to deterministic models. Most of the existing work show this by visual comparison of time-series data obtained from simulations with time-series data obtained from laboratory experiments, often in terms of qualitative features such as oscillations dampen or oscillations are persistent, instead of providing a precise quantitative measure of the stochastic effects. Here we report some of our investigations on the use of time-series analysis techniques for computing quantitative measures such as the distribution of phase of oscillations. 1 Introduction Circadian clocks are gene regulatory networks which, by means of interlocking transcriptional feedback loops involving a small number of genes, enable organisms to adapt to the day/night cycles. The behaviour of circadian clocks has two essential features: (i) in the absence of external stimuli (e.g. constant light) the amounts of the involved proteins oscillate rhythmically with a period of approximately 24 hours (circadian); (ii) in the presence of external stimuli (e.g. light on/off) the oscillations adjust their rhythm to the external stimuli (entrainment). Due to the low copy numbers in which most of the involved molecules are generally present, stochasticity plays a major role in the behaviour of circadian clocks, in particular in terms of robustness of the free running (i.e. not entrained) clock. Several mathematical and computational models have been proposed in the past to describe the behaviour of circadian clocks of different organisms (e.g. the plant Arabidopsis thaliana [4] the fungus Neurospora crassa [5, 1], and the alga Ostreococcus tauri [6, 2]). Several issues need to be addressed when investigating the effect of stochasticity comparing experimental and modelling data. First, the current limitations in available laboratory technology imply that single cell experimental data are rarely available and, instead, experimental data are generally ensemble data obtained across a large population of cells. Second, experimental observations are generally carried over short periods of time (generally a few days) because of the cost and technical difficulties in maintaining the organisms in constant experimental conditions. Third, there are also issues coming from data analysis: for instance it is not straightforward to measure phase, period and amplitude of oscillations in noisy data (such as both experimental data and stochastic simulation results). The Centre for Systems Biology at Edinburgh is a Centre for Integrative Systems Biology (CISB) funded by BBSRC and EPSRC, reference BB/D019621/1. Submitted to: PASTA 2010 c M. L. Guerriero & J. Hillston This work is licensed under the Creative Commons Attribution License.

2 The aim of this research is to investigate the use of time-series analysis techniques coming from signal processing for computing summary measures of the quality of the circadian clocks related to the regularity of the oscillations, such as the distribution of phase and the stability of period and amplitude. 2 A model of the circadian clock of Ostreococcus tauri In [2] we presented a Bio-PEPA model of the circadian clock of the green alga Ostreococcus tauri based on the deterministic model introduced in [6]. The focus there was to investigate the differences between the continuous-deterministic and the discrete-stochastic approaches. Several analysis techniques, settings and light conditions were considered there. The clock network involves two genes, TOC1 and LHY: both their mrnas and proteins are modelled explicitly (each protein is present in two different forms) and are involved in a negative feedback loop with 5 light inputs. A schematic representation of the model is shown below, and Fig. 1 reports the deterministic behaviour of the system in the considered conditions, as shown in [2]. Level LHY mrna TOC1 mrna Total LHY Total TOC1 Level LHY mrna TOC1 mrna Total LHY Total TOC Time (hours) Time (hours) Figure 1: Deterministic solution of the model: LL (left), LD (right). 3 Time-series analysis of the model Here we use the same model presented in [2], and we focus on time-series data obtained from stochastic simulation and deterministic solution, and consider only two light conditions: constant light (LL) and 24-hour cycles of alternating 12 hours of light and 12 hours of dark (LD). All the results shown in the following refer to the total amount of LHY protein (Total LHY = LHY c + LHY n). Other species have a similar behaviour. First, let us define a few basic terms which will be used in the rest of the paper.

3 Peak: highest value obtained by the variable in one oscillation. Trough: lowest value obtained by the variable in one oscillation. Phase: time of the day at which peak occurs. Period: peak-to-peak distance between two oscillations. Amplitude: difference between peak and trough values. Though all these concepts are basic, it is worth pointing out a couple of issues often make their measurement tricky. First, experimental data are generally very noisy, they only refer to a few days of observation, and the same experiment is rarely repeated more than a couple of times due to the high costs. Moreover, noise in data can be of various types: variations due to differences in the observed cells/organisms, random variations due to system stochasticity, and experimental errors. Even when considering data obtained from simulations, where the only type of noise considered is the one due to stochasticity and despite the fact that simulations could be easily generated for extremely long observation periods and repeated multiple times, the stochastic variations could be so high that these measurements can still be problematic. In the following, we show a possible way to identify peaks and troughs in noisy data and to use them to compute the distribution of phase, period and amplitude in time-series data. 3.1 Peaks/troughs identification and the computation of clock measures There is a major difference in the deterministic behaviour of the free running and the entrained clock: quickly dampened oscillations in the first, permanent oscillations in the latter (see Fig. 1 and [2]). From these deterministic time-series results it is possible to easily measure peak/trough values and the time at which they occur, and from those compute phase, period and amplitude of oscillations. Fig. 2, for instance, shows the behaviour of the LD system, which is a perfectly regular clock with period = 24h, phase 2 and amplitude 4. Figure 2: Measure of phase/period/amplitude on the deterministic solution of the model. Fig. 3 shows the same results computed on stochastic simulation time-series data. Especially when dealing with the noisy data coming from a single run, the first issue is to define what peaks and troughs are and how to distinguish them from random fluctuations. The method we have used here to find the

4 peaks shown in the figure is the following (analogously for troughs), assuming we have equally spaced time-series data points x 0...x 9600 for the time interval [0,960] hours. 1. Bin the time points into 1-hour-long slots and find the maximum in each hour [max 0...max 960 ]. This step smooths the data getting rid of the small fluctuations. 2. Find the local maxima in [max 0...max 960 ]: local maxima are data points x i [max 0...max 960 ] which are higher than a given number of their neighbours (the simplest case is x i 1 < x i > x i+1 ); we have also set a minimum threshold that local maxima must pass in order to be considered peaks. Figure 3: Distribution of phase/period/amplitude on a single time-series in LD: single SSA run (left) and average over 50 SSA runs (right). Note the different x-axes scales in the two panels. As shown in Fig. 3, phase, period and amplitude on stochastic data are obtained as distributions over the whole time-series. The distributions computed from time-series data which are averages of multiple runs are narrower and getting closer to the deterministic value. Fig. 4, instead, shows the time-dependent distribution of phase, period and amplitude computed over 50 independent SSA runs at both an early time and a late time for the free-running clock (LL). Contrary to what is observed in the deterministic behaviour (Fig. 1), which shows dampening of oscillations, the oscillations shown in the single SSA run are persistent, and indeed the distributions of phase, period and amplitude at early time t=2 and at later time t=99 do not exhibit substantial differences. 3.2 Autocorrelation functions and phase distribution The autocorrelation function of a time-series measures the similarity of the time-series with a shifted version of itself. For perfectly periodic signals, it is a function which oscillates between +1 and -1, with the same period as the data, and with the highest value at time t=0. For noisy signals, the autocorrelation dampens exponentially, and the speed of dampening is a measure often used in signal processing to quantify the noise and phase diffusion in oscillations. For a signal which is only random noise the autocorrelation immediately reaches values very close to 0. The half-life of the autocorrelation is defined as the time it takes for the autocorrelation function to dampen to values smaller than half its maximum (i.e. 0.5). An application of autocorrelation to biochemical oscillators can be found in [3]. Fig. 5 shows the autocorrelation function of both the deterministic and the stochastic time-series for the entrained clock LD. As expected from the considerations above, the perfectly periodic ODE results lead to a perfectly periodic autocorrelation function; the SSA function is similarly regular, but the noise

5 Figure 4: One single SSA run (top) in LL and the time-dependent distribution of phase/period/amplitude on multiple time-series for time t = 2 (middle) and t = 99 (bottom). Figure 5: Time-series and autocorrelation function in LD: ODE (left), average of 50 SSA runs (right). causes the autocorrelation to oscillate between values around +0.5 and -0.5 instead of +1 and -1. The half-life of the autocorrelation function is 72 hours. Fig. 6 shows the autocorrelation function for the free running clock LL. In this case, both for ODE and SSA the autocorrelation function dampens, though we can see that in the single run it does not go below the 95% confidence bounds (the green lines, which mark values of the autocorrelation functions which are so low that they are indistinguishable from random noise), thus confirming what we have observed earlier about the persistence of a periodic (though noisy) behaviour. The half-life of the autocorrelation is 25h, which means that after only one cycle the phase distribution is already evident. 4 Conclusions and future work In this work we have shown some of the preliminary results we have obtained by applying statistical and data analysis techniques to the analysis of simulation data for the Ostreococcus tauri circadian clock model. We are still working on fully understanding how to properly employ autocorrelation functions and related techniques to gain further insight into the simulation results. We are planning to apply this

6 Figure 6: Time-series and its autocorrelation function in LL: ODE (top), a single SSA run (bottom left), and the average of 50 SSA runs (bottom right). approach to data coming from lab experiments as well, and to use this in other circadian clock models. References [1] O.E. Akman, J.C.W. Locke, S. Tang, I. Carré, A.J. Millar, and D.A. Rand. Isoform switching facilitates period control in the Neurospora crassa circadian clock. Mol. Sys. Biol., 4:64, [2] Ozgur E. Akman, Maria Luisa Guerriero, Laurence Loewe, and Carl Troein. Complementary approaches to understanding the plant circadian clock. CoRR, abs/ , [3] Pierre Gaspard. The Correlation Time of Mesoscopic Chemical Clocks. J. Chem Phys., 117: , [4] J.C.W Locke, L. Kozma-Bognar, P.D. Gould, B. Fehér, E. Kevei, F. Nagy, M.S. Turner, A. Hall, and A.J. Millar. Experimental validation of a predicted feedback loop in the multi-oscillator clock of Arabidopsis thaliana. Mol. Sys. Biol., 2:59, [5] J.J. Loros and J.C. Dunlap. Genetic and molecular analysis of circadian rhythms in Neurospora. Annu. Rev. Physiol., 63: , [6] J.S. O Neill, G. van Ooijen, C. Troein, L. Dixon, F.-Y. Bouget, F. Corellou, and A. Millar. Circadian rhythms persisting in the absence of transcription in a eukaryote. Submitted, 2009.

Modelling a Circadian Clock with HYPE

Modelling a Circadian Clock with HYPE Modelling a Circadian Clock with HYPE Vashti Galpin Laboratory for Foundations of Computer Scince School of Informatics, University of Edinburgh Vashti.Galpin@ed.ac.uk HYPE is a process algebra for hybrid

More information

Complementary approaches to understanding the plant circadian clock

Complementary approaches to understanding the plant circadian clock Complementary approaches to understanding the plant circadian clock Ozgur E. Akman 1, Maria Luisa Guerriero 1 Laurence Loewe 1 Carl Troein 1,2 1 Centre for Systems Biology at Edinburgh, University of Edinburgh,

More information

Models and Languages for Computational Systems Biology Lecture 1

Models and Languages for Computational Systems Biology Lecture 1 Models and Languages for Computational Systems Biology Lecture 1 Jane Hillston. LFCS and CSBE, University of Edinburgh 13th January 2011 Outline Introduction Motivation Measurement, Observation and Induction

More information

Light and circadian regulation of clock components aids flexible responses to environmental signals

Light and circadian regulation of clock components aids flexible responses to environmental signals Research Light and circadian regulation of clock components aids flexible responses to environmental signals Laura E. Dixon,, Sarah K. Hodge, Gerben van Ooijen, Carl Troein, Ozgur E. Akman, and Andrew

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Multiple light inputs to a simple clock circuit allow complex biological rhythms Citation for published version: Troein, C, Corellou, F, Dixon, LE, van Ooijen, G, O'Neill, JS,

More information

Analysis of regulatory function of circadian clock. on photoreceptor gene expression

Analysis of regulatory function of circadian clock. on photoreceptor gene expression Thesis of Ph.D. dissertation Analysis of regulatory function of circadian clock on photoreceptor gene expression Tóth Réka Supervisor: Dr. Ferenc Nagy Biological Research Center of the Hungarian Academy

More information

Experimental validation of a predicted feedback loop in the multi-oscillator clock of Arabidopsis thaliana

Experimental validation of a predicted feedback loop in the multi-oscillator clock of Arabidopsis thaliana Molecular Systems Biology (6) doi:.38/msb4 & 6 EMBO and Nature Publishing Group All rights reserved 744-49/6 www.molecularsystemsbiology.com Article number: 59 REPORT Experimental validation of a predicted

More information

Modelling Biochemical Pathways with Stochastic Process Algebra

Modelling Biochemical Pathways with Stochastic Process Algebra Modelling Biochemical Pathways with Stochastic Process Algebra Jane Hillston. LFCS, University of Edinburgh 13th April 2007 The PEPA project The PEPA project started in Edinburgh in 1991. The PEPA project

More information

ASSESSMENT OF REGRESSION METHODS FOR INFERENCE OF REGULATORY NETWORKS INVOLVED IN CIRCADIAN REGULATION

ASSESSMENT OF REGRESSION METHODS FOR INFERENCE OF REGULATORY NETWORKS INVOLVED IN CIRCADIAN REGULATION ASSESSMENT OF REGRESSION METHODS FOR INFERENCE OF REGULATORY NETWORKS INVOLVED IN CIRCADIAN REGULATION Andrej Aderhold 1, Dirk Husmeier 2, V. Anne Smith 1, Andrew J. Millar 3, and Marco Grzegorczyk 4 1

More information

Stochastic Models for Circadian Oscillations: Emergence of a Biological Rhythm

Stochastic Models for Circadian Oscillations: Emergence of a Biological Rhythm Stochastic Models for Circadian Oscillations: Emergence of a Biological Rhythm DIDIER GONZE, JOSÉ HALLOY, ALBERT GOLDBETER Unité de Chronobiologie Théorique, Faculté des Sciences, Université Libre de Bruxelles,

More information

Circadian rhythms and molecular noise

Circadian rhythms and molecular noise CHAOS 16, 026110 2006 Circadian rhythms and molecular noise Didier Gonze and Albert Goldbeter Faculté des Sciences, Université Libre de Bruxelles, Campus Plaine, C.P. 231, B-1050 Brussels, Belgium Received

More information

Cybergenetics: Control theory for living cells

Cybergenetics: Control theory for living cells Department of Biosystems Science and Engineering, ETH-Zürich Cybergenetics: Control theory for living cells Corentin Briat Joint work with Ankit Gupta and Mustafa Khammash Introduction Overview Cybergenetics:

More information

L'horloge circadienne, le cycle cellulaire et leurs interactions. Madalena CHAVES

L'horloge circadienne, le cycle cellulaire et leurs interactions. Madalena CHAVES L'horloge circadienne, le cycle cellulaire et leurs interactions?? Madalena CHAVES What do all these living organisms have in common? Mus musculus Neurospora crassa Drosophila melanogaster Arabidopsis

More information

Biological Rhythms and Photoperiodism in Plants

Biological Rhythms and Photoperiodism in Plants P.J. LUMSDEN Department ofapplied Biology, University of Central Lancashire, Preston PRl 2HE, UK AJ. MILLAR Department of Biological Sciences, University of Warwick, Coventry CV4 7AL, UK Biological Rhythms

More information

A robust two-gene oscillator at the core of Ostreococcus tauri circadian clock

A robust two-gene oscillator at the core of Ostreococcus tauri circadian clock A robust two-gene oscillator at the core of Ostreococcus tauri circadian clock Pierre-Emmanuel Morant, 1,2 Quentin Thommen, 1, 2 Benjamin Pfeuty, 1, 2 Constant Vandermoere, 1,2 Florence Corellou, 3 François-Yves

More information

Balance equations can buffer noisy and sustained environmental perturbations of circadian clocks

Balance equations can buffer noisy and sustained environmental perturbations of circadian clocks Balance equations can buffer noisy and sustained environmental perturbations of circadian clocks Mirela Domijan and David A. Rand* Warwick Systems Biology and Mathematics Institute, University of Warwick,

More information

M. Dechesne R. Sepulchre

M. Dechesne R. Sepulchre Systems and models in chronobiology A delay model for the circadian rhythm M. Dechesne R. Sepulchre Department of Electrical Engineering and Computer Science Monteore Institute University of Liège 24th

More information

THE ROLE OF THE PHYTOCHROME B PHOTORECEPTOR IN THE REGULATION OF PHOTOPERIODIC FLOWERING. AnitaHajdu. Thesis of the Ph.D.

THE ROLE OF THE PHYTOCHROME B PHOTORECEPTOR IN THE REGULATION OF PHOTOPERIODIC FLOWERING. AnitaHajdu. Thesis of the Ph.D. THE ROLE OF THE PHYTOCHROME B PHOTORECEPTOR IN THE REGULATION OF PHOTOPERIODIC FLOWERING AnitaHajdu Thesis of the Ph.D. dissertation Supervisor: Dr. LászlóKozma-Bognár - senior research associate Doctoral

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Consistent robustness analysis (CRA) identifies biologically relevant properties of regulatory network models Citation for published version: Saithong, T, Painter, KJ & Millar,

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

Stochastic Process Algebra models of a Circadian Clock

Stochastic Process Algebra models of a Circadian Clock Stochastic Process Algebra models of a Circadian Clock Jeremy T. Bradley Thomas Thorne Department of Computing, Imperial College London 180 Queen s Gate, London SW7 2BZ, United Kingdom Email: jb@doc.ic.ac.uk

More information

Lecture 1 Modeling in Biology: an introduction

Lecture 1 Modeling in Biology: an introduction Lecture 1 in Biology: an introduction Luca Bortolussi 1 Alberto Policriti 2 1 Dipartimento di Matematica ed Informatica Università degli studi di Trieste Via Valerio 12/a, 34100 Trieste. luca@dmi.units.it

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

Introduction. ECE/CS/BioEn 6760 Modeling and Analysis of Biological Networks. Adventures in Synthetic Biology. Synthetic Biology.

Introduction. ECE/CS/BioEn 6760 Modeling and Analysis of Biological Networks. Adventures in Synthetic Biology. Synthetic Biology. Introduction ECE/CS/BioEn 6760 Modeling and Analysis of Biological Networks Chris J. Myers Lecture 17: Genetic Circuit Design Electrical engineering principles can be applied to understand the behavior

More information

A new model for circadian clock research?

A new model for circadian clock research? Molecular Systems Biology (2005) doi:10.1038/msb4100019 & 2005 EMBO and Nature Publishing Group All rights reserved 1744-4292/05 www.molecularsystemsbiology.com NEWS AND VIEWS A new model for circadian

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Circadian rhythms persist without transcription in a eukaryote Citation for published version: O'Neill, JS, van Ooijen, G, Dixon, LE, Troein, C, Corellou, F, Bouget, F-Y, Reddy,

More information

A Structured Approach Part IV. Model Checking in Systems and Synthetic Biology

A Structured Approach Part IV. Model Checking in Systems and Synthetic Biology A Structured Approach Part IV Model Checking in Systems and Synthetic Biology Robin Donaldson Bioinformatics Research Centre University of Glasgow, Glasgow, UK Model Checking - ISMB08 1 Outline Introduction

More information

CIRCADIAN rhythms are self-sustaining biological

CIRCADIAN rhythms are self-sustaining biological Copyright Ó 2007 by the Genetics Society of America DOI: 10.1534/genetics.107.072769 A Complex Genetic Interaction Between Arabidopsis thaliana TOC1 and CCA1/LHY in Driving the Circadian Clock and in Output

More information

Systems biology flowering in the plant clock field

Systems biology flowering in the plant clock field Molecular Systems Biology (2006) doi:0.038/msb40005 & 2006 EMBO and Nature Publishing Group All rights reserved 744-4292/06 www.molecularsystemsbiology.com Article number: 60 NEWS AND VIEWS Systems biology

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

Modelling protein trafficking: progress and challenges

Modelling protein trafficking: progress and challenges Modelling protein trafficking: progress and challenges Laboratory for Foundations of Computer Science School of Informatics University of Edinburgh 21 May 2012 Outline Protein Trafficking Modelling Biology

More information

SPA for quantitative analysis: Lecture 6 Modelling Biological Processes

SPA for quantitative analysis: Lecture 6 Modelling Biological Processes 1/ 223 SPA for quantitative analysis: Lecture 6 Modelling Biological Processes Jane Hillston LFCS, School of Informatics The University of Edinburgh Scotland 7th March 2013 Outline 2/ 223 1 Introduction

More information

A(γ A D A + γ R D R + γ C R + δ A )

A(γ A D A + γ R D R + γ C R + δ A ) Title: Mechanisms of noise-resistance in genetic oscillators Authors: José M. G. Vilar 1,2, Hao Yuan Kueh 1, Naama Barkai 3, and Stanislas Leibler 1,2 1 Howard Hughes Medical Institute, Departments of

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

Stochastic Synchronization of Circadian Rhythms

Stochastic Synchronization of Circadian Rhythms The Third International Symposium on Optimization and Systems Biology (OSB 9) Zhangjiajie, China, September 2 22, 29 Copyright 29 ORSC & APORC, pp. 276 287 Stochastic Synchronization of Circadian Rhythms

More information

Introduction to Bioinformatics

Introduction to Bioinformatics CSCI8980: Applied Machine Learning in Computational Biology Introduction to Bioinformatics Rui Kuang Department of Computer Science and Engineering University of Minnesota kuang@cs.umn.edu History of Bioinformatics

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

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

Some investigations concerning the CTMC and the ODE model derived from Bio-PEPA

Some investigations concerning the CTMC and the ODE model derived from Bio-PEPA FBTC 2008 Some investigations concerning the CTMC and the ODE model derived from Bio-PEPA Federica Ciocchetta 1,a, Andrea Degasperi 2,b, Jane Hillston 3,a and Muffy Calder 4,b a Laboratory for Foundations

More information

Stochastic Simulation of Biochemical Reactions

Stochastic Simulation of Biochemical Reactions 1 / 75 Stochastic Simulation of Biochemical Reactions Jorge Júlvez University of Zaragoza 2 / 75 Outline 1 Biochemical Kinetics 2 Reaction Rate Equation 3 Chemical Master Equation 4 Stochastic Simulation

More information

Trends in Scientific Investigation

Trends in Scientific Investigation Trends in Scientific Investigation 20 th Century Genomics Reductionism 20 th Century Biomedical Sciences Genes Proteins Cell Organ Organism 21 st Century Genomics Proteomics Molecular biophysics Bioinformatics

More information

Phase Response Optimization of the Circadian Clock in Neurospora crassa

Phase Response Optimization of the Circadian Clock in Neurospora crassa Phase Response Optimization of the Circadian Clock in Neurospora crassa A dissertation submitted to the Graduate School of the University of Cincinnati in partial fulfillment of the requierements for the

More information

Gene Autoregulation via Intronic micrornas and its Functions

Gene Autoregulation via Intronic micrornas and its Functions Gene Autoregulation via Intronic micrornas and its Functions Carla Bosia Department of Theoretical Physics University of Torino and INFN, Italy cbosia@to.infn.it Annecy-le-Vieux 20-22/10/2010 OUTLINE microrna

More information

Lecture 4: Importance of Noise and Fluctuations

Lecture 4: Importance of Noise and Fluctuations Lecture 4: Importance of Noise and Fluctuations Jordi Soriano Fradera Dept. Física de la Matèria Condensada, Universitat de Barcelona UB Institute of Complex Systems September 2016 1. Noise in biological

More information

arxiv: v2 [q-bio.qm] 12 Jan 2017

arxiv: v2 [q-bio.qm] 12 Jan 2017 Approximation and inference methods for stochastic biochemical kinetics - a tutorial review arxiv:1608.06582v2 [q-bio.qm] 12 Jan 2017 David Schnoerr 1,2,3, Guido Sanguinetti 2,3, and Ramon Grima 1,3,*

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

Rhythms Emerge in a Collection of `Blind' Chemicals by the Use of `Genetic Switches'

Rhythms Emerge in a Collection of `Blind' Chemicals by the Use of `Genetic Switches' \ 71 Rhythms Emerge in a Collection of `Blind' Chemicals by the Use of `Genetic Switches' Hiroaki Inayoshi 1 Hitoshi Iba 2 inayoshi@etl.go.jp iba@etl.go.jp 1 Computer Science Division 2 Machine Understanding

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

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

The Role of the Arabidopsis Morning Loop Components CCA1, LHY, PRR7, and PRR9 in Temperature Compensation W

The Role of the Arabidopsis Morning Loop Components CCA1, LHY, PRR7, and PRR9 in Temperature Compensation W The Plant Cell, Vol. 22: 3650 3661, November 2010, www.plantcell.org ã 2010 American Society of Plant Biologists The Role of the Arabidopsis Morning Loop Components CCA1, LHY, PRR7, and PRR9 in Temperature

More information

BIOMED Programming & Modeling for BME Final Exam, , Instructor: Ahmet Sacan

BIOMED Programming & Modeling for BME Final Exam, , Instructor: Ahmet Sacan BIOMED 201 - Programming & Modeling for BME Final Exam, 2011.12.01, Instructor: Ahmet Sacan Sign the honor code below. No credit will be given for the exam without a signed pledge. I have neither given

More information

PSEUDO-RESPONSE REGULATORS, PRR9, PRR7 and PRR5, Together Play Essential Roles Close to the Circadian Clock of Arabidopsis thaliana

PSEUDO-RESPONSE REGULATORS, PRR9, PRR7 and PRR5, Together Play Essential Roles Close to the Circadian Clock of Arabidopsis thaliana Plant Cell Physiol. 46(5): 686 698 (2005) doi:10.1093/pcp/pci086, available online at www.pcp.oupjournals.org JSPP 2005 Rapid Paper PSEUDO-RESPONSE REGULATORS, PRR9, PRR7 and PRR5, Together Play Essential

More information

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

Principles of Synthetic Biology: Midterm Exam

Principles of Synthetic Biology: Midterm Exam Principles of Synthetic Biology: Midterm Exam October 28, 2010 1 Conceptual Simple Circuits 1.1 Consider the plots in figure 1. Identify all critical points with an x. Put a circle around the x for each

More information

UNIVERSITY OF CALIFORNIA SANTA BARBARA DEPARTMENT OF CHEMICAL ENGINEERING. CHE 154: Engineering Approaches to Systems Biology Spring Quarter 2004

UNIVERSITY OF CALIFORNIA SANTA BARBARA DEPARTMENT OF CHEMICAL ENGINEERING. CHE 154: Engineering Approaches to Systems Biology Spring Quarter 2004 UNIVERSITY OF CALIFORNIA SANTA BARBARA DEPARTMENT OF CHEMICAL ENGINEERING CHE 154: Engineering Approaches to Systems Biology Spring Quarter 2004 Lecture: Tue/Thu 9:30-10:45am Engr-II Room 3301 Instructor

More information

Design principles underlying circadian clocks

Design principles underlying circadian clocks J. R. Soc. Lond. Interface (24) DOI: 1.198/rsif.24.14 Design principles underlying circadian clocks D. A. Rand 1,,B.V.Shulgin 1, D. Salazar 1,2 and A. J. Millar 2 1 Interdisciplinary Programme in Cellular

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

Extending the Tools of Chemical Reaction Engineering to the Molecular Scale

Extending the Tools of Chemical Reaction Engineering to the Molecular Scale Extending the Tools of Chemical Reaction Engineering to the Molecular Scale Multiple-time-scale order reduction for stochastic kinetics James B. Rawlings Department of Chemical and Biological Engineering

More information

Core genetic module: The mixed feedback loop

Core genetic module: The mixed feedback loop PHYSICAL REVIEW E 72, 031908 2005 Core genetic module: The mixed feedback loop Paul François and Vincent Hakim Laboratoire de Physique Statistique, * CNRS-UMR 8550, Ecole Normale Supérieure, 24, rue Lhomond

More information

An Introduction to Stochastic Simulation

An Introduction to Stochastic Simulation Stephen Gilmore Laboratory for Foundations of Computer Science School of Informatics University of Edinburgh PASTA workshop, London, 29th June 2006 Background The modelling of chemical reactions using

More information

Effects of Different Burst Form on Gene Expression Dynamic and First-Passage Time

Effects of Different Burst Form on Gene Expression Dynamic and First-Passage Time Advanced Studies in Biology, Vol. 9, 2017, no. 2, 91-100 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/asb.2017.726 Effects of Different Burst Form on Gene Expression Dynamic and First-Passage

More information

Rui Dilão NonLinear Dynamics Group, IST

Rui Dilão NonLinear Dynamics Group, IST 1st Conference on Computational Interdisciplinary Sciences (CCIS 2010) 23-27 August 2010, INPE, São José dos Campos, Brasil Modeling, Simulating and Calibrating Genetic Regulatory Networks: An Application

More information

Lecture 8: Temporal programs and the global structure of transcription networks. Chap 5 of Alon. 5.1 Introduction

Lecture 8: Temporal programs and the global structure of transcription networks. Chap 5 of Alon. 5.1 Introduction Lecture 8: Temporal programs and the global structure of transcription networks Chap 5 of Alon 5. Introduction We will see in this chapter that sensory transcription networks are largely made of just four

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

Regulation of Transcription in Eukaryotes. Nelson Saibo

Regulation of Transcription in Eukaryotes. Nelson Saibo Regulation of Transcription in Eukaryotes Nelson Saibo saibo@itqb.unl.pt In eukaryotes gene expression is regulated at different levels 1 - Transcription 2 Post-transcriptional modifications 3 RNA transport

More information

Dynamics of the Mixed Feedback Loop Integrated with MicroRNA

Dynamics of the Mixed Feedback Loop Integrated with MicroRNA The Second International Symposium on Optimization and Systems Biology (OSB 08) Lijiang, China, October 31 November 3, 2008 Copyright 2008 ORSC & APORC, pp. 174 181 Dynamics of the Mixed Feedback Loop

More information

Modeling and Systems Analysis of Gene Regulatory Networks

Modeling and Systems Analysis of Gene Regulatory Networks Modeling and Systems Analysis of Gene Regulatory Networks Mustafa Khammash Center for Control Dynamical-Systems and Computations University of California, Santa Barbara Outline Deterministic A case study:

More information

Introduction. Dagmar Iber Jörg Stelling. CSB Deterministic, SS 2015, 1.

Introduction. Dagmar Iber Jörg Stelling. CSB Deterministic, SS 2015, 1. Introduction Dagmar Iber Jörg Stelling joerg.stelling@bsse.ethz.ch CSB Deterministic, SS 2015, 1 Origins of Systems Biology On this assumption of the passage of blood, made as a basis for argument, and

More information

Biophysical Journal Volume 92 May

Biophysical Journal Volume 92 May Biophysical Journal Volume 92 May 2007 3407 3424 3407 Dynamics of a Minimal Model of Interlocked Positive and Negative Feedback Loops of Transcriptional Regulation by camp-response Element Binding Proteins

More information

Process Calculi for Biological Processes

Process Calculi for Biological Processes a joint work with A. Bernini, P. Degano, D. Hermith, M. Falaschi to appear in Natural Computing, Springer-Verlag, 2018 Siena, May 2018 Outline 1 Specification languages: Process Algebras 2 Biology 3 Modelling

More information

STOCHASTICITY IN GENE EXPRESSION: FROM THEORIES TO PHENOTYPES

STOCHASTICITY IN GENE EXPRESSION: FROM THEORIES TO PHENOTYPES STOCHASTICITY IN GENE EXPRESSION: FROM THEORIES TO PHENOTYPES Mads Kærn*, Timothy C. Elston, William J. Blake and James J. Collins Abstract Genetically identical cells exposed to the same environmental

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

COMPUTATIONAL APPROACHES FOR DEFINING THE REGULATION OF DROSOPHILA CIRCADIAN RHYTHMICITY AND PREDICTING THE ESCHERICHIA COLI PROTEOME

COMPUTATIONAL APPROACHES FOR DEFINING THE REGULATION OF DROSOPHILA CIRCADIAN RHYTHMICITY AND PREDICTING THE ESCHERICHIA COLI PROTEOME COMPUTATIONAL APPROACHES FOR DEFINING THE REGULATION OF DROSOPHILA CIRCADIAN RHYTHMICITY AND PREDICTING THE ESCHERICHIA COLI PROTEOME A Dissertation Presented to the Faculty of the Graduate School of Cornell

More information

Optimisation and Landscape Analysis of Computational Biology Models: A Case Study

Optimisation and Landscape Analysis of Computational Biology Models: A Case Study Optimisation and Landscape Analysis of Computational Biology Models: A Case Study Abstract Kevin Doherty K.Doherty@exeter.ac.uk University of Exeter, EX4 4QF, UK Ozgur E. Akman O.E.Akman@exeter.ac.uk University

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

Attenuation of Phytochrome A and B Signaling Pathways by the Arabidopsis Circadian Clock

Attenuation of Phytochrome A and B Signaling Pathways by the Arabidopsis Circadian Clock The Plant Cell, Vol. 9, 1727-1743, ctober 1997 1997 American Society of Plant Physiologists Attenuation of Phytochrome A and B Signaling Pathways by the Arabidopsis Circadian Clock Shawn L. Anderson,all

More information

Stochastic Processes around Central Dogma

Stochastic Processes around Central Dogma Stochastic Processes around Central Dogma Hao Ge haoge@pku.edu.cn Beijing International Center for Mathematical Research Biodynamic Optical Imaging Center Peking University, China http://www.bicmr.org/personal/gehao/

More information

Photoreceptor Regulation of Constans Protein in Photoperiodic Flowering

Photoreceptor Regulation of Constans Protein in Photoperiodic Flowering Photoreceptor Regulation of Constans Protein in Photoperiodic Flowering by Valverde et. Al Published in Science 2004 Presented by Boyana Grigorova CBMG 688R Feb. 12, 2007 Circadian Rhythms: The Clock Within

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

Basic modeling approaches for biological systems. Mahesh Bule

Basic modeling approaches for biological systems. Mahesh Bule Basic modeling approaches for biological systems Mahesh Bule The hierarchy of life from atoms to living organisms Modeling biological processes often requires accounting for action and feedback involving

More information

European Conference on Mathematical and Theoretical Biology Gothenburg

European Conference on Mathematical and Theoretical Biology Gothenburg European Conference on Mathematical and Theoretical Biology 2014 - Gothenburg Minisymposium: Numerical methods for high-dimensional problems in biology Date: Monday, 16 th of June Time: 16:00-19:00 Organizers:

More information

An analytical model of the effect of plasmid copy number on transcriptional noise strength

An analytical model of the effect of plasmid copy number on transcriptional noise strength An analytical model of the effect of plasmid copy number on transcriptional noise strength William and Mary igem 2015 1 Introduction In the early phases of our experimental design, we considered incorporating

More information

Colored Noise Induced Synchronized Switching in the Genetic 2011 年 Toggle 4 月 27 Switch 日 Systems 1 / 27Co. Quorum Sensing

Colored Noise Induced Synchronized Switching in the Genetic 2011 年 Toggle 4 月 27 Switch 日 Systems 1 / 27Co. Quorum Sensing Colored Noise Induced Synchronized Switching in the Genetic Toggle Switch Systems Coupled by Quorum Sensing 王沛, 吕金虎 E-mail: wp0307@126.com School of Mathematics and Statistics, Wuhan University 第 Ô3 国

More information

Supporting Information for The Stochastic Quasi-Steady-State Assumption: Reducing the Model but Not the Noise

Supporting Information for The Stochastic Quasi-Steady-State Assumption: Reducing the Model but Not the Noise TWCCC Texas Wisconsin California Control Consortium Technical report number 2011-03 Supporting Information for The Stochastic Quasi-Steady-State Assumption: Reducing the Model but Not the Noise Rishi Srivastava

More information

Quantum stochasticity and neuronal computations

Quantum stochasticity and neuronal computations Institute for Clinical Neuroanatomy Dr. Senckenbergische Anatomie J.-W. Goethe Universität, Frankfurt am Main Quantum stochasticity and neuronal computations Peter Jedlička, MD Definition A stochastic

More information

Dynamical-Systems Perspective to Stem-cell Biology: Relevance of oscillatory gene expression dynamics and cell-cell interaction

Dynamical-Systems Perspective to Stem-cell Biology: Relevance of oscillatory gene expression dynamics and cell-cell interaction Dynamical-Systems Perspective to Stem-cell Biology: Relevance of oscillatory gene expression dynamics and cell-cell interaction Kunihiko Kaneko Universal Biology Inst., Center for Complex-Systems Biology,

More information

1 Periodic stimulations of the Incoherent Feedforward Loop network

1 Periodic stimulations of the Incoherent Feedforward Loop network 1 Periodic stimulations of the Incoherent Feedforward Loop network In this Additional file, we give more details about the mathematical analysis of the periodic activation of the IFFL network by a train

More information

Effects of small noise on the DMD/Koopman spectrum

Effects of small noise on the DMD/Koopman spectrum Effects of small noise on the DMD/Koopman spectrum Shervin Bagheri Linné Flow Centre Dept. Mechanics, KTH, Stockholm Sig33, Sandhamn, Stockholm, Sweden May, 29, 2013 Questions 1. What are effects of noise

More information

Analog Electronics Mimic Genetic Biochemical Reactions in Living Cells

Analog Electronics Mimic Genetic Biochemical Reactions in Living Cells Analog Electronics Mimic Genetic Biochemical Reactions in Living Cells Dr. Ramez Daniel Laboratory of Synthetic Biology & Bioelectronics (LSB 2 ) Biomedical Engineering, Technion May 9, 2016 Cytomorphic

More information

arxiv: v2 [q-bio.mn] 12 Sep 2011

arxiv: v2 [q-bio.mn] 12 Sep 2011 1 arxiv:1004.0336v2 [q-bio.mn] 12 Sep 2011 The role of incoherent microrna-mediated feedforward loops in noise buffering Matteo Osella 1,2,,, Carla Bosia 1,2,, Davide Corá 2,3, Michele Caselle 1,2 1 Dipartimento

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

Nonlinear Dynamics: Synchronisation

Nonlinear Dynamics: Synchronisation Nonlinear Dynamics: Synchronisation Bristol Centre for Complexity Sciences Ian Ross BRIDGE, School of Geographical Sciences, University of Bristol October 19, 2007 1 / 16 I: Introduction 2 / 16 I: Fireflies

More information

Major questions of evolutionary genetics. Experimental tools of evolutionary genetics. Theoretical population genetics.

Major questions of evolutionary genetics. Experimental tools of evolutionary genetics. Theoretical population genetics. Evolutionary Genetics (for Encyclopedia of Biodiversity) Sergey Gavrilets Departments of Ecology and Evolutionary Biology and Mathematics, University of Tennessee, Knoxville, TN 37996-6 USA Evolutionary

More information

The Kawasaki Identity and the Fluctuation Theorem

The Kawasaki Identity and the Fluctuation Theorem Chapter 6 The Kawasaki Identity and the Fluctuation Theorem This chapter describes the Kawasaki function, exp( Ω t ), and shows that the Kawasaki function follows an identity when the Fluctuation Theorem

More information

Population models from PEPA descriptions

Population models from PEPA descriptions Population models from PEPA descriptions Jane Hillston LFCS, The University of Edinburgh, Edinburgh EH9 3JZ, Scotland. Email: jeh@inf.ed.ac.uk 1 Introduction Stochastic process algebras (e.g. PEPA [10],

More information

Synchronization of coupled stochastic oscillators: The effect of topology

Synchronization of coupled stochastic oscillators: The effect of topology PRMN c Indian cademy of Sciences Vol. 70, No. 6 journal of June 2008 physics pp. 1165 1174 Synchronization of coupled stochastic oscillators: The effect of topology MITBH NNDI 1, and RM RMSWMY 1,2 1 School

More information

Introduction Probabilistic Programming ProPPA Inference Results Conclusions. Embedding Machine Learning in Stochastic Process Algebra.

Introduction Probabilistic Programming ProPPA Inference Results Conclusions. Embedding Machine Learning in Stochastic Process Algebra. Embedding Machine Learning in Stochastic Process Algebra Jane Hillston Joint work with Anastasis Georgoulas and Guido Sanguinetti, School of Informatics, University of Edinburgh 16th August 2017 quan col....

More information

Article. Arabidopsis thaliana Circadian Clock Is Regulated by the Small GTPase LIP1

Article. Arabidopsis thaliana Circadian Clock Is Regulated by the Small GTPase LIP1 Current Biology 17, 1456 1464, September 4, 2007 ª2007 Elsevier Ltd All rights reserved DOI 10.1016/j.cub.2007.07.018 Arabidopsis thaliana Circadian Clock Is Regulated by the Small GTPase LIP1 Article

More information

Principal process analysis of biological models

Principal process analysis of biological models Casagranda et al. BMC Systems Biology (2018) 12:68 https://doi.org/10.1186/s12918-018-0586-6 METHODOLOGY ARTICLE Principal process analysis of biological models Stefano Casagranda 1*, Suzanne Touzeau 1,3,

More information

From cell biology to Petri nets. Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE

From cell biology to Petri nets. Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE From cell biology to Petri nets Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE Biology = Concentrations Breitling / 2 The simplest chemical reaction A B irreversible,

More information