More Than Words

in #biology7 years ago (edited)

Image: Janet Iwasa © MIT Press. March 31, 2016


PROGRAMMING
LIFE

"In the beginning was the Word, and the
Word was with God, and the Word was God"













Programming cells is now a reality, that is a renaisance
of the computational revolution of the past century

Software is opening the door for better hardware
By Juan SIlva @ertwro

Images referenced or modified from Google's labeling for reuse.
Based on Professor Christopher Voigt's lectures on synthethic biology © MIT press[*]

A group of researchers in the MIT have been developing a programming language based on Verilog, a language to design computer chips, to program the DNA of bacteria. Solving some of the problems of synthetic biology[1].


Voigt Lab of synthetic biology


1/4🎵Is not the words I want to hear from you 🎵
🎵It's not that I want you 🎵
🎵Not to say, but if you only knew...🎵

f you think programming is about computers, you probably also think that dancing is about shoes. Or that music is about notes🎵. No, is not like that. Programming is about processes, more generally about life.

The idea of writing a piece of information in a higher language that later gets compiled into a more fundamental jargon, closer to the machine is not new. A set of orders is not something unique to computers. Life does it and has been doing it for a long time (Probably 4.28x106 years).
One thing one must realize is just how synergic the relationship between language and organism is. Computation underlies everything we see in biology. Is even theorized the brain is a computational adaptation to displacement. Computation is natural and has always been self-reinforcing.


The charts show the temporal evolution of the publications in the field

Bioengineering is already a reality in its infancy. At the moment 2% of all the American economy depends on products derived from engineered biology.[2] Genetically modified cells that give us products like Medicines. foods, plastics, etc.

What all those products have in common is the fact that their chemical structure is quite simple. No more than a few carbon, hydrogen and oxygen atoms. The necessary number of changes it requires is quite small. Just a couple of genes.

The potential to mass produce chemically complex products has a type of sophistication that current laboratory techniques can only dream of. Cells and biomolecules are nanomachines and harnessing their power could mean a materials revolution no short of what the industrial revolution did. This requires hundreds or thousands of modifications. Not only that but coordinating when they go On or Off. Changing mistakes in the midst of the machine functioning.

2/4🎵 More than words🎵
🎵 Is all you have to do to make it real ...🎵

ells use a huge regulatory network. DNA, proteins, and ARN are interacting and this can be seen as computations[3]. In the 70's people started referring to this arrays as switches or logic gates. Borrowing from the language of electrical engineering. In the case of Bacterias like E. coli, the networks get significantly big[4].


10.1126/science.7624793 Fig, 4. Regulatory pathway of a virus after it enters a cell. It needs to decide if
kill the bacteria and spread or integrate into the genome to stay in existence for a longer time.

As with most of the developments in biology, it has a huge surface of trial and error to advance a single step. For perspective, while DNA stores information in pairs of bases and one would expect 2bits of information per combination is not so. In reality, it only stores 1.8bits per nucleotide due self interference errors.

Although since it has 4[5] building blocks it could create at least two orders of magnitude more space than what already holds. Currently is the single most dense form of information storage at a whopping 1.28 PetaBytes/gram and a possible 215 PetaBytes/gram. To give you an idea, this means all the information ever created by humanity could be stored in no more than 10 cubic meters or a couple of pickup trucks.[6]


Synthetic Biology is an engineering discipline where
the objective is to be faster an more accurate to
reprogram biology to harness the power of seen in the natural world


Christopher A. Voigt









As opposed to designing by moving individual atoms, which has the most known potential with quantum effects that are super resource expensive, biology offers huge potential scalability. Is not cheap as writing and reading information is at $20k per PetaByte.

The problem to scale this comes in many forms. One of them is design. Since most of the advancements have been achieved by trial and error there's not enough framework to determine how they are gonna interact when they are combined. So software doesn't really exist to aid in that process. The current architecture is complex, fragile and expensive to write.


3/4🎵 What would you do🎵
🎵 If my heart was torn in two?🎵


he state of the art in genetic artificial computation at this point is closer to the beginnings of machine computation, I could say we are in the 1960's of biologic computing. First, the hardware that performed basic operation was build. Then the apparition of the microchip and from then on an explosion in engineering and software design.[7]

Every logically complete operation can be completed with NOT (¬) & AND(^) as conectives and the combination of both is ↓ NOR ¬(p v q) gates. Is a function that receives two inputs and gives one output . Every ordinary computational system can be built with it. In fact, back in the 50's the apollo program was completed by using a set of coumputers that were constructed using functionally complete singletons[8].
5600 interconected triple input NOR gates
Apollo Mission schematics, guidance systems.

In the case of cells, inside the nuclei, a sensor is a piece of DNA that allows a cell to respond to a signal and thus control the expression of a gene. When the signal interacts with the sensor A) it joins at the promoter. This causes a high flux of RNA polymerase (RNAP). An in the absence of this interaction the flux of RNAP is slowB)
Like this disregarding the content it can be seen as a black box and just compute the difference in flux to treat it as a circuit.[9]
In the case of it as a circuit, it has RNAP as an input and as an output. Due to this, you can interconnect the circuits in a universal Turing machine-like fashion. In this case the function of silencing promoters by using repressors has been used as a NOT gate. With two repressors in line, the same effect of a NOR gate can be achieved. The NOR gate is the Heart of this solution.

In order to select the appropriate language borrowed from electrical engineering, researchers selected Verilog. A type of hardware independent language where people can create a function that can be compiled into DNA.

Lower order languages that are closer to the machine are still used by chip designers today. The web program is called Cello.

The user writes the logic functions using Verilog commands. Once the user runs the compilation the program automatically finds the necessary diagram and gates configuration form the library of insulated gates.
Figue: Shows the order of the sequence of comands
Figue: Contatins the Gates Library, With
configuraton isolations and outputs

Due to the spatial orientation at the interior of the cell, interference between repressors could happen.

There have been identified 16 different types or non-interfering repressors that can be used to construct gates. Is also necessary a form of insulation that can be used in multiple configurations in what's called the Gate library[10].

Once the code is compiled, the output of the program is a DNA sequence ready to be tested in vivo


4/4🎵 What wold you say🎵
🎵 If I took those words away?🎵


ack in 2013, the Reproducibility Project was launched by Amgen. Researchers tried to replicate the experimental results of 53 lanmark cancer studies. Later to find that 47/53 couldn't be replicated. This was a huge blow for pre-clinical research standards.[11]

Is probably not a mystery how this happened. Is not necessarily that all the studies were lies or the original researchers cheated. Is probably that the registry of everyday data and protocols are unreliable by nature. If you ever check a researcher's Lab Notebook you will find that is close to an alchemist book. Filled with notes that don't make sense at the moment for use by other people. Even the most well kept will take for granted many things that could be vital for the research.

Github read me. Contains comparissons
Using Javascript
Something similar is said about code. "Nobody can use other person's code, you shall use your own". Still, all civilization is a construction over the work of others. What happens is that the creation of standards requires interdisciplinary support to neophytes and experts in fields their own and outside their fields. Is a huge effort but is necessary. This is an example of how proper changing translation helps people:[12]
science requires imagination and hard work. Words to guide others that will come. Applied to problems new an outside our domain of expertise. Every new endeavor is a reinvention that creates translation knowledge that allows hardware improvements for everyone.

🎵More than words is all🎵
🎵 I ever needed you to show 🎵


🎵Then you wouldn't have to say🎵
🎵 That you love me 🎵
🎵'cause I'd already know🎵


REFERENCES:



Sort:  

I think programming doesn't exactly come natural to most people atm. I think what needs to be done is some kind of virtual reality thing, where people can design the way they used to, the same way they'd build a piece of furniture, and their actions in that virtual world will be translated into code. So something like foldit for instance, but much more immersive, where people can manipulate molecules and pathways etc. in 3D.

While the visual display allows for better and more intuitive manipulation, the reality is that is not necessary or sufficient. The limiting rate is the mathematics of it. While dealing with higher dimensional calculations, geometric familiarity is not a source of improvement. In the future, commercial applications may appear to harness this for products but for scientific advancement is unnecessary.

Thanks for passing by.

Interesting as always! I am perplexed cause it could be used to replicate other experimental results. That would be really useful to recognize the scam in science. I hope you write another post concerning this topic.

Synthetic biology sure looks promising, nice post!

Once the code is compiled, the output of the program is a DNA sequence ready to be tested in vivo ? How do you test DNA ?
If it implies cloning it in bacteria, the result would be a peptide unable to do anything in vivo, but to give rise to diseases ? The important part is to model a foldable protein which is extremely hard, then engineer it backwards to DNA which is a no brainier :) would this be solved ? not sure!

here, you can see "in vivo" is not the end of the process

The potential for creating diseases is there but is probably the most costly and inefficient route at the moment. The use at the moment of "in vivo" is not life integration but creation of circuits. Bear in mind is a different use case, as this is about hardware not about creating functional proteins for the bacteria.

Think of it as encrypted biological information for the bacteria. It means nothing the them, the peptide could look like biological junk but it can compute. I made a post on protein folding design. That's one of the routes and is getting a lot easier.

For instance, in the case of data storage. You don't need the bacteria to be alive. DNA is relatively resistant as shown by retrieved mamoths DNA if on cold, dry places.

The main use currently is "DNA" chips.

You can't store them properly in a bacteria so to speak as the DNA degrades and introduces errors, so as part of the micro arrays you hibridize and conserve in sillico. One of the current apporaches is, you use the bacteria to produce the parts and ensamble.

Manipulation of DNA in vivo is one of the main ethical concerns, but is quite far away it seems.

Glad you passed by :)

DNA nanotechnology self assembly

Thanks!

Having all the parts, assembling it and making it compute would be something.

Nice post on folding as well.

yeah read about a Japanese(i think) project, aiming at fertilizing a elephant embryo with frozen mammoth sperm like 2 days ago. Imagine 100 generations later with some pygmy genes in the mix and bang, the new mini pig is here! funny u mentioned it.

Took me past my bedtime reading this and then understanding it,
Wow,
Thanks Juan for this, expanded my brain,

Coin Marketplace

STEEM 0.18
TRX 0.15
JST 0.031
BTC 61255.54
ETH 2640.80
USDT 1.00
SBD 2.46