Team:Penn/Parts

From 2013.igem.org

(Difference between revisions)
 
(72 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
<html lang="en">
-
  <head>
+
<head>
-
     <title></title>
+
     <title>Parts</title>
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
      <link href="http://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/>
-
    <!-- Bootstrap and mainstyle css -->
+
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
-
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEeUFaR1lNWFZWMnc" rel="stylesheet" media="screen">
+
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ" type="text/javascript"></script>
-
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEYUtsRS1ZWHM2bTQ" type="text/css" rel="stylesheet"/>
+
<script src="https://googledrive.com/host/0B4ZBZOYYKBzEblVWdXkta245Y0k/" type="text/javascript"> </script> <!--javascript-->
-
  <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
+
-
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script>
+
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzEOFVQV0ZLWEZqN2M"></script>
+
-
   
+
-
    <script>
+
-
        jQuery(document).ready(function($) {
+
-
       
+
-
        $('body').scrollspy({ target: '#nav-circles' });
+
-
 
+
-
       
+
-
        });
+
-
    </script>
+
     <style>
     <style>
-
        /*hero unit positioning*/
+
           
-
        #text {
+
-
            margin-left: 20px;
+
-
            padding: 50px;
+
-
           
+
-
        }
+
          
          
-
        /*navigation circles*/
+
      
-
        #nav-circles {
+
-
            position: fixed;
+
-
            top: 100px;
+
-
            right: 20px;
+
-
            z-index: 9999;
+
-
        }
+
-
       
+
-
        #nav-circles li {
+
-
            display: block;
+
-
            height: 30px;
+
-
            width: 30px;
+
-
            border-radius: 100%;
+
-
            margin:10px;
+
-
 
+
-
            top: 100px;
+
-
            right: 100px;
+
-
            background-color: gray;
+
-
        }
+
-
       
+
-
        /*Sections*/
+
-
        .section {
+
-
            min-height: 700px;
+
-
            min-width: 500px;
+
-
        }
+
-
       
+
-
      /*rows with images*/
+
-
        .row{
+
-
            width: 100%;
+
-
            margin-top: 100px;
+
-
        }
+
-
       
+
-
      .span4 {
+
-
            height: 150px;
+
-
            width: 150px;
+
-
            position: relative;
+
-
              -moz-border-radius: 100%;
+
-
     -webkit-border-radius: 100%;
+
-
    -khtml-border-radius: 100%;
+
-
            border-radius: 100%;
+
-
            overflow: hidden;
+
-
            background-size: 300px;
+
-
            background-position: -70px -20px;
+
-
            opacity: .7;
+
-
            margin: 50px;
+
-
            display: inline-block;
+
-
           
+
-
        }
+
-
       
+
-
        .span4 img {
+
-
            height: 150px;
+
-
         
+
-
            position: relative;
+
-
        }
+
-
       
+
-
                .span4:hover {
+
-
            opacity: 1;
+
-
        }
+
-
       
+
-
        .img-span {
+
-
    overflow: hidden;
+
-
    height: 100px;
+
-
width: 100%;
+
-
background-size: 100%;
+
-
    background-image: url("https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/uN-wv6h07i/Unified%20Artwork%20Styles%20Here/science%21%21%21/20130513135201-0.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg");
+
-
    background-attachment: fixed;
+
-
    background-repeat: no-repeat;
+
-
margin-left: 0px;
+
-
}
+
-
 
+
-
 
+
-
     
+
-
      /*jumbotron colors*/
+
-
      .jumbotron {
+
-
  position: relative;
+
-
  min-height: 600px;
+
-
  padding: 40px 0;
+
-
  color: #fff;
+
-
  text-align: center;
+
-
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
+
-
  background: #380060; /* Old browsers */
+
-
  background: -moz-linear-gradient(45deg,  #380060 0%, #3fffe6 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#094b42), color-stop(100%,#3fffe6)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(45deg,  #380060 0%,#3fffe6 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(45deg,  #380060 0%,#3fffe6 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(45deg,  #380060 0%,#3fffe6 100%); /* IE10+ */
+
-
  background: linear-gradient(45deg,  #380060 0%,#3fffe6 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#380060', endColorstr='#3fffe6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
+
-
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+
-
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+
-
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+
-
}
+
          
          
     </style>
     </style>
-
  </head>
+
<script>
-
 
+
        $(document).ready(function($) {
-
    <body data-spy="scroll" data-target="#nav-circles">
+
-
      <div class="navbar-wrapper">
+
-
      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
+
-
      <div class="container">
+
-
        <div class="navbar navbar-inverse navbar-fixed-top">
+
/*load in the sidebar*/
-
          <div class="navbar-inner" style="padding-left: 50px;">
+
$('.left_wrap').load('https://googledrive.com/host/0B4ZBZOYYKBzEclFHMmpZcVlydmc');
-
            <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+
-
            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+
-
              <span class="icon-bar"></span>
+
-
              <span class="icon-bar"></span>
+
-
              <span class="icon-bar"></span>
+
-
            </button>
+
-
            <a class="brand" href="https://2013.igem.org/Team:Penn">Penn's iGEM Team</a>
+
-
            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
+
-
            <div class="nav-collapse collapse">
+
-
              <ul class="nav">
+
-
             
+
-
                <!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
+
-
                <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Team">Team</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Sponsors">Sponsors</a></li>
+
-
                    <li><a href="https://igem.org/Team.cgi?id=1128">Official Team Profile</a></li>
+
-
                    <!--<li class="divider"></li>
+
-
                    <li class="nav-header">Nav header</li>
+
-
                    <li><a href="#">Separated link</a></li>
+
-
                    <li><a href="#">One more separated link</a></li>-->
+
-
                  </ul>
+
-
                </li>
+
-
                <li><a href="https://2013.igem.org/Team:Penn/HumanPractices">Human Practices</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Penn/Notebook">Notebook</a></li>
+
-
                <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                 
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Project">Project</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Parts">Parts</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Modeling">Modeling</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Safety">Safety</a></li>
+
-
                  </ul>
+
-
                </li>
+
-
              </ul>
+
-
            </div><!--/.nav-collapse -->
+
-
          </div><!-- /.navbar-inner -->
+
-
        </div><!-- /.navbar -->
+
-
      </div> <!-- /.container -->
+
          });
-
    </div><!-- /.navbar-wrapper -->
+
    </script>
 +
</head>
 +
<body>
 +
<img src="http://upload.wikimedia.org/wikipedia/en/d/d6/IGEM_official_logo.png" id="igem"/><!--igem logo-->
 +
<img src="http://collegediabetesnetwork.org/wp-content/uploads/2012/07/UPenn_logo1.png" id="penn"/> <!--penn logo-->
 +
  <div class="left_wrap">
      
      
-
 
+
 
-
    <!--Giant Image At the Top-->
+
  <!-- <div class="logo-wrap"><img src="https://googledrive.com/host/0B4ZBZOYYKBzEUlI3ZDU2OGRrc1E" id="penn"/></div><!--penn logo-->
-
    <div class="jumbotron masthead">
+
-
  <div class="container">
+
-
    <h1>Parts</h1>
+
-
    <p>Lorem ipsum dolor sit amet.</p>
+
-
    <p>
+
-
  </div>
+
-
</div>
+
      
      
-
<div class="img-span">
+
   
-
    <!--<img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/uN-wv6h07i/Unified%20Artwork%20Styles%20Here/science%21%21%21/20130513135201-0.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"/>-->
+
   
-
</div>
+
   
 +
    <div class="section-title" style="top:50%; left: 50px;">parts</div>
-
     <!--First section-->
+
     </div>  
-
     <div class="section" id="first-section">
+
     <div class="section1" style="background-position: top;">
-
       
+
         <div class="text">
-
  <div class="row">
+
-
      <div class="span4" style="background-image: url('https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/jtmF8YkJ_P/device%20photo.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg'); left: 5%;">
+
-
         </div><!-- /.span4 -->
+
-
    <div class="span4" style="background-image: url('https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/WTlON78GgW/IMG_0264.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg'); left: 15%;">
+
-
          <!--<img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/WTlON78GgW/IMG_0264.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"/>-->
+
-
        </div><!-- /.span4 -->
+
-
<div class="span4" style="background-image: url('https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/Y5d0PLu26o/photo-7.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg');left: 30%;">
+
<b><center>Parts Submitted</center></b>
-
          <!--<img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/APrj2Se2i-/Lynch%20Labs%20PGFI/BE_LynchLabGroup_DSC2811.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"/>-->
+
</br>
-
        </div><!-- /.span4 --></div>
+
</br>
 +
<b>MaGellin Plasmid Backbone <a href="http://parts.igem.org/Part:BBa_K1128001">(BBa_K1128001)</a></b>
 +
</br></br>
 +
This part allows a user to quickly and easily screen site specific methylating proteins for activity and specificity. It uses a modified version of Novagen's pET-26(b)+ vector with additional sites cloned in, as well as the standard BioBrick prefix and suffix for cloning in standard parts from the registry. The plasmid backbone contains two AvaI restriction sites, which are composed of CYCGRG and are cut by the AvaI restriction enzyme. These sites can be CpG methylated, which blocks the activity of the AvaI enzyme. The backbone also contains a 9 base pair region that can be removed and replaced. This site is upstream of one of the AvaI sites and can act as a transcription factor "target site", used to determine where certain DNA transcription factors bind. It has the BBa_J04450 insert, which is an RFP expression cassette with a  pLac promoter. This backbone has a lac repressor gene, and will NOT express the RFP in vivo. The backbone has a gene for Kanamycin resistance.
 +
</br>
 +
</br>
 +
<b>CpG Methylase M.SssI <a href="http://parts.igem.org/Part:BBa_K1128000">(BBa_K1128000)</a></b>
 +
</br>
 +
</br>
 +
Epigenetics, the study of modifications made to DNA in order to regulate and control the functions of a cell, has several components, one of which is known as DNA methylation. This involves adding a methyl group (-CH<sub>3</sub>) to a base pair residue, which helps the cell determine if the methylated gene should be off, or if it should be on, and how much protein it should be expressing. The enzymes that catalyze the addition of methyl groups to the DNA are called methyltransferases, and each type of methyltransferase has its own unique activity. The most common type of methylation in a eukaryotic cell is called CpG methylation, which stands for <i>Cytosine-Phosphate-Guanine</i>, and it is the addition of a methyl group to the Cytosine at a CpG site.
 +
<br>
 +
<br>M.SssI is a methyltransferase derived from <i>Spiroplasma</i>, and is a very common protein used in epigenetics studies. It has been shown to work effectively both <i>in vivo</i> and <i>in vitro</i>, and the CpG methylation that M.SssI exhibits is orthogonal to the bacterial form of methylation, which methylates GATC sites in the genome using an enzyme called the DNA Adenine Methyltransferase (dam). In most bacteria, there are certain restriction enzymes native to the genome that digest CpG methylated sites as protection for the cell against foreign DNA. However, if the M.SssI is expressed in the cell <i>in vivo</i>, it will methylate the genome of the cell and cause the genome to be digested, leading to death of the cell. Therefore, when using this part, it should be noted that experiments and cloning involving this part should be done in cells that don’t have this restriction mechanism, called Mcr and Mrr restriction, which can be purchased from vendors such as New England Biolabs. For the Penn iGEM project,  the experiments involving this protein were done in T7 Express cells, purchased from New England Biolabs, which are classified as an Mcr- and Mrr- strain.
 +
</br>
 +
</br>
 +
Part of Penn iGEM's project in 2013 was creating novel targeted methyltransferases, which are fusion proteins consisting of a DNA binding domain, such as a TAL effector, linked to a methyltransferse, M.SssI in our case, and testing those proteins for site specific methylation in vivo using the MaGellin assay workflow. We used this part as a positive control for those studies, in order to compare genome wide methylation and site specific methylation using our novel fusion proteins.
 +
</br> </br>
 +
<div style="margin-left:auto;margin-right:auto;text-align:center"><img border="0" src="https://static.igem.org/mediawiki/2013/e/e4/M.sssi_blue.gif" alt="M.SssI" width="600" height="500"></div>
 +
</br></br>
 +
</br>
 +
<b>CpG Methylase M.SssI with Linker <a href="http://parts.igem.org/Part:BBa_K1128002">(BBa_K1128002)</a></b>
 +
</br>
 +
</br>
 +
For full characterization see BBa_K1128000. This is an M.SssI methyltransferase protein with a linker on the N terminus. The part is ready for fusion to transcription factors. The linker is composed of a string of glycine residues.
 +
</br>
 +
</br>
-
    <!--first hero unit-->
+
           
-
    <div class="hero-unit" id="text">
+
         </div>
-
         <h4>First Section</h4>
+
-
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
+
-
  incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
+
-
  exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
+
-
  in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
+
-
  sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
+
     </div>
     </div>
-
</div>
+
   
-
 
 
-
       
 
-
    </body>
 
-
 
 
-
 
 
    
    
 +
</body>
 +
<script>
 +
</script>
</html>
</html>

Latest revision as of 23:21, 27 September 2013

Parts

parts
Parts Submitted


MaGellin Plasmid Backbone (BBa_K1128001)

This part allows a user to quickly and easily screen site specific methylating proteins for activity and specificity. It uses a modified version of Novagen's pET-26(b)+ vector with additional sites cloned in, as well as the standard BioBrick prefix and suffix for cloning in standard parts from the registry. The plasmid backbone contains two AvaI restriction sites, which are composed of CYCGRG and are cut by the AvaI restriction enzyme. These sites can be CpG methylated, which blocks the activity of the AvaI enzyme. The backbone also contains a 9 base pair region that can be removed and replaced. This site is upstream of one of the AvaI sites and can act as a transcription factor "target site", used to determine where certain DNA transcription factors bind. It has the BBa_J04450 insert, which is an RFP expression cassette with a pLac promoter. This backbone has a lac repressor gene, and will NOT express the RFP in vivo. The backbone has a gene for Kanamycin resistance.

CpG Methylase M.SssI (BBa_K1128000)

Epigenetics, the study of modifications made to DNA in order to regulate and control the functions of a cell, has several components, one of which is known as DNA methylation. This involves adding a methyl group (-CH3) to a base pair residue, which helps the cell determine if the methylated gene should be off, or if it should be on, and how much protein it should be expressing. The enzymes that catalyze the addition of methyl groups to the DNA are called methyltransferases, and each type of methyltransferase has its own unique activity. The most common type of methylation in a eukaryotic cell is called CpG methylation, which stands for Cytosine-Phosphate-Guanine, and it is the addition of a methyl group to the Cytosine at a CpG site.

M.SssI is a methyltransferase derived from Spiroplasma, and is a very common protein used in epigenetics studies. It has been shown to work effectively both in vivo and in vitro, and the CpG methylation that M.SssI exhibits is orthogonal to the bacterial form of methylation, which methylates GATC sites in the genome using an enzyme called the DNA Adenine Methyltransferase (dam). In most bacteria, there are certain restriction enzymes native to the genome that digest CpG methylated sites as protection for the cell against foreign DNA. However, if the M.SssI is expressed in the cell in vivo, it will methylate the genome of the cell and cause the genome to be digested, leading to death of the cell. Therefore, when using this part, it should be noted that experiments and cloning involving this part should be done in cells that don’t have this restriction mechanism, called Mcr and Mrr restriction, which can be purchased from vendors such as New England Biolabs. For the Penn iGEM project, the experiments involving this protein were done in T7 Express cells, purchased from New England Biolabs, which are classified as an Mcr- and Mrr- strain.

Part of Penn iGEM's project in 2013 was creating novel targeted methyltransferases, which are fusion proteins consisting of a DNA binding domain, such as a TAL effector, linked to a methyltransferse, M.SssI in our case, and testing those proteins for site specific methylation in vivo using the MaGellin assay workflow. We used this part as a positive control for those studies, in order to compare genome wide methylation and site specific methylation using our novel fusion proteins.

M.SssI



CpG Methylase M.SssI with Linker (BBa_K1128002)

For full characterization see BBa_K1128000. This is an M.SssI methyltransferase protein with a linker on the N terminus. The part is ready for fusion to transcription factors. The linker is composed of a string of glycine residues.