Skip to main content

What Darwin Never Knew: DNA

I just finished watching one of the best PBS NOVA episodes - "What Darwin Never Knew". It is exceptionally good. I was finally able to understand a little about DNA - the building blocks of all living creatures. In this episode they explain how evolution is happening and why there are so many species and why even animals from the same species look so different. How complex DNA is and what a gene is. It still did not answer all my questions but got pretty close. Here is one part I found on youtube, but please watch all parts. It is very good.



So now I know that DNA is a very large sequence and it contains genetic instructions to synthesize various parts of a living creature. In simple layman terms there are three kinds of genes identified so far
  1. Genes that actually are used to create stuff. These are the sequences used to synthesize proteins and other things - the building blocks
  2. Genes that simply act as switches which can be on or off. When on the "stuff" creating genes are used to create the stuff, when the switches are off the "stuff" is not created. The show provides an example of fruit flies. Why some of them have black spots on the wings while others don't. But have the same genes that makes the spots, but in some the switch is turned off
  3. Genes that boss the switch genes. These are the ones that turn the switch genes on and off at various times. An example of this is the same bird species with same genes that creates the beak with the same switch genes, except the boss genes are different. So the switch genes are turned on at different times and the beaks of the birds are different (short and thick beak vs long and thin).
There is much more interesting stuff in there. However after seeing the show I still have a few questions. So the messenger RNA are created based on whether the switch is on or off. But how does that happen? Will the enzyme responsible for creating mRNA look at the switch? How does it "look"? Do the enzymes have sites that only lock on to the switch genes that are on? And then something happens from there on to make the enzyme use the genes to synthesize the mRNA or whatever? This means that the location of the switch genes should be close to the stuff making genes that they are controlling right?

Another question is how do the boss genes turn on and off the switches? What is the difference between an "on" gene and "off" gene? Probably the sequence. Then does it mean that the boss genes some how change the switch genes? I though a gene is an immutable entity. How can it change? Also how does the boss genes instruct the switch genes to change? Does it attract an enzyme of something to change the switch genes?

All these questions make me think I should probably study genetics or bio-engineering or something.

Comments

Popular posts from this blog

Attesting General Power of Attorney in SF

Recently I had to go through the motions of getting a General Power of Attorney (GPA) document attested in San Francisco. I am an Indian by birth. My parents were trying to buy a house back in India for me. Since I did not want to travel to India they needed a GPA so that they can act on my behalf to sign all the documents required to buy the house. The problem however is that they needed it urgently because the seller lives in UK and wants to get all the things done quickly so he can go back. My parents send me a GPA document that they obtained from a lawyer. This is a document that will give the power to my parents to buy the said property in the document on my behalf. The lawyer said that I will have to get the document attested at an Indian Consulate in USA. The closest one for me is in SF and I can drive there in about an hour from where I live. So I though it will be like a day's work to get all the things done. I looked up at their  website  for the procedure t...

XBMC / Boxee remote control android app

I have been writing a few android apps over weekends at home and during 20% time at Google. However I never actually released any of them in the android market mainly because they were quick and dirty apps that fit my needs but perhaps would not be appealing to the general public. One such app that I quickly wrote over a couple of weekends is a XBMC remote. The media center that I use at home is XBMC and I have always wanted to have more control and faster access to my media. Using my remote to navigate through the menus is not as fast. Especially when I wanted to queue a lot of music it is very slow. So I wrote this nice little app called "XBMC remote" for my android phone to control XBMC from anywhere :). Give it a try. Search for "xbmc" in android market and install it if you use XBMC as your media center. When you first launch the app you will start with this screen. You will have to setup your web server address, username and password (if required) by ...

Installing Boxee on Gentoo: my experience

You have probably heard of Boxee and Gentoo (come on). I wanted to give Boxee a try, because of all the movies and tv shows that I can watch for free. I have already switched from Freevo to xbmc (which is a story in itself) as my primary media center. Since boxee is a fork of xbmc I thought I might give it a try. Why not? Because xbmc was so easy to compile and install. I did not have any problem compiling the latest code from subversion. I registered and downloaded the latest code from Boxee's website. There is no link to svn and so I downloaded version 0.9.11.5591. The compile was pretty simple 1. Untar the downloaded file 2. autoconf 3. ./configure 4. make -j3 However the compile was not successful. The first problem I ran into was this compile error: XAPP_MC.cpp:12:20: error: bxcurl.h: No such file or directory To solve it, I googled around and found the solution in the boxee forums. I had to make minor modifications to the following Makefiles xbmc/Makefile SRCS += BoxeeAuthen...