Difference between revisions of "Team:Hong Kong HKU/Composite Part"

(Prototype team page)
 
Line 1: Line 1:
{{Hong_Kong_HKU}}
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<html>
+
  <head>
 +
 
 +
  </head>
 +
 
 +
  <style type="text/css"> 
 +
 
 +
   
 +
  #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
  
<h2> Composite Parts</h2>
+
  .firstHeading {
 +
    width: 975px;
 +
    margin: 0px auto;
 +
    padding-top: 100px;
 +
    margin-bottom: 20px;
 +
    font-family: Georgia, Times, "Times New Roman", serif;
 +
  }
  
 +
  h1
 +
  {
 +
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
                font-weight: 400;
 +
                letter-spacing: 1px;
 +
  }
  
<div class="highlightBox">
+
        h2
<h4>Note</h4>
+
        {
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best New Composite Part award</a>, you must fill out this page. Please give links to the Registry entries for the Composite parts you have made. Please see the Registry's <a href="http://parts.igem.org/Help:Parts#Basic_and_Composite_Parts"> Help:Parts page</a> for more information on part types.</p>
+
          color: #515151;
</div>
+
                font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
          font-size: 20px;
 +
          font-style: normal;
 +
          font-variant: normal;
 +
          font-weight: 700;
 +
          line-height: 30px;
 +
                text-align: left;
 +
                margin-bottom:10px;
 +
                margin-top: 40px;
 +
        }
  
<p>
+
        h3
A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
+
        {
</p>
+
          color: #1ce3b6;
 +
          font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
          font-size: 170%;
 +
          font-style: normal;
 +
          font-variant: normal;
 +
          font-weight: 400;
 +
          line-height: 100px;
 +
                letter-spacing: 1px;
 +
          text-align: center;
 +
        }
  
<p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p>
+
        h4
 +
        {
 +
          color: #515151;
 +
                font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
          font-size: 100%;
 +
          font-style: normal;
 +
          font-variant: normal;
 +
          font-weight: 600;
 +
          line-height: 20px;
 +
                letter-spacing: 1px;
 +
                margin:20px;
 +
        }
  
 +
        h5
 +
        {
 +
          color: #1ce3b6;
 +
          font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
          font-size: 130%;
 +
          font-style: normal;
 +
          font-variant: normal;
 +
          font-weight: 500;
 +
          line-height: 45px;
 +
          text-align: left;
 +
                letter-spacing: 1px;
 +
        }
  
</div>
+
  p
 +
        {
 +
          color: #000000;
 +
                font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
          font-size: 12px;
 +
          font-style: normal;
 +
          font-variant: normal;
 +
          font-weight: 400;
 +
          line-height: 30px;
 +
                text-align: left;
 +
                margin:20px;
 +
                text-indent: 20px;
 +
                text-align: justify;
 +
                text-justify:inter-ideograph
 +
                word-spacing: 2px;
 +
                letter-spacing: 1px;
 +
        }
  
 +
        h6
 +
        {
 +
          color: #000000;
 +
                font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
          font-size: 9px;
 +
          font-style: normal;
 +
          font-variant: normal;
 +
          font-weight: 400;
 +
          line-height: 20px;
 +
                text-align: left;
 +
                margin:10px;
 +
        }
 +
 +
  #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
    background-color: #383838;
 +
    border: 0 none;
 +
    height: 14px;
 +
    z-index: 100;
 +
    top: 0;
 +
    position: fixed;
 +
    width: 975px;
 +
    left: 50%;
 +
    margin-left: -487px;
 +
  }
 +
 +
  #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
    background-color: #383838;
 +
    height: 14px;
 +
    display: block;
 +
    z-index: 10;
 +
    position: fixed;
 +
    width: 100%;
 +
    top: 0;
 +
  }
 +
 +
/*Change the styling of tables */
 +
              #contentcontainer table {
 +
            border: none;
 +
            border-collapse: collapse;
 +
            width: 90%
 +
            margin: auto;
 +
            align: center;
 +
            text-align: center;
 +
 +
            font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
 +
          }
 +
 +
    /*Change the styling of table cells*/
 +
          #contentcontainer  td {
 +
            padding: 10px;
 +
            border: none;
 +
            border-collapse: collapse;
 +
            vertical-align: text-top;
 +
          }
 +
 +
    /*Change the styling of table headers */
 +
          #contentcontainer th {
 +
            background-color: #e3f5fb;
 +
            padding: 0px;
 +
            border: none;
 +
            border-collapse: collapse;
 +
            vertical-align: text-top;
 +
            color: #225983;
 +
          }
 +
 +
  #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
    color: #727272;
 +
    text-decoration: none;
 +
    background-color: transparent;
 +
  }
 +
 +
  body {
 +
    background-color: #fff;
 +
  }
 +
 +
  #globalWrapper, #content { /*-- changes default wiki settings --*/
 +
    width: 100%;
 +
    height: 100%;
 +
    border: 0px;
 +
    background-color: transparent;
 +
    margin: 0px;
 +
    padding: 0px;
 +
  }
 +
 +
  html, body, .wrapper { /*-- changes default wiki settings --*/
 +
    width: 100%;
 +
    height: 100%;
 +
    background-color: transparent; 
 +
  }
 +
 +
  #contentcontainer { /*-- creates container for all content on page --*/
 +
    font-family: Arial, Helvetica, sans-serif;
 +
    font-weight: normal;
 +
    font-size: 14px;
 +
    color: #414141;
 +
    width: 60%;
 +
    margin-left: 20%;
 +
    margin-right: 20%;
 +
    background-color: transparent;
 +
    margin-top: 0px;
 +
  }
 +
 +
  table#t01  {
 +
 
 +
    border: 1px solid #565656;
 +
    border-collapse: collapse;
 +
  margin: auto;
 +
            align: center;
 +
            font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
}
 +
 +
table#t01 td {
 +
            padding: 10px;
 +
            border: 1px solid #565656;
 +
            border-collapse: collapse;
 +
            vertical-align: text-top;
 +
          }
 +
 +
table#t01  th {
 +
            background-color: #e3f5fb;
 +
            padding: 10px;
 +
            border: 1px solid #565656;
 +
            border-collapse: collapse;
 +
            vertical-align: text-top;
 +
          }
 +
 +
 
 +
   
 +
  #main_menu
 +
        {
 +
    width: 100%;
 +
    height: 60px;
 +
    background-color: rgba(255,255,255,0.5);
 +
    text-align: center;
 +
    word-spacing: 35px;
 +
    z-index:100;
 +
    position:fixed;
 +
margin-top: -2px;
 +
  }
 +
 
 +
  #main_menu nav
 +
  {
 +
    margin-top: 20px;
 +
  }
 +
 
 +
  #main_menu ul
 +
  {
 +
    padding:0px;
 +
                list-style: none;
 +
  }
 +
 
 +
  #main_menu li ul
 +
  {
 +
    display:none;
 +
    height:auto;
 +
    padding-top: 65px;
 +
    padding-right:10px;
 +
                padding-bottom:10px;
 +
                padding-left:10px;
 +
    border:0px;
 +
    position:fixed;
 +
    width:auto;
 +
    z-index:100;
 +
    text-align: left;
 +
    margin-top: -41px;
 +
                list-style: none;
 +
                background-color: rgba(255,255,255,0.5);
 +
  }
 +
 
 +
  #main_menu li ul a
 +
  {
 +
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
    color: #303e67;
 +
    font-size: 120%;
 +
    border: 0px;
 +
    font-weight:500;
 +
    margin-top: 10px;
 +
    text-decoration:none;
 +
                list-style: none;
 +
                word-spacing: 2px;
 +
                letter-spacing: 2px;
 +
                line-height: 15px;
 +
  }
 +
 
 +
  #main_menu li ul a:hover
 +
  {
 +
    color: #3e87b4;
 +
                list-style: none;
 +
  }
 +
 
 +
  #main_menu li:hover ul{
 +
    display:block;
 +
list-style: none;
 +
  }
 +
   
 +
  #main_menu a
 +
  {
 +
    color: #303e67;
 +
    font-size: 140%;
 +
                letter-spacing: 3px;
 +
    border: 0px;
 +
    text-align: center;
 +
    font-weight:500;
 +
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
 +
    font-weight: 500;
 +
 +
  }
 +
 
 +
  #main_menu a:hover
 +
  {
 +
    color: #3e87b4;
 +
    text-decoration:none;
 +
  }
 +
 +
    #line
 +
  {
 +
    display:inline;
 +
    margin-top: 5px;
 +
  }
 +
 
 +
  #main_img
 +
  {
 +
    width: 100%;
 +
    text-align:center;
 +
    margin-top: -21px;
 +
  }
 +
 +
    #circuit_img
 +
  {
 +
    width: 1200px;
 +
    position: center;
 +
            margin-left:125px;
 +
        height: 300px;
 +
  }
 +
 
 +
  #gel_img {width:700px; margin: auto;}
 +
 +
  #gel2_img {width:175px; height:350px; margin: auto;}
 +
 
 +
  .title
 +
  {
 +
    color: #1ce3b6; <!--字的顏色-->
 +
    text-align: center; <!--置中-->
 +
    font-size: 500%; <!--字體大小-->
 +
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;  <!--字體字型-->
 +
    font-weight: 200; <!--字體粗細,400為正常大小,700為bold-->
 +
  }
 +
 
 +
  .description
 +
  {
 +
    text-indent: 30px;
 +
    text-align: left;
 +
  }
 +
 
 +
  </style>
 +
 
 +
 
 +
  <header id = "main_menu">
 +
    <nav>
 +
      <ul>
 +
        <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU">HOME</a></li>
 +
        <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Team">TEAM</a></li>
 +
        <li id="line"><a href = "#">PROJECT</a>
 +
          <ul style="margin-left: 18%;">
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Description">Description</a></li>
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Experiments">Experiments</a></li>
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Results">Results</a></li>
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Design">Design</a></li>
 +
          </ul>
 +
        </li>
 +
        <li id="line"><a href = "#">PARTS</a>
 +
          <ul style="margin-left:26.6%;">
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Parts">Team Parts</a></li>
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Basic_Part">Basic Parts</a></li>
 +
            <li style = "margin-top: 3px"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Composite_Part">Composite <br> Parts</a></li>
 +
          </ul>
 +
        </li>
 +
        <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Modeling">MODELING</a></li>
 +
                                <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Notebook">NOTEBOOK</a></li>
 +
        <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Attributions">ATTRIBUTIONS</a></li>
 +
        <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Practices">HUMANPRACTICES</a></li>
 +
        <li id="line"><a href = "https://2015.igem.org/Team:Hong_Kong_HKU/Safety">SAFETY</a></li>
 +
      </ul>
 +
    </nav>
 +
  </header>
 +
 
 +
  <!--<script>
 +
                $('a.menu').click(function(){
 +
    $('a.menu').removeClass("active");
 +
    $(this).addClass("active");
 +
});
 +
        </script>-->
 +
 
 +
 
 +
  <body class="mediawiki  ltr ns-0 ns-subject page-Team_Hong_Kong_HKU">
 +
    <div id="globalWrapper">
 +
      <div id="content">
 +
       
 +
          <!-- start content -->
 +
            <style>
 +
              #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
             
 +
            </style>
 +
 +
            <!--  here ends the section that changes the default wiki template to a white full width background -->
 +
 +
 +
            <!-- beginning of your page -->
 +
 +
            <!-- First block of content -->
 +
            <table  id="firstblock" width="100%"  cellspacing="0" height="500px">
 +
              <tr>
 +
                <td width="975px" align="center">
 +
 +
                  <!-- 主頁的圖片,上傳後把網址放在src""內-->
 +
                  <img id = "main_img" src = "https://static.igem.org/mediawiki/2015/a/a0/Composite_part_banner.jpeg" />
 +
 +
                </td>
 +
              </tr>
 +
            </table>
 +
            <!-- end of first block -->
 +
                                                <div id="contentcontainer">
 +
            <!--  Block of content 1 -->
 +
 +
 +
                        <!-- Content goes here -->
 +
<table width="100%"  cellspacing="0" height="50px" border = "0"> </table>
 +
                       
 +
                        <h3>COMPOSITE PARTS</h3>
 +
 +
<a href="http://parts.igem.org/Part:BBa_K1774000"><h2>CRISPR-Cas9 contaiment device repressed by arabinose and tryptophan- BBa_K1774000</h2></a>
 +
 +
<h5>Overview</h5>
 +
<p>This is a prototype containment device which aims to control accidental leakage of GMM once it escape from medium containing arabinose and tryptophan. The device consists of two modules, an arabinose repressible cas9 expression module and a tryptophan repressible gRNA expression module. Since we plan to experiment this device on E. coli BL21 (DE3), we have designed a gRNA that target the chassis only. Under the presence of sufficient amount of arabinose and tryptophan the device remain silent, however when bacteria escape to environment without arabinose and tryptophan, Cas9 and gRNA targeting DNA polymerase III alpha subunit (dnaE) will be expressed. Subsequent cleavage of the targeted sequence may hinder replication of bacteria.</p>
 +
 +
<h5>CRISPR-Cas9</h5>
 +
<p>Our device utilize CRISPR-Cas9 (clustered regularly interspaced short palindromic repeats, CRISPR-associated), an bacterial adaptive immune system originated from Streptococcus pyogenes SF370 which might play an important role in combating bacteriophages by destroying phage DNA. The wild type system constitute of three essential components. (1) Cas9 endonuclease with two DNA cleavage sites (RuvC and HNH). (2) A non-coding CRISPR array composes of series of repeat-spacer which contain sequence derived from invading DNA. Transcription and processing of the CRISPR array produce number of crRNA carrying 20nt complementary to the target sequence. (3) A trancRNA (trans-activating crRNA) which form a RNA duplex (trancRNA:crRNA) with crRNA that direct binding of Cas9 to target DNA. Base pairing of tracRNA:crRNA with target sequence immediate upstream of protospacer adjacent motif (PAM), in this case 5'-NGG-3' initiates double strand break by RuvC and NHN nuclease domain in Cas9 endonuclease.
 +
In order to simplify the device, we have reprogram the system with single guide RNA (sgRNA) instead of using the CRISPR array and tracRNA. This reprogramming is also widely adopted in many genome editing applications. Moreover, this construct also make use of codon optimized Cas9 (BBa_K1774001) for better translation efficiency in E. coli.</p>
 +
 +
 +
<h5>How the device work</h5>
 +
 +
<h4>OFF state -- With arabinose and tryptophan </h4>
 +
<p>1. Arabinose activate pBAD by repressing AraC </p>
 +
<p>2. Tryptophan repress pTrp by activating TrpR </p>
 +
<p>3. Activation of pBAD initiate expression of CI which repress expression of Cas9 </p>
 +
<p>4. Repression of pTrp lead to low expression of gRNA </p>
 +
<p>5. The expression of CRISPR-Cas9 system is repressed by the presence of arabinose and tryptophan </p>
 +
 +
<h4>ON state -- Without arabinose and tryptophan </h4>
 +
<p>1. Net consumption of arabinose and tryptophan repress pBAD and activate pTrp </p>
 +
<p>2a. Repression and degradation of CI activate Cas9 expression </p>
 +
<p>2b. Activation of pTrp initiate transcription of gRNA </p>
 +
<p>3. Expression of both Cas9 and gRNA lead to cleavage of dnaE, hence inhibit replication and perhaps lead to cell death </p>
 +
 +
<img id = "gel_img" src = "https://static.igem.org/mediawiki/2015/2/28/Part1_hku.png" />
 +
 +
 +
<h5>Reference</h5>
 +
<h6>[1] Chylinski, K., Le Rhun, A., & Charpentier, E. 2013. The tracrRNA and Cas9 families of type II CRISPR-Cas immunity systems. RNA Biol. 10:726–737 </h6>
 +
<h6>[2] Ran, F.A. et al. 2013. Genome engineering using the CRISPR-Cas9 system. Nat. Protoc. 8:2281–2308. </h6>
 +
<h6>[3] Sander, J.D. & Joung, J.K. 2014. CRISPR-Cas systems for editing, regulating and targeting genomes. Nat. Biotechnol. 32:347–355. </h6>
 +
<h6>[4] M. Jineket al. 2012. A programmable dual-RNA-guided DNA endonuclease in adaptive bacterial immunity. Science. 337:816. </h6>
 +
<h6>[5] Deltcheva, E. et al. 2011. CRISPR RNA maturation by trans-encoded small RNA and host factor RNase III. Nature. 471:602–607. </h6>
 +
<h6>[6] Bortesi, L. & Fischer, R. 2015. The CRISPR/Cas9 system for plant genome editing and beyond. Biotechnology Advances. 33:41–52.</h6>
 +
<h6>[7] Schleif, R. 2003. AraC protein: a love-hate relationship. BioEssays. 25:274-282. </h6>
 +
<h6>[8] Gunsalus, R.P. and Yanofsky, C. 1980. Nucleotide sequence and expression of Escherichia coli trpR, the structural gene for the trp aporepressor. proc. Natl. Acad. Sci. USA. 77;12:7117-7121. </h6>
 +
 +
 +
 +
 +
 +
 +
<table width="100%"  cellspacing="0" height="200px" border = "0"> </table>
 +
           
 +
 +
 +
        </div>
 +
      </div>
 +
    </div>
 +
  </body>
 
</html>
 
</html>

Revision as of 02:47, 19 September 2015

COMPOSITE PARTS

CRISPR-Cas9 contaiment device repressed by arabinose and tryptophan- BBa_K1774000

Overview

This is a prototype containment device which aims to control accidental leakage of GMM once it escape from medium containing arabinose and tryptophan. The device consists of two modules, an arabinose repressible cas9 expression module and a tryptophan repressible gRNA expression module. Since we plan to experiment this device on E. coli BL21 (DE3), we have designed a gRNA that target the chassis only. Under the presence of sufficient amount of arabinose and tryptophan the device remain silent, however when bacteria escape to environment without arabinose and tryptophan, Cas9 and gRNA targeting DNA polymerase III alpha subunit (dnaE) will be expressed. Subsequent cleavage of the targeted sequence may hinder replication of bacteria.

CRISPR-Cas9

Our device utilize CRISPR-Cas9 (clustered regularly interspaced short palindromic repeats, CRISPR-associated), an bacterial adaptive immune system originated from Streptococcus pyogenes SF370 which might play an important role in combating bacteriophages by destroying phage DNA. The wild type system constitute of three essential components. (1) Cas9 endonuclease with two DNA cleavage sites (RuvC and HNH). (2) A non-coding CRISPR array composes of series of repeat-spacer which contain sequence derived from invading DNA. Transcription and processing of the CRISPR array produce number of crRNA carrying 20nt complementary to the target sequence. (3) A trancRNA (trans-activating crRNA) which form a RNA duplex (trancRNA:crRNA) with crRNA that direct binding of Cas9 to target DNA. Base pairing of tracRNA:crRNA with target sequence immediate upstream of protospacer adjacent motif (PAM), in this case 5'-NGG-3' initiates double strand break by RuvC and NHN nuclease domain in Cas9 endonuclease. In order to simplify the device, we have reprogram the system with single guide RNA (sgRNA) instead of using the CRISPR array and tracRNA. This reprogramming is also widely adopted in many genome editing applications. Moreover, this construct also make use of codon optimized Cas9 (BBa_K1774001) for better translation efficiency in E. coli.

How the device work

OFF state -- With arabinose and tryptophan

1. Arabinose activate pBAD by repressing AraC

2. Tryptophan repress pTrp by activating TrpR

3. Activation of pBAD initiate expression of CI which repress expression of Cas9

4. Repression of pTrp lead to low expression of gRNA

5. The expression of CRISPR-Cas9 system is repressed by the presence of arabinose and tryptophan

ON state -- Without arabinose and tryptophan

1. Net consumption of arabinose and tryptophan repress pBAD and activate pTrp

2a. Repression and degradation of CI activate Cas9 expression

2b. Activation of pTrp initiate transcription of gRNA

3. Expression of both Cas9 and gRNA lead to cleavage of dnaE, hence inhibit replication and perhaps lead to cell death

Reference
[1] Chylinski, K., Le Rhun, A., & Charpentier, E. 2013. The tracrRNA and Cas9 families of type II CRISPR-Cas immunity systems. RNA Biol. 10:726–737
[2] Ran, F.A. et al. 2013. Genome engineering using the CRISPR-Cas9 system. Nat. Protoc. 8:2281–2308.
[3] Sander, J.D. & Joung, J.K. 2014. CRISPR-Cas systems for editing, regulating and targeting genomes. Nat. Biotechnol. 32:347–355.
[4] M. Jineket al. 2012. A programmable dual-RNA-guided DNA endonuclease in adaptive bacterial immunity. Science. 337:816.
[5] Deltcheva, E. et al. 2011. CRISPR RNA maturation by trans-encoded small RNA and host factor RNase III. Nature. 471:602–607.
[6] Bortesi, L. & Fischer, R. 2015. The CRISPR/Cas9 system for plant genome editing and beyond. Biotechnology Advances. 33:41–52.
[7] Schleif, R. 2003. AraC protein: a love-hate relationship. BioEssays. 25:274-282.
[8] Gunsalus, R.P. and Yanofsky, C. 1980. Nucleotide sequence and expression of Escherichia coli trpR, the structural gene for the trp aporepressor. proc. Natl. Acad. Sci. USA. 77;12:7117-7121.