DNA as Seen Through the Eyes of a Computer Programmer

A while ago, Bert Huber wrote an article about DNA as seen through the eyes of a computer programmer.

In it, he takes various aspects of DNA, usually written in the mambo jumbo of biology and translates them into computing terms! For example, here's his section on Junk DNA:

The genome is littered with old copies of genes and experiments that went wrong somewhere in the recent past - say, the last half a million years. This code is there but inactive. These are called the 'pseudo genes'.

Furthermore, 97% of your DNA is commented out. DNA is linear and read from start to end. The parts that should not be decoded are marked very clearly, much like C comments. The 3% that is used directly form the so called 'exons'. The comments, that come 'inbetween' are called 'introns'.

These comments are fascinating in their own right. Like C comments they have a start marker, like /*, and a stop marker, like */. But they have some more structure. Remember that DNA is like a tape - the comments need to be snipped out physically! The start of a comment is almost always indicated by the letters 'GT', which thus corresponds to /*, the end is signalled by 'AG', which is then like */.

However because of the snipping, some glue is needed to connect the code before the comment to the code after, which makes the comments more like html comments, which are longer: '<!--' signifies the start, '-->' the end.

Molecular biologists may nitpick over some parts of the article, but the whole thing is definitely worth a read: Link - via reddit


Login to comment.
Click here to access all of this post's 1 comments




Email This Post to a Friend
"DNA as Seen Through the Eyes of a Computer Programmer"

Separate multiple emails with a comma. Limit 5.

 

Success! Your email has been sent!

close window
X

This website uses cookies.

This website uses cookies to improve user experience. By using this website you consent to all cookies in accordance with our Privacy Policy.

I agree
 
Learn More