A programming language for biology

Posted: Published on December 4th, 2014

This post was added by Dr P. Richardson

Editors note: This is part of our investigation into synthetic biology and bioengineering. For more, download the new BioCoder Fall 2014 issue here.

A programming language for scientific experiments is important for many reasons. Most simply, a scientist in training spends many, many hours of time learning how to do lab work. That sounds impressive, but it really means moving very small amounts of liquid from one place to another. Thousands of times a day, thousands of days in preparation for a career. Its boring, dull, and necessary work, and something that can be automated. Biologists should spend most of their time thinking about biology, designing experiments, and analyzing results not handling liquids.

More importantly, weve all read reports about experimental results that arent reproducible. That doesnt necessarily mean that the results are invalid, but that theyre susceptible to small changes in the way the experiment is carried out: a particular persons pipetting technique, the particular lab equipment they used, or parts of the experiment that nobody would bother to record in a scientific paper. Describing the process completely, performing the experiments on robotic lab equipment, and automating the data collection not only eliminates many variables, it makes it possible to collect more data than was previously possible: data about every aspect of the experiment. With more data, you might even be able to determine why some trials work and others dont.

Weve heard that the use of robotics in research has been limited because its difficult to program the current generation of robots; programming is very low-level (move to the right 3.9 cm, move down .45 cm, push this button on the pipette). A high-level programming language does more than make the process simpler; it makes it easier to scale from small or moderate sized experiments to much greater size. 384 samples? Why not 4096? Once you have the programming taken care of, and automated both the experimental process and the data collection, youve eliminated many sources of error and can do much bigger experiments. Thats precisely the problem that programming in a high-level language solves. You describe the experiment, and iteration comes for free, at whatever scale you want. Lab robots never get bored or tired.

Antha isnt yet ready for use: The compiler is available, along with some development tools. Drivers for common lab equipment arent available yet, though several manufacturers are already working on them. But its time for biologists to start thinking about it and how to integrate it into their labs. What tools do you want? What devices do you need to automate? What would an environment for designing experiments look like?

Its fascinating to watch the future unfold.

See the rest here:
A programming language for biology

Related Posts
This entry was posted in Biology. Bookmark the permalink.

Comments are closed.