Difference between revisions of "Team:HebrewU/Design"

 
(19 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
<!--- Own CSS --->
 
<!--- Own CSS --->
 
<link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/CSS?action=raw&ctype=text/css">
 
<link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/CSS?action=raw&ctype=text/css">
 
<!--- Jquery script - ****** remove when uploading to wiki ********** --->
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
  
 
<!--- Main Menu script --->
 
<!--- Main Menu script --->
Line 20: Line 17:
 
   <script src="https://2018.igem.org/Template:HebrewU/boot?action=raw&ctype=text/javascript"></script>
 
   <script src="https://2018.igem.org/Template:HebrewU/boot?action=raw&ctype=text/javascript"></script>
 
   <link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/strap?action=raw&ctype=text/css">
 
   <link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/strap?action=raw&ctype=text/css">
 
+
 
 +
<!--- Open interview in new window --->
 +
<script type="text/javascript">
 +
            function openTab(th)
 +
            {
 +
                window.open(th.name,'_blank');
 +
            }
 +
</script>
 +
       
 +
       
 
<style>
 
<style>
 
/* Disable I-GEM defult properties for blank page */
 
/* Disable I-GEM defult properties for blank page */
Line 78: Line 84:
  
 
a {
 
a {
    color: hotpink;
+
color:yellow;
 +
 
}
 
}
  
 +
a:visited {
 +
color:yellow;
 +
 +
}
 +
 +
a:hover {
 +
color:yellow;
 +
 +
}
 
#HQ_page p {
 
#HQ_page p {
 
     font-family: inherit;
 
     font-family: inherit;
     font-size:inherit;
+
     font-size:20px;
 
     color: white;
 
     color: white;
 
}
 
}
 +
 +
  
 
</style>
 
</style>
Line 131: Line 149:
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li>
             <li><a href="https://2018.igem.org/Team:HebrewU/Results">Results</a></li>
+
             <li><a href="https://2018.igem.org/Team:HebrewU/Demonstrate">Results</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li>
             <li><a href="https://2018.igem.org/Team:HebrewU/Software">Moolti</a></li>
+
             <li><a href="https://2018.igem.org/Team:HebrewU/Software">MOOLTi</a></li>
  
 
         </ul>         
 
         </ul>         
Line 185: Line 203:
 
             <a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a>
             <a href="https://2018.igem.org/Team:HebrewU/Results"><button class="b_huji_small_subnav">Results</button></a>
+
             <a href="https://2018.igem.org/Team:HebrewU/Demonstrate"><button class="b_huji_small_subnav">Results</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a>
             <a href="https://2018.igem.org/Team:HebrewU/Software"><button class="b_huji_small_subnav">Moolti</button></a>
+
             <a href="https://2018.igem.org/Team:HebrewU/Software"><button class="b_huji_small_subnav">MOOLTi</button></a>
 
         </div>
 
         </div>
  
Line 251: Line 269:
 
     }
 
     }
 
     </script>
 
     </script>
<!------------ HP start ------------->
+
   
 +
   
 +
    <a onClick="topFunction()" id="myBtn_up" title="Go to top"><img src="https://static.igem.org/mediawiki/2018/1/1e/T--hebrewu--arrow_up.png" width="40px" /></a>
  
<br /> <br />
 
  
<!-- First Grid -->
+
<script>
  <div class="blue-gray">
+
// When the user scrolls down 20px from the top of the document, show the button
  <h1 class="w3-center"> Yeast Design</h1>
+
window.onscroll = function() {scrollFunction()};
  
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
        document.getElementById("myBtn_up").style.display = "block";
 +
    } else {
 +
        document.getElementById("myBtn_up").style.display = "none";
 +
    }
 +
}
  
 +
// When the user clicks on the button, scroll to the top of the document
 +
function topFunction() {
 +
    document.body.scrollTop = 0;
 +
    document.documentElement.scrollTop = 0;
 +
}
 +
</script>
 +
<!------------ HP start ------------->
  
 +
<br /> <br />
  
        <br />  
+
<!-- First Grid -->
        <br />  
+
  <div class="blue-gray">
 +
<div class="w3-center w3-animate-left">
 +
            <img src="https://static.igem.org/mediawiki/2018/9/99/T--hebrewu--Yeast_design_HL.png" width="35%">
 +
          <br />  
 
         <br />  
 
         <br />  
  
 
         <div class="content">  
 
         <div class="content">  
 
         <p style="padding-left:150px;padding-right:150px;text-align:justify;line-height:1.5">  
 
         <p style="padding-left:150px;padding-right:150px;text-align:justify;line-height:1.5">  
         We began creating yeast strains, each with a single vector. After that, we had considered
+
         Based on the <a href="https://2018.igem.org/Team:HebrewU/Model">model</a> our team created, we identified 8 enzymes we believed would play a key role in catalyzing the degradation of TCDD. Though our plan is to host this pathway in plants, for a number of reasons we decided to first examine our pathways effectiveness in Saccharomyces cerevisiae (bakers' yeast). First and foremost, they are easier to work with than plants. They have shorter generation times, and they require cheaper and less sensitive growth provisions. Additionally, due to their ability to utilize plasmids, creating expression vectors for yeast was more straight-forward; it did not require genome editing, as is the case with plants. Though all of the aforementioned qualities apply to bacteria as well, it was important that we worked explicitly with eukaryotic organisms. Yeast, unlike bacteria, contain central molecular systems such as membrane-anchored organelles and post-transcriptional editing. As such, testing our pathway in yeast gave us an accurate understanding of how our pathway would behave in plants.
        utilizing the mat a/a system for creating strain with more than one vector, but as we found
+
        our transformation method extremely efficient, we chose to execute secondary transformations
+
        on yeast cells already contain a separate vector.  
+
        Parallel to these transformations, we engineered control strains that contained the empty vector, with
+
        no extra enzymatic activity, but allowed for these stains to be grown on the same selective Drop Out media.  
+
        These strains were critical for creating useful control groups for our experiment design.
+
 
</p>
 
</p>
 
         </div>
 
         </div>
 
         </div>
 
         </div>
 +
                <br /><br /> <br />  </p>
 +
 
         <div class="w3-center">
 
         <div class="w3-center">
         <img src="https://static.igem.org/mediawiki/2018/c/c3/T--hebrewu--yeast_design.png">
+
         <img src="https://static.igem.org/mediawiki/2018/4/4b/T--hebrewu--yeast_design1.png" style="width:80%">
 +
        <img src="https://static.igem.org/mediawiki/2018/a/ac/T--hebrewu--yeast_design2.png" style="width:80%">
 +
        <img src="https://static.igem.org/mediawiki/2018/4/4f/T--hebrewu--yeast_design3.png" style="width:80%">
 
         </div>
 
         </div>
 
          
 
          
         <br /><br /> <br />  </p>
+
 
 +
          
 +
     
 +
    </p> <br /> <br />
 +
    <div class="content">
 +
        <p style="padding-left:150px;padding-right:150px;text-align:justify;line-height:1.5">
 +
        We began creating yeast strains, each with a single vector. After that, we had considered utilizing the mat alpha/a system for creating a strain with more than one vector, but as we found our transformation method extremely efficient, we chose to execute secondary transformations on yeast cells already contain a separate vector. <br />
 +
Parallel to these transformations, we engineered control strains that contained the empty vector, with no extra enzymatic activity, but allowed for these stains to be grown on the same selective Drop Out media. These strains were critical for creating useful control groups for our experimental design.<br /><br />
 +
 
 +
Our final yeast strain was known in the lab as D24 (<a onClick="openTab(this)" name="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--Dehalo_exper_fasta.txt">Dehalogenase</a>, <a onClick="openTab(this)" name="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--hudrolase_2_6_6_fasta.txt">2,6,6 hydrolase</a> + <a onClick="openTab(this)" name="https://static.igem.org/mediawiki/2018/0/0e/T--Hebrewu--2_2_3_dioxy_fasta.txt"> 2,2,3 dioxygenase </a>, and <a onClick="openTab(this)" name="https://static.igem.org/mediawiki/2018/a/a8/T--Hebrewu--44a_dioxy_fasta.txt">44a dioxygenase</a>) and has a corresponding control strain with 3 vectors allowing for growth on -Leu, Trp, His Dropout media, but containing none of the enzymes from the TCDD degradation pathway.
 +
</p> <br /><br />
 
          
 
          
        <h2 style="padding-left:150px;padding-right:150px;text-align:justify;line-height:1.5"> Further Reading: </h2>
+
        <h2 style="padding-left:150px;padding-right:150px;text-align:justify;line-height:1.5"> Further Reading: </h2>
 
         <p>
 
         <p>
 
         <ul style="padding-left:200px;text-align:left;">
 
         <ul style="padding-left:200px;text-align:left;">
 
             <li>
 
             <li>
                 <a hred="https://www.agilent.com/cs/library/usermanuals/public/217451.pdf">pESC Yeast Vectors</a>
+
                 <a href="https://www.agilent.com/cs/library/usermanuals/public/217451.pdf">pESC Yeast Vectors</a>
 
                 </li>
 
                 </li>
 
                 <li>
 
                 <li>
                 <a hred="https://www.neb.com/-/media/catalog/datacards-or-manuals/manuale2611.pdf">Gibson Assembly</a>
+
                 <a href="https://www.neb.com/-/media/catalog/datacards-or-manuals/manuale2611.pdf">Gibson Assembly</a>
 
                 </li>
 
                 </li>
 
             </ul>
 
             </ul>
         </p>
+
         </p><br /><br />
    </p> <br /> <br />
+
       
   
+
        </div>
 +
        </div>
 
      
 
      
 
      
 
      
</div>
 
 
   </div>
 
   </div>
 
</div>
 
</div>

Latest revision as of 17:30, 12 December 2018

HebrewU HujiGEM 2018





Based on the model our team created, we identified 8 enzymes we believed would play a key role in catalyzing the degradation of TCDD. Though our plan is to host this pathway in plants, for a number of reasons we decided to first examine our pathways effectiveness in Saccharomyces cerevisiae (bakers' yeast). First and foremost, they are easier to work with than plants. They have shorter generation times, and they require cheaper and less sensitive growth provisions. Additionally, due to their ability to utilize plasmids, creating expression vectors for yeast was more straight-forward; it did not require genome editing, as is the case with plants. Though all of the aforementioned qualities apply to bacteria as well, it was important that we worked explicitly with eukaryotic organisms. Yeast, unlike bacteria, contain central molecular systems such as membrane-anchored organelles and post-transcriptional editing. As such, testing our pathway in yeast gave us an accurate understanding of how our pathway would behave in plants.






We began creating yeast strains, each with a single vector. After that, we had considered utilizing the mat alpha/a system for creating a strain with more than one vector, but as we found our transformation method extremely efficient, we chose to execute secondary transformations on yeast cells already contain a separate vector.
Parallel to these transformations, we engineered control strains that contained the empty vector, with no extra enzymatic activity, but allowed for these stains to be grown on the same selective Drop Out media. These strains were critical for creating useful control groups for our experimental design.

Our final yeast strain was known in the lab as D24 (Dehalogenase, 2,6,6 hydrolase + 2,2,3 dioxygenase , and 44a dioxygenase) and has a corresponding control strain with 3 vectors allowing for growth on -Leu, Trp, His Dropout media, but containing none of the enzymes from the TCDD degradation pathway.



Further Reading: