Next Article in Journal
The Effect of Light Exposure at Night (LAN) on Carcinogenesis via Decreased Nocturnal Melatonin Synthesis
Next Article in Special Issue
Discovering Structural Motifs in miRNA Precursors from the Viridiplantae Kingdom
Previous Article in Journal
Synthesis of 2-Deoxybrassinosteroids Analogs with 24-nor, 22(S)-23-Dihydroxy-Type Side Chains from Hyodeoxycholic Acid
Previous Article in Special Issue
ParaBTM: A Parallel Processing Framework for Biomedical Text Mining on Supercomputers
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Small Universal Bacteria and Plasmid Computing Systems

1
College of Computer and Communication Engineering, China University of Petroleum, Qingdao 266580, China
2
Department of Accounting and Information Systems, University of Canterbury, Christchurch 8041, New Zealand
3
Departamento de Inteligencia Artificial, Universidad Politcnica de Madrid (UPM), Campus de Montegancedo, 28660 Boadilla del Monte, Spain
*
Author to whom correspondence should be addressed.
Molecules 2018, 23(6), 1307; https://doi.org/10.3390/molecules23061307
Submission received: 25 April 2018 / Revised: 18 May 2018 / Accepted: 21 May 2018 / Published: 29 May 2018
(This article belongs to the Special Issue Molecular Computing and Bioinformatics)

Abstract

:
Bacterial computing is a known candidate in natural computing, the aim being to construct “bacterial computers” for solving complex problems. In this paper, a new kind of bacterial computing system, named the bacteria and plasmid computing system (BP system), is proposed. We investigate the computational power of BP systems with finite numbers of bacteria and plasmids. Specifically, it is obtained in a constructive way that a BP system with 2 bacteria and 34 plasmids is Turing universal. The results provide a theoretical cornerstone to construct powerful bacterial computers and demonstrate a concept of paradigms using a “reasonable” number of bacteria and plasmids for such devices.

1. Introduction

In cell biology, bacteria, despite their simplicity, contain a well-developed cell structure that is responsible for some of their unique biological structures and pathogenicity. The bacterial DNA resides inside the bacterial cytoplasm, for which transfer of cellular information, transcription, and DNA replication occurs within the same compartment [1,2]. Along with chromosomal DNA, most bacteria also contain small independent pieces of DNA called plasmids, which can be conveniently obtained and released by a bacterium to act as a gene delivery vehicle between bacteria in the form of horizontal gene transfer [3].
Bacterial computing was coined with the purpose of building biological machines, which are developed to solve real-life engineering and science problems [4]. Practically, bacterial computing proves mechanisms and the possibility of using bacteria for solving problems in vivo. If an individual bacterium can perform computation work as a computer, this envisions a way to build millions of computers in vivo. These “computers”, combined together, can perform complicated computing tasks with efficient communication via plasmids. Using such conjugation, DNA molecules, acting as information carriers, can be transmitted from one cell to another. On the basis of the communication, information in one bacteria can be moved to another and can be used for further information processing [5,6].
Bacterial computing models belong to the field of bio-computing models, such as DNA computing models [7,8,9] and membrane computing models [10,11,12]. Because of the computational intelligence and parallel information processing strategy in biological systems, most of the bio-computing models have been proven to have the desired computational power. Most of these can do what a Turing machine can do (see, e.g., [13,14,15,16,17,18,19]). The proposed bacterial computing models can provide powerful computing models at the theoretical level but a lack of practical results. Current bacterial computing models are designed for solving certain specific biological applications, such as bacteria signal pathway detecting, but give no result for computing power analysis.
In general bacterial computing models, information to be processed is encoded by DNA sequences, and conjugation is the tool for communicating among bacteria. The biological process is shown in Figure 1.
Looking for small universal computing devices, such as small universal Turing machines [20,21], small universal register machines [22], small universal cellular automata [23], small universal circular Post machines [24], and so on, is a natural and well-investigated topic in computer science. Recently, this topic started to be considered also in the framework of bio-computing models [25,26,27,28,29,30,31].
In this work, we focus on designing small universal bacteria and plasmid computing systems (BP systems); that is, we construct Turing universal BP systems with finite numbers of bacteria and plasmids. Specifically, we demonstrate that a BP system with 2 bacteria and 34 plasmids is universal for computing recursively enumerable functions and families of sets of natural numbers. In the universality proofs, 2 bacteria are sufficient, as in [32], but the numbers of plasmids needed are reduced to about 10 from a possible infinite number. The results provide a theoretical cornerstone to construct powerful “bacterial computers” and demonstrate a concept of paradigms using a “reasonable” number of bacteria and plasmids for these devices.

2. The Bacteria and Plasmid System

In this work, as for automata in automata theory, the BP system is formally designed and defined. In general, the system is composed of three main components:
a set of bacteria;
a set of plasmids;
a set of evolution rules in each bacterium, including conjugation rules and gene-editing (inserting/deleting) rules.
The evolution rules are in the form of productions in formal language theory, which are used to process and communicate information among bacteria. Such a system is proven to be powerful for a number of computing devices; that is, they can compute the sets of natural numbers that are Turing computable. However, in the universality proof, the number of plasmids involved is not limited. It is possible to use an infinite number of plasmids for information processing and exchanging. Such a feature is acceptable (as for the infinite tape in Turing machines) in mathematic theory but is not feasible with the biological facts.
A BP system of degree m is a construct of the following form:
Π = ( O , b 1 , b 2 , , b m , P , b o u t ) , where the following are true .
  • O = { g 1 , g 2 , , g n } is a set of genes in the chromosomal DNA of bacteria.
  • P = P c r i s p r P t e m p { p n u l l } is a set of plasmids.
    Plasmids in P c r i s p r are of the form ( c a s 9 , g R N A g i α ) with α { i n s e r t , d e l e t e } , which is used for cutting specific genes.
    Plasmids in P t e m p are of the form ( g R N A g i t e m p l a t e ) , which takes templates of genes to be inserted.
    Plasmid p n u l l is of the form ( P r o R a p R e l ) for bacteria conjugation.
  • Variables b 1 , b 2 , , b m are m bacteria of the form b i = ( w i , R i ) , where
    w i is a set of genes over O initially placed in bacterium b i ;
    R i is a set of rules in bacterium b i of the following forms:
    (1)
    Conjugation rule is of the form ( ATP - P c , b i / b j , ATP - P c ) , by which ATP in bacterium b i is consumed and a set of plasmids P c P associated with ATP is transmitted into bacterium b j .
    (2)
    CRISPR/Cas9 gene inserting rule is of the form p i p s i × ( g j , g k ) , where p i P c r i s p r , α = i n s e r t , p s i P t e m p , and g j and g k are two neighboring genes. The insertion is operated if and only if g j and g k are neighboring genes and plasmids p i p s i are present in the bacterium.
    (3)
    CRISPR/Cas9 gene deleting rule is of the form p i × ( g j , g k ) with p i p n u l l P c r i s p r , α = d e t e l e , and g j and g k being two neighboring genes. The rule can be used if and only there exists gene g i placed between the two neighboring genes.
  • Variable b o u t is the output bacterium.
It is possible to have more than one enabled conjugation rule at a certain moment in a bacterium, but only one is non-deterministically chosen for use. This is due to the biological fact that ATP can support the transmission of one plasmid but not all of the plasmids. If a bacterium has more than one CRISPR/Cas9 operating rule associated with a certain common plasmid, only one of the rules is non-deterministically chosen for use; if the enabled CRISPR/Cas9 operating rules are associated with different plasmids, all of them will be used to edit the related genes.
The configuration of the system is described by chromosomal DNA encoding the information in each bacterium. Thus, the initial configuration is ( w 1 , w 2 , , w m . Using the conjugation and CRISPR/Cas9 rules defined above, we can define the transitions among configurations. Any sequence of transitions starting from the initial configuration is called a computation. A computation is called successful if it reaches a halting configuration, that is, no rule can be used in any bacterium. The computational result is encoded by the chromosomal DNA in bacterium b o u t when the system halts, where b o u t { b 1 , b 2 , , b m } denotes the output bacterium. There are several ways to encode numbers by the chromosomal DNA. We use the number of genes in the chromosomal DNA to encode different numbers computed by the system.
The set of numbers computed by system Π is denoted by N ( Π ) . We denote by N B P ( b a c t j , p l a s k ) the family of sets of numbers computed/generated by BP systems with m bacteria and k plasmids (if no limit is imposed on the values of parameters m and k, then the notation is replaced by *).
We need an input bacterium to receive genetic signals in the form of short DNA segments from the environment or certain bacteria, as well as an output bacteria, with which the system can compute functions. The input bacterium is denoted by b i n with b i n { b 1 , b 2 , , b m } . Input bacterium b i n can read/receive information from the environment, where information is encoded by DNA segments or a string of genes. When a BP system has both input and output bacteria, it starts by reading/receiving information from the environment through input bacterium b i n . After reading the input information, the system starts its computation by using the conjugation and CRISPR/Cas9 gene inserting/deleting rules; it then finally halts. The computational result is stored in the output bacterium b o u t encoded by a number of certain genes.
Mathematically, if the input information is x, which is encoded by DNA segments composed of x genes, when the system halts, bacterium b o u t holds y genes. It is said that the BP system can compute the function f ( x ) = y . In general, if the inputs are x 1 , x 2 , , x n in the form of DNA strands containing x i copies of gene g i with i = 1 , 2 , , n , when the system halts, we obtain the computational result y in the output bacterium in the form of y copies of genes. The system is said to compute the function f ( x 1 , x 2 , , x n ) = y .

3. Universality Results

In this section, we construct two small universal BP systems. Specifically, we construct a Turing universal BP system with 2 bacteria and 34 plasmids to compute recursively enumerable functions. As a natural-number computing device, a universal BP system with 2 bacteria and 34 plasmids is achieved.
In the following universality proofs, the notion of a register machine is used. A register machine is a construct of the form M = ( m , H , l 0 , l h , R ) , where m is the number of registers, H is the set of instruction labels, l 0 is the start label, l h is the halt label (assigned to instruction HALT), and R is the set of instructions; each label from H labels only one instruction from R, thus precisely identifying it. The instructions are of the following forms:
  • l i : ( ADD ( r ) , l j , l k ) (add 1 to register r and then go to one of the instructions with labels l j and l k );
  • l i : ( SUB ( r ) , l j , l k ) (if register r is non-zero, then subtract 1 from it, and go to the instruction with label l j ; otherwise, go to the instruction with label l k );
  • l h : HALT (the halt instruction).
A register machine M generates a set N ( M ) of numbers in the following way: it starts with all registers being empty (i.e., storing the number zero) and then applies the instruction with label l 0 ; it continues to apply instructions as indicated by the labels (and made possible by the contents of registers). If the register machine finally reaches the halt instruction, then the number n present in specified register 0 at that time is said to be generated by M. If the computation does not halt, then no number is generated. It is known (e.g., see [33]) that register machines generate all sets of numbers that are Turing computable.
A register machine can also compute functions. In [22], register machines are proposed for computing functions, with the universality defined as follows: Let φ x ( y ) be a fixed admissible enumeration of the unary partial recursive functions. A register machine M is said to be universal if there is a recursive function g such that for all natural numbers x and y, it holds φ x ( y ) = M ( g ( x ) , y ) ; that is, with input g ( x ) and y introduced in registers 1 and 2, the result φ x ( y ) is obtained in register 0 when M halts.
A specific universal register machine M u shown in Figure 2 is used here, which was modified by a universal register machine from [22]. Specifically, the universal register machine from [22] contains a separate check for zero of register 6 of the form l 8 : (SUB(6), l 0 , l 10 ); this instruction was replaced in M u by l 8 : (SUB(6), l 9 , l 0 ) , l 9 : (ADD(6), l 10 ) (see Figure 2). Therefore, in the modified universal register machine, there are 8 registers (numbered from 0 to 7) and 23 instructions (hence 23 labels), the last instruction being the halting instruction. The input numbers are introduced in registers 1 and 2, and the result is obtained in register 0.

3.1. A Small Universal BP System as Function Computing Device

Theorem 1.
There exists a Turing universal BP system with 2 bacteria and 34 plasmids that can compute Turing-computable recursively enumerable functions.
Proof. 
To this aim, we construct a BP system Π with 2 bacteria and 34 plasmids to simulate the register machine M u shown in Figure 2. The system Π is of the following form:
Π = ( O , b 1 , b 2 , P , b i n , b o u t ) , where   the   following   are   true .
  • O = { g 0 , g 1 , , g 7 , g m } is set of genes in chromosomal DNA of bacteria.
  • P = P c r i s p r P t e m p { p n u l l } is a set of plasmids shown in Table 1, where
    P c r i s p r = { p 1 , p 2 , , p 22 , p h } , whose elements associated with the labels of instructions are used for gene cutting;
    P t e m p = { p s i i = 1 , 2 , 5 , 7 , 9 , 16 , 17 , 20 , 21 } are plasmids taking templates of genes to be inserted, which are used for simulating ADD instructions;
    plasmid p n u l l for bacteria conjugation is used for simulating SUB instructions.
  • b 1 = ( w 1 , R 1 ) , where w 1 = λ , meaning no initial chromosomal DNA is placed in bacteria b 1 ; the set of rules R 1 is shown in Table 2.
  • b 2 = ( w 2 , R 2 ) , where w 2 = g 0 g m g 1 g m g 2 g m g 3 g m g 4 g m g 5 g m g 6 g m g 7 g m , indicating the initially placed chromosomal DNA in bacterium b 2 ; the set of rules R 2 is shown in Table 2.
  • b i n = b o u t = b 2 , which means bacterium b 2 can read signals from the environment, and when the system halts, the computational result is stored in bacterium b 2 .
In general, for each add instruction l i acting on register r { 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 } , plasmids p i = ( c a s 9 , g R N A g r i n s e r t ) and p s i = ( g R N A g r t e m p l a t e ) are associated; for any SUB instruction l i acting on register r { 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 } , a plasmid p i = ( c a s 9 , g R N A g r d e l e t e ) is associated in system Π . The numbers stored in register r are encoded by the number of copies of gene g r with r { 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 } in chromosomal DNA of bacterium b 2 . Specifically, if the number stored in register r is n 0 , then bacterium b 2 contains n + 1 copies of gene g r .
During the simulation of register machine M u by system Π , when bacterium b 1 holds a pair of plasmids p i p s i (respectively p i p n u l l ) and ATP, the system starts to simulate an ADD instruction (respectively a SUB instruction) l i of M u : plasmids p i p s i (respectively p i p n u l l ) are transmitted to bacterium b 2 by the conjugation rule; then one copy of gene g r between neighboring genes g r and g m is inserted (respectively deleted) to simulate increasing (respectively decreasing) the number in register r by 1; after this, bacterium b 2 sends ATP and plasmids p j p n u l l to bacterium b 1 if the proceeding instruction l j is a SUB instruction or plasmids p j p s j if the proceeding l j is an ADD instruction.
Initially, there is no chromosomal DNA initially placed in bacterium b 1 , but bacterium b 2 has genes w 2 = g 0 g m g 1 g m g 2 g m g 3 g m g 4 g m g 5 g m g 6 g m g 7 g m . At the beginning, the system receives g ( x ) copies of gene g 1 and y copies of gene g 2 from the environment through input bacterium b 2 , which simulates the numbers g ( x ) and y being introduced in registers 1 and 2 for register machine M u . In this way, the chromosomal DNA of bacterium b 2 becomes
g 0 g m g 1 g ( x ) + 1 g m g 2 y + 1 g m g 3 g m g 4 g m g 5 g m g 6 g m g 7 g m .
Once completing the reading of information from the environment, a pair of plasmids p 0 p s 0 and one unit of ATP is placed in bacterium b 1 to trigger the computation; meanwhile no plasmid or ATP is initially contained in bacterium b 2 . The transition of system Π by reading input signals encoded by g ( x ) copies of genes g 1 and y copies of gene g 2 through input bacterium b 2 is shown in Figure 3.
In what follows, we explain how system Π simulates ADD instructions and SUB instructions and outputs the computational result.
Simulating the ADD instruction: l i : (DD(r), l j ) .
We assume at a certain moment that system Π starts to simulate an ADD instruction l i of M u , acting on register r { 0 , 1 , 2 , , 7 } . At that moment, bacterium b 1 holds two plasmids p i p s i and ATP, such that the conjugation rule ( ATP - p i p s i , b 1 / b 2 , ATP - p i p s i ) is used. By using the conjugation rule, plasmids p i p s i and ATP are transmitted to bacterium b 2 . In system Π , plasmids p i and p s i are associated with the ADD instruction l i , where plasmid p i is of the form p i = ( c a s 9 , g R N A g r i n s e r t ) for cutting a certain site of chromosomal DNA, and p s i is of the form p i = ( g R N A g r t e m p l a t e ) carrying the gene to be inserted.
In bacterium b 2 , the CRISPR/Cas9 inserting rule p i × ( g r , g m ) is used to insert gene g r between neighboring genes g r and g m . In this way, the number of gene g r of bacterium b 2 is increased by 1, which simulates the number in register r being increased by 1. We note that there is a unique position at which gene g r can be inserted with the context of neighboring g r and g m .
By using the CRISPR/Cas9 inserting rule, plasmid p i is consumed, and plasmid p s i and ATP remain in bacterium b 2 . The conjugation rule in bacterium b 2 is designed by the operation of the proceeding instruction l j . One of the following two cases occurs in bacterium b 2 .
  • If instruction l j is an ADD instruction, then bacterium b 2 has the conjugation rule ( ATP - p s i , b 2 / b 1 , ATP - p j p s j ) . By using the rule, plasmids p j p s j and ATP are conjugated to bacterium b 1 . In this case, system Π starts to simulate the proceeding ADD instruction l j .
  • If instruction l j is a SUB instruction, then bacterium b 2 has the conjugation rule ( ATP - p s i , b 2 / b 1 , ATP - p j p n u l l ) , by which plasmids p j p n u l l and ATP are transmitted to bacterium b 1 . In this case, system Π starts to simulate the proceeding SUB instruction l j .
Therefore, system Π can correctly simulate the ADD instruction of M u . The system starts from bacterium b 1 having plasmid p i p s i and ATP, which are transmitted to bacterium b 2 by the conjugation rule. In bacterium b 2 , the number of gene g r in chromosomal DNA is increased by 1 using the CRISPR/Cas9 gene inserting rule, and plasmids p j p s j (if the proceeding instruction l j is an ADD instruction) or p j p n u l l (if the proceeding instruction l j is a SUB instruction) are transmitted to bacterium b 1 , which means that system Π starts to simulate instruction l j .
Simulating the SUB instruction: l i : (SUB(r), l j , l k ) .
We suppose at a certain computation step that system Π has to simulate a SUB instruction l i : (SUB(r), l j , l k ) . For any SUB instruction l i , plasmid p i of the form p i = ( c a s 9 , g R N A g r d e l e t e ) is associated in system Π . In bacterium b 1 , there are plasmids p i p n u l l and ATP such that the conjugation rule ( ATP - p i p n u l l , b 1 / b 2 , ATP - p i p n u l l ) can be used. In bacterium b 2 , it has the following two cases.
If there is at least one gene g r existing between neighboring genes g r and g m in chromosomal DNA of bacterium b 2 (corresponding to the case that the number stored in register r is n > 0 ), then the CRISPR/Cas9 deleting rule p i × ( g 1 , g m ) is used to delete one copy of gene g r from chromosomal DNA. This simulates the number stored in register r being decreased by 1. By consuming plasmid p i , bacterium b 2 retains plasmid p n u l l and ATP such that a conjugation rule ( ATP - p n u l l , b 2 / b 1 , ATP - p j p s j ) or ( ATP - p n u l l , b 2 / b 1 , ATP - p j p n u l l ) is used, which depends on whether the proceeding instruction would be an ADD or a SUB instruction. In this way, plasmids p j p s j or p j p n u l l ) and ATP are transmitted to bacterium b 1 . The system starts to simulate instruction l j .
If there is no gene g r existing between neighboring genes g r and g m in chromosomal DNA of bacterium b 2 (corresponding to the case that the number stored in register r is 0), then the CRISPR/Cas9 deleting rule p i × ( g 1 , g m ) cannot be used, but a conjugation rule ( ATP - p i p n u l l , b 2 / b 1 , ATP - p k p s k ) or ( ATP - p i p n u l l , b 2 / b 1 , ATP - p k p n u l l ) is able to be used. Plasmids ( p k p s k or p k p n u l l ) and ATP are conjugated to bacterium b 1 , which means the system starts to simulate instruction l k .
We note that when plasmids p i p n u l l are conjugated to bacterium b 2 from bacterium b 1 , it may happen that both the CRISPR/Cas9 deleting rule p i × ( g 1 , g m ) and ( ATP - p i p n u l l , b 2 / b 1 , ATP - p k p s k ) (or ( ATP - p i p n u l l , b 2 / b 1 , ATP - p k p n u l l ) ) can be used. In this case, the CRISPR/Cas9 deleting rule p i × ( g 1 , g m ) will be applied because of the fact that it has priority over the plasmid transferring rule.
The simulation of a SUB instruction is correct: System Π starts from bacterium b 1 having plasmid p i p n u l l and ATP and ends with plasmid p j p s j or p j p n u l l and ATP (if the number stored in register r is n > 0 ) to start the simulation of instruction l j ; otherwise it ends with plasmid p k p s k or p k p n u l l and ATP (if the number stored in register r is 0) to start the simulation of instruction l k .
Simulating the halt instruction: l h : HALT.
When register machine M u reaches the halt instruction l h : HALT, the computation of register machine M u halts. At that moment, bacterium b 1 in system Π holds plasmids p h p s h and ATP, and the conjugation rule ( ATP - p h p s h , b 1 / b 2 , ATP - p h p s h ) can be used. By using the rule, plasmids p h p s h and ATP are transmitted to bacterium b 2 ; no gene can be edited by plasmid p h , and no rule can be used. Hence, the computation of system Π finally halts.
The number of gene g 0 in chromosomal DNA of bacterium b 2 encodes the number stored in register 0 of M u . If the number stored in register 0 is n > 0 , then there are n + 1 copies of gene g 0 in chromosomal DNA of bacterium b 2 . The computational result can be obtained by counting the number of gene g 0 in chromosomal DNA of bacterium b 2 .
From the above description of system Π and its work, it is clear that system Π can simulate each computation of M u . We can check that the constructed system Π has
  • 2 bacterium for conjugation with each other;
  • 22 plasmids p i for the 22 ADD and SUB instructions with i = 0 , 1 , 2 , 21 ;
  • 9 plasmids p s i for 9 ADD instructions with i = 1 , 2 , 5 , 7 , 9 , 16 , 17 , 20 , 21 ;
  • 1 plasmid p n u l l for the 13 SUB instructions;
  • 2 plasmids p h and p s h for the HALT instruction;
  • 8 genes g i for encoding numbers in registers i with i = 0 , 1 , 2 7 ;
  • 1 gene g m for separating gene g i in chromosomal DNA.
This gives, in total, 2 bacteria, 34 plasmids, and 9 genes.
This concludes the proof. ☐

3.2. A Small Universal BP System as a Number Generator

In this section, we construct a small universal BP system as a number generator. A BP system Π u is universal if, given a fixed admissible enumeration of the unary partial recursive functions ( φ 0 , φ 1 , ) , there is a recursive function g such that for each natural number x, whenever we input the number g ( x ) in Π u , the set of numbers generated by the system is equal to { n N | φ x ( n ) is defined}. In other words, after introducing the “code” g ( x ) of the partial recursive function φ x in the form of g ( x ) copies of certain genes in chromosomal DNA of the input bacterium, the BP system generates all numbers n for which φ x ( n ) is defined.
System Π u has the same topological structure, plasmids, and evolution rules as system Π constructed in Section 3.1, but the input bacterium is b 2 and the output bacterium is b 1 . Differently from the universal computing devices considered in Section 3.1, the strategy to simulate a universal register machine as a number generator is as follows.
Step 1. The output bacterium b 1 initially has n copies of gene g m .
Step 2. System Π u starts by loading g ( x ) copies of gene g 1 and n copies of gene g 2 in the input bacterium b 2 .
Step 3. The computation of Π u is activated by using plasmid p 0 p n u l l to simulate the register machine M u from Figure 2, with g ( x ) stored in register 1, and number n stored in register 2.
If the computation in register machine M u halts, instruction σ l h can finally be activated. To simulate register machine M u reaching the HALT instruction, system Π u holds plasmids p h p s h and transmits them to bacterium b 2 . After this, system Π u halts, as no rule can be used in bacterium b 2 . When the system halts, the number of gene g m in the output bacterium b 1 is the computational result, which is exactly the number n. Hence, the number n can be computed/generated by system Π u .
The difference between systems Π and Π u is the loading input information process. The initial configuration and transition of system Π u by reading input signals encoded by g ( x ) copies of genes g 1 and n copies of gene g 2 through input bacterium b 2 are shown in Figure 4.
We can check that the constructed system Π u has
  • 2 bacterium for the conjugation with each other;
  • 22 plasmids p i for the 22 ADD and SUB instructions with i = 0 , 1 , 2 , 21 ;
  • 9 plasmids p s i for 9 ADD instructions with i = 1 , 2 , 5 , 7 , 9 , 16 , 17 , 20 , 21 ;
  • 1 plasmid p n u l l for the 13 SUB instructions;
  • 2 plasmids p h and p s h for the HALT instruction;
  • 8 genes g i for encoding numbers in registers i with i = 0 , 1 , 2 7 ;
  • 1 gene g m for separating gene g i in chromosomal DNA.
This gives, in total, 2 bacteria, 34 plasmids, and 9 genes.
Therefore, we have the following theorem.
Theorem 2.
There is a Turing universal BP system with 2 bacteria and 34 plasmids that can compute a Turing-computable set of natural numbers.

4. Conclusions

In this work, we construct two small universal BP systems. Specifically, it is obtained that a BP system with 2 bacteria, 34 plasmids, and 9 genes is universal for both computing recursively enumerable functions and computing/generating a family of sets of natural numbers. It is obtained that 34 plasmids are sufficient for constructing Turing universal BP systems. This provides theoretical support as well as paradigms using a reasonable number of bacteria and plasmids to construct powerful bacterial computers.
Following the research line, finding smaller universal BP systems deserves further research. A possible way to slightly decrease the number of plasmids used in small universal BP systems is using code optimization, exploiting some particularities of the register machine M u . For example, as considered in [25], for the sequence of two consecutive ADD instructions l 17 : (ADD ( 2 ) , l 21 ) and l 21 : (ADD ( 3 ) , l 18 ) , without any other instruction addressing the label l 21 , the two ADD modules can be combined. However, a challenging problem regards what the minimum size of a universal BP system is—in other words, what the borderline between universality and non-universality is. Characterization of universality by BP systems is expected. A balance between the number of bacteria and plasmids in universal BP systems can be considered, that is, using more bacteria to reduce the number of plasmids.
It is worth developing the applications of BP systems. Bio-inspiring computing models perform well in computations, particularly in solving computational complex problems in feasible time [34,35,36]. It is of interest to use BP systems to solve computationally hard problems. Some specific applications using BP systems would be of interest to researchers from biological fields.
In artificial intelligence, there are many bio-inspired algorithms (see, e.g., [37,38]). It is worth designing bacteria-computing-inspired algorithms or introducing bacteria computing operators in classical algorithms. Additionally, it would be meaningful to construct powerful bacterial computers or computing devices in biological labs.

Author Contributions

Conceptualization, X.W. and T.S.; Methodology, X.W.; Software, T.M.; Validation, P.Z., T.S. and X.W.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (Grant Nos. 61502535, 61572522, 61572523, 61672033, and 61672248), PetroChina Innovation Foundation (2016D-5007-0305), Key Research and Development Program of Shandong Province (No. 2017GGX10147), Natural Science Foundation of Shandong Province (No. ZR2017MF004), Talent introduction project of China University of Petroleum (No. 2017010054), Research Project TIN2016-81079-R (AEI/FEDER, Spain-EU) and Grant 2016-T2/TIC-2024 from Talento-Comunidad de Madrid, Project TIN2016-81079-R (MINECO AEI/FEDER, Spain-EU), and the InGEMICS-CM Project (B2017/BMD-3691, FSE/FEDER, Comunidad de Madrid-EU).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gitai, Z. The new bacterial cell biology: Moving parts and subcellular architecture. Cell 2005, 120, 577–586. [Google Scholar] [CrossRef] [PubMed]
  2. Goldstein, E.; Drlica, K. Regulation of bacterial dna supercoiling: Plasmid linking numbers vary with growth temperature. Proc. Natl. Acad. Sci. USA 1984, 81, 4046–4050. [Google Scholar] [CrossRef] [PubMed]
  3. Summers, D. The Biology of Plasmids; John Wiley & Sons: Hoboken, NJ, USA, 2009. [Google Scholar]
  4. Poet, J.L.; Campbell, A.M.; Eckdahl, T.T.; Heyer, L.J. Bacterial computing. XRDS Crossroads ACM Mag. Stud. 2010, 17, 10–15. [Google Scholar] [CrossRef]
  5. Gupta, V.; Irimia, J.; Pau, I.; Rodríguez-Patón, A. Bioblocks: Programming protocols in biology made easier. ACS Synth. Biol. 2017, 6, 1230–1232. [Google Scholar] [CrossRef] [PubMed]
  6. Gutierrez, M.; Gregorio-Godoy, P.; del Pulgar, G.P.; Munoz, L.E.; Sáez, S.; Rodríguez-Patón, A. A new improved and extended version of the multicell bacterial simulator gro. ACS Synth. Biol. 2017, 6, 1496–1508. [Google Scholar] [CrossRef] [PubMed]
  7. Adleman, L.M. Molecular computation of solutions to combinatorial problems. Sciences 1994, 266, 1021–1024. [Google Scholar] [CrossRef]
  8. Carell, T. Molecular computing: Dna as a logic operator. Nature 2011, 469, 45–46. [Google Scholar] [CrossRef] [PubMed]
  9. Xu, J. Probe machine. IEEE Trans. Neural Netw. Learn. Syst. 2016, 27, 1405–1416. [Google Scholar] [CrossRef] [PubMed]
  10. Păun, G.; Rozenberg, G.; Salomaa, A. The Oxford Handbook of Nembrane Computing; Oxford University Press: Oxford, UK, 2010. [Google Scholar]
  11. Păun, G.; Rozenberg, G. A guide to membrane computing. Theor. Comput. Sci. 2002, 287, 73–100. [Google Scholar] [CrossRef]
  12. Păun, G. Computing with membranes. J. Comput. Syst. Sci. 2000, 61, 108–143. [Google Scholar] [CrossRef]
  13. Freund, R.; Kari, L.; Păun, G. DNA computing based on splicing: The existence of universal computers. Theory Comput. Syst. 1999, 32, 69–112. [Google Scholar] [CrossRef]
  14. Kari, L.; Păun, G.; Rozenberg, G.; Salomaa, A.; Yu, S. DNA computing, sticker systems, and universality. Acta Inform. 1998, 35, 401–420. [Google Scholar] [CrossRef]
  15. Martın-Vide, C.; Păun, G.; Pazos, J.; Rodrıguez-Patón, A. Tissue P systems. Theor. Comput. Sci. 2003, 296, 295–326. [Google Scholar] [CrossRef]
  16. Ionescu, M.; Păun, G.; Yokomori, T. Spiking neural P systems. Fundam. Inform. 2006, 71, 279–308. [Google Scholar]
  17. Song, T.; Pan, L.; Păun, G. Asynchronous spiking neural p systems with local synchronization. Inform. Sci. 2013, 219, 197–207. [Google Scholar] [CrossRef]
  18. Ezziane, Z. DNA computing: Applications and challenges. Nanotechnology 2005, 17, R27. [Google Scholar] [CrossRef]
  19. Chen, X.; Pérez-Jiménez, M.J.; Valencia-Cabrera, L.; Wang, B.; Zeng, X. Computing with viruses. Theor. Comput. Sci. 2016, 623, 146–159. [Google Scholar] [CrossRef]
  20. Rogozhin, Y. Small universal turing machines. Theor. Comput. Sci. 1996, 168, 215–240. [Google Scholar] [CrossRef]
  21. Baiocchi, C. Three small universal turing machines. In Machines, Computations, and Universality; Springer: Berlin/Heidelberg, Germany, 2001; pp. 1–10. [Google Scholar]
  22. Korec, I. Small universal register machines. Theor. Comput. Sci. 1996, 168, 267–301. [Google Scholar] [CrossRef]
  23. Iirgen Albert, J.; Culik, K., II. A simple universal cellular automaton and its one-way and totalistic version. Complex Syst. 1987, 1, 1–16. [Google Scholar]
  24. Kudlek, M.; Yu, R. Small universal circular post machines. Comput. Sci. J. Mold. 2001, 9, 25. [Google Scholar]
  25. Păun, A.; Păun, G. Small universal spiking neural P systems. BioSystems 2007, 90, 48–60. [Google Scholar] [CrossRef] [PubMed]
  26. Zhang, X.; Zeng, X.; Pan, L. Smaller universal spiking neural P systems. Fundam. Inform. 2008, 87, 117–136. [Google Scholar]
  27. Pan, L.; Zeng, X. A note on small universal spiking neural P systems. Lect. Notes Comput. Sci. 2010, 5957, 436–447. [Google Scholar]
  28. Păun, A.; Sidoroff, M. Sequentiality induced by spike number in SNP systems: Small universal machines. In Membrane Computing; Springer: Berlin/Heidelberg, Germany, 2012; pp. 333–345. [Google Scholar]
  29. Song, T.; Jiang, Y.; Shi, X.; Zeng, X. Small universal spiking neural P systems with anti-spikes. J. Comput. Theor. Nanosci. 2013, 10, 999–1006. [Google Scholar] [CrossRef]
  30. Song, T.; Xu, J.; Pan, L. On the universality and non-universality of spiking neural P systems with rules on synapses. IEEE Trans. Nanobiosci. 2015, 14, 960–966. [Google Scholar] [CrossRef] [PubMed]
  31. Song, T.; Pan, L. Spiking neural P systems with request rules. Neurocomputing 2016, 193, 193–200. [Google Scholar] [CrossRef]
  32. Song, T.; Rodríguez-Patón, A.; Gutiérrez, M.; Pan, Z. Computing with bacteria conjugation and crispr/cas9 gene editing operations. Sci. Rep. 2018. sumitted. [Google Scholar]
  33. Minsky, M.L. Computation: Finite and Infinite Machines; Prentice-Hall, Inc.: Upper Saddle River, NJ, USA, 1967. [Google Scholar]
  34. Valencia-Cabrera, L.; Orellana-Martín, D.; Martínez-del Amor, M.A.; Riscos-Nú nez, A.; Pérez-Jiménez, M.J. Computational efficiency of minimal cooperation and distribution in polarizationless p systems with active membranes. Fundam. Inform. 2017, 153, 147–172. [Google Scholar] [CrossRef]
  35. Song, B.; Pérez-Jiménez, M.J.; Pan, L. An efficient time-free solution to qsat problem using p systems with proteins on membranes. Inf. Comput. 2017, 256, 287–299. [Google Scholar] [CrossRef]
  36. Macías-Ramos, L.F.; Pérez-Jiménez, M.J.; Riscos-Nú nez, A.; Valencia-Cabrera, L. Membrane fission versus cell division: When membrane proliferation is not enough. Theor. Comput. Sci. 2015, 608, 57–65. [Google Scholar] [CrossRef]
  37. Ma, X.; Sun, F.; Li, H.; He, B. Neural-network-based sliding-mode control for multiple rigid-body attitude tracking with inertial information completely unknown. Inf. Sci. 2017, 400, 91–104. [Google Scholar] [CrossRef]
  38. Alsaeedan, W.; Menai, M.E.B.; Al-Ahmadi, S. A hybrid genetic-ant colony optimization algorithm for the word sense disambiguation problem. Inf. Sci. 2017, 417, 20–38. [Google Scholar] [CrossRef]
Sample Availability: Samples of the compounds are not available.
Figure 1. Bacteria conjugation from biological point of view.
Figure 1. Bacteria conjugation from biological point of view.
Molecules 23 01307 g001
Figure 2. The universal register machine for computing Turing-computable functions [22].
Figure 2. The universal register machine for computing Turing-computable functions [22].
Molecules 23 01307 g002
Figure 3. The transition of system Π by reading input information encoded by g ( x ) copies of genes g 1 and y copies of gene g 2 through input bacterium b 2 .
Figure 3. The transition of system Π by reading input information encoded by g ( x ) copies of genes g 1 and y copies of gene g 2 through input bacterium b 2 .
Molecules 23 01307 g003
Figure 4. The initial configuration and transition of system Π u by reading input information encoded by g ( x ) copies of genes g 1 and n copies of gene g 2 through input bacterium b 2 .
Figure 4. The initial configuration and transition of system Π u by reading input information encoded by g ( x ) copies of genes g 1 and n copies of gene g 2 through input bacterium b 2 .
Molecules 23 01307 g004
Table 1. Plasmids in system Π .
Table 1. Plasmids in system Π .
PlasmidForms of PlasmidsPlasmidForms of Plasmids
p 0 p 0 = ( c a s 9 , g R N A g 1 d e l e t e ) p 16 p 16 = ( c a s 9 , g R N A g 4 i n s e r t )
p 1 p 1 = ( c a s 9 , g R N A g 7 i n s e r t ) p 17 p 17 = ( c a s 9 , g R N A g 2 i n s e r t )
p 2 p 2 = ( c a s 9 , g R N A g 6 i n s e r t ) p 18 p 18 = ( c a s 9 , g R N A g 4 d e l e t e )
p 3 p 3 = ( c a s 9 , g R N A g 5 d e l e t e ) p 19 p 19 = ( c a s 9 , g R N A g 3 d e l e t e )
p 4 p 4 = ( c a s 9 , g R N A g 6 d e l e t e ) p 20 p 20 = ( c a s 9 , g R N A g 0 i n s e r t )
p 5 p 5 = ( c a s 9 , g R N A g 5 i n s e r t ) p 21 p 21 = ( c a s 9 , g R N A g 3 i n s e r t )
p 6 p 6 = ( c a s 9 , g R N A g 7 d e l e t e ) p h p h = ( c a s 9 , g R N A g h d e l e t e )
p 7 p 7 = ( c a s 9 , g R N A g 1 i n s e r t ) p s 1 p s 1 = ( g R N A g 7 t e m p l a t e )
p 8 p 8 = ( c a s 9 , g R N A g 6 d e l e t e ) p s 2 p s 2 = ( g R N A g 6 t e m p l a t e )
p 9 p 9 = ( c a s 9 , g R N A g 6 i n s e r t ) p s 5 p s 5 = ( g R N A g 5 t e m p l a t e )
p 10 p 10 = ( c a s 9 , g R N A g 4 d e l e t e ) p s 7 p s 7 = ( g R N A g 1 t e m p l a t e )
p 11 p 11 = ( c a s 9 , g R N A g 5 d e l e t e ) p s 9 p s 9 = ( g R N A g 6 t e m p l a t e )
p 12 p 12 = ( c a s 9 , g R N A g 5 d e l e t e ) p s 16 p s 16 = ( g R N A g 4 t e m p l a t e )
p 13 p 13 = ( c a s 9 , g R N A g 2 d e l e t e ) p s 17 p s 17 = ( g R N A g 2 t e m p l a t e )
p 14 p 14 = ( c a s 9 , g R N A g 5 d e l e t e ) p s 20 p s 20 = ( g R N A g 0 t e m p l a t e )
p 15 p 15 = ( c a s 9 , g R N A g 3 d e l e t e ) p s 21 p s 21 = ( g R N A g 3 t e m p l a t e )
p n u l l ( P r o R a p R e l ) p s h p s h = ( P r o R a p R e l )
Table 2. Rules in each bacterium of system Π .
Table 2. Rules in each bacterium of system Π .
Sim.Rules Bac.
l 0 ( ATP - p 0 p n u l l , b 1 / b 2 , ATP - p 0 p n u l l ) b 1
p 0 × ( g 1 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 1 p s 1 ) , ( ATP - p 0 p n u l l , b 2 / b 1 , ATP - p 2 p s 2 ) b 2
l 1 ( ATP - p 1 p s 1 , b 1 / b 2 , ATP - p 1 p s 1 ) b 1
p 1 × ( g 7 , g m ) , ( ATP - p s 1 , b 2 / b 1 , ATP - p 0 p n u l l ) b 2
l 2 ( ATP - p 2 p s 2 , b 1 / b 2 , ATP - p 2 p s 2 ) b 1
p 2 × ( g 6 , g m ) , ( ATP - p s 2 , b 2 / b 1 , ATP - p 3 p n u l l ) b 2
l 3 ( ATP - p 3 p n u l l , b 1 / b 2 , ATP - p 3 p n u l l ) b 1
p 3 × ( g 5 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 2 p s 2 ) , ( ATP - p 3 p n u l l , b 2 / b 1 , ATP - p 4 p n u l l ) b 2
l 4 ( ATP - p 4 p n u l l , b 1 / b 2 , ATP - p 4 p n u l l ) b 1
p 4 × ( g 6 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 5 p s 5 ) , ( ATP - p 4 p n u l l , b 2 / b 1 , ATP - p 3 p n u l l ) b 2
l 5 ( ATP - p 5 p s 5 , b 1 / b 2 , ATP - p 5 p s 5 ) b 1
p 1 × ( g 5 , g m ) , ( ATP - p s 5 , b 2 / b 1 , ATP - p 6 p n u l l ) b 2
l 6 ( ATP - p 6 p n u l l , b 1 / b 2 , ATP - p 6 p n u l l ) b 1
p 6 × ( g 7 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 7 p s 7 ) , ( ATP - p 6 p n u l l , b 2 / b 1 , ATP - p 8 p n u l l ) b 2
l 7 ( ATP - p 7 p s 7 , b 1 / b 2 , ATP - p 7 p s 7 ) b 1
p 7 × ( g 1 , g m ) , ( ATP - p 4 p n u l l , b 2 / b 1 , ATP - p 4 p n u l l ) b 2
l 8 ( ATP - p 8 p n u l l , b 1 / b 2 , ATP - p 8 p n u l l ) b 1
p 8 × ( g 6 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 9 p s 9 ) , ( ATP - p 0 p n u l l , b 2 / b 1 , ATP - p 0 p n u l l ) b 2
l 9 ( ATP - p 9 p s 9 , b 1 / b 2 , ATP - p 9 p s 9 ) b 1
p 9 × ( g 6 , g m ) , ( ATP - p 10 p n u l l , b 2 / b 1 , ATP - p 10 p n u l l ) b 2
l 10 ( ATP - p 10 p n u l l , b 1 / b 2 , ATP - p 10 p n u l l ) b 1
p 10 × ( g 4 , g m ) , ( ATP - p 0 p n u l l , b 2 / b 1 , ATP - p 0 p n u l l ) , ( ATP - p 10 p n u l l , b 2 / b 1 , ATP - p 11 p n u l l ) b 2
l 11 ( ATP - p 10 p n u l l , b 1 / b 2 , ATP - p 11 p n u l l ) b 1
p 11 × ( g 5 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 12 p n u l l ) , ( ATP - p 11 p n u l l , b 2 / b 1 , ATP - p 13 p n u l l ) b 2
l 12 ( ATP - p 12 p n u l l , b 1 / b 2 , ATP - p 12 p n u l l ) b 1
p 12 × ( g 5 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 14 p n u l l ) , ( ATP - p 12 p n u l l , b 2 / b 1 , ATP - p 15 p n u l l ) b 2
l 13 ( ATP - p 13 p n u l l , b 1 / b 2 , ATP - p 13 p n u l l ) b 1
p 13 × ( g 2 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 18 p n u l l ) , ( ATP - p 13 p n u l l , b 2 / b 1 , ATP - p 19 p n u l l ) b 2
l 14 ( ATP - p 14 p n u l l , b 1 / b 2 , ATP - p 14 p n u l l ) b 1
p 14 × ( g 5 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 16 p s 16 ) , ( ATP - p 14 p n u l l , b 2 / b 1 , ATP - p 17 p s 17 ) b 2
l 15 ( ATP - p 15 p n u l l , b 1 / b 2 , ATP - p 15 p n u l l ) b 1
p 15 × ( g 3 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 18 p n u l l ) , ( ATP - p 15 , b 2 / b 1 , ATP - p 20 p s 20 ) b 2
l 16 ( ATP - p 16 p s 16 , b 1 / b 2 , ATP - p 16 p s 16 ) b 1
p 16 × ( g 4 , g m ) , ( ATP - p s 16 , b 2 / b 1 , ATP - p 11 p n u l l ) b 2
l 17 ( ATP - p 17 p s 17 , b 1 / b 2 , ATP - p 17 p s 17 ) b 1
p 17 × ( g 2 , g m ) , ( ATP - p s 17 , b 2 / b 1 , ATP - p 21 p s 21 ) b 2
l 18 ( ATP - p 18 p n u l l , b 1 / b 2 , ATP - p 18 p n u l l ) b 1
p 18 × ( g 4 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 0 p n u l l ) , ( ATP - p 18 p n u l l , b 2 / b 1 , ATP - p h p s h ) b 2
l 19 ( ATP - p 19 p n u l l , b 1 / b 2 , ATP - p 19 p n u l l ) b 1
p 19 × ( g 3 , g m ) , ( ATP - p n u l l , b 2 / b 1 , ATP - p 0 p n u l l ) , ( ATP - p 15 , b 2 / b 1 , ATP - p 18 p n u l l ) b 2
l 20 ( ATP - p 20 p s 20 , b 1 / b 2 , ATP - p 20 p s 20 ) b 1
p 20 × ( g 0 , g m ) , ( ATP - p s 20 , b 2 / b 1 , ATP - p 0 p n u l l ) b 2
l 21 ( ATP - p 21 p s 21 , b 1 / b 2 , ATP - p 21 p s 21 ) b 1
p 0 × ( g 3 , g m ) , ( ATP - p s 21 , b 2 / b 1 , ATP - p 18 p n u l l ) b 2
l h ( ATP - p h p s h , b 1 / b 2 , ATP - p h p s h )

Share and Cite

MDPI and ACS Style

Wang, X.; Zheng, P.; Ma, T.; Song, T. Small Universal Bacteria and Plasmid Computing Systems. Molecules 2018, 23, 1307. https://doi.org/10.3390/molecules23061307

AMA Style

Wang X, Zheng P, Ma T, Song T. Small Universal Bacteria and Plasmid Computing Systems. Molecules. 2018; 23(6):1307. https://doi.org/10.3390/molecules23061307

Chicago/Turabian Style

Wang, Xun, Pan Zheng, Tongmao Ma, and Tao Song. 2018. "Small Universal Bacteria and Plasmid Computing Systems" Molecules 23, no. 6: 1307. https://doi.org/10.3390/molecules23061307

Article Metrics

Back to TopTop