Quickless said:
When I first encountered the term genetic mutation, I envisioned a gene that had somehow spoiled – like an orange with mole on it.
A little research indicated that a gene is a linear string of amino acids that codes for a protein. The term mutant gene was being used to indicate a gene in which there had been an alteration in the amino acids sequence that was coding for a protein.
I have not been able to find anything on when it is not an insertion or a deletion within a sequence but the amino acid itself is misformed. Surely this happens. Is this just considered a deletion?
Any information on the above would be appreciated.
Here's a general overview of how genetic information works. First, a few basics:
Genes are segments of DNA that determine the traits of an organism. Many genes encode for proteins, and these proteins are the molecule in the cell that perform the work that give an organism its properties.
DNA is a molecule that encodes information. It consists of a string of nucleotides. There are four different nucleotides that make up DNA, and they differ in the type of base they contain. These four different bases are adenine (A), thymine (T), cytosine (C), and guanine (G).
Proteins are a class of molecules that carry out important jobs in the cell. Proteins are composed of a chain of amino acids. There are twenty different amino acids that can be found in human proteins.
Therefore, the information you found is incorrect. A gene is not a linear string of amino acids. Because genes are DNA, they are linear strings of nucleotides. The information in the DNA, however, does encode a linear string of amino acids. Below is a bit more information on how the information from DNA gets translated into the language of proteins and how mutations affect the process.
Here is what a segment of a gene might look like:
CTG ACT CCT GAG GAG AAG TCT
This segment of DNA encodes for a protein. Now, you may see a problem here; somehow, a language consisting of only 4 characters (the four types of nucleotides in DNA) needs to be translated into a language consisting of 20 characters (the twenty protein amino acids). Obviously, one DNA base cannot code for one protein amino acid, and two DNA bases do not give enough combinations to cover the 20 protein amino acids. Therefore, nature has evolved a code (the genetic code) by which three DNA bases code for one protein amino acid. Of course, since there are 64 possible three base combinations (codons), the genetic code is degenerate; each amino acids can be specified for by multiple codons. The correspondence between codons and amino acids can be found here (
http://tigger.uic.edu/classes/phys/p...odon_table.jpg note: for our purposes U and T are the same).
Using the genetic code table, we can now translate the above DNA sequence to a protein sequence:
Leu Thr Pro Glu Glu Lys Ser
The sequence of amino acids in a protein gives it certain chemical and physical properties.
Mutation (changing one DNA base to another DNA base) can often cause changes in the amino acid sequences of proteins. However, this is not always the case. First, the cell has ways of fixing DNA damage, so not all DNA damage causes permanent changes to the DNA. Second, even if the mutation evades the DNA repair machinery, not all of the DNA in a cell codes for protein. Changes in non-protein coding sequences can have huge effects on the cell, but we still do not know what the vast majority of the DNA in cells does and putting changes in some of those regions doesn't seem to have any noticeable effect. Third, even if the mutation hits a protein-coding sequence, a change to the DNA bases might not cause a change in protein seqeunce because the genetic code is degenerate. As an example, consider the mutation to our original sequence:
CTG ACT CCT GA
A GAG AAG TCT
Here the change is from GAG to GAA both of which code for the amino acid glutamine. Because this mutation does not change the amino acid sequence of the protein, it will not have an affect on the function of the protein. Mutations such as these are known as
silent mutations.
Some single base pair substitutions, however, can cause huge changes in the function of a protein. For example, consider the mutation:
CTG ACT CCT G
TG GAG AAG TCT
This mutation changes GAG, which codes for glycine, to GTG, which codes for valine. Thus, this mutation causes a change in the protein that is produced. This mutation that I've shown you is the mutation in the gene for hemoglobin (the protein that makes our blood red) that causes sickle-cell anemia (
http://en.wikipedia.org/wiki/Sickle-cell_disease note: the sequence is only a small portion of the hemoglobin gene). This is an example of a single base pair change that leads to the change in the shape of an entire cell!
As it turns out, the mutation can have positive effects too. While having two copies of the sickle-cell gene turns out to be very bad, having one copy is thought to make one more resistant to malaria.
Now, let's consider the effect of a deletion on our sequence:
CTG AC
_ CCT GAG GAG AAG TCT
The sixth base has been deleted. Now, if you try to translate the sequence, you notice something. The deletion not only affects the codon containing the mutation, but everything after the deletion as well! The mutation causes a
frameshift. The sequence would now be translated to the following protein sequence:
CTG ACC CTG AGG AGA AGT CT
Leu Thr Leu Arg Arg Ser
The protein sequence is now completely different than the original protein sequence (Leu Thr Pro Glu Glu Lys Ser), and the resulting mutant protein will have completely different properties (most likely it won't be functional).
Hopefully, this information helps to clarify your question.