Difference between revisions of "Team:Exeter/RNA Riboswitches"

Line 12: Line 12:
 
}
 
}
  
#Dogma {
+
.buttons {
 +
background-color: transparent;
 +
}
 +
 
 +
#Dogma, #RNA {
  
 
display: block;
 
display: block;
Line 21: Line 25:
 
     height: 50px;
 
     height: 50px;
 
     width: 150px;
 
     width: 150px;
     background: #34696f;
+
     background: #00A651;
     border: 2px solid rgba(33, 68, 72, 0.59);
+
     border: 2px solid #00A651;
     color: rgba(0, 0, 0, 0.55);
+
     color: rgb(33,33,55);
 
     text-align: center;
 
     text-align: center;
 
     vertical-align: center;
 
     vertical-align: center;
 
     font-size: 20pt;
 
     font-size: 20pt;
 
     font: bold 'Ek Mukta', Verdana, sans-serif;
 
     font: bold 'Ek Mukta', Verdana, sans-serif;
     background: -webkit-linear-gradient(top, #34696f, #2f5f63);
+
     background: -webkit-linear-gradient(top, #00A651, #8CC63F);
     background: -moz-linear-gradient(top, #34696f, #2f5f63);
+
     background: -moz-linear-gradient(top, #00A651, #8CC63F);
     background: -o-linear-gradient(top, #34696f, #2f5f63);
+
     background: -o-linear-gradient(top, #00A651, #8CC63F);
     background: -ms-linear-gradient(top, #34696f, #2f5f63);
+
     background: -ms-linear-gradient(top, #00A651, #8CC63F);
     background: linear-gradient(top, #34696f, #2f5f63);
+
     background: linear-gradient(top, #00A651, #8CC63F);
 
     -webkit-border-radius: 50px;
 
     -webkit-border-radius: 50px;
 
     -khtml-border-radius: 50px;
 
     -khtml-border-radius: 50px;
Line 39: Line 43:
 
     -webkit-box-shadow: 0 8px 0 #1b383b;
 
     -webkit-box-shadow: 0 8px 0 #1b383b;
 
     -moz-box-shadow: 0 8px 0 #1b383b;
 
     -moz-box-shadow: 0 8px 0 #1b383b;
     box-shadow: 0 8px 0 #1b383b;
+
     box-shadow: 0 8px 0 #00A651;
 
    
 
    
 
}
 
}
Line 49: Line 53:
 
<p style = "font-size: 20px; color: #608341"><b><em>"In the beginning, RNA was a simple molecule, but over time it has gained many functions. From self-replication, to storing and utilising information, to regulating cellular pathways."</em></b></p>
 
<p style = "font-size: 20px; color: #608341"><b><em>"In the beginning, RNA was a simple molecule, but over time it has gained many functions. From self-replication, to storing and utilising information, to regulating cellular pathways."</em></b></p>
  
 
+
<table class="buttons">
 +
<tr>
 +
<td>
 
<a onclick="$('.RNA').hide('fast');$('.Dogma').show('fast')">
 
<a onclick="$('.RNA').hide('fast');$('.Dogma').show('fast')">
 
   <div id="Dogma">
 
   <div id="Dogma">
Line 55: Line 61:
 
   </div>
 
   </div>
 
</a>
 
</a>
 +
</td>
 +
<td>
 +
</td>
 +
<td>
 +
<a onclick="$('.Dogma').hide('fast');$('.RNA').show('fast')">
 +
  <div id="RNA">
 +
    The RNA molecule
 +
  </div>
 +
</a>
 +
</td>
 +
</tr>
 +
</table>
 
</br>
 
</br>
 
<h2 class="Dogma">The Central Dogma</h2>
 
<h2 class="Dogma">The Central Dogma</h2>
Line 83: Line 101:
  
  
<h2 class="RNA">The Many Abilities of RNA</h2>
+
<h2 class="RNA">The RNA Molecule</h2>
  
 
<p class="RNA">
 
<p class="RNA">
 
+
As has been mentioned briefly, RNA is a single stranded, helically structured polymer molecule made up of nucleotides/bases. While it may seem that this structure is much simpler than DNA, the fact that it doesn't have all of its bases already paired to its complementary strand means that the RNA's nucleotides are free to base pair in many different ways. For example, the RNA molecule could base pair with itself (figure 1a) or other molecules to form a complex (figure 1b). The ways in which the RNA bases interact defines the (secondary) structure of the molecule, so therefore the sequence of the RNA molecule defines the structure of the molecule. This means that if a specific RNA structure is required, then it should be able to be achieved by giving the RNA a specific sequence. This is shown in figure 2. The RNA molecule has two sections which are complementary to each other, which can therefore base pair to create a stem region. The bases which are not complementary remain un-paired and create a loop at the top of the stem section.
 
</p>
 
</p>
  

Revision as of 15:41, 30 July 2015

RNA and Riboswitches

"In the beginning, RNA was a simple molecule, but over time it has gained many functions. From self-replication, to storing and utilising information, to regulating cellular pathways."

The Central Dogma
The RNA molecule

The Central Dogma

The central dogma is used to explain how information encoded on DNA is used to create what we know as life. Essentially, DNA is converted to RNA which is converted to proteins (figure 1).

DNA (Deoxyribonucleic acid) is a polymer molecule (made up of sub-units called nucleotides or bases) which has a double stranded helical structure (figure 1a). There are four types of bases (Guanine - G, Cytosine - C, Adenosine - A, and Tyrosine - T)which can be joined together in many different conformations to form different DNA molecules, and each type of base is able to pair with one other type; C pairs with G, and A pairs with T (figure 2). Bases which pair are described as being complementary.
DNA's primary job is to store biological information in the form of genes, which are encoded by the bases which make up the DNA molecule. For example, CGGGATGTATTAC could encode for a specific gene.

RNA (RiboNucleic Acid) is similar to DNA in that it is a polymer molecule and made up of nucleotides/bases, but it differs in a few crucial ways. The first is that usually RNA is made up of only a single strand, as opposed to DNA's double stranded structure (figure 1b). The second is that in RNA, the Tyrosine (T) base is not used, instead it is replaced with Uracil (U).

As mentioned above, RNA is the second stage of The Central Dogma. Usually, RNA is used as an intermediate between DNA and proteins and is made using DNA as a template, meaning that the sequence of the RNA molecule is determined by the sequence of the DNA from which it is copied. There are many reasons why an intermediate is required instead of simply using DNA. These reasons include:

  • Protection of the DNA: damage to DNA can cause unfavourable mutations so it is safer to use a 'copy' rather than the original,
  • Regulatory reasons: the presence or absence of RNA can correspond to the presence/absence of the protein which it encodes for, meaning that it can be used to control cellular pathways
  • Inability of DNA to reach protein machinery: in eukaryotic cells (animals, plants, fungi, etc.), the DNA is separated from the rest of the cell by a nuclear envelope, DNA is unable to pass through this envelope but RNA is able to

Proteins are the end product of The Central Dogma and are used to carry out functions and generally create what we recognise as life. Proteins are also polymer molecules made up of subunits, but unlike with DNA and RNA these subunits are not bases/nucleotides, they are amino acids. Amino acids are relatively simple molecules which all share a generic structure, but have different functional (R) groups (figure 3). The interactions of the functional groups, both with other functional groups of the same/different proteins, and with other molecules/etc. in its environment, gives the protein its overall function. These functions can range from catalytic (speed up the rate of a reaction) to structural (shape/strength of a cell), to virulence (causing disease in a host).

As can hopefully be seen from above, RNA is a vital part of The Central Dogma, and therefore is fundamental to life.

The RNA Molecule

As has been mentioned briefly, RNA is a single stranded, helically structured polymer molecule made up of nucleotides/bases. While it may seem that this structure is much simpler than DNA, the fact that it doesn't have all of its bases already paired to its complementary strand means that the RNA's nucleotides are free to base pair in many different ways. For example, the RNA molecule could base pair with itself (figure 1a) or other molecules to form a complex (figure 1b). The ways in which the RNA bases interact defines the (secondary) structure of the molecule, so therefore the sequence of the RNA molecule defines the structure of the molecule. This means that if a specific RNA structure is required, then it should be able to be achieved by giving the RNA a specific sequence. This is shown in figure 2. The RNA molecule has two sections which are complementary to each other, which can therefore base pair to create a stem region. The bases which are not complementary remain un-paired and create a loop at the top of the stem section.

  • Contact us:
    exeterigem@gmail.com