exploring variation in biochemical pathways with the
play

Exploring Variation in Biochemical Pathways with the Continuous - PowerPoint PPT Presentation

Exploring Variation in Biochemical Pathways with the Continuous -Calculus Ian Stark and Marek Kwiatkowski Laboratory for Foundations of Computer Science School of Informatics The University of Edinburgh Evolutionary Ecology Institute of


  1. Exploring Variation in Biochemical Pathways with the Continuous π -Calculus Ian Stark and Marek Kwiatkowski Laboratory for Foundations of Computer Science School of Informatics The University of Edinburgh Evolutionary Ecology Institute of Integrative Biology Department of Environmental Sciences EAWAG & ETH Zürich Friday 16 December 2010 N I V E U R S E I H T T Y O H F G R E http://homepages.ed.ac.uk/stark http://mareklab.org U D I B N

  2. Summary The continuous π -calculus ( cπ ) is a process algebra for modelling behaviour and variation in molecular systems. It has a structured operational semantics that captures system behaviour as trajectories through a continuous process space, by generating familiar differential-equation models. We have existing biochemical systems expressed in cπ ; in particular, a standard setting of the MAPK cascade. By systematically exploring neighbourhoods of this basic pathway model, we have been able to identify the robustness and evolvability of its individual components. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  3. Contents Development and evolution The continuous π -calculus Compilation and execution Variation operators Experiments on MAPK cascade Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  4. Development and Evolution Development is the process by which genetic information (genotype) is translated to a functional biological object (phenotype). In most settings of interest, development is notoriously complex. For example, an embryo becoming an organism or a peptide chain folding into a protein. Evolutionary developmental biology (evo-devo) is concerned with evolution-related properties of development, such as evolvability , robustness , canalisation and plasticity . Mathematical abstractions and simple instances of development help to illuminate generic features of this process. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  5. Neutral Spaces and Neighbours The neutral space of a phenotype is the collection of all genotypes giving rise to that phenotype. ✓ robustness ✓ evolvability ✓ neutral evolution ? recombination ? horizontal gene transfer ✗ phenotype plasticity ✗ variable development A. Wagner Robustness and Evolvability in Living Systems Princeton University Press, 2005 Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  6. The Continuous π -Calculus The continuous π -calculus ( cπ ) is a name-passing process algebra that generates system behaviours as trajectories over time through a real-valued vector space. The intended application is modelling behaviour and variation in biomolecular systems, where the vector space is a phase space of chemical concentrations. Marek Kwiatkowski and Ian Stark. The Continuous π -Calculus: A Process Algebra for Biochemical Modelling. In Computational Methods in Systems Biology: Proc. CMSB 2008 Lecture Notes in Computer Science 5307, pages 103–122. Springer 2008 Marek Kwiatkowski. A Formal Computational Framework for the Study of Molecular Evolution PhD Dissertation, University of Edinburgh, December 2010. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  7. The Continuous π -Calculus Formality: Unambiguous description Parsimony: Few primitives Compositionality: The behaviour of a whole arises entirely from the behaviour of its parts. Abstraction: System description distinct from system dynamics Intermediation: Potentially many analysis techniques for a single description Continuous rather than discrete amounts of agents Flexible interaction structure of names Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  8. Basics of cπ Continuous π has two levels of system description: Species Individual molecules (proteins) Transition system semantics Processes Bulk population (concentration) Differential equations Process space arises as a real-valued vector space over species, with each point the state of a system and behaviours as trajectories through that. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  9. Names in cπ As in standard π -calculus, names indicate a potential for interaction: for example, the docking sites on an enzyme where other molecules may attach. These sites may interact with many different other sites, to different degrees. This variation is captured by an affinity network : a graph setting out the interaction potential between different names. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  10. Names in cπ a As in standard π -calculus, names indicate a potential for interaction: for example, the k ′ k ′′ k docking sites on an enzyme where other molecules may attach. c b d These sites may interact with many different other sites, to different degrees. 1 x x This variation is captured by an affinity network : a graph setting out the interaction potential between different names. s k auto Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  11. Names in cπ a As in standard π -calculus, names indicate a potential for interaction: for example, the k ′ k ′′ k docking sites on an enzyme where other molecules may attach. c b d These sites may interact with many different other sites, to different degrees. 1 x x This variation is captured by an affinity network : a graph setting out the interaction potential between different names. ε s k auto Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  12. Restriction in cπ Name restriction νx ( A | B ) captures molecular complexes , with local name x mediating further internal modification, or decomplexation. The binder can be a single local name ( νx . −) , or several names with their own affinity network ( νM . −) . As in the classic π -calculus “cocktail party” model, interacting names can communicate further names, allowing further interactions. In particular, we use name extrusion to model complex formation. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  13. Example Species: Enzyme Catalysis S = s ( x , y ) . ( x . S + y . ( P | P ′ )) E = ν ( u , r , t : M ) . ( e � u , r � . t . E ) P = P ′ = τ @ k degrade .0 E | S k bind s u r νM ( t . E | ( u . S + r . ( P | P ′ ))) k bind k unbind k react e M t k unbind k react E | P | P ′ E | S Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  14. Formalities: Species and Processes Species A , B :: = . . . Processes P , Q :: = 0 | c · A | P � Q Component c · A of species A at concentration c ∈ R � 0 . Mixture of processes P � Q . Set S of species up to structural congruence, and S # of prime species. We can identify processes, up to structural congruence, with elements of process space P = R S # . Species embed in process space � − � : S → P at unit concentration. Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  15. Formalities: Process Semantics dP dt : Immediate behaviour ∂P : Interaction potential Vector field over process space P Captures response to available sites Equivalent to an ODE system Rank 3 tensor field over P d ( P � Q ) = dP dt + dQ dt + ∂P � ∂Q dt ∂ ( P � Q ) = ∂P + ∂Q Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  16. Example Process: Enzyme Catalysis S = s ( x , y ) . ( x . S + y . ( P | P ′ )) E = ν ( u , r , t : M ) . ( e � u , r � . t . E ) P = P ′ = τ @ k degrade .0 c S · S � c E · E Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  17. Example Process: Enzyme Catalysis S = s ( x , y ) . ( x . S + y . ( P | P ′ )) E = ν ( u , r , t : M ) . ( e � u , r � . t . E ) P = P ′ = τ @ k degrade .0 c S · S � c E · E enzyme.cpi . . . species E() = { site t, u, r; . . . Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  18. Example Process: Enzyme Catalysis S = s ( x , y ) . ( x . S + y . ( P | P ′ )) E = ν ( u , r , t : M ) . ( e � u , r � . t . E ) P = P ′ = τ @ k degrade .0 c S · S � c E · E Cpi tool enzyme.cpi ODEs . . . x ′ 2 = − k 1 x 4 x 2 + . . . species E() = { . . site t, u, r; . . . . Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  19. Example Process: Enzyme Catalysis S = s ( x , y ) . ( x . S + y . ( P | P ′ )) E = ν ( u , r , t : M ) . ( e � u , r � . t . E ) P = P ′ = τ @ k degrade .0 c S · S � c E · E Cpi tool Octave enzyme.cpi ODEs . . . x ′ 2 = − k 1 x 4 x 2 + . . . species E() = { . . site t, u, r; . . . . Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  20. Tool Syntax const kbind=1e − 3; const kreact=2.0; const kunbind=1.0; const kdegrade=3e − 4; site e,s; react (e,s)@kbind; species S() = { body s(;x,y).(x(;).S() + y(;).P()); init 1000.0; } species E() = { site u,r,t; react (u,t)@kunbind; react (r,t)@kreact; body e(u,r;).act(;).E(); init 10.0; } species P() = { body tau <kdegrade>.0; init 0.0; } Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  21. Process Space: Substrate & Product 500 400 300 Product 200 100 0 0 200 400 600 800 1000 Substrate Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

  22. Process Space: Substrate & Product & Enzyme 10 9.5 9 Enzyme 8.5 8 7.5 0 200 400 0 Substrate 600 100 200 800 300 400 Product 1000 500 Stark & Kwiatkowski The Continuous π -Calculus 2010-12-16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend