Team:Glendale CC AZ/Project/Background/Overview

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Glendale_CC_AZ/main.css}}
{{:Team:Glendale_CC_AZ/main.css}}
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
+
  <head>
-
<link
+
    <link href=
-
href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
+
    "http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
-
rel="stylesheet" type="text/css">
+
    rel="stylesheet" type="text/css" />
-
<link
+
    <link href=
-
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
+
    "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
-
rel="stylesheet" type="text/css">
+
    rel="stylesheet" type="text/css" />
-
<meta charset="UTF-8">
+
    <meta charset="UTF-8" />
-
<style type="text/css">
+
    <style type="text/css">
-
* {
+
/*<![CDATA[*/
-
-webkit-box-sizing: border-box;
+
    * {
-
-moz-box-sizing: border-box;
+
    -webkit-box-sizing: border-box;
-
box-sizing: border-box;
+
    -moz-box-sizing: border-box;
-
}
+
    box-sizing: border-box;
 +
    }
-
html {
+
    html {
-
font-size:50%;
+
    font-size:50%;
-
-webkit-font-smoothing: antialiased;
+
    -webkit-font-smoothing: antialiased;
-
}
+
    }
-
body {
+
    body {
-
font-family: "Source Sans Pro";
+
    font-family: "Source Sans Pro";
-
font-size:1.6rem;
+
    font-size:1.6rem;
-
line-height: 2.3rem;
+
    line-height: 2.3rem;
-
color:#444;
+
    color:#444;
-
background: #fff;
+
    background: #fff;
-
margin:0;
+
    margin:0;
-
}
+
    }
-
a {
+
    a {
-
color: #06c;
+
    color: #06c;
-
transition: color .3s;
+
    transition: color .3s;
-
}
+
    }
-
a:hover {
+
    a:hover {
-
color: #012c57;
+
    color: #012c57;
-
}
+
    }
-
h1, h2, h3, h4, h5, h6, h7 {
+
    h1, h2, h3, h4, h5, h6, h7 {
-
font-family: "Futura";
+
    font-family: "Futura";
-
line-height:2.6rem;
+
    line-height:2.6rem;
-
font-weight:normal;
+
    font-weight:normal;
-
color: #111;
+
    color: #111;
-
}
+
    }
-
.content-area {
+
    .content-area {
-
width:850px;
+
    width:850px;
-
padding:2rem;
+
    padding:2rem;
-
margin:auto;
+
    margin:auto;
-
background: #f9f9f9;
+
    background: #f9f9f9;
-
}
+
    }
-
.content-area h1 {
+
    .content-area h1 {
-
font-size: 2.7rem;
+
    font-size: 2.7rem;
-
}
+
    }
-
.content-area h2 {
+
    .content-area h2 {
-
font-size: 2.2rem;
+
    font-size: 2.2rem;
-
}
+
    }
-
.content-area h3 {
+
    .content-area h3 {
-
font-size: 2.7rem;
+
    font-size: 2.7rem;
-
}
+
    }
-
.content-area h4 {
+
    .content-area h4 {
-
font-size: 4.0rem;
+
    font-size: 4.0rem;
-
}
+
    }
-
.content-area h5 {
+
    .content-area h5 {
-
font-size: 1.4rem;
+
    font-size: 1.4rem;
-
}
+
    }
-
.content-area h6 {
+
    .content-area h6 {
-
font-size: 1.2rem;
+
    font-size: 1.2rem;
-
}
+
    }
-
.content-area aside {
+
    .content-area aside {
-
float:right;
+
    float:right;
-
width:50%;
+
    width:50%;
-
padding:2rem;
+
    padding:2rem;
-
.blockquote {
+
    .blockquote {
-
font-family: Georgia, serif;
+
    font-family: Georgia, serif;
-
font-size: 18px;
+
    font-size: 18px;
-
font-style: italic;
+
    font-style: italic;
-
width: 500px;
+
    width: 500px;
-
margin: 0.25em 0;
+
    margin: 0.25em 0;
-
padding: 0.35em 40px;
+
    padding: 0.35em 40px;
-
line-height: 1.45;
+
    line-height: 1.45;
-
position: relative;
+
    position: relative;
-
color: #383838;
+
    color: #383838;
-
}
+
    }
-
.blockquote:before {
+
    .blockquote:before {
-
display: block;
+
    display: block;
-
padding-left: 10px;
+
    padding-left: 10px;
-
content: "\201C";
+
    content: "\201C";
-
font-size: 80px;
+
    font-size: 80px;
-
position: absolute;
+
    position: absolute;
-
left: -20px;
+
    left: -20px;
-
top: -20px;
+
    top: -20px;
-
color: #7a7a7a;
+
    color: #7a7a7a;
-
}
+
    }
-
.blockquote cite {
+
    .blockquote cite {
-
color: #999999;
+
    color: #999999;
-
font-size: 14px;
+
    font-size: 14px;
-
display: block;
+
    display: block;
-
margin-top: 5px;
+
    margin-top: 5px;
-
}
+
    }
-
.blockquote cite:before {
+
    .blockquote cite:before {
-
content: "\2014 \2009";
+
    content: "\2014 \2009";
-
}
+
    }
-
</style>
+
    /*]]>*/
-
<title>Project</title>
+
    </style>
-
</head>
+
    <title>
-
<body>
+
      Project
-
<div class="content-area"> <article>
+
    </title>
-
</article>
+
  </head>
-
  <a href="https://igem.org/Main_Page"><img style="border: 0px solid ; width: 50px; height: 40px;" alt="iGEM" src="http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png" align="left"></a>
+
  <body>
-
<h4>Glendale Community College Arizona<a href="http://www2.gccaz.edu"><img
+
    <div class="content-area">
-
style="width: 200px; height: 58px;" alt="GCC"
+
      <a href="https://igem.org/Main_Page"><img style=
-
src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right"></a>
+
      "border: 0px solid ; width: 50px; height: 40px;" alt="iGEM"
-
</h4>
+
      src=
-
 
+
      "http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png"
-
  <h3><big style="color: rgb(204, 0, 0);"> Overview </big></h3>
+
      align="left" /></a>
-
<h3>Previous Research</h3>  
+
      <h4>
-
  <p>We began our project with a plan to characterize existing biobricks, as well as create a few of our own to complete a comprehensive desiccation toolkit that can be used for a variety of applications. Osaka’s 2011 iGEM team created coding device biobricks for genes PprI (BBa_K602000), PprM (BBa_K602002), PprA (BBa_K602001), and RecA (BBa_K602003) as well as expression parts for PprI (BBa_K602005), PprM (BBa_K602007), and PprA (BBa_K602006). We wanted to characterize these parts in a novel way, as Osaka did not expose their transformed bacteria to salt stress. We also planned to expose the transformed bacteria to our Hydrogen Peroxide Growth Curve Assay for further characterization. University College London’s 2012 iGEM team created a coding part for IrrE (BBa_K729001), as well as an expression device containing their coding sequence for IrrE (BBa_K729005). We planned to further characterize their IrrE biobricks by exposing the transformed E.coli to our Salt Stress Growth Curve Assay as well as our Hydrogen Peroxide Growth Curve Assay. Valencia’s 2010 team created an expression part for one of the Late Embryogenesis Abundant (LEA) proteins, which also is said to confer salt and oxidative resistance when transformed in E.coli. <img style="width: 120px; height: 138px;" alt="GCC" src="http://s6.postimg.org/on43gwou5/GELGCC.png" align="right">Our goal was to further characterize their LEA biobrick. Through rigorous research using bioinformatics, we found that homologs to these genes exist in a local bacterium, Deinococcus hopiensis. Our plan was to create coding devices and expression devices for PprI, PprM, PprA, RecA, IrrE, and LEA from the local D. hopiensis bacterium as well as a LEA biobrick from Deinococcus radiodurans. We wished to transform these genes from D. hopiensis and D. radiodurans to E.coli, as E.coli is a well-known, easily accessible, and commonly used chassis. We, would then expose the transformed bacteria to salt stress and hydrogen peroxide stress, and carefully characterize the effects.</p>
+
        Glendale Community College Arizona<a href=
-
<h3><big style="color: rgb(204, 0, 0);"><big> Growing Desert </big></big></h3> <a
+
        "http://www2.gccaz.edu"><img style=
-
href="https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"><img
+
        "width: 200px; height: 58px;" alt="GCC" src=
-
style="border: 0px solid ; width: 580px; height: 291px;" alt="Overview"
+
        "https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align=
-
src="https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"
+
        "right" /></a>
-
align="right"></a>
+
      </h4>
-
  <p>Desert regions are currently found scattered around the globe, but, with the advent of global warming, both the boundaries of these regions and the appearance of new areas that could be seen as “desert-like” are increasing at a rapid rate. Rainfall is predicted to decrease by as much as 20% by the end of the century, causing water sources to be depleted and wells to run dry, ultimately resulting in the death of plants and animals. Consequently, humans will migrate to more climatically hospitable locations, which, in short order, has the likelihood of creating the very same problems in these newly habited areas not previously impacted by desertification, thus perpetuating a vicious cycle of depletion, desiccation, and death. Irrigation used for agriculture may, in the long term, lead to soil with salinity levels too high to support plants. Higher temperatures can also produce an increasing number of wildfires, which alter desert landscapes through the elimination of slow-growing trees and shrubs, followed by an influx of highly flammable fuel in the form of fast-growing grasses. In addition, as glaciers, which provide a large portion of the water used for agricultural and domestic purposes in the deserts of the southwestern United States, South America, and Central Asia, continue to melt, the loss of these ancient sources threatens to further limit water availability in these regions. Glaciers keep melting which threatens water availability in some areas.</p>  
+
      <h3>
-
 
+
        <big style="color: rgb(204, 0, 0);">Overview</big>
-
<h3>Deinococcus radiodurans</h3>
+
      </h3>
-
<p>Coming soon</p>
+
      <h3>
-
 
+
        Previous Research
-
<h3>PprI</h3>
+
      </h3>
-
<img
+
      <p>
-
style="width: 120px; height: 138px;" alt="GCC"
+
        We began our project with a plan to characterize existing
-
src="https://static.igem.org/mediawiki/2013/f/f0/GCCmini.png" align="right">
+
        biobricks, as well as create a few of our own to complete a
-
<p> For the team’s Igem project, we wanted to increase E. coli’s
+
        comprehensive desiccation toolkit that can be used for a
-
desiccation resistance to help it survive in a desert environment. To
+
        variety of applications. Osaka’s 2011 iGEM team created
-
do this, we planned to insert different genes from the <em>Deinococcus</em>
+
        coding device biobricks for genes PprI (BBa_K602000), PprM
-
species into the <em>E. coli</em> to increase its resistance to
+
        (BBa_K602002), PprA (BBa_K602001), and RecA (BBa_K602003)
-
dessication. One of the genes our Igem group wanted to investigate was
+
        as well as expression parts for PprI (BBa_K602005), PprM
-
PprI. PprI is the transcriptional regulator involved in the expression
+
        (BBa_K602007), and PprA (BBa_K602006). We wanted to
-
of many of the DNA damage response proteins in <em>Deinococcus
+
        characterize these parts in a novel way, as Osaka did not
-
radiodurans.</em> In 2012, the Osaka team transformed E. coli with PprI
+
        expose their transformed bacteria to salt stress. We also
-
to determine its effects on hydrogen peroxide resistance. Because of
+
        planned to expose the transformed bacteria to our Hydrogen
-
this, a PprI part from this team was in the Igem parts database. This
+
        Peroxide Growth Curve Assay for further characterization.
-
allowed us to order their PprI part from the Igem registry and perform
+
        University College London’s 2012 iGEM team created a coding
-
our experiments with it.</p>
+
        part for IrrE (BBa_K729001), as well as an expression
-
<h3>LeA</h3>
+
        device containing their coding sequence for IrrE
-
<p>During our research for desiccation-resistance factors, we came
+
        (BBa_K729005). We planned to further characterize their
-
across with the 2010 Valencia iGEM project. They demonstrated that late
+
        IrrE biobricks by exposing the transformed E.coli to our
-
embryogenesis abundant proteins (LEA) from soy beans provided
+
        Salt Stress Growth Curve Assay as well as our Hydrogen
-
protection against extreme temperatures, when expressed in E. coli.
+
        Peroxide Growth Curve Assay. Valencia’s 2010 team created
-
Since high temperatures might lead to desiccation, we decided to
+
        an expression part for one of the Late Embryogenesis
-
explore LEA proteins in more detail. Previous studies have reported
+
        Abundant (LEA) proteins, which also is said to confer salt
-
that LEA protein enhances the tolerance to various environmental
+
        and oxidative resistance when transformed in E.coli.
-
stresses in organisms (Liu, Zheng, Zhang, Wang, &amp; Li, 2010). They
+
        <img style="width: 120px; height: 138px;" alt="GCC" src=
-
were first discovered in cottonseed and other plants vegetative tissues
+
        "http://s6.postimg.org/on43gwou5/GELGCC.png" align=
-
that were exposed to cold temperatures, drought, and high salinity (Liu
+
        "right" />Our goal was to further characterize their LEA
-
et al., 2010).</p>
+
        biobrick. Through rigorous research using bioinformatics,
-
<blockquote> <aside>"At first, the idea of plant proteins in <em>Deinococcus</em>
+
        we found that homologs to these genes exist in a local
-
sounded unconceivable to us. However, our curiosity paid off as we
+
        bacterium, Deinococcus hopiensis. Our plan was to create
-
discovered that <em>Deinococcus radiodurans</em> had homolog LEA
+
        coding devices and expression devices for PprI, PprM, PprA,
-
proteins which are hypothesized to be acquired via horizontal gene
+
        RecA, IrrE, and LEA from the local D. hopiensis bacterium
-
transfer (Makarova et al., 2001). Three of these D. radiodurans
+
        as well as a LEA biobrick from Deinococcus radiodurans. We
-
proteins are DR0105, DR1372 and DR1172 which show similarity to
+
        wished to transform these genes from D. hopiensis and D.
-
well-characterized and widespread desiccation induced LEA proteins in
+
        radiodurans to E.coli, as E.coli is a well-known, easily
-
plants (Makarova et al., 2001)."<cite> -GCC's iGEM Team</cite></aside> </blockquote>
+
        accessible, and commonly used chassis. We, would then
-
LEA proteins are part of an extensive multi-gene family and are
+
        expose the transformed bacteria to salt stress and hydrogen
-
classified based on their sequences and expression patterns (Liu et
+
        peroxide stress, and carefully characterize the effects.
-
al., 2010). Since Deinococcus was our organism of interest, we looked
+
      </p>
-
for studies that had reported homolog LEA proteins in this bacterium.
+
      <h3>
-
<h3>PprA</h3>
+
        <big style="color: rgb(204, 0, 0);"><big>Growing
-
<p>In 2012, Osaka team investigated increasing hydrogen peroxide resistance in E. coli by transforming the bacteria with PprA, a pleiotropic protein that promotes DNA repair in Deinococcus radiodurans. In order to determine if PprA would also increase desiccation resistance in E. coli, our team decided to perform a series of experiments. To begin the project, the PprA expression device was ordered from the iGEM parts registry. This biobrick, identified as part BBa_K602006, features LacI constitutive promoter (R0010), transcriptional regulator PprA (K602001) and ribosome binding site (B0034). In addition to the PprA expression device, our team had other candidates biobricks for our experiments that were ordered at the same time. We received all the biobricks in the form of agar stabs that were inoculated into LB/chloramphenicol liquid media. The liquid cultures were incubated overnight at 37ºC. The next step was to isolate the plasmid from the chassis, E. coli strain NBE 10 β thus, a miniprep was performed. The products were run on a flash gel (link to data) verifying that we had the correct plasmid. After the verification step, we designed growth curve experiments using sodium chloride (NaCl) as the DNA damaging agent (link to data). For these growth experiments, we used liquid cultures that were inoculated with cells from the agar stabs received from IGEM. The experimental group was E. coli transformed with BBa_K602006 while the control group was the same strain of E. coli but transformed with BBa_K602003. Registry part BBa_K602003 was used as the control group because it features only the coding sequence of RecA, a component of the DNA double-strand break repair mechanism in Deinococcus radiodurans. Since the plasmid had IPTG-induced promoter, cultures containing no IPTG were used as control groups as well. In addition to growth curve experiments, we later used isolated DNA from D. hopiensis in order to see the differences in the gene between species. We designed primers for PCR to amplify the PprA gene in D. hopiensis. We later ran these PCR products on a flash gel to confirm if we had successfully amplified the gene. </p>
+
        Desert</big></big>
-
 
+
      </h3><a href=
-
<h3>RecA</h3>
+
      "https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"><img style="border: 0px solid ; width: 580px; height: 291px;"
-
<p>Coming soon</p>
+
      alt="Overview" src=
-
<h3>PprM</h3>
+
      "https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"
-
<p>Coming soon</p>
+
      align="right" /></a>
-
<hr>
+
      <p>
-
<h3>References</h3>
+
        Desert regions are currently found scattered around the
-
<ul>
+
        globe, but, with the advent of global warming, both the
-
<li>Liu, Y., Zheng, Y., Zhang, Y., Wang, W., &amp; Li, R. (2010, May
+
        boundaries of these regions and the appearance of new areas
-
1). Soybean PM2 protein (LEA3) confers the tolerance of Escherichia
+
        that could be seen as “desert-like” are increasing at a
-
coli and stabilization of enzyme activity under diverse stresses.
+
        rapid rate. Rainfall is predicted to decrease by as much as
-
Current Microbiology, 60(5), 373-378. doi:10.1007/s00284-009-9552-2
+
        20% by the end of the century, causing water sources to be
-
</li>
+
        depleted and wells to run dry, ultimately resulting in the
-
<li>MAKAROVA, K. S., ARAVIND, L., WOLF, Y. I., TATUSOV, R., MINTON,
+
        death of plants and animals. Consequently, humans will
-
K. W., KOONIN, E. V., &amp; DALY, M. J. (2001, March). Genome of the
+
        migrate to more climatically hospitable locations, which,
-
extremely radiation-resistant bacterium Deinococcus radiodurans viewed
+
        in short order, has the likelihood of creating the very
-
from the perspective of comparative genomics. MICROBIOLOGY AND
+
        same problems in these newly habited areas not previously
-
MOLECULAR BIOLOGY REVIEWS, 65(1), 44-79.
+
        impacted by desertification, thus perpetuating a vicious
-
doi:10.1128/MMBR.65.1.44–79.2001</li>
+
        cycle of depletion, desiccation, and death. Irrigation used
-
</ul>
+
        for agriculture may, in the long term, lead to soil with
-
</div>
+
        salinity levels too high to support plants. Higher
-
<!--/.content-area-->
+
        temperatures can also produce an increasing number of
-
</body>
+
        wildfires, which alter desert landscapes through the
 +
        elimination of slow-growing trees and shrubs, followed by
 +
        an influx of highly flammable fuel in the form of
 +
        fast-growing grasses. In addition, as glaciers, which
 +
        provide a large portion of the water used for agricultural
 +
        and domestic purposes in the deserts of the southwestern
 +
        United States, South America, and Central Asia, continue to
 +
        melt, the loss of these ancient sources threatens to
 +
        further limit water availability in these regions. Glaciers
 +
        keep melting which threatens water availability in some
 +
        areas.
 +
      </p>
 +
      <h3>
 +
        Deinococcus radiodurans
 +
      </h3>
 +
      <p>
 +
        Coming soon
 +
      </p>
 +
      <h3>
 +
        PprI
 +
      </h3><img style="width: 120px; height: 138px;" alt="GCC" src=
 +
      "https://static.igem.org/mediawiki/2013/f/f0/GCCmini.png" align=
 +
      "right" />
 +
      <p>
 +
        For the team’s Igem project, we wanted to increase E.
 +
        coli’s desiccation resistance to help it survive in a
 +
        desert environment. To do this, we planned to insert
 +
        different genes from the <em>Deinococcus</em> species into
 +
        the <em>E. coli</em> to increase its resistance to
 +
        dessication. One of the genes our Igem group wanted to
 +
        investigate was PprI. PprI is the transcriptional regulator
 +
        involved in the expression of many of the DNA damage
 +
        response proteins in <em>Deinococcus radiodurans.</em> In
 +
        2012, the Osaka team transformed E. coli with PprI to
 +
        determine its effects on hydrogen peroxide resistance.
 +
        Because of this, a PprI part from this team was in the Igem
 +
        parts database. This allowed us to order their PprI part
 +
        from the Igem registry and perform our experiments with it.
 +
      </p>
 +
      <h3>
 +
        LeA
 +
      </h3>
 +
      <p>
 +
        During our research for desiccation-resistance factors, we
 +
        came across with the 2010 Valencia iGEM project. They
 +
        demonstrated that late embryogenesis abundant proteins
 +
        (LEA) from soy beans provided protection against extreme
 +
        temperatures, when expressed in E. coli. Since high
 +
        temperatures might lead to desiccation, we decided to
 +
        explore LEA proteins in more detail. Previous studies have
 +
        reported that LEA protein enhances the tolerance to various
 +
        environmental stresses in organisms (Liu, Zheng, Zhang,
 +
        Wang, &amp; Li, 2010). They were first discovered in
 +
        cottonseed and other plants vegetative tissues that were
 +
        exposed to cold temperatures, drought, and high salinity
 +
        (Liu et al., 2010).
 +
      </p>
 +
      <blockquote>
 +
        "At first, the idea of plant proteins in
 +
        <em>Deinococcus</em> sounded unconceivable to us. However,
 +
        our curiosity paid off as we discovered that
 +
        <em>Deinococcus radiodurans</em> had homolog LEA proteins
 +
        which are hypothesized to be acquired via horizontal gene
 +
        transfer (Makarova et al., 2001). Three of these D.
 +
        radiodurans proteins are DR0105, DR1372 and DR1172 which
 +
        show similarity to well-characterized and widespread
 +
        desiccation induced LEA proteins in plants (Makarova et
 +
        al., 2001)." <cite>-GCC's iGEM Team</cite>
 +
      </blockquote>LEA proteins are part of an extensive multi-gene
 +
      family and are classified based on their sequences and
 +
      expression patterns (Liu et al., 2010). Since Deinococcus was
 +
      our organism of interest, we looked for studies that had
 +
      reported homolog LEA proteins in this bacterium.
 +
      <h3>
 +
        PprA
 +
      </h3>
 +
      <p>
 +
        In 2012, Osaka team investigated increasing hydrogen
 +
        peroxide resistance in E. coli by transforming the bacteria
 +
        with PprA, a pleiotropic protein that promotes DNA repair
 +
        in Deinococcus radiodurans. In order to determine if PprA
 +
        would also increase desiccation resistance in E. coli, our
 +
        team decided to perform a series of experiments. To begin
 +
        the project, the PprA expression device was ordered from
 +
        the iGEM parts registry. This biobrick, identified as part
 +
        BBa_K602006, features LacI constitutive promoter (R0010),
 +
        transcriptional regulator PprA (K602001) and ribosome
 +
        binding site (B0034). In addition to the PprA expression
 +
        device, our team had other candidates biobricks for our
 +
        experiments that were ordered at the same time. We received
 +
        all the biobricks in the form of agar stabs that were
 +
        inoculated into LB/chloramphenicol liquid media. The liquid
 +
        cultures were incubated overnight at 37ºC. The next step
 +
        was to isolate the plasmid from the chassis, E. coli strain
 +
        NBE 10 β thus, a miniprep was performed. The products were
 +
        run on a flash gel (link to data) verifying that we had the
 +
        correct plasmid. After the verification step, we designed
 +
        growth curve experiments using sodium chloride (NaCl) as
 +
        the DNA damaging agent (link to data). For these growth
 +
        experiments, we used liquid cultures that were inoculated
 +
        with cells from the agar stabs received from IGEM. The
 +
        experimental group was E. coli transformed with BBa_K602006
 +
        while the control group was the same strain of E. coli but
 +
        transformed with BBa_K602003. Registry part BBa_K602003 was
 +
        used as the control group because it features only the
 +
        coding sequence of RecA, a component of the DNA
 +
        double-strand break repair mechanism in Deinococcus
 +
        radiodurans. Since the plasmid had IPTG-induced promoter,
 +
        cultures containing no IPTG were used as control groups as
 +
        well. In addition to growth curve experiments, we later
 +
        used isolated DNA from D. hopiensis in order to see the
 +
        differences in the gene between species. We designed
 +
        primers for PCR to amplify the PprA gene in D. hopiensis.
 +
        We later ran these PCR products on a flash gel to confirm
 +
        if we had successfully amplified the gene.
 +
      </p>
 +
      <h3>
 +
        RecA
 +
      </h3>
 +
      <p>
 +
        Coming soon
 +
      </p>
 +
      <h3>
 +
        PprM
 +
      </h3>
 +
      <p>
 +
        Coming soon
 +
      </p>
 +
      <hr />
 +
      <h3>
 +
        References
 +
      </h3>
 +
      <ul>
 +
        <li>Liu, Y., Zheng, Y., Zhang, Y., Wang, W., &amp; Li, R.
 +
        (2010, May 1). Soybean PM2 protein (LEA3) confers the
 +
        tolerance of Escherichia coli and stabilization of enzyme
 +
        activity under diverse stresses. Current Microbiology,
 +
        60(5), 373-378. doi:10.1007/s00284-009-9552-2
 +
        </li>
 +
        <li>MAKAROVA, K. S., ARAVIND, L., WOLF, Y. I., TATUSOV, R.,
 +
        MINTON, K. W., KOONIN, E. V., &amp; DALY, M. J. (2001,
 +
        March). Genome of the extremely radiation-resistant
 +
        bacterium Deinococcus radiodurans viewed from the
 +
        perspective of comparative genomics. MICROBIOLOGY AND
 +
        MOLECULAR BIOLOGY REVIEWS, 65(1), 44-79.
 +
        doi:10.1128/MMBR.65.1.44–79.2001
 +
        </li>
 +
      </ul>
 +
    </div><!--/.content-area-->
 +
  </body>
</html>
</html>

Revision as of 23:56, 23 September 2013

Project

iGEM

Glendale Community College ArizonaGCC

Overview

Previous Research

We began our project with a plan to characterize existing biobricks, as well as create a few of our own to complete a comprehensive desiccation toolkit that can be used for a variety of applications. Osaka’s 2011 iGEM team created coding device biobricks for genes PprI (BBa_K602000), PprM (BBa_K602002), PprA (BBa_K602001), and RecA (BBa_K602003) as well as expression parts for PprI (BBa_K602005), PprM (BBa_K602007), and PprA (BBa_K602006). We wanted to characterize these parts in a novel way, as Osaka did not expose their transformed bacteria to salt stress. We also planned to expose the transformed bacteria to our Hydrogen Peroxide Growth Curve Assay for further characterization. University College London’s 2012 iGEM team created a coding part for IrrE (BBa_K729001), as well as an expression device containing their coding sequence for IrrE (BBa_K729005). We planned to further characterize their IrrE biobricks by exposing the transformed E.coli to our Salt Stress Growth Curve Assay as well as our Hydrogen Peroxide Growth Curve Assay. Valencia’s 2010 team created an expression part for one of the Late Embryogenesis Abundant (LEA) proteins, which also is said to confer salt and oxidative resistance when transformed in E.coli. GCCOur goal was to further characterize their LEA biobrick. Through rigorous research using bioinformatics, we found that homologs to these genes exist in a local bacterium, Deinococcus hopiensis. Our plan was to create coding devices and expression devices for PprI, PprM, PprA, RecA, IrrE, and LEA from the local D. hopiensis bacterium as well as a LEA biobrick from Deinococcus radiodurans. We wished to transform these genes from D. hopiensis and D. radiodurans to E.coli, as E.coli is a well-known, easily accessible, and commonly used chassis. We, would then expose the transformed bacteria to salt stress and hydrogen peroxide stress, and carefully characterize the effects.

Growing Desert

Overview

Desert regions are currently found scattered around the globe, but, with the advent of global warming, both the boundaries of these regions and the appearance of new areas that could be seen as “desert-like” are increasing at a rapid rate. Rainfall is predicted to decrease by as much as 20% by the end of the century, causing water sources to be depleted and wells to run dry, ultimately resulting in the death of plants and animals. Consequently, humans will migrate to more climatically hospitable locations, which, in short order, has the likelihood of creating the very same problems in these newly habited areas not previously impacted by desertification, thus perpetuating a vicious cycle of depletion, desiccation, and death. Irrigation used for agriculture may, in the long term, lead to soil with salinity levels too high to support plants. Higher temperatures can also produce an increasing number of wildfires, which alter desert landscapes through the elimination of slow-growing trees and shrubs, followed by an influx of highly flammable fuel in the form of fast-growing grasses. In addition, as glaciers, which provide a large portion of the water used for agricultural and domestic purposes in the deserts of the southwestern United States, South America, and Central Asia, continue to melt, the loss of these ancient sources threatens to further limit water availability in these regions. Glaciers keep melting which threatens water availability in some areas.

Deinococcus radiodurans

Coming soon

PprI

GCC

For the team’s Igem project, we wanted to increase E. coli’s desiccation resistance to help it survive in a desert environment. To do this, we planned to insert different genes from the Deinococcus species into the E. coli to increase its resistance to dessication. One of the genes our Igem group wanted to investigate was PprI. PprI is the transcriptional regulator involved in the expression of many of the DNA damage response proteins in Deinococcus radiodurans. In 2012, the Osaka team transformed E. coli with PprI to determine its effects on hydrogen peroxide resistance. Because of this, a PprI part from this team was in the Igem parts database. This allowed us to order their PprI part from the Igem registry and perform our experiments with it.

LeA

During our research for desiccation-resistance factors, we came across with the 2010 Valencia iGEM project. They demonstrated that late embryogenesis abundant proteins (LEA) from soy beans provided protection against extreme temperatures, when expressed in E. coli. Since high temperatures might lead to desiccation, we decided to explore LEA proteins in more detail. Previous studies have reported that LEA protein enhances the tolerance to various environmental stresses in organisms (Liu, Zheng, Zhang, Wang, & Li, 2010). They were first discovered in cottonseed and other plants vegetative tissues that were exposed to cold temperatures, drought, and high salinity (Liu et al., 2010).

"At first, the idea of plant proteins in Deinococcus sounded unconceivable to us. However, our curiosity paid off as we discovered that Deinococcus radiodurans had homolog LEA proteins which are hypothesized to be acquired via horizontal gene transfer (Makarova et al., 2001). Three of these D. radiodurans proteins are DR0105, DR1372 and DR1172 which show similarity to well-characterized and widespread desiccation induced LEA proteins in plants (Makarova et al., 2001)." -GCC's iGEM Team
LEA proteins are part of an extensive multi-gene family and are classified based on their sequences and expression patterns (Liu et al., 2010). Since Deinococcus was our organism of interest, we looked for studies that had reported homolog LEA proteins in this bacterium.

PprA

In 2012, Osaka team investigated increasing hydrogen peroxide resistance in E. coli by transforming the bacteria with PprA, a pleiotropic protein that promotes DNA repair in Deinococcus radiodurans. In order to determine if PprA would also increase desiccation resistance in E. coli, our team decided to perform a series of experiments. To begin the project, the PprA expression device was ordered from the iGEM parts registry. This biobrick, identified as part BBa_K602006, features LacI constitutive promoter (R0010), transcriptional regulator PprA (K602001) and ribosome binding site (B0034). In addition to the PprA expression device, our team had other candidates biobricks for our experiments that were ordered at the same time. We received all the biobricks in the form of agar stabs that were inoculated into LB/chloramphenicol liquid media. The liquid cultures were incubated overnight at 37ºC. The next step was to isolate the plasmid from the chassis, E. coli strain NBE 10 β thus, a miniprep was performed. The products were run on a flash gel (link to data) verifying that we had the correct plasmid. After the verification step, we designed growth curve experiments using sodium chloride (NaCl) as the DNA damaging agent (link to data). For these growth experiments, we used liquid cultures that were inoculated with cells from the agar stabs received from IGEM. The experimental group was E. coli transformed with BBa_K602006 while the control group was the same strain of E. coli but transformed with BBa_K602003. Registry part BBa_K602003 was used as the control group because it features only the coding sequence of RecA, a component of the DNA double-strand break repair mechanism in Deinococcus radiodurans. Since the plasmid had IPTG-induced promoter, cultures containing no IPTG were used as control groups as well. In addition to growth curve experiments, we later used isolated DNA from D. hopiensis in order to see the differences in the gene between species. We designed primers for PCR to amplify the PprA gene in D. hopiensis. We later ran these PCR products on a flash gel to confirm if we had successfully amplified the gene.

RecA

Coming soon

PprM

Coming soon


References

  • Liu, Y., Zheng, Y., Zhang, Y., Wang, W., & Li, R. (2010, May 1). Soybean PM2 protein (LEA3) confers the tolerance of Escherichia coli and stabilization of enzyme activity under diverse stresses. Current Microbiology, 60(5), 373-378. doi:10.1007/s00284-009-9552-2
  • MAKAROVA, K. S., ARAVIND, L., WOLF, Y. I., TATUSOV, R., MINTON, K. W., KOONIN, E. V., & DALY, M. J. (2001, March). Genome of the extremely radiation-resistant bacterium Deinococcus radiodurans viewed from the perspective of comparative genomics. MICROBIOLOGY AND MOLECULAR BIOLOGY REVIEWS, 65(1), 44-79. doi:10.1128/MMBR.65.1.44–79.2001