Team:Berkeley/Project/Introduction

From 2013.igem.org

(Difference between revisions)
(Created page with "{{Team:Berkeley/header}} <html> <head> <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Template:Team:Berkeley/foundation?action=raw&ctype=text/css" /> <l...")
 
(16 intermediate revisions not shown)
Line 1: Line 1:
{{Team:Berkeley/header}}
{{Team:Berkeley/header}}
<html>
<html>
 +
   
 +
    <body data-spy="scroll" data-target="#navbar">
 +
        <div id="navbar">
 +
            <ul class="nav">
 +
                <li id="TitleID"> <a id="TitleID" href="https://2013.igem.org/Team:Berkeley/Project/Introduction" >Introduction</a>
 +
                </li>
 +
                <li><a href="#2">Industrial Dyeing Process</a>
 +
                </li>
 +
                <li><a href="#3">Inspiration: Indigo Chemistry in Plants</a>
 +
                </li>
 +
                <li><a href="#4">Our Green Pathway to Dye Jeans</a>
 +
                </li>
 +
            </ul>
 +
        </div>
 +
        <div id="inner-content">
 +
            <div class="heading-large"><a name="Team Blue Genes: Introduction">Introduction</a>
 +
            </div>
 +
           
 +
            <div id="2">
 +
                <div id="#Industrial" class="heading" class="box"><a name="Industrial Dyeing">Industrial Dyeing Process</a>
 +
                </div>
 +
                            <p>The world needs to dye 3 billion pairs of jeans with indigo annually. The current industrial dyeing method involves many steps, first producing indigo from the petroleum product, benzene, and then solubilizing indigo to allow it to adhere to cloth. The chemicals used in the process include strong acids, strong bases, and the reducing agent sodium dithionite. The table shown below shows the NFPA diamonds for each chemical highlighting their reactivity and hazards. With this process in mind, what if there was a better way to dye jeans? One that doesn't use oil, that doesn't use harsh chemicals, that doesn't require additional solubilization, and that doesn't result in environmental damage? We figured that there might be such a process... and so we began our project - Blue Genes. </p>
 +
                            <div style="text-align:center">
 +
                            <img src="https://static.igem.org/mediawiki/2013/3/38/Industrial.png" width="500" /></div>
 +
                         
 +
            <div id="3">
 +
                <div id="#Inspiration" class="heading" class="box"><a name="Inspiration">Inspiration: Indigo Chemistry in Plants</a>
 +
                </div>
 +
             
 +
                            <p> Using biology to address some of our energy and chemical needs has become an increasingly popular route. Because biosynthetic processes begin with renewable resources like sugar and amino acids, engineering biology can potentially resolve our continual reliance on oil. As we searched for a biosynthetic route to dye jeans, we learned that certain species of plants produce indigo under stressed conditions. One of these plants is polygonum tinctorium. In the healthy, green part of the leaf, the plant sequesters a naturally produced toxin called indole by using a glucosyltransferase (GT) enzyme to glucosylate indole and produce indican - a soluble and non-reactive chemical which is harmlessly stored in the vacuoles of plant cells. </p>
 +
<p> However when we sprayed the leaf with ethanol, the leaf begins to die, cell compartmentalization fails, and the vacuoles degrade. De-compartmentalization exposes the previously isolated indican to another enzyme in the cell called B-glucosidase (GLU), which cleaves the glucose moiety from indican. This cleavage produces an unstable intermediate called indoxyl which quickly oxidizes and dimerizes to indigo, turning the leaf blue as shown below. Indican is a suitable solubilized indigo that we can make to dye jeans. It can be created and converted to indigo enzymatically. </p>
 +
                            <div style="text-align:center">
 +
                                <img src="https://static.igem.org/mediawiki/2013/c/c9/Plantindicna.png" width="700" />
 +
                            </div>
 +
                       
 +
            </div>
 +
            <div id="4">
 +
                <div id="#Green" class="heading" class="box"><a name="Abstract">The Blue Genes Enzymatic Dyeing Process</a>
 +
                </div>
 +
               
 +
                            <p> Because indican is soluble, it adheres to jeans and can be mass produced as a dyeing agent. This would avoid the current problem of making an insoluble indigo dye and then solubilizing it to facilitate dyeing. After jeans are coated in the soluble indican, they can then be exposed to a glucosidase, similar to the mechanism in stressed plants, producing dyed jeans. This process would use renewable resources as inputs and circumvent many of the hazardous chemicals used industrially to produce blue jeans.</p>
 +
                            <div style="text-align:center">
 +
                                <img src="https://static.igem.org/mediawiki/2013/5/51/BlueGenesFinalPathway.png" width="600" />
 +
                            </div>
 +
                            <p>Putting all of our research together, we came up with a novel enzymatic dyeing process to dye jeans completely biologically, using the <i> E. coli </i> chassis. Our pathway begins with indole, an intermediate generated in <i> E. coli </i> as well as plants, and uses a heterologously expressed <a href="https://2013.igem.org/Team:Berkeley/Project/FMO" target="_new">FMO enzyme to produce indoxyl</a> which would then be <a href="https://2013.igem.org/Team:Berkeley/Project/GT" target="_new">taken to indican using a glucosyltransferase (GT)</a>. After coating fabric with  indican as desired, a <a href="https://2013.igem.org/Team:Berkeley/Project/GLU" target="_new">B-glucosidase enzyme (GLU) would cleave the sugar from indican</a> to generate indoxyl which oxidizes to blue indigo. In the subsequent pages, we identify and characterize each of the three highlighted enzymes in this pathway. To the best of our knowledge, our Berkeley iGEM 2013 team is the first to generate indican from a recombinant enzyme in literature. Beyond this, we show that we can dye cloth permanently using indican. Keep reading to find out more about the functionality of each part of our process! </p>
 +
                     
 +
            </div>
 +
        </div>
-
<head>
+
<script>  
-
  <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Template:Team:Berkeley/foundation?action=raw&ctype=text/css" />
+
var offset = 54;
-
  <link rel="stylesheet2" type="text/css" href="https://2013.igem.org/Template:Team:Berkeley/css?action=raw&ctype=text/css" />
+
$('#navbar li a').click(function(event) {
-
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+
if ( ($(this).attr('id')) == 'TitleID') {
-
 
+
return;
 +
}
 +
else {
 +
    event.preventDefault();
 +
    $($(this).attr('href'))[0].scrollIntoView();
 +
    scrollBy(0, -offset);
 +
}
 +
});
-
</head>
+
</script>
-
 
+
-
<body>
+
-
<div class = "content">
+
-
<div class = "container">
+
-
 
+
-
<div class = "">
+
-
  <a href="https://2013.igem.org/Team:Berkeley/Project">
+
-
    <img src="https://static.igem.org/mediawiki/2013/3/3b/Project_Button_Full_large_new_intro.png" width="236px;" height="340px;" class="button" />
+
-
  </a>
+
-
 
+
-
  <a href="https://2013.igem.org/Team:Berkeley/Project/FMO"> 
+
-
    <img src="https://static.igem.org/mediawiki/2013/1/1b/Project_Button_Full_large_new_characterize.png" width="236px;" height="340px;" class="button" />
+
-
  </a>
+
-
 
+
-
  <a href="https://2013.igem.org/Team:Berkeley/Project/GT"> 
+
-
    <img src="https://static.igem.org/mediawiki/2013/9/91/Project_Button_Full_large_new_solubilize.png" width="236px;" height="340px;" class="button" />
+
-
  </a>
+
-
 
+
-
 
+
-
  <a href="https://2013.igem.org/Team:Berkeley/Project/GLU">
+
-
    <img src="https://static.igem.org/mediawiki/2013/8/8a/Project_Button_Full_large_new_dyeing.png" width="236px;" height="340px;" class="button" />
+
-
  </a>
+
-
</div>
+
-
 
+
-
 
+
-
<br />
+
-
 
+
-
  <div id = "Introduction">
+
-
  <div class = "heading-large"><a name="Team Blue Genes: Introduction">Introduction</a> </div>
+
-
<p></p>
+
-
  <div class = "heading"><a name="Abstract">Abstract</a></div>
+
-
<table class = "table" style="border: 0px solid rgba(17,77,146, 0);">
+
-
<tr>
+
-
<td style="text-align: left;">The world consumes over 40 million kilograms of indigo annually, primarily for dyeing denim. Indigo is currently derived from petroleum using a high energy process, and commercial dyeing involves the use of reducing agents to solubilize the dye. The development of biosynthetic and bioprocessing methodologies for indigo dyeing could have environmental and economic advantages. By combining the biosynthesis of indigo and the use of the natural indigo precursor indican, we propose a more sustainable dyeing method as an alternative to chemically-reduced indigo in the large scale production of indigo textiles. We achieved in vivo indigo production in high titers, and efficient cleavage of indican using a non-native glucosidase. Inspired by natural systems, we isolated and characterized several plant and bacterial glucosyl transferases hypothesized to produce indican. Lastly, we compare the cost and environmental impact of our alternative with the present chemical process. </td>
+
-
</tr>
+
-
        </table>
+
-
  <div class = "heading"><a name="Industrial Dyeing">Industrial Dyeing Process</a></div>
+
-
<table class = "table" style="border: 0px solid rgba(17,77,146, 0);">
+
-
<tr>
+
-
<td style="text-align: left;"><p> The world needs to dye 3 billion pairs of jeans with indigo annually. Currently, industrial dyeing uses an extensive process, first producing indigo from the petroleum product, benzene, and then solubilizing indigo to allow it to adhere to cloth. The chemicals used in the process include strong acids, strong bases, and the reducing agent sodium dithionite. The table shown below shows the NFPA diamonds for each chemical highlighting their reactivity and hazards. Given previous iGEM interest in indigo by teams <a target="_new" href="https://2012.igem.org/Team:Cornell/project/wetlab/assembly/naphthalene">Cornell</a>, <a target="_new" href="https://2012.igem.org/Team:KAIST_Korea/Project_Background">KAIST</a> , and <a target="_new" href="https://2012.igem.org/Team:Chalmers-Gothenburg/Results">Chalmers</a>, as well as the potential for a greener, biosynthetic alternative to denim dyeing, we started our project – Project Blue Genes.  </p>
+
-
<img src="https://static.igem.org/mediawiki/2013/c/c7/Industrialpathwayrp.png" width="500" />
+
-
<img src="https://static.igem.org/mediawiki/2013/8/83/Screen_Shot_2013-09-27_at_3.48.52_PM_copy.png" width="300" />
+
-
</td>
+
-
</tr>
+
-
        </table>
+
-
+
-
<div class = "heading"><a name="Inspiration">Inspiration: Indigo Chemistry in Plants</a></div>
+
-
<table class = "table" style="border: 0px solid rgba(17,77,146, 0);">
+
-
<tr>
+
-
<td style="text-align: left;"><p> Upon beginning our search for biosynthetic routes for dyeing jeans, we learned that certain species of plants produce indigo under stressed conditions. Below is polygonum tinctorium, an indigo producing plant. In the healthy, green part of the leaf, this plant naturally sequesters a toxic compound produced in plants called indole into a glucosylated form called indican. Indican is soluble and harmlessly stored in the vacuoles of plant cells. However, the plant's behavior changes when it is under stress. The leaf that is turning blue has been sprayed with ethanol, and parts of the plant may have begun to degrade. Though the plant is still producing indican in the vacuoles, a glucosidase enzyme previously isolated away from the indican gains access due to the failure of compartmentalization in the cell, and cleaves the glucose ring off of indican. This produces an unstable intermediate called indoxyl which quickly oxidizes and dimerizes to indigo, turning the leaf blue.</p>
+
-
<div style="text-align:center">
+
-
<img src="https://static.igem.org/mediawiki/2013/6/62/Screen_Shot_2013-09-27_at_4.28.05_PM.png" width="600" />
+
-
</div>
+
-
</td>
+
-
</tr>
+
-
        </table>
+
-
 
+
-
 
+
-
<div class = "heading"><a name="Abstract">Our Green Pathway to Dye Jeans</a></div>
+
-
<table class = "table" style="border: 0px solid rgba(17,77,146, 0);">
+
-
<tr>
+
-
<td style="text-align: left;"><p>Drawing on our knowledge of the indigo chemistry in plants, we believed we could take advantage of the indican production pathway for jeans dyeing. Because indican is soluble, it adheres to jeans and can be mass produced as a dyeing agent. After jeans are coated in the soluble indican, they can then be exposed to a glucosidase similar to the mechanism in stressed plants, producing indigo dyed jeans. This process would circumvent many of the hazardous chemicals used industrially to produce blue jeans.</p>
+
-
<div style="text-align:center">
+
-
<img src="https://static.igem.org/mediawiki/2013/c/c2/Indicanpathway.png" width="600" />
+
-
</div>
+
-
<p> We aim to establish a pathway in <i> E. coli </i> to use soluble indican to dye jeans. Our pathway begins with indole, a toxic intermediate generated in <i> E. coli </i> as well as plants, and uses a heterologously expressed FMO enzyme to produce indoxyl which would then be taken to indican using a GT or glucosyltransferase enzyme. After using indican to coat cloth as desired, a B-glucosidase enzyme, or GLU, would cleave the sugar from indican and generating indoxyl which oxidizes to blue indigo. </p>
+
-
</td>
+
-
</tr>
+
-
        </table>
+
-
</div> <!-- Closes box class -->
+
-
 
+
-
</div>
+
-
</div>
+
-
</body>
+
</html>
</html>

Latest revision as of 02:58, 29 October 2013

The world needs to dye 3 billion pairs of jeans with indigo annually. The current industrial dyeing method involves many steps, first producing indigo from the petroleum product, benzene, and then solubilizing indigo to allow it to adhere to cloth. The chemicals used in the process include strong acids, strong bases, and the reducing agent sodium dithionite. The table shown below shows the NFPA diamonds for each chemical highlighting their reactivity and hazards. With this process in mind, what if there was a better way to dye jeans? One that doesn't use oil, that doesn't use harsh chemicals, that doesn't require additional solubilization, and that doesn't result in environmental damage? We figured that there might be such a process... and so we began our project - Blue Genes.

Using biology to address some of our energy and chemical needs has become an increasingly popular route. Because biosynthetic processes begin with renewable resources like sugar and amino acids, engineering biology can potentially resolve our continual reliance on oil. As we searched for a biosynthetic route to dye jeans, we learned that certain species of plants produce indigo under stressed conditions. One of these plants is polygonum tinctorium. In the healthy, green part of the leaf, the plant sequesters a naturally produced toxin called indole by using a glucosyltransferase (GT) enzyme to glucosylate indole and produce indican - a soluble and non-reactive chemical which is harmlessly stored in the vacuoles of plant cells.

However when we sprayed the leaf with ethanol, the leaf begins to die, cell compartmentalization fails, and the vacuoles degrade. De-compartmentalization exposes the previously isolated indican to another enzyme in the cell called B-glucosidase (GLU), which cleaves the glucose moiety from indican. This cleavage produces an unstable intermediate called indoxyl which quickly oxidizes and dimerizes to indigo, turning the leaf blue as shown below. Indican is a suitable solubilized indigo that we can make to dye jeans. It can be created and converted to indigo enzymatically.

Because indican is soluble, it adheres to jeans and can be mass produced as a dyeing agent. This would avoid the current problem of making an insoluble indigo dye and then solubilizing it to facilitate dyeing. After jeans are coated in the soluble indican, they can then be exposed to a glucosidase, similar to the mechanism in stressed plants, producing dyed jeans. This process would use renewable resources as inputs and circumvent many of the hazardous chemicals used industrially to produce blue jeans.

Putting all of our research together, we came up with a novel enzymatic dyeing process to dye jeans completely biologically, using the E. coli chassis. Our pathway begins with indole, an intermediate generated in E. coli as well as plants, and uses a heterologously expressed FMO enzyme to produce indoxyl which would then be taken to indican using a glucosyltransferase (GT). After coating fabric with indican as desired, a B-glucosidase enzyme (GLU) would cleave the sugar from indican to generate indoxyl which oxidizes to blue indigo. In the subsequent pages, we identify and characterize each of the three highlighted enzymes in this pathway. To the best of our knowledge, our Berkeley iGEM 2013 team is the first to generate indican from a recombinant enzyme in literature. Beyond this, we show that we can dye cloth permanently using indican. Keep reading to find out more about the functionality of each part of our process!