Skip to main content
Erschienen in: Natural Computing 4/2018

Open Access 01.06.2018

Computing with biological switches and clocks

verfasst von: Neil Dalchau, Gregory Szép, Rosa Hernansaiz-Ballesteros, Chris P. Barnes, Luca Cardelli, Andrew Phillips, Attila Csikász-Nagy

Erschienen in: Natural Computing | Ausgabe 4/2018

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

The complex dynamics of biological systems is primarily driven by molecular interactions that underpin the regulatory networks of cells. These networks typically contain positive and negative feedback loops, which are responsible for switch-like and oscillatory dynamics, respectively. Many computing systems rely on switches and clocks as computational modules. While the combination of such modules in biological systems leads to a variety of dynamical behaviours, it is also driving development of new computing algorithms. Here we present a historical perspective on computation by biological systems, with a focus on switches and clocks, and discuss parallels between biology and computing. We also outline our vision for the future of biological computing.
Hinweise
Neil Dalchau, Gregory Szép, and Rosa Hernansaiz-Ballesteros have contributed equally.

1 History of understanding biological computation

In the last 50 years, biology has inspired computing in several ways (Navlakha and Bar-Joseph 2011; Cardelli et al. 2017). During this time, computational thinking has also improved our understanding of biological systems (Bray 1995; Goldbeter 2002; Nurse 2008). Using principles from chemistry, physics and mathematics, we have understood that the highly complex behaviour of biological systems is caused by a multitude of coupled feedback and feed-forward loops in the underlying molecular regulatory networks (Alon 2007; Tyson and Novák 2010). In particular, we have learned that positive and negative feedback loops are responsible for driving biological switches and clocks, respectively (Tyson et al. 2008). We have understood much about the behaviour of these basic units of biological computation (Ferrell 2002; Novák and Tyson 2008; Tyson et al. 2003) and simple switches and clocks have been synthesized in single cells more than 15 years ago (Becskei and Serrano 2000; Gardner et al. 2000; Elowitz and Leibler 2000). Nevertheless, we still lack a comprehensive understanding of how these computational modules have emerged, and which features and molecular interactions are responsible for their efficient and robust behaviour (Cardelli et al. 2017). Ideas from computing might help us to take this last step, which might enable biological switches and clocks to be influential in the development of future computing technologies. The similarity between the biological switch controlling mitotic entry and the approximate majority algorithm of distributed computing (Angluin et al. 2008; Cardelli and Csikász-Nagy 2012) suggests that computing and molecular biology could further influence each other in the future. With the emergence of the fields of systems and synthetic biology, there has been increased interaction between computer science and biology, but there are a few steps needed before we can realise a biology-inspired soft-matter computational revolution. In this paper we review some of the key advances we have seen as a result of the interplay between computing and biology and speculate on the directions that a possible joint field could take in the near future.

1.1 Computation

The basic components of computational devices, including modern electronic circuits and earlier mechanical equivalents, consist mainly of Boolean and arithmetic functional units (Boolean control logic, integer and floating point units, analog to digital converters, etc.), of registers to hold intermediate results of iterative algorithms, and of coordination components that orchestrate the flow of information across registers and functional units. Coordination is most often achieved by clocks: at each tick data is frozen into registers, and between ticks data flows between registers through the functional units. This is the so called von Neumann architecture that, despite dramatic technology improvements and architectural refinements, has remained largely unchanged since the first electronic computers.
Functional units compute Boolean and mathematical functions by combinational logic (that is, without requiring memory or timing coordination). We can easily find analogues of these in biology, like the function computed by the regulatory region of a single gene (Arnone and Davidson 1997). Synthetic biology has demonstrated how many such functions, typically Boolean gates, can be engineered in vivo by a variety of genetic and protein-based mechanisms (Siuti et al. 2013). More theoretically, it has been shown how chemical reaction networks can compute complex functions (Buisman et al. 2009). Although much of this work has mimicked digital components, there is a sentiment that functional units in biology work mostly in the analog domain, and that synthetic biology could benefit from this approach (Sauro and Kim 2013).
In this review we focus mainly on the other two classes of components: memory and coordination. A switch is a memory unit capable of storing a single bit: at the core there is a bistable dynamical systems coupled with a mechanism to force the system from one stable state to the other. Switching behaviour is pervasive in biology: it is achieved by a range of mechanisms, from individual molecular components like phosphorylation sites and riboswitches, to whole complex biochemical networks that switch from one configuration to another, such as in the cell cycle switch. Synthetic genetic switches have also been demonstrated (Gardner et al. 2000).
The intricate feedback loops of biochemical networks tend to produce oscillations in abundance, both stable and transient, many of which are poorly understood. The most prominent oscillators in biology, found also in the most primitive organisms, are those involved in the cell cycle and in circadian clocks, whose cyclic activities coordinate much of cellular function. Oscillations can also be observed in systems consisting of just 1 to 3 proteins, as in the case of the KaiC circadian oscillator (Nakajima et al. 2005), although those proteins have a very sophisticated structure. Theoretically, many chemical oscillators consisting of 2 to 3 simple species have been studied (Bayramov 2005).
Although similar basic components (switches, oscillators, and functional units) are found both in biology and in computer engineering, it does not necessarily mean that these systems compute “in the same way”. In particular, coordination is achieved in fundamentally different ways in biological systems than in the von Neumann architecture. In biology, oscillators coordinate events only at the coarsest level of granularity, while fine-grained coordination is achieved by direct interaction between molecular components. In the central processing unit of computers, oscillators instead coordinate events at the finest grain, and do so at great cost. As a result, low-power devices tend to employ clock-free coordination strategies to save power. At the level of computer networks, though, coordination is achieved by message passing, because individual clocks can get out of step and network latency may vary. Many non-von Neumann models of computation have been studied in the area of distributed computing: these models resemble, and sometimes even technically coincide, with biochemical models (Angluin et al. 2006; Chen et al. 2014).
The general architecture of computation in biochemical systems is still a matter of investigation, and so is the functioning of many subsystems that appear to process information. For the moment we can focus on how nature achieves the functionality of the basic components, switches, oscillators and functional units, while using material and constraints that are very different from those that come from engineering.

1.2 How do natural systems compute?

The complex dynamics of natural systems drew research interest a long time ago. The theory of dynamical systems and chaos was born at the turn of the twentieth century, with a focus on understanding the weather and the many-body problem (Strogatz 2000). Pioneers of mathematical modelling of biological systems came from the field of chemical physics and used their experience learned from non-equilibrium chemical systems to investigate biological switches and clocks (Goldbeter 2017). Ideas on the chemical basis of biological behaviour were also used by the computer scientist Alan Turing to explain developmental pattern formation (Turing 1952). Yet still computing had far less influence on our thinking about biological systems than chemistry, physics or mathematics. Indeed, biological behaviour is controlled by (bio)chemical reactions and the underlying reaction kinetics can be understood by looking at the microscopic physical behaviour of molecules, but to turn these into a comprehensive form, mathematical expertise is required. Since the 1990s, advances in computing have enabled us to solve highly complex equations describing the physical interactions of the chemical reactions driving biological behaviour, but it was the appearance of systems biology (Kitano 2002a) that led to the understanding that we need more computing to truly understand biological systems (Kitano 2002b). Data-rich biological experiments at the molecular level have identified the ubiquity of switches and clocks (Goldbeter 2002) as core components of complex biological regulatory networks.

1.2.1 Feedback loops

Already by the 1960’s it was known that feedback loops are the key determinants of the dynamics of biological systems (Griffith 1968a, b). Positive feedback loops are key to the appearance of switching behaviour, while negative feedback loops are needed for oscillations (Ferrell 2002; Goldbeter 2002). The complex dynamics of biological systems is determined by the combination of multiple of such feedback loops (Tyson et al. 2003). Here we present the main features of feedback loops that enables them to drive key biological processes.
Feedback loops (FBLs) arise when at least two molecular species regulate each other’s activity (Fig. 1). There are two types of FBLs, negative or positive. Negative FBLs (NFBLs) appear when the production or activation of a species is either directly or indirectly repressed when this same species is active (autoregulation) (Thomas and D’Ari 1990; Thomas et al. 1995). Negative feedback loops contain an odd number of inhibitions. In Fig. 1, a system of only two components is shown, where one of the molecular species (X) exhibits inhibitory activity over the other (Y), while this other molecule Y is activating the first molecule X.
Positive FBLs (PFBLs) auto-enhance the production of the species involved in the loop. There are two subtypes of PFBL, pure positive or double-negative. Pure PFBLs contain only interactions of activation, while double-negative PFBLs, or antagonistic interactions, contain an even number of inhibitions (plus any number of activations). (Fig. 1).
Feedback loops (FBLs) constitute a basic relationship between molecular species to construct complex behaviours and consequently are abundant in protein regulatory networks. FBLs can produce various dynamical behaviours, such as efficient switching and oscillations (Thomas et al. 1995; Thomas 1981; Tyson et al. 2003; Tyson and Novák 2010; Hernansaiz-Ballesteros et al. 2016; Cardelli et al. 2017). Switch-like dynamics requires PFBLs, producing two (or more) stable states of the system (usually on/off states), when a given species is either fully active or inactive. This feature of PFBLs is known to be key for developmental and decision-making processes (Ferrell 2002). In contrast, oscillations require the presence of NFBLs. While direct negative feedback can stabilize a system, the introduction of a delay arising from regulation via an intermediate, or simply through a slow accumulation, can very easily lead to oscillations. If a system contains at least three different molecular species and a strong non-linearity, a damped or sustained oscillator may arise (Griffith 1968b). Systems with only two molecular species and without explicit time delays can also oscillate, but they require the presence of a PFBL, creating a switch that drives the oscillation. In contrast, the combination of positive feedbacks with the depletion of one of the species creates systems that can oscillate without an explicit negative feedback loop. These so-called relaxation oscillators produce characteristic fast switching in one direction, with slow switching in the other direction, producing triangular-like waveforms (Sel'Kov 1968). Finally, several natural oscillations are known to integrate positive and negative feedback loops, which is thought to enhance the oscillator network robustness to intrinsic or extrinsic fluctuations (Thomas 1981; Thomas et al. 1995; Novák and Tyson 2008; Ferrell et al. 2011).

1.2.2 Systems biology of switches and clocks

The importance of switches and clocks as basic modules of biological networks was highlighted at the birth of systems biology (Hartwell et al. 1999). Two contrasting approaches of systems biology modelling are (1) a top-down approach, where large-scale datasets are used to infer an underlying molecular regulatory network and (2) a bottom-up approach, where an abstract model of a regulatory system is derived from existing experimental data, and the model is subsequently tested against additional experimental data (Bruggeman and Westerhoff 2007). The bottom-up approach often involves models that combine feedback loops to explain complex dynamical behaviour, which often include a combination of switches and clocks (Tyson et al. 2003). Indeed, some of the earliest examples of cycles of model refinement and testing (Chen et al. 2000, 2004; Cross et al. 2002) came from the analysis of the cell cycle regulatory network, which combines two switches to control the major cell cycle transitions and an oscillator that is responsible for the periodicity of the process (Novák and Tyson 2008). Oscillators and switches were also shown to be important in the context of spatio-temporal control of cell signalling (Kholodenko 2006). Furthermore, the effect of the coupling between positive and negative feedback loops was also shown to be important for the robust periodicity of oscillators (Tsai et al. 2008). These and several other landmark papers have led to legitimate claims of understanding the functioning of these network motifs (Shoval and Alon 2010) and initial thinking about what could be the algorithms underlying cellular computation (Lim et al. 2013). In recent years, major steps have been taken to understand biological algorithms by synthesizing biological regulatory networks de novo, which aim to compute specific functions.

1.3 Chemical reaction network design and synthetic biology

The advent of ever more precise genetic engineering requires an understanding of information processing in reaction-diffusion networks and harnessing the emergence of self-organising properties of such systems. Systems with switch-like and oscillatory behaviours have been a focus of synthetic biology for almost two decades. In a now classic Nature edition from 2000, the genetic toggle switch and the repressilator systems were described, which opened up a new field of biological engineering (Gardner et al. 2000; Elowitz and Leibler 2000). These systems not only serve as models for the engineering of complex emergent behaviours, but also allow us to test our hypotheses on how biological systems use feedback mechanisms within complex networks to function and perform computations. In the past few years, genetic switches and oscillators have also been used in a number of applications.

1.3.1 Synthetic switching systems

The classic genetic toggle switch used two mutually repressing transcription factors, which gives rise to bistablity and hysteresis (Gardner et al. 2000; Litcofsky et al. 2012). Subsequently, genetic switches were also constructed using positive autoregulatory feedback loops (Isaacs et al. 2003; Atkinson et al. 2003). More recently, circuits combining mutual repression with positive autoregulatory feedback have been built, including the addition of a single positive feedback loop (Lou et al. 2010) and double positive autoregulatory loops, resulting in a quadrastable switch (Wu et al. 2017). The genetic toggle switch has also been coupled with quorum sensing systems to create a population-based switch, which switched states dependent on the local cell density (Kobayashi et al. 2004). In bacterial cells, the cellular context is of increasing interest and this can affect genetic switch performance in a number of ways including changes in stability at low molecule numbers (Ma et al. 2012), plus dependence on host growth rate (Tan et al. 2009), sequence orientation (Yeung et al. 2017) and copy number (Lee et al. 2016). This suggests that natural systems have likely evolved mechanisms that are robust to some of these factors. However, gene regulatory networks are only one way to create switch-like behaviours. Alternatives include the use of recombinases, which allow the DNA itself to flip orientation (Friedland et al. 2009; Bonnet et al. 2012; Courbet et al. 2015; Fernandez-Rodriguez et al. 2015), and the use of transcriptional (RNA) systems (Kim et al. 2006). Accompanying theoretical and computational work has been equally diverse, with insights into possible network topologies (Angeli et al. 2004; Otero-Muras et al. 2012), stochasticity (Tian and Burrage 2006; Munsky and Khammash 2010; Jaruszewicz and Lipniacki 2013; Leon et al. 2016), robustness (Kim and Wang 2007; Barnes et al. 2011), time dependent transient behaviour (Verd et al. 2014), and emergent properties of populations of switches linked by quorum sensing (Kuznetsov et al. 2004; Wang et al. 2007; Nikolaev and Sontag 2016). Following the pioneering work in bacteria, there has now been an explosion of engineered switches for mammalian systems (see Kis et al. 2015 for a comprehensive review), which use components from diverse backgrounds (prokaryotic, eukaryotic and synthetic), and target a variety of applications.

1.3.2 Engineered biological oscillators

Synthetic genetic oscillators have undergone a number of significant developments. The original repressilator was constructed from three transcriptional repressor proteins arranged in a negative feedback cycle (Elowitz and Leibler 2000). Another topology that combined positive and negative feedback was first studied theoretically (Barkai and Leibler 2000) and then constructed in E. coli (Atkinson et al. 2003). An extension of this negative feedback oscillator, combining a further negative autoregulatory feedback loop, showed increased tunability and robustness (Hasty et al. 2002; Stricker et al. 2008). In a series of landmark papers, this network topology was coupled with quorum sensing to create populations of synchronised oscillators at different scales (Danino et al. 2010; Mondragón-Palomino et al. 2011; Prindle et al. 2012). This population-based circuit was eventually used for the treatment of tumours in mice, the oscillatory dynamics causing bacterial cells to lyse and release a chemotherapeutic agent directly into metastatic sites (Din et al. 2016). More recently, in an interesting development, the original negative feedback topology of the repressilator was revisited and re-engineered using detailed stochastic modelling to vastly improve its robustness, so much so that the oscillations remained synchronised without any need for quorum system interactions (Potvin-Trottier et al. 2016). Oscillators have also been implemented at the RNA level (Kim and Winfree 2011), metabolic network level (Fung et al. 2005), and in mammalian cells (Tigges et al. 2009, 2010). The theoretical properties of genetic oscillators have been studied extensively, including design principles (Guantes and Poyatos 2006; Novák and Tyson 2008), robustness (Wagner 2005; Ghaemi et al. 2009; Tsai et al. 2008; Woods et al. 2016; Otero-Muras and Banga 2016) and stochasticity (Vilar et al. 2002; Turcotte et al. 2008).
The engineering of biological systems in all organisms faces similar implementation challenges. Perhaps the main challenge is context dependence, which can occur at multiple levels (sequence, parts, evolutionary and environmental) (Cardinale and Arkin 2012; Arkin 2013). These include predictability of transcription and translation (Mutalik et al. 2013a, b); development of orthogonal part libraries (Wang et al. 2011; Nielsen et al. 2013; Chen et al. 2013b; Stanton et al. 2014); resource demand (burden, see later discussion); and impedance matching or retroactivity (balancing input sensitivity and output strengths) (Vecchio et al. 2008; Jayanthi et al. 2013). Eukaryotic systems offer additional challenges over prokaryotes due to their multi-cellularity, more complex genomes and higher levels of regulation (Ceroni and Ellis 2018). These challenges are increasingly being met with an interdisciplinary approach incorporating mathematical modelling, biochemistry, ‘omics’ approaches and ultimately a deeper understanding of the biology.

1.3.3 Synthetic biology and computation

Within the field of synthetic biology, a large body of work on computation has focussed on genetic Boolean gates (Moon et al. 2012). In this arena the state-of-the-art in transcription circuitry is the CELLO algorithm, which uses a characterised library of repressor proteins to design functional genetic implementations for any three-input Boolean circuit (Nielsen et al. 2016). Recombinases (Siuti et al. 2013) and the CRISPR/Cas system (Nielsen and Voigt 2014) can also be used to construct Boolean gates, and genetic Boolean circuits have also been combined with the toggle switch to create sequential logic operations (Lou et al. 2010), including a Pavlovian-like conditioning genetic circuit (Zhang et al. 2014). Most recently, work has shown that ribocomputing devices based on RNA operations can be used to create complex logic functions in living cells (Green et al. 2017). Notable examples of the translation of these approaches include cancer cell type discrimination (Xie et al. 2011) and immunotherapy (Nissim et al. 2017), both of which use Boolean logic computations on intracellular mRNA signals within mammalian cells.
The synthetic switches and oscillators described above have been used in a small number of non-Boolean computing applications inside living cells. For example, genetic switches have been used in signal processing applications including detecting small molecule signals in the mammalian gut (Kotula et al. 2014; Riglar et al. 2017) and glucose sensing (Chen and Jiang 2017). In another landmark study, coordination of genetic oscillators was achieved through coupling of post-translational processing of proteins (Prindle et al. 2014). External input signals in the form of chemical inducers and flow rate were encoded into frequency modulated oscillations. By exploiting the inherent queuing structure of protein degradation, both oscillators become coupled and the corresponding input signals combined into a single multispectral timeseries encoding both signals (Prindle et al. 2014). The theoretical study of multifunctionality in fixed network topologies has become of great interest recently (Jiménez et al. 2017) and work has shown that a genetic circuit comprising of both a toggle switch and a repressilator, known as the AC–DC circuit, has emergent properties such as coherent oscillations, excitability and spatial signal processing (Perez-Carrasco et al. 2018). These examples show that biological systems can be engineered to exploit feedback structures for analog and digital signal processing and that complex computations are possible at different scales. A computer science viewpoint of how biological systems process information and perform computation could help synthetic biology construct more complex systems, further elucidating how natural biological systems function.
Perhaps the most developed area of non-Boolean computing within synthetic biology is molecular programming, which uses nucleic acids (DNA, RNA) as the computational substrate. The use of DNA for computation was first introduced by Adelman to solve an instance of the Hamiltonian path problem (Adleman 1994). It worked by mapping DNA oligomers to edges between nodes in a small network and exploiting the huge parallelism of \(\sim 10^{19}\) molecules to compute all possible paths using repeated use of polymerase chain reaction (PCR). Finally, oligomers of the correct length and containing the correct start and end sequences were extracted, in principle providing solutions to this NP-complete problem. Furthermore, the number of oligomers required is linear in the size of the network. Since then, molecular programming has progressed significantly and two modern approaches will be discussed in detail in Sect. 3.

2 Dynamical correspondence between biological and computing networks

The primary mathematical feature of a switch is bistability, which necessitates the existence of positive feedback loops. The simplest (bimolecular) chemical reaction network that realizes a robust bistable switch is the Approximate Majority (AM) network, a system based on competing autocatalytic feedback loops (Fig. 2a).
The name Approximate Majority comes from its origin in distributed computing, where the algorithm is used by a population of agents to reach consensus over one of two beliefs (states) that each agent can independently adopt (Angluin et al. 2008). At steady state, the whole population reaches the belief state that was initially in majority, but only approximately, since the algorithm is inherently stochastic. Nevertheless, it has been shown that this algorithm asymptotically optimally convergences to one of two stable steady states in \(\mathcal {O}(\log n)\) time with high probability (Angluin et al. 2008), where n is the population size (number of agents). Moreover, the steady states are robust to large perturbations, and they are reached quickly even when starting from ambiguous configurations (Angluin et al. 2008). A third (undecided) state is critical for the functionality of the algorithm. Mapping this protocol to a biochemical reaction network produces a system described by 3 species (one per belief state) and 4 reactions (Fig. 2a). Initialised with n total molecules, this reaction network enjoys the same \(\mathcal {O}(\log n)\) convergence. While this basic network exhibits only the bistability aspect of a switch, external controls can be added to flip the system from one state to the other.
In the biological literature, the exact interaction pattern of AM can be found in epigenetic switches, where DNA histones can be in one of three states: (M)ethylated, U(nmodified), or (A)cetylated (Dodd et al. 2007). A contiguous stretch of DNA consists of a population of histones that should be uniformly methylated or acetylated. This is achieved by the M and A states activating two proteins each that catalyse transitions between M–U–A states through the whole population. The known properties of AM imply robust uniform settling of the whole histone population into either M or A states, which is also the interpretation suggested in Ref. Dodd et al. (2007).
Many other biological switching systems employ systems that can be related to the AM algorithm. Usually these appear in a less direct way, with multiple species involved in the feedback loops. Even though these more complicated systems may look quite different, it is possible to apply a model reduction technique that maps them down to the basic AM network (Cardelli 2014). Similar reductions can be shown for various models of the cell cycle switch (Cardelli and Csikász-Nagy 2012), and can be summarized as follows.
A trajectory is a time-course evolution of the concentration of a single species. A complex network emulates a simpler network if it can reproduce all the possible trajectories of the simpler network, species by species, in the following sense: for any initial conditions of the simple network, there are initial conditions of the complex network such that the set of trajectories of the complex network is (with replications) exactly the same as the set of trajectories of the simple network (Fig. 2c,d). In short, emulation holds if the complex network can always mimic the simple network. Moreover, this emulation condition on trajectories, which is predicated on all possible initial states, can be shown to hold just by examining the structure of the networks (including rates and stoichiometry, but without considering initial conditions). In such a fashion it can be shown that various idealized cell cycle switches emulate AM (Cardelli and Csikász-Nagy 2012; Cardelli 2014). For instance, the Greatwall network (GW) (Cardelli and Csikász-Nagy 2012) summarizes the interactions of the cell cycle regulators Cdk, Wee1, Cdc25 and PP2a, corresponding to species X, S, R and Y respectively (Fig. 2b). This network can emulate the behaviour of the AM network (Fig. 2c,d).

2.1 From switch-like behaviours to oscillatory dynamics

Switch-like dynamics are widely exploited to control biological systems requiring memory and decision making (Tyson and Novák 2010). The AM system can efficiently function as a bistable switch and its dynamics can be emulated by a large class of complex biological networks (Cardelli 2014). AM works with a single undecided state, but in a real molecular system, the two modifications that lead to the two active forms of AM might not affect the same site. This led us to consider a Two Intermediates (TI) system with two intermediates (OP and PO) between the autocatalytic forms (OO and PP) (Fig. 3a). OO and PP can convert these species between the various forms producing a specific pattern of modification: \(OO \longleftrightarrow OP \longleftrightarrow PP \longleftrightarrow PO \longleftrightarrow OO\). From a dynamical systems point of view, the TI system produces switch-like behaviour and emulates AM. In a biological context, this system has been proposed to function as a primitive sensor of the source of energy (Hernansaiz-Ballesteros et al. 2018). When energy level is above a critical threshold TI will be in the fully modified state PP, while as the energy source decreases the system will switch to the unmodified state OO.
The TI system maintains its toggle-switch behaviour even if some of the reaction paths are blocked (Hernansaiz-Ballesteros et al. 2018). The switching behaviour is lost only when at least two reactions are removed, which then results in oscillatory behaviour. The Spontaneous Oscillator (SO) network (Fig. 3b) is the simplest oscillatory system that can be reached from TI by removal of reaction paths (Hernansaiz-Ballesteros et al. 2018). The oscillations of SO autonomously follow the path \(OO \rightarrow OP \rightarrow PP \rightarrow PO \rightarrow OO\) (Fig. 3b). Curiously, the SO network is remarkably similar to a well-known biological oscillator, the network driving the circadian clock of cyanobacteria (Fig. 3c). Here, the autocatalytic molecule KaiC, with the help of KaiA and KaiB, drives 24 h oscillations of phosphorylation cycles (Nakajima et al. 2005). It has been found that amongst the three components, KaiC is the most conserved, and sometimes appears in organisms without its two partners (Loza-Correa et al. 2010). Thus it was proposed that KaiC-like molecules in primitive organisms could have adopted a topology similar to either the TI or the SO systems, thus they could be working there either as switches or oscillators respectively (Hernansaiz-Ballesteros et al. 2018).
There is a critical interest in finding minimal networks that can serve crucial biological functions. AM was already shown to serve as a minimal switch (Cardelli and Csikász-Nagy 2012), and we can now see that SO could serve as a minimal clock (Hernansaiz-Ballesteros et al. 2018). As the two can be converted to one another through reaction duplications and reaction removals, there is some suggestion of an evolutionary link between these architectures. This gives us a hope that these and other related systems could be implemented in synthetic networks that can be used for complex biological or computing tasks.

3 Molecular programming

Molecular Programming involves “the specification of structures, circuits, and behaviours both within living and non-living systems–systems in which computing and decision-making are carried out by chemical processes themselves” (molecular-programming.org). Nucleic acids are currently the molecules of choice for molecular programming, due to their high degree of programmability via Watson-Crick complementarity and their ability to directly interface with biological components, with potential applications in sensing, diagnosis and treatment of disease. A number of approaches have been proposed for implementing computation in nucleic acids. Here we will summarise two of the main ones—DNA Strand Displacement and PEN DNA Toolbox—and describe how they have been used to implement switches and clocks.

3.1 DNA strand displacement

Pioneering theoretical work (Soloveichik et al. 2010) showed how DNA could be used to implement a broad range of computation, including any computation that can be expressed as a chemical reaction network. The mechanism proposed was that of toehold-mediated DNA strand displacement (Zhang and Seelig 2011), whose systematic use was pioneered by Yurke et al. (2000). During this process, an invading single strand of DNA displaces an incumbent strand hybridized to a template (Fig. 4a). The process is mediated by a short exposed single-stranded region of DNA, referred to as a toehold. Various types of computation have been implemented experimentally using this approach, including elementary Boolean logic (Seelig et al. 2006), square root computation (Qian and Winfree 2011), neural network computation (Qian et al. 2011), distributed consensus capable of switching (Chen et al. 2013a), and oscillations (Srinivas et al. 2017).
The general approach proposed by Soloveichik et al. (2010) for implementing an arbitrary chemical reaction network in DNA is based on a 4-domain scheme (Fig. 4). This approach was subsequently used by Srinivas et al. (2017) to implement an oscillator consisting solely of DNA (Fig. 5).
One of the potential drawbacks of the 4-domain scheme is that it requires synthetic DNA strands to be annealed. These synthetic strands can contain synthesis errors, which increase with strand length. A 2-domain DNA Strand Displacement scheme was proposed (Cardelli 2013), which enabled gates to be manufactured using plasmid DNA grown in cell culture. Since the DNA replication machinery of cells is substantially more accurate than existing DNA synthesis technology, particularly for long sequences, a large number of copies of the same double-stranded DNA sequence can be clonally replicated in cell culture. The culture is sequenced to check that no errors have been introduced and, since the population is clonal, if the sample sequence is correct then all copies of the sequence are also highly likely to be correct. The 2-domain scheme was used to implement the computational core of a switching network (Chen et al. 2013a) (Fig. 6).
Overall, one of the main advantages of using DNA strand displacement for the design and implementation of molecular-scale computation is its high degree of programmability, since all interactions are precisely encoded by the choice of DNA sequence. Moreover, system dynamics can be accurately predicted from computational models of their components (Chen et al. 2013a; Srinivas et al. 2017). Another important advantage is that the entire computation can be implemented solely in terms of DNA, without requiring additional enzymes. This simplifies system production, and also allows systems to be used in a broad range of biological contexts, with limited disruption. One of the main challenges is the need to replenish DNA strands and complexes in cases where dynamic behaviour needs to sustained for extended periods. To address this, complexes and fuel strands could be replenished periodically, or a system of buffered gates (Lakin et al. 2012) could be used. Another challenge is that unintended interactions between strands can lead to a decrease in system performance, for instance due to blunt-end strand displacement interactions that occur in the absence of a toehold, also known as leaks. One strategy for mitigating these leaks involves the use of toehold clamps (Qian and Winfree 2011), which can be used effectively in a systematic way (Wang et al. 2017). Another approach for reducing unwanted interference between DNA molecules more generally is to localise the molecules to DNA origami (Dalchau et al. 2015; Chatterjee et al. 2017), such that strands which are meant to interact are placed close to each other. This increases the local concentration of interacting strands, allowing fast computation, while reducing interference. See Yordanov et al. (2014) for a more in-depth discussion on the advantages and challenges of using DNA strand displacement in the context of implementing feedback controller systems, and a comparison with alternative nucleic acid implementation strategies.

3.2 The polymerase-exonuclease-nickase dynamic network assembly (PEN-DNA) toolbox

An alternative to DNA strand displacement for performing molecular computation uses enzymes to manipulate DNA signals. The PEN-DNA (Polymerase—Exonuclease—Nickase Dynamic Network Assembly) toolbox is a set of modules that can be composed to implement molecular programs (Fig. 7a) and, as we shall describe in this section, has successfully been used to implement switches and oscillators.
An activation module enables a short single-stranded DNA (ssDNA) signal \(\alpha\) to stimulate production of another ssDNA signal \(\upbeta\). This is achieved by a longer template strand \(\upalpha\, to\,\upbeta\) composed of two consecutive domains, one complementary to \(\upalpha\) and the other complementary to \(\upbeta\). When \(\upalpha\) binds to the 3’ side of the \(\upalpha to \upbeta\) template, Polymerase is recruited, and elongates the input strand over the \(\upbeta\) domain, producing a full duplex. The sequences of \(\upalpha\) and \(\upbeta\) are chosen to enable a Nickase enzyme to bind and convert the duplex into a nicked double-stranded molecule. This separates the upper domains, such that their affinity for the template is reduced and they can more easily unbind, leading to the release of the pre-existing \(\upalpha\) and de novo synthesized \(\upbeta\) ssDNA signals. As such, \(\upalpha\) catalyses the production of \(\upbeta\), analogous to the reaction \(\upalpha \rightarrow \upalpha +\upbeta\). A deactivation module implements the reaction \(\upalpha \rightarrow \upalpha ^\prime\), where \(\upalpha ^\prime\) is notionally inactive. This is achieved by a pseudo-template pT\(\upalpha\) that extends \(\upalpha\) with a short oligonucleotide tail, preventing \(\upalpha\) from participating in activation reactions. Finally, a 5’-3’ Exonuclease destroys all ssDNA signals, representing a non-specific degradation module.

3.2.1 Switches as memory devices

A bistable switch was one of the first circuits constructed using the PEN-DNA toolbox (Padirac et al. 2012) (Fig. 7b). The circuit design combined self-activation with mutual inhibition, resembling the MI network described above. The inner mutual inhibition module was achieved using four template strands: two templates implemented self-activation for \(\upalpha\) (\(\upalpha\) to \(\upalpha\)) and \(\upbeta\) (\(\upbeta\) to \(\upbeta\)), while a further two templates implemented inhibition with the production of inactive signals i\(\upalpha\) and i\(\upbeta\), which block \(\upalpha\) and \(\upbeta\) templates respectively. An additional two templates were then used to mediate inputs \(\upgamma\) and \(\updelta\) that could switch the device between the \(\upalpha\) and \(\upbeta\) states. The authors demonstrated that a high concentration of external input could switch the device in approximately 200 minutes, but with lower concentrations leading only to a transient excursion and then return to the pre-existing stable state. While the demonstration of the robustness of the switch is impressive, such a long switching time could prohibit its usage in some applications/ Nevertheless, by this circuit being both bistable and switchable, it can be used for long term memory storage. A push-push memory device was also constructed, which enabled switching back and forth in response to the same input signal.
Switches are fundamental building blocks for many computational devices, but their utilisation requires sensing of inputs and actuation. Recently, it was demonstrated how the PEN-DNA memory switch of Padirac et al. (2012) can be connected to downstream enzymatic actuators, enabling the connection of DNA-based memory devices to triggered downstream signalling (Meijer et al. 2017). To achieve this, a translator module was developed that dynamically perceives the short single-stranded DNA molecules of the bistable switchable memory device described above, then produces longer DNA strands that can be used to control the activation of two enzymes, NanoLuc and TEM1 \(\beta\)-lactamase. Importantly, the translator was designed to minimize retroactivity back to the memory switch, which was demonstrated with a detailed experimental and theoretical characterization. Finally, the activation/inactivation of the enzymes relies on interactions with conjugated oligonucleotides, which are modulated by the output of the translator module. This appears to be the first time memory devices and actuators have been connected in a synthetic molecular circuit, and is an important step towards realising more general molecular computers.

3.2.2 Limit cycle oscillators as clocks

The first attempt to produce an oscillator using the PEN toolbox approach was based on recapitulating a network topology that is known to robustly produce oscillatory behaviours (Montagne et al. 2011). Subsequently, another network architecture based on a predator-prey interaction was developed (Fujii and Rondelez 2013). Using both strategies, the Rondelez group were able to sustain oscillations for more than 10 cycles, with only a small amplitude loss. By taking advantage of molecular diffusion, and visualizing the solution between two glass slides, a follow-up work illustrated how these DNA-based oscillators can also produce travelling wave phenomena (Padirac et al. 2013).
Compared to oscillators constructed from purely DNA systems, the PEN-DNA systems exhibit temporal dynamics that can be sustained for substantially longer time periods. A feature of PEN-DNA that is likely to contribute to this is the ability to synthesize new copies of the signal strands. This is not possible with a purely strand displacement system, which produce new signal strands by releasing them from previously constructed gate species, supplied as fuel. Accordingly, the gate species are consumed over time and oscillator amplitudes drop. The PEN-DNA systems also exhibit changes in dynamics over time as the supply of nucleotides and other reagents is depleted, though this occurs on a longer time scale relative to the system dynamics.

4 Future of biological computing

4.1 Molecular programming in cells

Despite the limitations discussed above, there are considerable advantages to using DNA circuits to implement computation in cells. DNA offers a natural interface to the cellular machinery and is inherently biocompatible. After several years of exploring the computational potential of nucleic acid circuits in vitro, there are now efforts to deliver DNA circuits into live cells. In Groves et al. (2015), a variety of methods were compared for delivering nucleic acid circuits to mammalian (CHO and HeLa) cells, and it was shown that multi-input computation in live cells could be detected using flow cytometry. In the same study, chemical modifications to DNA and RNA strands were shown to improve binding kinetics, most likely a result of reduced nuclease activity against the modified strands. This has stimulated more detailed characterization studies of nuclease activity against nucleic acid circuits (Fern and Schulman 2017). Another fruitful strategy for delivering DNA circuits to live cells has been the use of DNA origami, which provides both a localizing and protective effect on circuit components, leading to faster circuit operation (Dalchau et al. 2015; Chatterjee et al. 2017), but also successful operation in a live animal (Amir et al. 2014).
Introducing molecular circuits based on the PEN-DNA toolbox into cells is made challenging by the need to express the PEN enzymes in the target cells. Enzymes impose several design constraints on the selection of DNA sequences. Nicking enzymes have specific recognition sites, which imposes a limit on the diversity of signal strands that can be used in a PEN-DNA circuit. In contrast, polymerase and exonuclease are non-specific, meaning that the activation and degradation reaction rates are difficult to control. While differential activation rates could be achieved by controlling activation template concentrations, dynamic behaviours that require differential degradation would be harder to engineer.
Nucleic acid circuits have the added benefit of requiring a reduced regulatory approval process compared with genetically modified organisms, for applications such as disease diagnosis and treatment. There have already been several attempts to use nucleic acids circuits, combined with transcriptional machinery, for biosensing and diagnosis (Pardee et al. 2016). Non-transcriptional nucleic acid circuits are in principle easier to program than transcriptional networks based on promoter regulation by proteins. In part, this is due to transcriptional control requiring the pairing of a protein surface with a DNA binding motif, an interaction that is challenging to engineer synthetically. However, new approaches based on CRISPR/dCas9 could lead to a more targeted way of engineering networks with precise topologies. Finally, nucleic acid circuits are a convenient test framework for programmed genetic circuits. They force the engineer to consider energy/substrate economy and the physical limitations of molecular binding, which, for example, is analogous to ribosomal usage and transcriptional and translational efficiency of synthetic gene circuits. Much of what we have learned in the design, characterization and analysis of nucleic acid circuits can be applied to the engineering of computational circuits based on other biomolecular frameworks.

4.2 From molecular networks to algorithms

As we have seen above, algorithms that mimic the behaviour of biological switches and clocks can be implemented using DNA circuits, and the same dynamics can also be achieved using synthetic gene regulatory networks. It remains to be seen how more complex gene regulatory networks could implement more advanced algorithms, enabled by advanced genome editing techniques (Cong et al. 2013). More complex engineered networks of switches and clocks could also be combined with electronic circuits (Cao et al. 2017) to serve as biosensors. These applications could have a major influence on disease detection and treatment. However, to reach this stage requires a better understanding and control of elementary computing units. Thus, algorithmic thinking might be leveraged to detect and ultimately treat complex disease states, by combining switches and clocks with the existing logic circuit toolbox.
Historically, the analysis of biological mechanisms and collective behaviour from an algorithmic perspective led to simplified models, which aided understanding of information processing in natural systems. This laid the groundwork for future breakthroughs across disciplines (Marblestone et al. 2016; Navlakha and Bar-Joseph 2011; Whitley and Sutton 2012; Yang 2014). Such advances will continue, driven by the desire for scalability and robustness as the complexity of solid state technology approaches that of biological systems.
As precision in designing chemical systems increases, we look towards chemical computational units with which we may construct complex behaviours systematically. We have seen how computational DNA circuits and related technologies can be used as flexible molecular mechanisms to engineer switches, oscillators, and other computational components in vitro, with efforts being made also in vivo. Moreover, such computational units can be coupled with molecular sensors, actuators, and scaffolding to provide complete nanoscale devices. Many such devices and components can be individually designed and engineered using the DNA, RNA, and enzyme tricks of the biochemical trade.

4.3 From single-cells to computational communities

Building on the fascinating advances in our ability to program cell-autonomous behaviours, there are now several examples of establishing behaviours that rely on multicellularity. Switches within individual cells can be linked via inter-cellular communication (see Hennig et al. 2015 for a thorough review), including natural quorum sensing molecules (Camilli and Bassler 2006) and artificial DNA messengers (Ortiz and Endy 2012; Goñi-Moreno et al. 2013). As such, it is possible to achieve behaviours of distributed computing algorithms with cells. Based on temporal logic, it was shown how cell populations could be used for timing and recording chemical events (Hsiao et al. 2016).
In additional to temporal control, intercellular communication also enables spatial control, and therefore programmed pattern formation. Already, this has enabled circuits that can detect spatial boundaries between an environmental signal (light) (Tabor et al. 2009) and establish stripe patterns in expanding colonies (Liu et al. 2011). More exploratory work with communicating bacterial populations has begun to shed light on how developmental patterns can be scale invariant (Cao et al. 2016), but also suggest a new platform for testing ecological theory, via synthetic ecosystems (Song et al. 2009). Furthermore, techniques such as live cell lithography can create regular structures of communicating microbes at resolutions of 5 \(\mu\)m (Mirsaidov et al. 2008). There is also work in controlling spatial distributions of DNA molecules directly (Dalchau et al. 2014; calise and Schulman 2014), which could be used to pre-pattern cellular systems.
Put together, there is now real promise for designing cell colonies that control their own temporal dynamics and spatial positioning. This could be highly relevant to biologics production in bioreactors, where spatial heterogeneity in resources and cell density could lead to inefficiencies. The advantages of automatic control can be readily seen in more traditional control engineering applications, and consequently, there is now rising interest of implementing control algorithms in biological circuits (Del Vecchio et al. 2016). Earlier strategies were based on transcriptional negative autoregulation (Becskei and Serrano 2000; Rosenfeld et al. 2002), but more recently, a more advanced integral control via negative feedback has been demonstrated in metabolic circuits (Briat and Khammash 2018), but also using optogenetics via in silico controllers (Milias-Argeitis et al. 2016; Lugagne et al. 2017). Automatic control will bring robust operation and self-adaptation to biological circuits, which will help to make biotechnology more efficient and ultimately more competitive in the marketplace (Del Vecchio et al. 2016).
Despite the promise of synthetic biology, significant challenges remain for regulating biological behaviours with the insertion of designed networks of transcriptional components. One challenge relates to timescale: transcriptional control is slow, though is the dominant mode of regulation in synthetic biology applications to date. Control algorithms are sometimes inefficient in the face of delays, and so their success might depend on establishing faster modes of biological regulation. Here, molecular programming might provide a solution, as DNA-based circuits can be localized, speeding up their operation (Chatterjee et al. 2017). Another challenge of using transcriptional regulation is that each additional component introduces a burden on the host cell, which can lead to poor growth of the colony, thus altering the performance of existing components and/or reduce yields (Scott et al. 2010; Borkowski et al. 2016; Wu et al. 2016). For example, inserting a component that leads to high levels of protein translation will impose a burden on the ribosome pool (Scott et al. 2010; Shachrai et al. 2010), high levels of transcription will impose a burden on RNA polymerase (Gyorgy et al. 2015), and high levels of protein degradation will impose a burden on proteases (Cookson et al. 2011). While some of these can be mitigated with quantification of the burden and careful design (Nielsen et al. 2016), establishing cellular control with components that do not consume/occupy shared cellular resources could be a major advantage. However, it remains unclear as to whether DNA circuits can operate reliably enough inside cells to rival existing approaches to cellular control.
The extent to which spatiotemporal control can improve biotechnology applications is relatively unexplored. Therefore, more theoretical work is needed to establish the performance that can be achieved by algorithms based on chemistry and cellular communication, and therefore to understand the capability of synthetic multicellular platforms.

4.4 Learning from biological computing

As we increasingly rely on computing to process large datasets for everyday tasks at home and at work, power consumption will become a future limiting factor (Council 2011; Kamil et al. 2008). In fact the effects of thermodynamics—that is removing heat efficiently from semiconductor devices—has already driven the shift to multicore chips and parallel computing, which can improve on the performance scaling of single processors, but will fundamentally change how we develop programs (Council 2011). Biological systems perform computations at much lower levels of power consumption: estimates report 4 orders of magnitude for molecular machines (Nicolau et al. 2016) and up to 12 orders of magnitude for DNA computing (Adleman 1994). In addition, these computations are carried out in a robust manner, embedded within fluctuating environments, and often utilising components that are unreliable and noisy (Sarpeshkar 2010). This incredible performance is achieved through multi-scale hybrid analog and digital information processing. Biological computers have the additional advantage that they can interface directly with living systems and therefore open up new applications in biosensing with industrial and clinical relevance. For example, signal processing in the ear has already inspired electronics for low power cochlear implants (Mandal et al. 2009) and pattern recognition by neurons led to a novel analog-to-digital converter (Yang and Sarpeshkar 2006). These properties, combined with the high information storage density of DNA (Church et al. 2012; Goldman et al. 2013; Erlich and Zielinski 2017), provide exciting future directions for further research.
In this review we have highlighted how complex biomolecular networks make use of switches and oscillators to perform computation. The continued understanding of how this information processing is achieved at such high levels of robustness and low power requirements will require the concerted efforts of systems and synthetic biology in addition to leveraging tools from engineering and computer science. While it is unlikely that biological systems will ever replace silicon as our dominant computing platform, learning how they compute could have a significant impact on future computing architectures.
Open AccessThis article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://​creativecommons.​org/​licenses/​by/​4.​0/​), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
Literatur
Zurück zum Zitat Adleman LM (1994) Molecular computation of solutions to combinatorial problems. Nature 369:40 Adleman LM (1994) Molecular computation of solutions to combinatorial problems. Nature 369:40
Zurück zum Zitat Alon U (2007) Network motifs: theory and experimental approaches. Nat Rev Genet 8(6):450–461 Alon U (2007) Network motifs: theory and experimental approaches. Nat Rev Genet 8(6):450–461
Zurück zum Zitat Amir Y, Ben-Ishay E, Levner D, Ittah S, Abu-Horowitz A, Bachelet I (2014) Universal computing by DNA origami robots in a living animal. Nat Nanotechnol 9(5):353–357 Amir Y, Ben-Ishay E, Levner D, Ittah S, Abu-Horowitz A, Bachelet I (2014) Universal computing by DNA origami robots in a living animal. Nat Nanotechnol 9(5):353–357
Zurück zum Zitat Angeli D, Ferrell JE Jr, Sontag ED (2004) Detection of multistability, bifurcations, and hysteresis in a large class of biological positive-feedback systems. Proc Natl Acad Sci USA 101(7):1822–1827 Angeli D, Ferrell JE Jr, Sontag ED (2004) Detection of multistability, bifurcations, and hysteresis in a large class of biological positive-feedback systems. Proc Natl Acad Sci USA 101(7):1822–1827
Zurück zum Zitat Angluin D, Aspnes J, Diamadi Z, Fischer MJ, Peralta R (2006) Computation in networks of passively mobile finite-state sensors. Distrib Comput 18:235–253MATH Angluin D, Aspnes J, Diamadi Z, Fischer MJ, Peralta R (2006) Computation in networks of passively mobile finite-state sensors. Distrib Comput 18:235–253MATH
Zurück zum Zitat Angluin D, Aspnes J, Eisenstat D (2008) A simple population protocol for fast robust approximate majority. Distrib Comput 21(2):87–102MATH Angluin D, Aspnes J, Eisenstat D (2008) A simple population protocol for fast robust approximate majority. Distrib Comput 21(2):87–102MATH
Zurück zum Zitat Arkin AP (2013) A wise consistency: engineering biology for conformity, reliability, predictability. Curr Opinion Chem Biol 17(6):893–901 Arkin AP (2013) A wise consistency: engineering biology for conformity, reliability, predictability. Curr Opinion Chem Biol 17(6):893–901
Zurück zum Zitat Arnone MI, Davidson EH (1997) The hardwiring of development: organization and function of genomic regulatory systems. Development 124(10):1851–1864 Arnone MI, Davidson EH (1997) The hardwiring of development: organization and function of genomic regulatory systems. Development 124(10):1851–1864
Zurück zum Zitat Atkinson MR, Savageau MA, Myers JT, Ninfa AJ (2003) Development of genetic circuitry exhibiting toggle switch or oscillatory behavior in Escherichia coli. Cell 113(5):597–607 Atkinson MR, Savageau MA, Myers JT, Ninfa AJ (2003) Development of genetic circuitry exhibiting toggle switch or oscillatory behavior in Escherichia coli. Cell 113(5):597–607
Zurück zum Zitat Barkai N, Leibler S (2000) Biological rhythms: circadian clocks limited by noise. Nature 403(6767):267–268 Barkai N, Leibler S (2000) Biological rhythms: circadian clocks limited by noise. Nature 403(6767):267–268
Zurück zum Zitat Barnes CP, Silk D, Sheng X, Stumpf MPH (2011) Bayesian design of synthetic biological systems. Proc Natl Acad Sci 108(37):15190–15195 Barnes CP, Silk D, Sheng X, Stumpf MPH (2011) Bayesian design of synthetic biological systems. Proc Natl Acad Sci 108(37):15190–15195
Zurück zum Zitat Bayramov SK (2005) New theoretical schemes of the simplest chemical oscillators. Biochemistry (Moscow) 70(12):1377–1384 Bayramov SK (2005) New theoretical schemes of the simplest chemical oscillators. Biochemistry (Moscow) 70(12):1377–1384
Zurück zum Zitat Becskei A, Serrano L (2000) Engineering stability in gene networks by autoregulation. Nature 405(6786):590–593 Becskei A, Serrano L (2000) Engineering stability in gene networks by autoregulation. Nature 405(6786):590–593
Zurück zum Zitat Bonnet J, Subsoontorn P, Endy D (2012) Rewritable digital data storage in live cells via engineered control of recombination directionality. Proc Nat Acad Sci 109(23):8884–8889 Bonnet J, Subsoontorn P, Endy D (2012) Rewritable digital data storage in live cells via engineered control of recombination directionality. Proc Nat Acad Sci 109(23):8884–8889
Zurück zum Zitat Borkowski O, Ceroni F, Stan GB, Ellis T (2016) Overloaded and stressed: whole-cell considerations for bacterial synthetic biology. Curr Opin Microbiol 33:123130 Borkowski O, Ceroni F, Stan GB, Ellis T (2016) Overloaded and stressed: whole-cell considerations for bacterial synthetic biology. Curr Opin Microbiol 33:123130
Zurück zum Zitat Bray D (1995) Protein molecules as computational elements in living cells. Nature 376(6538):307312 Bray D (1995) Protein molecules as computational elements in living cells. Nature 376(6538):307312
Zurück zum Zitat Briat C, Khammash M (2018) Perfect adaptation and optimal equilibrium productivity in a simple microbial biofuel metabolic pathway using dynamic integral control. ACS Synth Biol 7(2):419431 Briat C, Khammash M (2018) Perfect adaptation and optimal equilibrium productivity in a simple microbial biofuel metabolic pathway using dynamic integral control. ACS Synth Biol 7(2):419431
Zurück zum Zitat Bruggeman FJ, Westerhoff HV (2007) The nature of systems biology. Trends Microbiol 15(1):45–50 Bruggeman FJ, Westerhoff HV (2007) The nature of systems biology. Trends Microbiol 15(1):45–50
Zurück zum Zitat Buisman HJ, ten Eikelder HMM, Hilbers PAJ, Liekens AML (2009) Computing algebraic functions with biochemical reaction networks. Artif Life 15(1):5–19 Buisman HJ, ten Eikelder HMM, Hilbers PAJ, Liekens AML (2009) Computing algebraic functions with biochemical reaction networks. Artif Life 15(1):5–19
Zurück zum Zitat Camilli A, Bassler BL (2006) Bacterial small-molecule signaling pathways. Science 311(5764):1113–1116 Camilli A, Bassler BL (2006) Bacterial small-molecule signaling pathways. Science 311(5764):1113–1116
Zurück zum Zitat Cao Y, Ryser MD, Payne S, Li B, Rao CV, You L (2016) collective space-sensing coordinates pattern scaling in engineered bacteria. Cell 165(3):620–630 Cao Y, Ryser MD, Payne S, Li B, Rao CV, You L (2016) collective space-sensing coordinates pattern scaling in engineered bacteria. Cell 165(3):620–630
Zurück zum Zitat Cao Y, Feng Y, Ryser MD, Zhu K, Herschlag G, Cao C, Marusak K, Zauscher S, You L (2017) Programmable assembly of pressure sensors using pattern-forming bacteria. Nat Biotechnol 35(11):1087 Cao Y, Feng Y, Ryser MD, Zhu K, Herschlag G, Cao C, Marusak K, Zauscher S, You L (2017) Programmable assembly of pressure sensors using pattern-forming bacteria. Nat Biotechnol 35(11):1087
Zurück zum Zitat Cardelli L (2013) Two-domain DNA strand displacement. Math Struct Comput Sci 23(02):247–271MathSciNetMATH Cardelli L (2013) Two-domain DNA strand displacement. Math Struct Comput Sci 23(02):247–271MathSciNetMATH
Zurück zum Zitat Cardelli L (2014) Morphisms of reaction networks that couple structure to function. BMC Syst Biol 8(1):84 Cardelli L (2014) Morphisms of reaction networks that couple structure to function. BMC Syst Biol 8(1):84
Zurück zum Zitat Cardelli L, Csikász-Nagy A (2012) The cell cycle switch computes approximate majority. Sci Rep 2(1):656 Cardelli L, Csikász-Nagy A (2012) The cell cycle switch computes approximate majority. Sci Rep 2(1):656
Zurück zum Zitat Cardelli L, Tribastone M, Tschaikowski M, Vandin A (2017) Maximal aggregation of polynomial dynamical systems. Proc Natl Acad Sci 114(38):10029–10034 Cardelli L, Tribastone M, Tschaikowski M, Vandin A (2017) Maximal aggregation of polynomial dynamical systems. Proc Natl Acad Sci 114(38):10029–10034
Zurück zum Zitat Cardinale S, Arkin AP (2012) Contextualizing context for synthetic biology-identifying causes of failure of synthetic biological systems. Biotechnol J 7(7):856–866 Cardinale S, Arkin AP (2012) Contextualizing context for synthetic biology-identifying causes of failure of synthetic biological systems. Biotechnol J 7(7):856–866
Zurück zum Zitat Chatterjee G, Dalchau N, Muscat RA, Phillips A, Seelig G (2017) A spatially localized architecture for fast and modular DNA computing. Nat Nanotechnol 12(9):920–927 Chatterjee G, Dalchau N, Muscat RA, Phillips A, Seelig G (2017) A spatially localized architecture for fast and modular DNA computing. Nat Nanotechnol 12(9):920–927
Zurück zum Zitat Chen GQ, Jiang XR (2017) Engineering bacteria for enhanced polyhydroxyalkanoates (pha) biosynthesis. Synth Syst Biotechnol 2(3):192–197 Chen GQ, Jiang XR (2017) Engineering bacteria for enhanced polyhydroxyalkanoates (pha) biosynthesis. Synth Syst Biotechnol 2(3):192–197
Zurück zum Zitat Chen KC, Csikasz-Nagy A, Gyorffy B, Val J, Novak B, Tyson JJ (2000) Kinetic analysis of a molecular model of the budding yeast cell cycle. Mol Biol Cell 11(1):369–391 Chen KC, Csikasz-Nagy A, Gyorffy B, Val J, Novak B, Tyson JJ (2000) Kinetic analysis of a molecular model of the budding yeast cell cycle. Mol Biol Cell 11(1):369–391
Zurück zum Zitat Chen KC, Calzone L, Csikasz-Nagy A, Cross FR, Novak B, Tyson JJ (2004) Integrative analysis of cell cycle control in budding yeast. Mol Biol Cell 15(8):3841–3862 Chen KC, Calzone L, Csikasz-Nagy A, Cross FR, Novak B, Tyson JJ (2004) Integrative analysis of cell cycle control in budding yeast. Mol Biol Cell 15(8):3841–3862
Zurück zum Zitat Chen YJ, Dalchau N, Srinivas N, Phillips A, Cardelli L, Soloveichik D, Seelig G (2013a) Programmable chemical controllers made from DNA. Nat Nanotechnol 8(10):755–62 Chen YJ, Dalchau N, Srinivas N, Phillips A, Cardelli L, Soloveichik D, Seelig G (2013a) Programmable chemical controllers made from DNA. Nat Nanotechnol 8(10):755–62
Zurück zum Zitat Chen YJ, Liu P, Nielsen AAK, Brophy JAN, Clancy K, Peterson T, Voigt CA (2013b) Characterization of 582 natural and synthetic terminators and quantification of their design constraints. Nat Methods 10(7):659–664 Chen YJ, Liu P, Nielsen AAK, Brophy JAN, Clancy K, Peterson T, Voigt CA (2013b) Characterization of 582 natural and synthetic terminators and quantification of their design constraints. Nat Methods 10(7):659–664
Zurück zum Zitat Chen HL, Doty D, Soloveichik D (2014) Deterministic function computation with chemical reaction networks. Nat Comput 13(4):517–534MathSciNetMATH Chen HL, Doty D, Soloveichik D (2014) Deterministic function computation with chemical reaction networks. Nat Comput 13(4):517–534MathSciNetMATH
Zurück zum Zitat Church GM, Gao Y, Kosuri S (2012) Next-generation digital information storage in DNA. Science 337(6102):1628 Church GM, Gao Y, Kosuri S (2012) Next-generation digital information storage in DNA. Science 337(6102):1628
Zurück zum Zitat Cong L, Ran FA, Cox D, Lin S, Barretto R, Habib N, Hsu PD, Wu X, Jiang W, Marraffini La, Zhang F (2013) Multiplex genome engineering using CRISPR/Cas systems. Science 339(6121):819–823 Cong L, Ran FA, Cox D, Lin S, Barretto R, Habib N, Hsu PD, Wu X, Jiang W, Marraffini La, Zhang F (2013) Multiplex genome engineering using CRISPR/Cas systems. Science 339(6121):819–823
Zurück zum Zitat Cookson NA, Mather WH, Danino T, Mondragn-Palomino O, Williams RJ, Tsimring LS, Hasty J (2011) Queueing up for enzymatic processing: correlated signaling through coupled degradation. Mol Syst Biol 7:561 Cookson NA, Mather WH, Danino T, Mondragn-Palomino O, Williams RJ, Tsimring LS, Hasty J (2011) Queueing up for enzymatic processing: correlated signaling through coupled degradation. Mol Syst Biol 7:561
Zurück zum Zitat Council NR (2011) The future of computing performance: game over or next level?. The National Academies Press, Washington Council NR (2011) The future of computing performance: game over or next level?. The National Academies Press, Washington
Zurück zum Zitat Courbet A, Endy D, Renard E, Molina F, Bonnet J (2015) Detection of pathological biomarkers in human clinical samples via amplifying genetic switches and logic gates. Sci Transl Med 7(289):289ra83–289ra83 Courbet A, Endy D, Renard E, Molina F, Bonnet J (2015) Detection of pathological biomarkers in human clinical samples via amplifying genetic switches and logic gates. Sci Transl Med 7(289):289ra83–289ra83
Zurück zum Zitat Cross FR, Archambault V, Miller M, Klovstad M (2002) Testing a mathematical model of the yeast cell cycle. Mol Biol Cell 13(1):52–70 Cross FR, Archambault V, Miller M, Klovstad M (2002) Testing a mathematical model of the yeast cell cycle. Mol Biol Cell 13(1):52–70
Zurück zum Zitat Dalchau N, Chandran H, Gopalkrishnan N, Phillips A, Reif J (2015) Probabilistic analysis of localized DNA hybridization circuits. ACS Synth Biol 4(8):898–913 Dalchau N, Chandran H, Gopalkrishnan N, Phillips A, Reif J (2015) Probabilistic analysis of localized DNA hybridization circuits. ACS Synth Biol 4(8):898–913
Zurück zum Zitat Dalchau N, Seelig G, Phillips A (2014) Computational design of reaction-diffusion patterns using DNA-based chemical reaction networks. DNA Computing and molecular programming: 20th International conference, DNA 20, Kyoto, Japan, Sept 22–26, 2014. Proceedings Dalchau N, Seelig G, Phillips A (2014) Computational design of reaction-diffusion patterns using DNA-based chemical reaction networks. DNA Computing and molecular programming: 20th International conference, DNA 20, Kyoto, Japan, Sept 22–26, 2014. Proceedings
Zurück zum Zitat Danino T, Mondragón-Palomino O, Tsimring L, Hasty J (2010) A synchronized quorum of genetic clocks. Nature 463(7279):326–330 Danino T, Mondragón-Palomino O, Tsimring L, Hasty J (2010) A synchronized quorum of genetic clocks. Nature 463(7279):326–330
Zurück zum Zitat Del Vecchio D, Ninfa AJ, Sontag ED (2008) Modular cell biology: retroactivity and insulation. Mol Syst Biol 4:161 Del Vecchio D, Ninfa AJ, Sontag ED (2008) Modular cell biology: retroactivity and insulation. Mol Syst Biol 4:161
Zurück zum Zitat Del Vecchio D, Dy AJ, Qian Y (2016) Control theory meets synthetic biology. J R Soc Interface 13(120):20160380 Del Vecchio D, Dy AJ, Qian Y (2016) Control theory meets synthetic biology. J R Soc Interface 13(120):20160380
Zurück zum Zitat Din MO, Danino T, Prindle A, Skalak M, Selimkhanov J, Allen K, Julio E, Atolia E, Tsimring LS, Bhatia SN et al (2016) Synchronized cycles of bacterial lysis for in vivo delivery. Nature 536(7614):81–85 Din MO, Danino T, Prindle A, Skalak M, Selimkhanov J, Allen K, Julio E, Atolia E, Tsimring LS, Bhatia SN et al (2016) Synchronized cycles of bacterial lysis for in vivo delivery. Nature 536(7614):81–85
Zurück zum Zitat Dodd IB, Micheelsen MA, Sneppen K, Thon G (2007) Theoretical analysis of epigenetic cell memory by nucleosome modification. Cell 129(4):813–822 Dodd IB, Micheelsen MA, Sneppen K, Thon G (2007) Theoretical analysis of epigenetic cell memory by nucleosome modification. Cell 129(4):813–822
Zurück zum Zitat Elowitz MB, Leibler S (2000) A synthetic oscillatory network of transcriptional regulators. Nature 403(6767):335–338 Elowitz MB, Leibler S (2000) A synthetic oscillatory network of transcriptional regulators. Nature 403(6767):335–338
Zurück zum Zitat Erlich Y, Zielinski D (2017) Dna fountain enables a robust and efficient storage architecture. Science 355(6328):950–954 Erlich Y, Zielinski D (2017) Dna fountain enables a robust and efficient storage architecture. Science 355(6328):950–954
Zurück zum Zitat Fern J, Schulman R (2017) Design and characterization of DNA strand-displacement circuits in serum-supplemented cell medium. ACS Synth Biol 6(9):1774–1783 Fern J, Schulman R (2017) Design and characterization of DNA strand-displacement circuits in serum-supplemented cell medium. ACS Synth Biol 6(9):1774–1783
Zurück zum Zitat Fernandez-Rodriguez J, Yang L, Gorochowski TE, Gordon DB, Voigt CA (2015) Memory and combinatorial logic based on DNA inversions: dynamics and evolutionary stability. ACS Synth Biol 4(12):1361–1372 Fernandez-Rodriguez J, Yang L, Gorochowski TE, Gordon DB, Voigt CA (2015) Memory and combinatorial logic based on DNA inversions: dynamics and evolutionary stability. ACS Synth Biol 4(12):1361–1372
Zurück zum Zitat Ferrell JE, Jr (2002) Self-perpetuating states in signal transduction: positive feedback, double-negative feedback and bistability. Curr Opin Cell Biol 14(2):140–148 Ferrell JE, Jr (2002) Self-perpetuating states in signal transduction: positive feedback, double-negative feedback and bistability. Curr Opin Cell Biol 14(2):140–148
Zurück zum Zitat Ferrell JE, Tsai TY, Yang Q (2011) Modeling the cell cycle: why do certain circuits oscillate? Cell 144(6):874–885 Ferrell JE, Tsai TY, Yang Q (2011) Modeling the cell cycle: why do certain circuits oscillate? Cell 144(6):874–885
Zurück zum Zitat Friedland AE, Lu TK, Wang X, Shi D, Church G, Collins JJ (2009) Synthetic gene networks that count. Science 324(5931):1199–1202 Friedland AE, Lu TK, Wang X, Shi D, Church G, Collins JJ (2009) Synthetic gene networks that count. Science 324(5931):1199–1202
Zurück zum Zitat Fujii T, Rondelez Y (2013) Predator–Prey molecular ecosystems. ACS Nano 7(1):27–34 Fujii T, Rondelez Y (2013) Predator–Prey molecular ecosystems. ACS Nano 7(1):27–34
Zurück zum Zitat Fung E, Wong WW, Suen JK, Bulter T, Lee Sg, Liao JC (2005) A synthetic gene-metabolic oscillator. Nature 435(7038):118–122 Fung E, Wong WW, Suen JK, Bulter T, Lee Sg, Liao JC (2005) A synthetic gene-metabolic oscillator. Nature 435(7038):118–122
Zurück zum Zitat Gardner TS, Cantor CR, Collins JJ (2000) Construction of a genetic toggle switch in Escherichia coli. Nature 403(6767):339–342 Gardner TS, Cantor CR, Collins JJ (2000) Construction of a genetic toggle switch in Escherichia coli. Nature 403(6767):339–342
Zurück zum Zitat Ghaemi R, Sun J, Iglesias PA, Del Vecchio D (2009) A method for determining the robustness of bio-molecular oscillator models. BMC Syst Biol 3:95 Ghaemi R, Sun J, Iglesias PA, Del Vecchio D (2009) A method for determining the robustness of bio-molecular oscillator models. BMC Syst Biol 3:95
Zurück zum Zitat Goldbeter A (2002) Computational approaches to cellular rhythms. Nature 420(6912):238 Goldbeter A (2002) Computational approaches to cellular rhythms. Nature 420(6912):238
Zurück zum Zitat Goldbeter A (2017) Dissipative structures and biological rhythms. Chaos (Woodbury, N.Y.) 27(10):104612 Goldbeter A (2017) Dissipative structures and biological rhythms. Chaos (Woodbury, N.Y.) 27(10):104612
Zurück zum Zitat Goldman N, Bertone P, Chen S, Dessimoz C, LeProust EM, Sipos B, Birney E (2013) Towards practical, high-capacity, low-maintenance information storage in synthesized dna. Nature 494(7435):77 Goldman N, Bertone P, Chen S, Dessimoz C, LeProust EM, Sipos B, Birney E (2013) Towards practical, high-capacity, low-maintenance information storage in synthesized dna. Nature 494(7435):77
Zurück zum Zitat Goñi-Moreno A, Amos M, de la Cruz F (2013) Multicellular computing using conjugation for wiring. PLoS One 8(6):e65986 Goñi-Moreno A, Amos M, de la Cruz F (2013) Multicellular computing using conjugation for wiring. PLoS One 8(6):e65986
Zurück zum Zitat Green AA, Kim J, Ma D, Silver PA, Collins JJ, Yin P (2017) Complex cellular logic computation using ribocomputing devices. Nature 548(7665):117 Green AA, Kim J, Ma D, Silver PA, Collins JJ, Yin P (2017) Complex cellular logic computation using ribocomputing devices. Nature 548(7665):117
Zurück zum Zitat Griffith JS (1968) Mathematics of cellular control processes II. Positive feedback to one gene. J Theor Biol 20(2):209–216 Griffith JS (1968) Mathematics of cellular control processes II. Positive feedback to one gene. J Theor Biol 20(2):209–216
Zurück zum Zitat Griffith JS (1968) Mathematics of cellular control processes I. Negative feedback to one gene. J Theor Biol 20(2):202–208 Griffith JS (1968) Mathematics of cellular control processes I. Negative feedback to one gene. J Theor Biol 20(2):202–208
Zurück zum Zitat Groves B, Chen YJ, Zurla C, Pochekailov S, Kirschman JL, Santangelo PJ, Seelig G (2015) Computing in mammalian cells with nucleic acid strand exchange. Nat Nanotechnol 11(3):287–294 Groves B, Chen YJ, Zurla C, Pochekailov S, Kirschman JL, Santangelo PJ, Seelig G (2015) Computing in mammalian cells with nucleic acid strand exchange. Nat Nanotechnol 11(3):287–294
Zurück zum Zitat Guantes R, Poyatos JF (2006) Dynamical principles of two-component genetic oscillators. PLoS Comput Biol 2(3):e30 Guantes R, Poyatos JF (2006) Dynamical principles of two-component genetic oscillators. PLoS Comput Biol 2(3):e30
Zurück zum Zitat Gyorgy A, Jimnez JI, Yazbek J, Huang HH, Chung H, Weiss R, Del Vecchio D (2015) Isocost lines describe the cellular economy of genetic circuits. Biophys J 109(3):639646 Gyorgy A, Jimnez JI, Yazbek J, Huang HH, Chung H, Weiss R, Del Vecchio D (2015) Isocost lines describe the cellular economy of genetic circuits. Biophys J 109(3):639646
Zurück zum Zitat Hartwell LH, Hopfield JJ, Leibler S, Murray AW (1999) From molecular to modular cell biology. Nature 402(6761 Suppl):C47–C52 Hartwell LH, Hopfield JJ, Leibler S, Murray AW (1999) From molecular to modular cell biology. Nature 402(6761 Suppl):C47–C52
Zurück zum Zitat Hasty J, Dolnik M, Rottschäfer V, Collins JJ (2002) Synthetic gene network for entraining and amplifying cellular oscillations. Phys Rev Lett 88(14):148101 Hasty J, Dolnik M, Rottschäfer V, Collins JJ (2002) Synthetic gene network for entraining and amplifying cellular oscillations. Phys Rev Lett 88(14):148101
Zurück zum Zitat Hennig S, Rödel G, Ostermann K (2015) Artificial cell–cell communication as an emerging tool in synthetic biology applications. J Biol Eng 9(1):13 Hennig S, Rödel G, Ostermann K (2015) Artificial cell–cell communication as an emerging tool in synthetic biology applications. J Biol Eng 9(1):13
Zurück zum Zitat Hernansaiz-Ballesteros RD, Dalchau N, Cardelli L, Csikász-Nagy A (2016) Computational algorithms as biological switches. In: Proceedings of the Évry school on advances in systems and synthetic biology. pp 131–139 Hernansaiz-Ballesteros RD, Dalchau N, Cardelli L, Csikász-Nagy A (2016) Computational algorithms as biological switches. In: Proceedings of the Évry school on advances in systems and synthetic biology. pp 131–139
Zurück zum Zitat Hernansaiz-Ballesteros R, Cardelli L, Csikasz-Nagy A (2018) Single molecules can operate as primitive biological sensors, switches and oscillators. BMC Systems Biology (in press) Hernansaiz-Ballesteros R, Cardelli L, Csikasz-Nagy A (2018) Single molecules can operate as primitive biological sensors, switches and oscillators. BMC Systems Biology (in press)
Zurück zum Zitat Hsiao V, Hori Y, Rothemund PW, Murray RM (2016) A population based temporal logic gate for timing and recording chemical events. Mol Syst Biol 12(5):869 Hsiao V, Hori Y, Rothemund PW, Murray RM (2016) A population based temporal logic gate for timing and recording chemical events. Mol Syst Biol 12(5):869
Zurück zum Zitat Isaacs FJ, Hasty J, Cantor CR, Collins JJ (2003) Prediction and measurement of an autoregulatory genetic module. Proc Nat Acad Sci USA 100(13):7714–7719 Isaacs FJ, Hasty J, Cantor CR, Collins JJ (2003) Prediction and measurement of an autoregulatory genetic module. Proc Nat Acad Sci USA 100(13):7714–7719
Zurück zum Zitat Jaruszewicz J, Lipniacki T (2013) Toggle switch: noise determines the winning gene. Phys Biol 10(3):35007 Jaruszewicz J, Lipniacki T (2013) Toggle switch: noise determines the winning gene. Phys Biol 10(3):35007
Zurück zum Zitat Jayanthi S, Nilgiriwala KS, Del Vecchio D (2013) Retroactivity controls the temporal dynamics of gene transcription. ACS Synth Biol 2(8):431–441 Jayanthi S, Nilgiriwala KS, Del Vecchio D (2013) Retroactivity controls the temporal dynamics of gene transcription. ACS Synth Biol 2(8):431–441
Zurück zum Zitat Jiménez A, Cotterell J, Munteanu A, Sharpe J (2017) A spectrum of modularity in multi-functional gene circuits. Mol Syst Biol 13(4):925 Jiménez A, Cotterell J, Munteanu A, Sharpe J (2017) A spectrum of modularity in multi-functional gene circuits. Mol Syst Biol 13(4):925
Zurück zum Zitat Kamil S, Shalf J, Strohmaier E (2008) Power efficiency in high performance computing. In: 2008 IEEE international symposium on parallel and distributed processing (4 2008) 1–8 Kamil S, Shalf J, Strohmaier E (2008) Power efficiency in high performance computing. In: 2008 IEEE international symposium on parallel and distributed processing (4 2008) 1–8
Zurück zum Zitat Kholodenko BN (2006) Cell-signalling dynamics in time and space. Nat Rev Mol Cell Biol 7(3):165–176 Kholodenko BN (2006) Cell-signalling dynamics in time and space. Nat Rev Mol Cell Biol 7(3):165–176
Zurück zum Zitat Kim KY, Wang J (2007) Potential energy landscape and robustness of a gene regulatory network: toggle switch. PLoS Comput Biol 3(3):e60MathSciNet Kim KY, Wang J (2007) Potential energy landscape and robustness of a gene regulatory network: toggle switch. PLoS Comput Biol 3(3):e60MathSciNet
Zurück zum Zitat Kim J, Winfree E (2011) Synthetic in vitro transcriptional oscillators. Mol Syst Biol 7:465 Kim J, Winfree E (2011) Synthetic in vitro transcriptional oscillators. Mol Syst Biol 7:465
Zurück zum Zitat Kim J, White KS, Winfree E (2006) Construction of an in vitro bistable circuit from synthetic transcriptional switches. Mol Syst Biol 2(1):68 Kim J, White KS, Winfree E (2006) Construction of an in vitro bistable circuit from synthetic transcriptional switches. Mol Syst Biol 2(1):68
Zurück zum Zitat Kis Z, Pereira HS, Homma T, Pedrigi RM, Krams R (2015) Mammalian synthetic biology: emerging medical applications. J R Soc Interface 12(106):20141000 Kis Z, Pereira HS, Homma T, Pedrigi RM, Krams R (2015) Mammalian synthetic biology: emerging medical applications. J R Soc Interface 12(106):20141000
Zurück zum Zitat Kitano H (2002) Systems biology: a brief overview. Science (New York, N.Y.) 295(5560):1662–1664 Kitano H (2002) Systems biology: a brief overview. Science (New York, N.Y.) 295(5560):1662–1664
Zurück zum Zitat Kitano H (2002) Computational systems biology. Nature 420(6912):206–210 Kitano H (2002) Computational systems biology. Nature 420(6912):206–210
Zurück zum Zitat Kobayashi H, Kaern M, Araki M, Chung K, Gardner TS, Cantor CR, Collins JJ (2004) Programmable cells: interfacing natural and engineered gene networks. Proc Nat Acad Sci USA 101(22):8414–8419 Kobayashi H, Kaern M, Araki M, Chung K, Gardner TS, Cantor CR, Collins JJ (2004) Programmable cells: interfacing natural and engineered gene networks. Proc Nat Acad Sci USA 101(22):8414–8419
Zurück zum Zitat Kotula JW, Kerns SJ, Shaket LA, Siraj L, Collins JJ, Way JC, Silver PA (2014) Programmable bacteria detect and record an environmental signal in the mammalian gut. Proc Nat Acad Sci 111(13):4838–4843 Kotula JW, Kerns SJ, Shaket LA, Siraj L, Collins JJ, Way JC, Silver PA (2014) Programmable bacteria detect and record an environmental signal in the mammalian gut. Proc Nat Acad Sci 111(13):4838–4843
Zurück zum Zitat Kuznetsov A, Kærn M, Kopell N (2004) Synchrony in a population of hysteresis-based genetic oscillators. SIAM J Appl Math 65(2):392–425MathSciNetMATH Kuznetsov A, Kærn M, Kopell N (2004) Synchrony in a population of hysteresis-based genetic oscillators. SIAM J Appl Math 65(2):392–425MathSciNetMATH
Zurück zum Zitat Lachmann M, Sella G (1995) The computationally complete ant colony: Global coordination in a system with no hierarchy. In: Morán F, Moreno A, Guervós JJM, Chacón P (eds): Advances in artificial life, third European conference on artificial life, Granada, Spain, June 4-6, 1995, Proceedings. vol 929 of Lecture Notes in Computer Science. Springer, Berlin, 784–800 Lachmann M, Sella G (1995) The computationally complete ant colony: Global coordination in a system with no hierarchy. In: Morán F, Moreno A, Guervós JJM, Chacón P (eds): Advances in artificial life, third European conference on artificial life, Granada, Spain, June 4-6, 1995, Proceedings. vol 929 of Lecture Notes in Computer Science. Springer, Berlin, 784–800
Zurück zum Zitat Lakin MR, Youssef S, Cardelli L, Phillips A (2012) Abstractions for DNA circuit design. J R Soc Interface 9(68):470–486 Lakin MR, Youssef S, Cardelli L, Phillips A (2012) Abstractions for DNA circuit design. J R Soc Interface 9(68):470–486
Zurück zum Zitat Lee JW, Gyorgy A, Cameron DE, Pyenson N, Choi KR, Way JC, Silver PA, Del Vecchio D, Collins JJ (2016) Creating single-copy genetic circuits. Mol Cell 63(2):329–336 Lee JW, Gyorgy A, Cameron DE, Pyenson N, Choi KR, Way JC, Silver PA, Del Vecchio D, Collins JJ (2016) Creating single-copy genetic circuits. Mol Cell 63(2):329–336
Zurück zum Zitat Leon M, Woods ML, Fedorec AJH, Barnes CP (2016) A computational method for the investigation of multistable systems and its application to genetic switches. BMC Syst Biol 10(1):130 Leon M, Woods ML, Fedorec AJH, Barnes CP (2016) A computational method for the investigation of multistable systems and its application to genetic switches. BMC Syst Biol 10(1):130
Zurück zum Zitat Lim WA, Lee CM, Tang C (2013) Design principles of regulatory networks: searching for the molecular algorithms of the cell. Mol Cell 49(2):202–212 Lim WA, Lee CM, Tang C (2013) Design principles of regulatory networks: searching for the molecular algorithms of the cell. Mol Cell 49(2):202–212
Zurück zum Zitat Litcofsky KD, Afeyan RB, Krom RJ, Khalil AS, Collins J (2012) J Iterative plug-and-play methodology for constructing and modifying synthetic gene networks. Nat Methods 9(11):1077–1080 Litcofsky KD, Afeyan RB, Krom RJ, Khalil AS, Collins J (2012) J Iterative plug-and-play methodology for constructing and modifying synthetic gene networks. Nat Methods 9(11):1077–1080
Zurück zum Zitat Liu C, Fu X, Liu L, Ren X, Chau CKL, Li S, Xiang L, Zeng H, Chen G, Tang LH, Lenz P (2011) Sequential establishment of stripe patterns in an expanding cell population. Science 334(6053):238–241 Liu C, Fu X, Liu L, Ren X, Chau CKL, Li S, Xiang L, Zeng H, Chen G, Tang LH, Lenz P (2011) Sequential establishment of stripe patterns in an expanding cell population. Science 334(6053):238–241
Zurück zum Zitat Lou C, Liu X, Ni M, Huang Y, Huang Q, Huang L, Jiang L, Lu D, Wang M, Liu C et al (2010) Synthesizing a novel genetic sequential logic circuit: a push-on push-off switch. Mol Syst Biol 6(1):350 Lou C, Liu X, Ni M, Huang Y, Huang Q, Huang L, Jiang L, Lu D, Wang M, Liu C et al (2010) Synthesizing a novel genetic sequential logic circuit: a push-on push-off switch. Mol Syst Biol 6(1):350
Zurück zum Zitat Loza-Correa M, Gomez-Valero L, Buchrieser C (2010) Circadian clock proteins in prokaryotes: hidden rhythms? Front Microbiol 1:130 Loza-Correa M, Gomez-Valero L, Buchrieser C (2010) Circadian clock proteins in prokaryotes: hidden rhythms? Front Microbiol 1:130
Zurück zum Zitat Lugagne JB, Sosa Carrillo S, Kirch M, Khler A, Batt G, Hersen P (2017) Balancing a genetic toggle switch by real-time feedback control and periodic forcing. Nat Commun 8(1):1671 Lugagne JB, Sosa Carrillo S, Kirch M, Khler A, Batt G, Hersen P (2017) Balancing a genetic toggle switch by real-time feedback control and periodic forcing. Nat Commun 8(1):1671
Zurück zum Zitat Ma R, Wang J, Hou Z, Liu H (2012) Small-number effects: a third stable state in a genetic bistable toggle switch. Phys Rev Lett 109(24):248107 Ma R, Wang J, Hou Z, Liu H (2012) Small-number effects: a third stable state in a genetic bistable toggle switch. Phys Rev Lett 109(24):248107
Zurück zum Zitat Mandal S, Zhak SM, Sarpeshkar R (2009) A bio-inspired active radio-frequency silicon cochlea. IEEE J Solid-State Circuits 44(6):1814–1828 Mandal S, Zhak SM, Sarpeshkar R (2009) A bio-inspired active radio-frequency silicon cochlea. IEEE J Solid-State Circuits 44(6):1814–1828
Zurück zum Zitat Marblestone AH, Wayne G, Kording KP (2016) Toward an integration of deep learning and neuroscience. Front Comput Neurosci 10:94 Marblestone AH, Wayne G, Kording KP (2016) Toward an integration of deep learning and neuroscience. Front Comput Neurosci 10:94
Zurück zum Zitat Meijer LHH, Joesaar A, Steur E, Engelen W, van Santen RA, Merkx M, de Greef TFA (2017) Hierarchical control of enzymatic actuators using DNA-based switchable memories. Nat Commun 8(1):1117 Meijer LHH, Joesaar A, Steur E, Engelen W, van Santen RA, Merkx M, de Greef TFA (2017) Hierarchical control of enzymatic actuators using DNA-based switchable memories. Nat Commun 8(1):1117
Zurück zum Zitat Milias-Argeitis A, Rullan M, Aoki SK, Buchmann P, Khammash M (2016) Automated optogenetic feedback control for precise and robust regulation of gene expression and cell growth. Nat Commun 7:12546 Milias-Argeitis A, Rullan M, Aoki SK, Buchmann P, Khammash M (2016) Automated optogenetic feedback control for precise and robust regulation of gene expression and cell growth. Nat Commun 7:12546
Zurück zum Zitat Mirsaidov U, Scrimgeour J, Timp W, Beck K, Mir M, Matsudaira P, Timp G (2008) Live cell lithography: using optical tweezers to create synthetic tissue. Lab Chip 8(12):2174–2181 Mirsaidov U, Scrimgeour J, Timp W, Beck K, Mir M, Matsudaira P, Timp G (2008) Live cell lithography: using optical tweezers to create synthetic tissue. Lab Chip 8(12):2174–2181
Zurück zum Zitat Mondragón-Palomino O, Danino T, Selimkhanov J, Tsimring L, Hasty J (2011) Entrainment of a population of synthetic genetic oscillators. Science 333(6047):1315–1319MathSciNetMATH Mondragón-Palomino O, Danino T, Selimkhanov J, Tsimring L, Hasty J (2011) Entrainment of a population of synthetic genetic oscillators. Science 333(6047):1315–1319MathSciNetMATH
Zurück zum Zitat Montagne K, Plasson R, Sakai Y, Fujii T, Rondelez Y (2011) Programming an in vitro DNA oscillator using a molecular networking strategy. Mol Syst Biol 7(466):466 Montagne K, Plasson R, Sakai Y, Fujii T, Rondelez Y (2011) Programming an in vitro DNA oscillator using a molecular networking strategy. Mol Syst Biol 7(466):466
Zurück zum Zitat Moon TS, Lou C, Tamsir A, Stanton BC, Voigt CA (2012) Genetic programs constructed from layered logic gates in single cells. Nature 491(7423):249–253 Moon TS, Lou C, Tamsir A, Stanton BC, Voigt CA (2012) Genetic programs constructed from layered logic gates in single cells. Nature 491(7423):249–253
Zurück zum Zitat Munsky B, Khammash M (2010) Identification from stochastic cell-to-cell variation: a genetic switch case study. IET Syst Biol 4(6):356–366 Munsky B, Khammash M (2010) Identification from stochastic cell-to-cell variation: a genetic switch case study. IET Syst Biol 4(6):356–366
Zurück zum Zitat Mutalik VK, Guimaraes JC, Cambray G, Lam C, Christoffersen MJ, Mai QA, Tran AB, Paull M, Keasling JD, Arkin AP, Endy D (2013a) Precise and reliable gene expression via standard transcription and translation initiation elements. Nat Methods 10(4):354 Mutalik VK, Guimaraes JC, Cambray G, Lam C, Christoffersen MJ, Mai QA, Tran AB, Paull M, Keasling JD, Arkin AP, Endy D (2013a) Precise and reliable gene expression via standard transcription and translation initiation elements. Nat Methods 10(4):354
Zurück zum Zitat Mutalik VK, Guimaraes JC, Cambray G, Mai QA, Christoffersen MJ, Martin L, Yu A, Lam C, Rodriguez C, Bennett G, Keasling JD, Endy D, Arkin AP (2013b) Quantitative estimation of activity and quality for collections of functional genetic elements. Nat Methods 10(4):347 Mutalik VK, Guimaraes JC, Cambray G, Mai QA, Christoffersen MJ, Martin L, Yu A, Lam C, Rodriguez C, Bennett G, Keasling JD, Endy D, Arkin AP (2013b) Quantitative estimation of activity and quality for collections of functional genetic elements. Nat Methods 10(4):347
Zurück zum Zitat Nakajima M, Imai K, Ito H, Nishiwaki T, Murayama Y, Iwasaki H, Oyama T, Kondo T (2005) Reconstitution of circadian oscillation of cyanobacterial KaiC phosphorylation in vitro. Science 308(5720):414–415 Nakajima M, Imai K, Ito H, Nishiwaki T, Murayama Y, Iwasaki H, Oyama T, Kondo T (2005) Reconstitution of circadian oscillation of cyanobacterial KaiC phosphorylation in vitro. Science 308(5720):414–415
Zurück zum Zitat Navlakha S, Bar-Joseph Z (2011) Algorithms in nature: the convergence of systems biology and computational thinking. Mol Syst Biol 7(1):546 Navlakha S, Bar-Joseph Z (2011) Algorithms in nature: the convergence of systems biology and computational thinking. Mol Syst Biol 7(1):546
Zurück zum Zitat Nicolau DV, Lard M, Korten T, van Delft FC, Persson M, Bengtsson E, Månsson A, Diez S, Linke H (2016) Parallel computation with molecular-motor-propelled agents in nanofabricated networks. Proc Natl Acad Sci 113(10):2591–2596 Nicolau DV, Lard M, Korten T, van Delft FC, Persson M, Bengtsson E, Månsson A, Diez S, Linke H (2016) Parallel computation with molecular-motor-propelled agents in nanofabricated networks. Proc Natl Acad Sci 113(10):2591–2596
Zurück zum Zitat Nielsen AAK, Voigt CA (2014) Multi-input CRISPR/Cas genetic circuits that interface host regulatory networks. Mol Syst Biol 10(11):763 Nielsen AAK, Voigt CA (2014) Multi-input CRISPR/Cas genetic circuits that interface host regulatory networks. Mol Syst Biol 10(11):763
Zurück zum Zitat Nielsen AA, Segall-Shapiro TH, Voigt CA (2013) Advances in genetic circuit design: novel biochemistries, deep part mining, and precision gene expression. Curr Opin Chem Biol 17(6):878–892 Nielsen AA, Segall-Shapiro TH, Voigt CA (2013) Advances in genetic circuit design: novel biochemistries, deep part mining, and precision gene expression. Curr Opin Chem Biol 17(6):878–892
Zurück zum Zitat Nielsen AAK, Der BS, Shin J, Vaidyanathan P, Paralanov V, Strychalski EA, Ross D, Densmore D, Voigt CA (2016) Genetic circuit design automation. Science 352(6281):aac7341 Nielsen AAK, Der BS, Shin J, Vaidyanathan P, Paralanov V, Strychalski EA, Ross D, Densmore D, Voigt CA (2016) Genetic circuit design automation. Science 352(6281):aac7341
Zurück zum Zitat Nikolaev EV, Sontag ED (2016) Quorum-sensing synchronization of synthetic toggle switches: a design based on monotone dynamical systems theory. PLoS Comput Biol 12(4):e1004881 Nikolaev EV, Sontag ED (2016) Quorum-sensing synchronization of synthetic toggle switches: a design based on monotone dynamical systems theory. PLoS Comput Biol 12(4):e1004881
Zurück zum Zitat Nissim L, Wu MR, Pery E, Binder-Nissim A, Suzuki HI, Stupp D, Wehrspaun C, Tabach Y, Sharp PA, Lu TK (2017) Synthetic rna-based immunomodulatory gene circuits for cancer immunotherapy. Cell 171(5):1138–1150 Nissim L, Wu MR, Pery E, Binder-Nissim A, Suzuki HI, Stupp D, Wehrspaun C, Tabach Y, Sharp PA, Lu TK (2017) Synthetic rna-based immunomodulatory gene circuits for cancer immunotherapy. Cell 171(5):1138–1150
Zurück zum Zitat Novák B, Tyson JJ (2008) Design principles of biochemical oscillators. Nat Rev Mol Cell Biol 9(12):981–991 Novák B, Tyson JJ (2008) Design principles of biochemical oscillators. Nat Rev Mol Cell Biol 9(12):981–991
Zurück zum Zitat Nurse P (2008) Life, logic and information. Nature 454(7203):424–426 Nurse P (2008) Life, logic and information. Nature 454(7203):424–426
Zurück zum Zitat Ortiz ME, Endy D (2012) Engineered cell–cell communication via DNA messaging. J Biol Eng 6(1):16 Ortiz ME, Endy D (2012) Engineered cell–cell communication via DNA messaging. J Biol Eng 6(1):16
Zurück zum Zitat Otero-Muras I, Banga JR (2016) Design principles of biological oscillators through optimization: forward and reverse analysis. PLoS ONE 11(12):e0166867 Otero-Muras I, Banga JR (2016) Design principles of biological oscillators through optimization: forward and reverse analysis. PLoS ONE 11(12):e0166867
Zurück zum Zitat Otero-Muras I, Banga JR, Alonso AA (2012) Characterizing multistationarity regimes in biochemical reaction networks. PLoS ONE 7(7):e39194 Otero-Muras I, Banga JR, Alonso AA (2012) Characterizing multistationarity regimes in biochemical reaction networks. PLoS ONE 7(7):e39194
Zurück zum Zitat Padirac A, Fujii T, Rondelez Y (2012) Bottom-up construction of in vitro switchable memories. Proc Natl Acad Sci 109(47):E3212–E3220 Padirac A, Fujii T, Rondelez Y (2012) Bottom-up construction of in vitro switchable memories. Proc Natl Acad Sci 109(47):E3212–E3220
Zurück zum Zitat Padirac A, Fujii T, Estévez-Torres A, Rondelez Y (2013) Spatial waves in synthetic biochemical networks. J Am Chem Soc 135(39):14586–14592 Padirac A, Fujii T, Estévez-Torres A, Rondelez Y (2013) Spatial waves in synthetic biochemical networks. J Am Chem Soc 135(39):14586–14592
Zurück zum Zitat Pardee K, Green AA, Takahashi MK, Braff D, Lambert G, Lee JW, Ferrante T, Ma D, Donghia N, Fan M, Daringer NM, Bosch I, Dudley DM, OConnor DH, Gehrke L, Collins JJ (2016) Rapid, low-cost detection of Zika virus using programmable biomolecular components. Cell 165(5):1255–1266 Pardee K, Green AA, Takahashi MK, Braff D, Lambert G, Lee JW, Ferrante T, Ma D, Donghia N, Fan M, Daringer NM, Bosch I, Dudley DM, OConnor DH, Gehrke L, Collins JJ (2016) Rapid, low-cost detection of Zika virus using programmable biomolecular components. Cell 165(5):1255–1266
Zurück zum Zitat Perez-Carrasco R, Barnes CP, Schaerli Y, Isalan M, Briscoe J, Page KM (2018) Combining a toggle switch and a repressilator within the ac-dc circuit generates distinct dynamical behaviors. Cell Syst 6(4):521–530.e3 Perez-Carrasco R, Barnes CP, Schaerli Y, Isalan M, Briscoe J, Page KM (2018) Combining a toggle switch and a repressilator within the ac-dc circuit generates distinct dynamical behaviors. Cell Syst 6(4):521–530.e3
Zurück zum Zitat Potvin-Trottier L, Lord ND, Vinnicombe G, Paulsson J (2016) Synchronous long-term oscillations in a synthetic gene circuit. Nature 538(7626):514–517 Potvin-Trottier L, Lord ND, Vinnicombe G, Paulsson J (2016) Synchronous long-term oscillations in a synthetic gene circuit. Nature 538(7626):514–517
Zurück zum Zitat Prindle A, Samayoa P, Razinkov I, Danino T, Tsimring LS, Hasty J (2012) A sensing array of radically coupled genetic/biopixels/’. Nature 481(7379):39–44 Prindle A, Samayoa P, Razinkov I, Danino T, Tsimring LS, Hasty J (2012) A sensing array of radically coupled genetic/biopixels/’. Nature 481(7379):39–44
Zurück zum Zitat Prindle A, Selimkhanov J, Li H, Razinkov I, Tsimring LS, Hasty J (2014) Rapid and tunable post-translational coupling of genetic circuits. Nature 508(7496):387–391 Prindle A, Selimkhanov J, Li H, Razinkov I, Tsimring LS, Hasty J (2014) Rapid and tunable post-translational coupling of genetic circuits. Nature 508(7496):387–391
Zurück zum Zitat Qian L, Winfree E (2011) Scaling up digital circuit computation with DNA strand displacement cascades. Science 332(6034):1196–1201 Qian L, Winfree E (2011) Scaling up digital circuit computation with DNA strand displacement cascades. Science 332(6034):1196–1201
Zurück zum Zitat Qian L, Winfree E, Bruck J (2011) Neural network computation with DNA strand displacement cascades. Nature 475(7356):368–372 Qian L, Winfree E, Bruck J (2011) Neural network computation with DNA strand displacement cascades. Nature 475(7356):368–372
Zurück zum Zitat Riglar DT, Giessen TW, Baym M, Kerns SJ, Niederhuber MJ, Bronson RT, Kotula JW, Gerber GK, Way JC, Silver PA (2017) Engineered bacteria can function in the mammalian gut long-term as live diagnostics of inflammation. Nat Biotechnol 35(7):653 Riglar DT, Giessen TW, Baym M, Kerns SJ, Niederhuber MJ, Bronson RT, Kotula JW, Gerber GK, Way JC, Silver PA (2017) Engineered bacteria can function in the mammalian gut long-term as live diagnostics of inflammation. Nat Biotechnol 35(7):653
Zurück zum Zitat Rosenfeld N, Elowitz MB, Alon U (2002) Negative autoregulation speeds the response times of transcription networks. J Mol Biol 323(5):785793 Rosenfeld N, Elowitz MB, Alon U (2002) Negative autoregulation speeds the response times of transcription networks. J Mol Biol 323(5):785793
Zurück zum Zitat Sarpeshkar R (2010) Ultra-low power bioelectronics. 1 Sarpeshkar R (2010) Ultra-low power bioelectronics. 1
Zurück zum Zitat Sauro HM, Kim K (2013) Synthetic biology: it’s an analog world. Nature 497(7451):572–573 Sauro HM, Kim K (2013) Synthetic biology: it’s an analog world. Nature 497(7451):572–573
Zurück zum Zitat Scalise D, Schulman R (2014) Designing modular reaction-diffusion programs for complex pattern formation. Technology 02(01):55–66 Scalise D, Schulman R (2014) Designing modular reaction-diffusion programs for complex pattern formation. Technology 02(01):55–66
Zurück zum Zitat Scott M, Gunderson CW, Mateescu EM, Zhang Z, Hwa T (2010) Interdependence of cell growth and gene expression: origins and consequences. Science (New York, N.Y.) 330(6007):10991102 Scott M, Gunderson CW, Mateescu EM, Zhang Z, Hwa T (2010) Interdependence of cell growth and gene expression: origins and consequences. Science (New York, N.Y.) 330(6007):10991102
Zurück zum Zitat Seelig G, Soloveichik D, Zhang DY, Winfree E (2006) Enzyme-free nucleic acid logic circuits. Science 314(5805):1585–1588 Seelig G, Soloveichik D, Zhang DY, Winfree E (2006) Enzyme-free nucleic acid logic circuits. Science 314(5805):1585–1588
Zurück zum Zitat Sel'Kov E (1968) Self-oscillations in glycolysis. FEBS J 4(1):79–86 Sel'Kov E (1968) Self-oscillations in glycolysis. FEBS J 4(1):79–86
Zurück zum Zitat Shachrai I, Zaslaver A, Alon U, Dekel E (2010) Cost of unneeded proteins in e. coli is reduced after several generations in exponential growth. Mol Cell 38(5):758767 Shachrai I, Zaslaver A, Alon U, Dekel E (2010) Cost of unneeded proteins in e. coli is reduced after several generations in exponential growth. Mol Cell 38(5):758767
Zurück zum Zitat Shoval O, Alon U (2010) SnapShot: network motifs. Cell 143(2):326 Shoval O, Alon U (2010) SnapShot: network motifs. Cell 143(2):326
Zurück zum Zitat Siuti P, Yazbek J, Lu TK (2013) Synthetic circuits integrating logic and memory in living cells. Nat Biotechnol 31(5):448–52 Siuti P, Yazbek J, Lu TK (2013) Synthetic circuits integrating logic and memory in living cells. Nat Biotechnol 31(5):448–52
Zurück zum Zitat Soloveichik D, Seelig G, Winfree E (2010) DNA as a universal substrate for chemical kinetics. Proc Natl Acad Sci 107(12):5393–5398 Soloveichik D, Seelig G, Winfree E (2010) DNA as a universal substrate for chemical kinetics. Proc Natl Acad Sci 107(12):5393–5398
Zurück zum Zitat Song H, Payne S, Gray M, You L (2009) Spatiotemporal modulation of biodiversity in a synthetic chemical-mediated ecosystem. Nat Chem Biol 5(12):929–35 Song H, Payne S, Gray M, You L (2009) Spatiotemporal modulation of biodiversity in a synthetic chemical-mediated ecosystem. Nat Chem Biol 5(12):929–35
Zurück zum Zitat Srinivas N, Parkin J, Seelig G, Winfree E, Soloveichik D (2017) Enzyme-free nucleic acid dynamical systems. Science 358(6369):eaal2052 Srinivas N, Parkin J, Seelig G, Winfree E, Soloveichik D (2017) Enzyme-free nucleic acid dynamical systems. Science 358(6369):eaal2052
Zurück zum Zitat Stanton BC, Nielsen AA, Tamsir A, Clancy K, Peterson T, Voigt CA (2014) Genomic mining of prokaryotic repressors for orthogonal logic gates. Nat Chem Biol 10(2):99 Stanton BC, Nielsen AA, Tamsir A, Clancy K, Peterson T, Voigt CA (2014) Genomic mining of prokaryotic repressors for orthogonal logic gates. Nat Chem Biol 10(2):99
Zurück zum Zitat Stricker J, Cookson S, Bennett MR, Mather WH, Tsimring LS, Hasty J (2008) A fast, robust and tunable synthetic gene oscillator. Nature 456(7221):516–519 Stricker J, Cookson S, Bennett MR, Mather WH, Tsimring LS, Hasty J (2008) A fast, robust and tunable synthetic gene oscillator. Nature 456(7221):516–519
Zurück zum Zitat Strogatz SH (2000) Nonlinear dynamics and chaos : with applications to physics, biology, chemistry, and engineering. Westview Press Strogatz SH (2000) Nonlinear dynamics and chaos : with applications to physics, biology, chemistry, and engineering. Westview Press
Zurück zum Zitat Tabor JJ, Salis HM, Simpson ZB, Chevalier AA, Levskaya A, Marcotte EM, Voigt CA, Ellington AD (2009) A synthetic genetic edge detection program. Cell 137(7):1272–81 Tabor JJ, Salis HM, Simpson ZB, Chevalier AA, Levskaya A, Marcotte EM, Voigt CA, Ellington AD (2009) A synthetic genetic edge detection program. Cell 137(7):1272–81
Zurück zum Zitat Tan C, Marguet P, You L (2009) Emergent bistability by a growth-modulating positive feedback circuit. Nat Methods 5(11):842–848 Tan C, Marguet P, You L (2009) Emergent bistability by a growth-modulating positive feedback circuit. Nat Methods 5(11):842–848
Zurück zum Zitat Thomas R (1981) On the relation between the logical structure of systems and their ability to generate multiple steady states or sustained oscillations. In: Della Dora J, Demongeot J, Lacolle B (eds) Numerical methods in the study of critical phenomena, vol 9. Springer, Berlin, pp 180–193 Thomas R (1981) On the relation between the logical structure of systems and their ability to generate multiple steady states or sustained oscillations. In: Della Dora J, Demongeot J, Lacolle B (eds) Numerical methods in the study of critical phenomena, vol 9. Springer, Berlin, pp 180–193
Zurück zum Zitat Thomas RRR, D’Ari R (1990) Biological feedback. CRC Press, Boca RatonMATH Thomas RRR, D’Ari R (1990) Biological feedback. CRC Press, Boca RatonMATH
Zurück zum Zitat Thomas R, Thieffry D, Kaufman M (1995) Dynamical behaviour of biological regulatory networks-I: biological role of feedback loops and practical use of the concept of the loop-characteristic state. Bull Math Biol 57(2):247–276MATH Thomas R, Thieffry D, Kaufman M (1995) Dynamical behaviour of biological regulatory networks-I: biological role of feedback loops and practical use of the concept of the loop-characteristic state. Bull Math Biol 57(2):247–276MATH
Zurück zum Zitat Tian T, Burrage K (2006) Stochastic models for regulatory networks of the genetic toggle switch. Proc Nat Acad Sci 103(22):8372–8377 Tian T, Burrage K (2006) Stochastic models for regulatory networks of the genetic toggle switch. Proc Nat Acad Sci 103(22):8372–8377
Zurück zum Zitat Tigges M, Marquez-Lago TT, Stelling J, Fussenegger M (2009) A tunable synthetic mammalian oscillator. Nature 457(7227):309–312 Tigges M, Marquez-Lago TT, Stelling J, Fussenegger M (2009) A tunable synthetic mammalian oscillator. Nature 457(7227):309–312
Zurück zum Zitat Tigges M, Dnervaud N, Greber D, Stelling J, Fussenegger M (2010) A synthetic low-frequency mammalian oscillator. Nucleic Acids Res 38(8):27022711 Tigges M, Dnervaud N, Greber D, Stelling J, Fussenegger M (2010) A synthetic low-frequency mammalian oscillator. Nucleic Acids Res 38(8):27022711
Zurück zum Zitat Tsai TYC, Choi YS, Ma W, Pomerening JR, Tang C, Ferrell JE (2008) Robust, tunable biological oscillations from interlinked positive and negative feedback loops. Science (New York, N.Y.) 321(5885):126–129 Tsai TYC, Choi YS, Ma W, Pomerening JR, Tang C, Ferrell JE (2008) Robust, tunable biological oscillations from interlinked positive and negative feedback loops. Science (New York, N.Y.) 321(5885):126–129
Zurück zum Zitat Turcotte M, Garcia-Ojalvo J, Süel GM (2008) A genetic timer through noise-induced stabilization of an unstable state. Proc Natl Acad Sci USA 105(41):15732–15737 Turcotte M, Garcia-Ojalvo J, Süel GM (2008) A genetic timer through noise-induced stabilization of an unstable state. Proc Natl Acad Sci USA 105(41):15732–15737
Zurück zum Zitat Turing AM (1952) The chemical basis of morphogenesis. Philos Trans R Soc Lond B Biol Sci 237(641):37–72MathSciNetMATH Turing AM (1952) The chemical basis of morphogenesis. Philos Trans R Soc Lond B Biol Sci 237(641):37–72MathSciNetMATH
Zurück zum Zitat Tyson JJ, Novák B (2010) Functional motifs in biochemical reaction networks. Annu Rev Phys Chem 61(1):219–240 Tyson JJ, Novák B (2010) Functional motifs in biochemical reaction networks. Annu Rev Phys Chem 61(1):219–240
Zurück zum Zitat Tyson JJ, Chen KC, Novak B (2003) Sniffers, buzzers, toggles and blinkers: dynamics of regulatory and signaling pathways in the cell. Curr Opin Cell Biol 15(2):221–231 Tyson JJ, Chen KC, Novak B (2003) Sniffers, buzzers, toggles and blinkers: dynamics of regulatory and signaling pathways in the cell. Curr Opin Cell Biol 15(2):221–231
Zurück zum Zitat Tyson JJ, Albert R, Goldbeter A, Ruoff P, Sible J (2008) Biological switches and clocks. J R Soc Interface 5(Suppl 1):1–8 Tyson JJ, Albert R, Goldbeter A, Ruoff P, Sible J (2008) Biological switches and clocks. J R Soc Interface 5(Suppl 1):1–8
Zurück zum Zitat Verd B, Crombach A, Jaeger J (2014) Classification of transient behaviours in a time-dependent toggle switch model. BMC Syst Biol 8:43 Verd B, Crombach A, Jaeger J (2014) Classification of transient behaviours in a time-dependent toggle switch model. BMC Syst Biol 8:43
Zurück zum Zitat Vilar JMG, Kueh HY, Barkai N, Leibler S (2002) Mechanisms of noise-resistance in genetic oscillators. Proc Natl Acad Sci USA 99(9):5988–5992 Vilar JMG, Kueh HY, Barkai N, Leibler S (2002) Mechanisms of noise-resistance in genetic oscillators. Proc Natl Acad Sci USA 99(9):5988–5992
Zurück zum Zitat Wagner A (2005) Circuit topology and the evolution of robustness in two-gene circadian oscillators. Proc Nat Acad Sci USA 102(33):11775–11780 Wagner A (2005) Circuit topology and the evolution of robustness in two-gene circadian oscillators. Proc Nat Acad Sci USA 102(33):11775–11780
Zurück zum Zitat Wang J, Zhang J, Yuan Z, Zhou T (2007) Noise-induced switches in network systems of the genetic toggle switch. BMC Syst Biol 1(1):50 Wang J, Zhang J, Yuan Z, Zhou T (2007) Noise-induced switches in network systems of the genetic toggle switch. BMC Syst Biol 1(1):50
Zurück zum Zitat Wang B, Kitney RI, Joly N, Buck M (2011) Engineering modular and orthogonal genetic logic gates for robust digital-like synthetic biology. Nat Commun 2:508 Wang B, Kitney RI, Joly N, Buck M (2011) Engineering modular and orthogonal genetic logic gates for robust digital-like synthetic biology. Nat Commun 2:508
Zurück zum Zitat Wang B, Thachuk C, Ellington AD, Soloveichik D (2017) The design space of strand displacement cascades with toehold-size clamps. In: Brijder R, Qian L (eds) DNA computing and molecular programming - 23rd international conference, DNA 23, Austin, TX, USA, September 24-28, 2017, Proceedings. Vol 10467 of Lecture Notes in Computer Science. Springer, Berlin, 64–81 Wang B, Thachuk C, Ellington AD, Soloveichik D (2017) The design space of strand displacement cascades with toehold-size clamps. In: Brijder R, Qian L (eds) DNA computing and molecular programming - 23rd international conference, DNA 23, Austin, TX, USA, September 24-28, 2017, Proceedings. Vol 10467 of Lecture Notes in Computer Science. Springer, Berlin, 64–81
Zurück zum Zitat Whitley D, Sutton AM (2012) Genetic algorithms a survey of models and methods. In: Rozenberg G, Bäck T, Kok JN (eds) Handbook of natural computing. Springer, Berlin, pp 637–671 Whitley D, Sutton AM (2012) Genetic algorithms a survey of models and methods. In: Rozenberg G, Bäck T, Kok JN (eds) Handbook of natural computing. Springer, Berlin, pp 637–671
Zurück zum Zitat Woods ML, Leon M, Perez-Carrasco R, Barnes CP (2016) A statistical approach reveals designs for the most robust stochastic gene oscillators. ACS Synth Biol 5(6):459–470 Woods ML, Leon M, Perez-Carrasco R, Barnes CP (2016) A statistical approach reveals designs for the most robust stochastic gene oscillators. ACS Synth Biol 5(6):459–470
Zurück zum Zitat Wu G, Yan Q, Jones JA, Tang YJ, Fong SS, Koffas MAG (2016) Metabolic burden: cornerstones in synthetic biology and metabolic engineering applications. Trends Biotechnol 34(8):652664 Wu G, Yan Q, Jones JA, Tang YJ, Fong SS, Koffas MAG (2016) Metabolic burden: cornerstones in synthetic biology and metabolic engineering applications. Trends Biotechnol 34(8):652664
Zurück zum Zitat Wu F, Su RQ, Lai YC, Wang X (2017) Engineering of a synthetic quadrastable gene network to approach Waddington landscape and cell fate determination. eLife 6:e23702 Wu F, Su RQ, Lai YC, Wang X (2017) Engineering of a synthetic quadrastable gene network to approach Waddington landscape and cell fate determination. eLife 6:e23702
Zurück zum Zitat Xie Z, Wroblewska L, Prochazka L, Weiss R, Benenson Y (2011) Multi-input rnai-based logic circuit for identification of specific cancer cells. Science 333(6047):1307–1311 Xie Z, Wroblewska L, Prochazka L, Weiss R, Benenson Y (2011) Multi-input rnai-based logic circuit for identification of specific cancer cells. Science 333(6047):1307–1311
Zurück zum Zitat Yang XS (2014) Nature-inspired optimization algorithms. Elsevier Yang XS (2014) Nature-inspired optimization algorithms. Elsevier
Zurück zum Zitat Yang HY, Sarpeshkar R (2006) A bio-inspired ultra-energy-efficient analog-to-digital converter for biomedical applications. IEEE Trans Circuits Syst I Regul Pap 53(11):2349–2356 Yang HY, Sarpeshkar R (2006) A bio-inspired ultra-energy-efficient analog-to-digital converter for biomedical applications. IEEE Trans Circuits Syst I Regul Pap 53(11):2349–2356
Zurück zum Zitat Yeung E, Dy AJ, Martin KB, Ng AH, Del Vecchio D, Beck JL, Collins JJ, Murray RM (2017) Biophysical constraints arising from compositional context in synthetic gene networks. Cell Systems 5(1):11–24 Yeung E, Dy AJ, Martin KB, Ng AH, Del Vecchio D, Beck JL, Collins JJ, Murray RM (2017) Biophysical constraints arising from compositional context in synthetic gene networks. Cell Systems 5(1):11–24
Zurück zum Zitat Yordanov B, Kim J, Petersen RL, Shudy A, Kulkarni VV, Phillips A (2014) Computational design of nucleic acid feedback control circuits. ACS Synth Biol 3(8):600–616 Yordanov B, Kim J, Petersen RL, Shudy A, Kulkarni VV, Phillips A (2014) Computational design of nucleic acid feedback control circuits. ACS Synth Biol 3(8):600–616
Zurück zum Zitat Yurke B, Turberfield aJ, Mills aP, Simmel FC, Neumann JL (2000) A DNA-fuelled molecular machine made of DNA. Nature 406(August):605–608 Yurke B, Turberfield aJ, Mills aP, Simmel FC, Neumann JL (2000) A DNA-fuelled molecular machine made of DNA. Nature 406(August):605–608
Zurück zum Zitat Zhang DY, Seelig G (2011) Dynamic DNA nanotechnology using strand-displacement reactions. Nat Chem 3(2):103–113 Zhang DY, Seelig G (2011) Dynamic DNA nanotechnology using strand-displacement reactions. Nat Chem 3(2):103–113
Zurück zum Zitat Zhang H, Lin M, Shi H, Ji W, Huang L, Zhang X, Shen S, Gao R, Wu S, Tian C et al (2014) Programming a Pavlovian-like conditioning circuit in Escherichia coli. Nat Commun 5:3102 Zhang H, Lin M, Shi H, Ji W, Huang L, Zhang X, Shen S, Gao R, Wu S, Tian C et al (2014) Programming a Pavlovian-like conditioning circuit in Escherichia coli. Nat Commun 5:3102
Metadaten
Titel
Computing with biological switches and clocks
verfasst von
Neil Dalchau
Gregory Szép
Rosa Hernansaiz-Ballesteros
Chris P. Barnes
Luca Cardelli
Andrew Phillips
Attila Csikász-Nagy
Publikationsdatum
01.06.2018
Verlag
Springer Netherlands
Erschienen in
Natural Computing / Ausgabe 4/2018
Print ISSN: 1567-7818
Elektronische ISSN: 1572-9796
DOI
https://doi.org/10.1007/s11047-018-9686-x

Weitere Artikel der Ausgabe 4/2018

Natural Computing 4/2018 Zur Ausgabe

EditorialNotes

Preface