Team:Berkeley/Parts

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{Team:Berkeley/header}}
 +
<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/Parts">Parts</a>
 +
                </li>
 +
                <li><a href="#1">FMO </a>
 +
                </li>
 +
                <li><a href="#2">Mutant FMO</a>
 +
                </li>
 +
                <li><a href="#3">B-GLU</a>
 +
                </li>
 +
                <li><a href="#4">oleD </a>
 +
                </li>
 +
                <li><a href="#5">oleD 'ASP'</a>
 +
                </li>
 +
            </ul>
 +
        </div>
 +
        <div id="inner-content">
-
<html>
+
<div class = "heading-large"><a name="Undergraduates">Characterized Parts Submitted to Registry</a></div>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
            <div id="1">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
                <div class="heading">
-
This is a template page. READ THESE INSTRUCTIONS.
+
                    <a target="_new" href="http://parts.igem.org/Part:BBa_K1131000">BBa_K1131000  <i>M. aminisulfidivorans </i> FMO</a>
-
</div>
+
                    </div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
                <p>This Flavin-containing monooxygenase (FMO) from M. aminisulfidivorans can be expressed in many strains of E. coli to produce indigo dye. In the presence of indole and oxygen, FMO can catalyze the addition of a hydroxyl group to indole generating the intermediate indoxyl. Indoxyl then naturally oxidizes to generate indigo which, due to its hydrophobicity, crashes out of solution. The part submitted is the ORF of FMO only.</p>
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
            </div>
-
</div>
+
            <div id="2">
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
                <div class="heading">
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.   PLEASE keep all of your pages within your teams namespace.
+
                      <a target="_new" href="http://parts.igem.org/Part:BBa_K1131001">BBa_K1131001  <i>M. aminisulfidivorans </i> Mutant FMO</a>
-
</div>
+
                    </div>
 +
                <p>As a corollary to the FMO from M. aminisulfidivorans submitted, this part has three specific mutations at F179A, G181A, F189A that eradicate FMO activity. This specific FMO converted indole to indoxyl which then oxidized to indigo, the well known dye. With these mutations, indigo was not observed, and was used as a control in several studies. This part contains the ORF of the mutated FMO only.</p>
 +
            </div>
 +
           
 +
            <div id="3">
 +
                <div class="heading">
 +
                      <a target="_new" href="http://parts.igem.org/Part:BBa_K1131002">BBa_K1131002 <i>B. circulans</i> B-glucosidase</a>
 +
                    </div>
 +
                <p>The beta-Glucosidase from B. Circulans cleaves the glycosidic linkage of our substrate of interest, indican, via hydrolysis. This enzyme is expressed well in E. coli and shows activity with a variety of substrates including indican and X-Gal, offering a potential alternative in the latter case to the lacZ beta-galactosidase in a blue-white screen. This sequence corresponds to the ORF of the enzyme only.</p>
 +
            </div>
 +
           
 +
            <div id="4">
 +
                <div class="heading">
 +
                      <a target="_new" href="http://parts.igem.org/Part:BBa_K1131006">BBa_K1131006<i> S. antibioticus </i> oleD Glucosyltransferase</a>
 +
                    </div>
 +
                <p>This oleandomycin glucosyltransferase was found to glucosylate kaempferol generating kaempferol glucoside. It is known to highly promiscuous in substrate specificity and glucosylates a variety of phenolics and anthrocyanins. The sequence shown here corresponds to that of UniProt ID Q53685, and encodes the ORF only.</p>
 +
            </div>
 +
           
 +
            <div id="5">
 +
                <div class="heading">
 +
                      <a target="_new" href="http://parts.igem.org/Part:BBa_K1131007">BBa_K1131007<i> S. antibioticus </i> oleD 'ASP'-mutated Glucosyltransferase</a>
 +
                    </div>
 +
                <p>This is the mutant version of oleD glucosyltransferase part BBa_K1131006. Mutations identified by Thorson et. al. 2010 at P67T, S132F, and A242V were introduced to oleD generating the 'ASP' version of the protein. OleD 'ASP' is reported to have a much larger set of substrates it can glucosylate compared to the non mutated oleD.</p>
 +
            </div>
 +
                       
 +
 
</div>
</div>
 +
 
 +
<script>
 +
var offset = 54;
 +
$('#navbar li a').click(function(event) {
 +
if ( ($(this).attr('id')) == 'TitleID') {
 +
return;
 +
}
 +
else {
 +
    event.preventDefault();
 +
    $($(this).attr('href'))[0].scrollIntoView();
 +
    scrollBy(0, -offset);
 +
}
 +
});
 +
</script>
</html>
</html>
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:Berkeley|Home]]
 
-
!align="center"|[[Team:Berkeley/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Berkeley Official Team Profile]
 
-
!align="center"|[[Team:Berkeley/Project|Project]]
 
-
!align="center"|[[Team:Berkeley/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Berkeley/Modeling|Modeling]]
 
-
!align="center"|[[Team:Berkeley/Notebook|Notebook]]
 
-
!align="center"|[[Team:Berkeley/Safety|Safety]]
 
-
!align="center"|[[Team:Berkeley/Attributions|Attributions]]
 
-
|}
 
-
 
-
 
-
 
-
An important aspect of the iGEM competition is the use and creation of standard  biological parts. Each team will make new parts during iGEM and will place them in the [http://partsregistry.org Registry of Standard Biological Parts]. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.
 
-
 
-
Remember that the goal of proper part documentation is to describe and define a part such that it can be used without a need to refer to the primary literature. The next iGEM team should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for  users who wish to know more.
 
-
 
-
 
-
<groupparts>iGEM013 Berkeley</groupparts>
 

Latest revision as of 03:27, 29 October 2013

This Flavin-containing monooxygenase (FMO) from M. aminisulfidivorans can be expressed in many strains of E. coli to produce indigo dye. In the presence of indole and oxygen, FMO can catalyze the addition of a hydroxyl group to indole generating the intermediate indoxyl. Indoxyl then naturally oxidizes to generate indigo which, due to its hydrophobicity, crashes out of solution. The part submitted is the ORF of FMO only.

As a corollary to the FMO from M. aminisulfidivorans submitted, this part has three specific mutations at F179A, G181A, F189A that eradicate FMO activity. This specific FMO converted indole to indoxyl which then oxidized to indigo, the well known dye. With these mutations, indigo was not observed, and was used as a control in several studies. This part contains the ORF of the mutated FMO only.

The beta-Glucosidase from B. Circulans cleaves the glycosidic linkage of our substrate of interest, indican, via hydrolysis. This enzyme is expressed well in E. coli and shows activity with a variety of substrates including indican and X-Gal, offering a potential alternative in the latter case to the lacZ beta-galactosidase in a blue-white screen. This sequence corresponds to the ORF of the enzyme only.

This oleandomycin glucosyltransferase was found to glucosylate kaempferol generating kaempferol glucoside. It is known to highly promiscuous in substrate specificity and glucosylates a variety of phenolics and anthrocyanins. The sequence shown here corresponds to that of UniProt ID Q53685, and encodes the ORF only.

This is the mutant version of oleD glucosyltransferase part BBa_K1131006. Mutations identified by Thorson et. al. 2010 at P67T, S132F, and A242V were introduced to oleD generating the 'ASP' version of the protein. OleD 'ASP' is reported to have a much larger set of substrates it can glucosylate compared to the non mutated oleD.