Virtual (Molecular) Biology Experiments
by Paras ChopraEveryone knows that the molecular biology experiments (with E. coli) take a lot of time to occur. You prepare a strain, incubate it, run gels, etc. All of these things take time, and I am talking of a lot of time.
How nice would it be to have a software package to do all this in simulations and get the results instantaneously. It will allow to define the experiments in a script. Just run the script and lo! you have results in a flash. The scripts could be something like below:
#include STRAIN_1
#include STRAIN_2
#include Lamda_Phage
void main()
{
set a=TAKE(STRAIN_1, 5ml);
set b=TAKE(STRAIN_2, 5ml);
set c=TAKE(Lamda_Phage, 5ml)
incubate(a, 1litre, 12 hours);
incubate(b, 1litre, 2 hours);
set d=MIX(a,c);
set e=MIX(b,c);
for(i=1;i<10<i++){
gr_1[i]=WRITE("Optical Density of Strain_1 + Phage at "+ i +"
hrs is: " + OD(d, i hrs); //Optical Density
gr_2[i]=WRITE("Optical Density of Strain_2 + Phage at "+ i +"
hrs is: " + OD(e, i hrs);
}
PLOT(gr_1,gr_2, x-axis="Time (hrs)", y-axis="OD" );
}
Wouldn't it be nice that you just design the experiments and they happen automatically? The software package (which I would call Biomation (Biology Automation)) would model accurate micro level and macro level behaviour of many bacterial cells, eukaryotic cells and viruses. Indeed, the organisms can just be modules. The biomation should be complex enough to model evolution, molecular biology, crude physics, chemistry, etc.
We may even do experiments for observing taking up of aerobic bacteria by pre-eukaryote and then arisal of mitochondria, performing recombinant DNA experiments, observing the cell communication, etc. In a nutshell, using a modular approach the biomation should facilitate every experiment imaginable.
The biomation could even kick-start the geek culture in biology as more people could write modules and share them online. They will share experiments using scripts. It will also facilitate widespread education in molecular biology as the kids and the places which cannot afford a full-blown lab will now can perform experiments on their computers.
It would be wonderful if we could reduce the biology experiments to merely a thought-process and thereby eliminating the time-consuming and error-prone physical experiments.
I wish I had time enough to write the biomation. But I seriously believe that
the biomation should be a reality soon. And this is because it has potential
to change science forever.
April 2007, Jeev
http://www.dce.edu/jeev

This work is licensed under a Creative Commons Attribution 2.5 License.
