Team:Penn State/MultipleStartCodons

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
 
-
 
-
 
<head>
<head>
-
  <title>Multiple Start Codons</title>
+
<title>Multiple Start Codons Overview</title>
-
 
+
-
 
+
-
 
+
-
  <style type="text/css" media="all">
+
-
.TP_1349206215_tabTD {
+
-
  text-align:center;
+
-
  width:80px;
+
-
  height:25px;
+
-
  padding:0px;
+
-
  border-top-style:solid;
+
-
  border-top-color:black;
+
-
  border-top-width:1px;
+
-
  cursor:pointer;
+
-
  }
+
-
.TP_1349206215_leftRule {
+
-
  border-left-style:solid;
+
-
  border-left-color:black;
+
-
  border-left-width:1px;
+
-
  }
+
-
.TP_1349206215_rightRule {
+
-
  border-right-style:solid;
+
-
  border-right-color:black;
+
-
  border-right-width:1px;
+
-
  }
+
-
.TP_1349206215_tab {
+
-
  height:25px;
+
-
  text-align:center;
+
-
  padding:0px;
+
-
  cursor:pointer;
+
-
  }
+
-
.TP_1349206215_tabhood {
+
-
  width:80px;
+
-
  background-color:grey;
+
-
  color:black;
+
-
  }
+
-
.TP_1349206215_tabbonnet {
+
-
  width:80px;
+
-
  background-color:grey;
+
-
  color:lightgrey;
+
-
  }
+
-
.TP_1349206215_tabcontent {
+
-
  text-align:left;
+
-
  width:600px;
+
-
  height:300px;
+
-
  border-style:solid;
+
-
  border-color:black;
+
-
  border-width:1px;
+
-
  margin:0;
+
-
  padding:10px;
+
-
  }
+
-
.TP_1349206215_tabdivcontent {
+
-
  height:280px;
+
-
  overflow:hidden;
+
-
  margin:0;
+
-
  padding:0;
+
-
  }
+
 +
<style type="text/css">
body {background:#e0e0e0; color:#303030; font:76% tahoma, verdana, sans-serif; margin:0; padding:15px 0 0;}
body {background:#e0e0e0; color:#303030; font:76% tahoma, verdana, sans-serif; margin:0; padding:15px 0 0;}
#container {
#container {
Line 111: Line 53:
li {margin:0 0 3px 0;}
li {margin:0 0 3px 0;}
-
 
-
 
-
 
-
/* Toptabs menu */
 
-
#toptabs {font-size:.8em; margin:10px auto -13px; width:760px;}
 
-
#toptabs p {color:gray; text-align:right;}
 
-
.toptab {background:#f0f0f0 url(../images/corner2.gif) top right no-repeat; border-bottom:1px solid #e0e0e0; color:gray; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
 
-
.toptab:hover {background:#fafafa url(../images/corner2.gif) top right no-repeat; border-bottom:1px solid #eaeaea; color:#505050; text-decoration:none;}
 
-
.activetoptab {
 
-
background: #fff url(../images/corner2.gif) top right no-repeat;
 
-
border-bottom: 1px solid #fff;
 
-
margin: 0 0 0 4px;
 
-
padding: 4px 5px 3px;
 
-
text-decoration: none;
 
-
color: #282C2D;
 
-
}
 
-
.activetoptab:hover {border-bottom:1px solid #fff; text-decoration:none;}
 
/* Navitabs menu */
/* Navitabs menu */
Line 168: Line 93:
border-right: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
float: left;
float: left;
-
width: 620px;
+
width: 600px;
margin-top: 0;
margin-top: 0;
-
margin-right: 5;
 
margin-bottom: 0;
margin-bottom: 0;
-
margin-left: 5;
 
padding-top: 0;
padding-top: 0;
-
padding-right: 15px;
 
padding-bottom: 0;
padding-bottom: 0;
padding-left: 0;
padding-left: 0;
Line 237: Line 159:
background-image: url(../images/psuLogo.jpeg);
background-image: url(../images/psuLogo.jpeg);
}
}
-
</style>
 
-
 
-
 
-
</head>
 
-
 
 +
/*Tabbed Panels*/
 +
#maintabs {clear:both;}
 +
.maintab {
 +
border-bottom: 1px solid #fff;
 +
border-left: 1px solid #fff;
 +
font-size: 1.1em;
 +
margin: 0 0 4px;
 +
padding: 4px 8px;
 +
text-decoration: none;
 +
background-color: #CCCCCC;
 +
background-image: url(../images/corner.gif);
 +
background-repeat: no-repeat;
 +
background-position: right top;
 +
}
 +
.maintab:hover {
 +
background:#d0d0d0 url(../images/corner.gif) top right no-repeat; border-bottom:1px solid #fff; text-decoration:none;
 +
}
 +
.activemaintab {background:#f0f0f0 url(../images/corner.gif) top right no-repeat; color:#333; font-size:1.1em; margin:0 0 5px; padding:4px 8px 5px; text-decoration:none;}
 +
.activemaintab:hover {color:#fff; text-decoration:none;}
 +
/* Header description area */
 +
#tabfiller {
 +
clear: both;
 +
color: #fff;
 +
margin: 5px 0 15px;
 +
padding: 0 0 5px 0;
 +
background-image: url(../images/indexNav1.jpg);
 +
background-color: #f0f0f0;
 +
background-repeat: no-repeat;
 +
background-position: left bottom;
 +
text-align: left;
 +
font-size: 18pt;
 +
}
 +
#tabfiller p {
 +
font-size: 10pt;
 +
line-height: 1.3em;
 +
padding: 0 15px 15px 15px;
 +
width: 570px;
 +
color: #333;
 +
}
 +
#tabfiller h2 {
 +
color: #333;
 +
padding: 15px 15px 0;
 +
text-align: left;
 +
text-size: 18pt;
 +
font-size: 16pt;
 +
}
 +
#tabfiller a {border-color:#fff; color:#fff; text-decoration:none;}
 +
</style>
 +
</head>
<body>
<body>
 +
<div id="container">
<div id="container">
   <div id="logoiGEM"></div>
   <div id="logoiGEM"></div>
Line 253: Line 220:
   <div id="navitabs">
   <div id="navitabs">
     <h2 class="hide">Sample navigation menu:</h2>
     <h2 class="hide">Sample navigation menu:</h2>
-
     <a class="navitab" href="https://2012.igem.org/Team:Penn_State">Home</a><span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Team">Team</a><span class="hide"> | </span> <a class="activenavitab" href="#">Projects</a><span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Parts">Parts</a><span class="hide"> | </span> <a class="navitab" href="#">Modeling</a><span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Notebook">Notebook</a><span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Attributions">Other</a> </div>
+
     <a class="activenavitab" href="../index.html">Home</a>
 +
    <span class="hide"> | </span> <a class="navitab" href="#">Team</a>
 +
    <span class="hide"> | </span> <a class="navitab" href="#">Projects</a>
 +
    <span class="hide"> | </span> <a class="navitab" href="#">Parts</a>
 +
    <span class="hide"> | </span> <a class="navitab" href="#">Modeling</a>
 +
    <span class="hide"> | </span> <a class="navitab" href="#">Notebook</a>
 +
    <span class="hide"> | </span> <a class="navitab" href="#">Other</a>
 +
  </div>
 +
   
   <div id="desc">
   <div id="desc">
-
     <h2>Multiple Start Codons</h2>
+
     <h2>Presentation</h2>
-
     <p>Multiple start codons are a frustrating and persistent pheomenon in molcular biology. While some may see them as a nuisance in the laboratory, we see them as a topic of investigation. By learning the specific conditions of codon slippage, we may be better prepared as scientists to recognize its potential as a research tool.   </p>
+
     <p>A frustrating yet commonly observed phenomenon in the lab is the production of unexpected proteins. These occurrences may be explainable by multiple start codons in the mRNA strand. Codon slippage is a theory practically untouched by research, and this project aspires to shed some light on the issue.</p>
-
     <p class="right"><a href="https://2012.igem.org/Team:Penn_State/new page">new page</a> &raquo;</p>
+
     <p class="right"><a href="#">Sample link</a> &raquo;</p>
   </div>
   </div>
 +
 
   <div id="main">
   <div id="main">
     <h2>Multiple Start Codons</h2>
     <h2>Multiple Start Codons</h2>
 +
    <div id="maintabs">
 +
    <h2 class="hide">Sample navigation menu:</h2>
 +
    <a class="activemaintab" href="#">Overview</a>
 +
    <span class="hide"> | </span> <a class="maintab" href="#">Design</a>
 +
    <span class="hide"> | </span> <a class="maintab" href="#">Results</a>
 +
    </div>
 +
   
 +
  <div id="tabfiller">
 +
    <h2>Multiple Start Codons</h2>
 +
    <p>mRNA is the molecule that carries information about the sequence of amino acids in a protein. However, much like the lines on a sheet of paper, the protein coding sequence of an mRNA molecule does not start right at the beginning, or top of the page. Instead, once the mRNA is bound by a ribosome, a start codon must first be read before the protein can be translated. This start codon is generally AUG, or Methionine.
 +
</p>
 +
<p>Once this start codon in read the ribosome will continue reading and building the polypeptide (protein) until a stop codon is reached. But what happens if you have two AUG codons close together? That is the question we are attempting to answer.</p>
 +
<p>We are trying to understand what happens when there are two start codons very close together, but out of frame. Out of frame refers to how the ribosome reads the mRNA. Remember those codons and how they are groups of three bases on the mRNA? The reading frame refers to which group of three. If you start at one base and read the bases in groups of three from that point on, that is one frame of reference. If you then move your start point ahead one base, then you are reading in a new reading frame. If you advance you starting point one more base, that is the third reading frame. If you advance it again you are now back in your first reading frame, but you have skipped the first codon. We are looking into what happens when you have multiple start codons close together, but in different reading frames. Which frame will be preferred?</p>
 +
  </div>
   </div>
   </div>
 +
 
 +
 
   <div id="sidebar">
   <div id="sidebar">
     <h3>Check these Out! </h3>
     <h3>Check these Out! </h3>
Line 283: Line 275:
   </div>
   </div>
</div>
</div>
-
 
-
</body>
 
 +
</body>
</html>
</html>

Revision as of 21:23, 2 October 2012

Multiple Start Codons Overview

Presentation

A frustrating yet commonly observed phenomenon in the lab is the production of unexpected proteins. These occurrences may be explainable by multiple start codons in the mRNA strand. Codon slippage is a theory practically untouched by research, and this project aspires to shed some light on the issue.

Sample link »

Multiple Start Codons

Sample navigation menu:

Overview | Design | Results

Multiple Start Codons

mRNA is the molecule that carries information about the sequence of amino acids in a protein. However, much like the lines on a sheet of paper, the protein coding sequence of an mRNA molecule does not start right at the beginning, or top of the page. Instead, once the mRNA is bound by a ribosome, a start codon must first be read before the protein can be translated. This start codon is generally AUG, or Methionine.

Once this start codon in read the ribosome will continue reading and building the polypeptide (protein) until a stop codon is reached. But what happens if you have two AUG codons close together? That is the question we are attempting to answer.

We are trying to understand what happens when there are two start codons very close together, but out of frame. Out of frame refers to how the ribosome reads the mRNA. Remember those codons and how they are groups of three bases on the mRNA? The reading frame refers to which group of three. If you start at one base and read the bases in groups of three from that point on, that is one frame of reference. If you then move your start point ahead one base, then you are reading in a new reading frame. If you advance you starting point one more base, that is the third reading frame. If you advance it again you are now back in your first reading frame, but you have skipped the first codon. We are looking into what happens when you have multiple start codons close together, but in different reading frames. Which frame will be preferred?