Team:Glendale CC AZ/Project/Background/Overview

From 2013.igem.org

(Difference between revisions)
(Undo revision 156139 by EstherJ (talk))
Line 1: Line 1:
{{:Team:Glendale_CC_AZ/main.css}}
{{:Team:Glendale_CC_AZ/main.css}}
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<html>
-
  <head>
+
<head>
-
    <link href=
+
<link
-
    "http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
+
href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
-
    rel="stylesheet" type="text/css" />
+
rel="stylesheet" type="text/css">
-
    <link href=
+
<link
-
    "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
+
href="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;
-
    -webkit-box-sizing: border-box;
+
-moz-box-sizing: border-box;
-
    -moz-box-sizing: border-box;
+
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>
-
    </style>
+
<title>Project</title>
-
    <title>
+
</head>
-
      Project
+
<body>
-
    </title>
+
<div class="content-area"> <article>
-
  </head>
+
</article>
-
  <body>
+
  <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>
-
    <div class="content-area">
+
<h4>Glendale Community College Arizona<a href="http://www2.gccaz.edu"><img
-
      <a href="https://igem.org/Main_Page"><img style=
+
style="width: 200px; height: 58px;" alt="GCC"
-
      "border: 0px solid ; width: 50px; height: 40px;" alt="iGEM"
+
src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right"></a>
-
      src=
+
</h4>
-
      "http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png"
+
 
-
      align="left" /></a>
+
  <h3><big style="color: rgb(204, 0, 0);"> Overview </big></h3>
-
      <h4>
+
<h3>Previous Research</h3>  
-
        Glendale Community College Arizona<a href=
+
  <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>
-
        "http://www2.gccaz.edu"><img style=
+
<h3><big style="color: rgb(204, 0, 0);"><big> Growing Desert </big></big></h3> <a
-
        "width: 200px; height: 58px;" alt="GCC" src=
+
href="https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"><img
-
        "https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align=
+
style="border: 0px solid ; width: 580px; height: 291px;" alt="Overview"
-
        "right" /></a>
+
src="https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"
-
      </h4>
+
align="right"></a>
-
      <h3>
+
  <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>  
-
        <big style="color: rgb(204, 0, 0);">Overview</big>
+
 
-
      </h3>
+
<h3>Deinococcus radiodurans</h3>
-
      <h3>
+
<p>Coming soon</p>
-
        Previous Research
+
 
-
      </h3>
+
<h3>PprI</h3>
-
      <p>
+
<img
-
        We began our project with a plan to characterize existing
+
style="width: 120px; height: 138px;" alt="GCC"
-
        biobricks, as well as create a few of our own to complete a
+
src="https://static.igem.org/mediawiki/2013/f/f0/GCCmini.png" align="right">
-
        comprehensive desiccation toolkit that can be used for a
+
<p> For the team’s Igem project, we wanted to increase E. coli’s
-
        variety of applications. Osaka’s 2011 iGEM team created
+
desiccation resistance to help it survive in a desert environment. To
-
        coding device biobricks for genes PprI (BBa_K602000), PprM
+
do this, we planned to insert different genes from the <em>Deinococcus</em>
-
        (BBa_K602002), PprA (BBa_K602001), and RecA (BBa_K602003)
+
species into the <em>E. coli</em> to increase its resistance to
-
        as well as expression parts for PprI (BBa_K602005), PprM
+
dessication. One of the genes our Igem group wanted to investigate was
-
        (BBa_K602007), and PprA (BBa_K602006). We wanted to
+
PprI. PprI is the transcriptional regulator involved in the expression
-
        characterize these parts in a novel way, as Osaka did not
+
of many of the DNA damage response proteins in <em>Deinococcus
-
        expose their transformed bacteria to salt stress. We also
+
radiodurans.</em> In 2012, the Osaka team transformed E. coli with PprI
-
        planned to expose the transformed bacteria to our Hydrogen
+
to determine its effects on hydrogen peroxide resistance. Because of
-
        Peroxide Growth Curve Assay for further characterization.
+
this, a PprI part from this team was in the Igem parts database. This
-
        University College London’s 2012 iGEM team created a coding
+
allowed us to order their PprI part from the Igem registry and perform
-
        part for IrrE (BBa_K729001), as well as an expression
+
our experiments with it.</p>
-
        device containing their coding sequence for IrrE
+
<h3>LeA</h3>
-
        (BBa_K729005). We planned to further characterize their
+
<p>During our research for desiccation-resistance factors, we came
-
        IrrE biobricks by exposing the transformed E.coli to our
+
across with the 2010 Valencia iGEM project. They demonstrated that late
-
        Salt Stress Growth Curve Assay as well as our Hydrogen
+
embryogenesis abundant proteins (LEA) from soy beans provided
-
        Peroxide Growth Curve Assay. Valencia’s 2010 team created
+
protection against extreme temperatures, when expressed in E. coli.
-
        an expression part for one of the Late Embryogenesis
+
Since high temperatures might lead to desiccation, we decided to
-
        Abundant (LEA) proteins, which also is said to confer salt
+
explore LEA proteins in more detail. Previous studies have reported
-
        and oxidative resistance when transformed in E.coli.
+
that LEA protein enhances the tolerance to various environmental
-
        <img style="width: 120px; height: 138px;" alt="GCC" src=
+
stresses in organisms (Liu, Zheng, Zhang, Wang, &amp; Li, 2010). They
-
        "http://s6.postimg.org/on43gwou5/GELGCC.png" align=
+
were first discovered in cottonseed and other plants vegetative tissues
-
        "right" />Our goal was to further characterize their LEA
+
that were exposed to cold temperatures, drought, and high salinity (Liu
-
        biobrick. Through rigorous research using bioinformatics,
+
et al., 2010).</p>
-
        we found that homologs to these genes exist in a local
+
<blockquote> <aside>"At first, the idea of plant proteins in <em>Deinococcus</em>
-
        bacterium, Deinococcus hopiensis. Our plan was to create
+
sounded unconceivable to us. However, our curiosity paid off as we
-
        coding devices and expression devices for PprI, PprM, PprA,
+
discovered that <em>Deinococcus radiodurans</em> had homolog LEA
-
        RecA, IrrE, and LEA from the local D. hopiensis bacterium
+
proteins which are hypothesized to be acquired via horizontal gene
-
        as well as a LEA biobrick from Deinococcus radiodurans. We
+
transfer (Makarova et al., 2001). Three of these D. radiodurans
-
        wished to transform these genes from D. hopiensis and D.
+
proteins are DR0105, DR1372 and DR1172 which show similarity to
-
        radiodurans to E.coli, as E.coli is a well-known, easily
+
well-characterized and widespread desiccation induced LEA proteins in
-
        accessible, and commonly used chassis. We, would then
+
plants (Makarova et al., 2001)."<cite> -GCC's iGEM Team</cite></aside> </blockquote>
-
        expose the transformed bacteria to salt stress and hydrogen
+
LEA proteins are part of an extensive multi-gene family and are
-
        peroxide stress, and carefully characterize the effects.
+
classified based on their sequences and expression patterns (Liu et
-
      </p>
+
al., 2010). Since Deinococcus was our organism of interest, we looked
-
      <h3>
+
for studies that had reported homolog LEA proteins in this bacterium.
-
        <big style="color: rgb(204, 0, 0);"><big>Growing
+
<h3>PprA</h3>
-
        Desert</big></big>
+
<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><a href=
+
 
-
      "https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"><img style="border: 0px solid ; width: 580px; height: 291px;"
+
<h3>RecA</h3>
-
      alt="Overview" src=
+
<p>Coming soon</p>
-
      "https://static.igem.org/mediawiki/igem.org/a/a1/Background_Overview.png"
+
<h3>PprM</h3>
-
      align="right" /></a>
+
<p>Coming soon</p>
-
      <p>
+
<hr>
-
        Desert regions are currently found scattered around the
+
<h3>References</h3>
-
        globe, but, with the advent of global warming, both the
+
<ul>
-
        boundaries of these regions and the appearance of new areas
+
<li>Liu, Y., Zheng, Y., Zhang, Y., Wang, W., &amp; Li, R. (2010, May
-
        that could be seen as “desert-like” are increasing at a
+
1). Soybean PM2 protein (LEA3) confers the tolerance of Escherichia
-
        rapid rate. Rainfall is predicted to decrease by as much as
+
coli and stabilization of enzyme activity under diverse stresses.
-
        20% by the end of the century, causing water sources to be
+
Current Microbiology, 60(5), 373-378. doi:10.1007/s00284-009-9552-2
-
        depleted and wells to run dry, ultimately resulting in the
+
</li>
-
        death of plants and animals. Consequently, humans will
+
<li>MAKAROVA, K. S., ARAVIND, L., WOLF, Y. I., TATUSOV, R., MINTON,
-
        migrate to more climatically hospitable locations, which,
+
K. W., KOONIN, E. V., &amp; DALY, M. J. (2001, March). Genome of the
-
        in short order, has the likelihood of creating the very
+
extremely radiation-resistant bacterium Deinococcus radiodurans viewed
-
        same problems in these newly habited areas not previously
+
from the perspective of comparative genomics. MICROBIOLOGY AND
-
        impacted by desertification, thus perpetuating a vicious
+
MOLECULAR BIOLOGY REVIEWS, 65(1), 44-79.
-
        cycle of depletion, desiccation, and death. Irrigation used
+
doi:10.1128/MMBR.65.1.44–79.2001</li>
-
        for agriculture may, in the long term, lead to soil with
+
</ul>
-
        salinity levels too high to support plants. Higher
+
</div>
-
        temperatures can also produce an increasing number of
+
<!--/.content-area-->
-
        wildfires, which alter desert landscapes through the
+
</body>
-
        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 01:31, 26 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).

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