Difference between revisions of "Team:TP-CC San Diego/Results"

 
(191 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{:Team:TP-CC_San_Diego/Templates/NavBar}}
 
{{:Team:TP-CC_San_Diego/Templates/NavBar}}
{{:Team:TP-CC_San_Diego/Templates/BootstrapCSS}}
 
 
 
<html>
 
<html>
<head>
 
    <meta charset="utf-8">
 
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
    <title>iGem Results Page</title>
 
 
 
<style>
 
<style>
 +
.description
 +
    {
 +
        margin-left: 10%;
 +
    }
 +
 +
.fade-in{
 +
  animation: opac 2s
 +
}
 +
 +
.pictures {
 +
    width: 250px;
 +
    height: 250px;
 +
    background-color: grey;
 +
}
  
.row img
+
.cellcontainer
 
{
 
{
   display: block;
+
   width: 50%;
   height: 350px;
+
   margin: 2% auto;
  max-width: 900px;
+
 
}
 
}
.results-clean {
+
 
  color:#313437;
+
.cellcontainer img
  background-color: #d0f0c0;
+
{
 +
  width: 100%;
 
}
 
}
  
.results-clean p {
+
.rowfirst
  color:#7d8285;
+
{
 +
  width: 85%;
 +
  margin: 0% auto;
 
}
 
}
  
.results-clean h2 {
+
.rowfirst .item1
  font-weight:bold;
+
{
  margin-bottom:40px;
+
  width: 33%;
  padding-top:40px;
+
  float: left;
  color:inherit;
+
 
}
 
}
  
@media (max-width:767px) {
+
.rowfirst .item2
    .team-clean h2 {
+
{
    margin-bottom:25px;
+
  width: 33%;
     padding-top:25px;
+
  float: left;
     font-size:24px;
+
}
  }
+
.rowfirst .item3
 +
{
 +
  margin-top: 1%;
 +
  width: 33%;
 +
  float: left;
 +
}
 +
.rowfirst .item1 span
 +
{
 +
     margin: 7px;
 +
     font-size: 15px;
 +
    /* Make the caption a block so it occupies its own line. */
 +
    display: block;
 +
    text-align: center;
 
}
 
}
  
.results-clean .intro {
+
.rowfirst .item2 span
  font-size:16px;
+
{
  max-width:500px;
+
    margin: 7px;
  margin:0 auto;
+
    font-size: 15px;
 +
    /* Make the caption a block so it occupies its own line. */
 +
    display: block;
 +
    text-align: center;
 
}
 
}
  
.results-clean .intro p {
+
.rowfirst .item3 span
  margin-bottom:0;
+
{
 +
    margin: 7px;
 +
    font-size: 15px;
 +
    /* Make the caption a block so it occupies its own line. */
 +
    display: block;
 +
    text-align: center;
 
}
 
}
  
.results-clean .people {
+
.rowfirst .item1 img
  padding-bottom:40px;
+
{
 +
  width: 100%;
 
}
 
}
  
.results-clean .item {
+
.rowfirst .item2 img
  text-align:center;
+
{
  padding-top:50px;
+
  width: 100%;
 
}
 
}
  
.results-clean .item .name {
+
.rowfirst .item3 img
  font-weight:bold;
+
{
  margin-top:28px;
+
  width: 95%;
  margin-bottom:8px;
+
  color:inherit;
+
 
}
 
}
  
.results-clean .item .title {
+
.containertop .item {
  text-transform:uppercase;
+
    /* To correctly align image, regardless of content height: */
  font-weight:bold;
+
    vertical-align: top;
  color:#d0d0d0;
+
    display: inline-block;
  letter-spacing:2px;
+
    /* To horizontally center images and caption */
  font-size:13px;
+
    text-align: center;
 +
    /* The width of the container also implies margin around the images. */
 +
    width: 25%;
 +
    float: left;
 
}
 
}
  
.results-clean .item .description {
+
.containertop2 .item {
  font-size:15px;
+
    /* To correctly align image, regardless of content height: */
  margin-top:15px;
+
    vertical-align: top;
  margin-bottom:20px;
+
    display: inline-block;
 +
    /* To horizontally center images and caption */
 +
    text-align: center;
 +
    /* The width of the container also implies margin around the images. */
 +
    width: 50%;
 +
    float: left;
 
}
 
}
  
.results-clean .social {
+
.containertop3 .item {
  font-size:18px;
+
    /* To correctly align image, regardless of content height: */
  color:#a2a8ae;
+
    vertical-align: top;
 +
    display: inline-block;
 +
    /* To horizontally center images and caption */
 +
    text-align: center;
 +
    /* The width of the container also implies margin around the images. */
 +
    width: 33%;
 +
    float: left;
 
}
 
}
  
.results-clean .social a {
+
.caption {
  color:inherit;
+
    margin: 7px;
  margin:0 10px;
+
    font-size: 15px;
  display:inline-block;
+
    /* Make the caption a block so it occupies its own line. */
  opacity:0.7;
+
    display: block;
 
}
 
}
  
.results-clean .social a:hover {
+
.containertop
  opacity:1;
+
{
 +
  width: 90%;
 +
  margin: 1% auto;
 +
  height: 300px;
 
}
 
}
  
 +
.text-title
 +
{
 +
  width: 40%;
 +
  margin:30px auto auto auto;
 +
  font-size: 18px;
 +
  font-family: 'Poppins', sans-serif;
 +
  color: black;
 +
  text-align: center;
 +
  border-width: 3px;
 +
  border-color: black;
 +
  border-style: solid;
 +
  padding: 1%;
 +
}
 
</style>
 
</style>
 +
<body>
  
  
</head>
+
<h2 class = "main-title fade-in"> Results </h2>
 +
<div class = "text-wrapper">
  
<body>
+
<h3 class ="day"> Effects of ecDNA </h3>
    <div class="results-clean">
+
<p style="padding: 2% 11%;font-size:16px;">There is a significantly depressed rate of cell growth due to the treatment. New cell growth, measured in the increased of density, was significantly retarded in the induced group. Based on the single factor analysis of variance test, our data after testing declares a p-value deemed low enough to reject the null hypothesis.</p>
        <div class="container">
+
<div class="cellcontainer">
            <div class="intro">
+
<img src="https://static.igem.org/mediawiki/2017/b/ba/T--TP-CC_San_Diego--celldenovertime.png">
                <h2 class="text-center">Team </h2>
+
<img src="https://static.igem.org/mediawiki/2017/6/6f/T--TP-CC_San_Diego--analysisofvariance.png">
            </div>
+
</div>
            <div class="row people" style="margin-left: 5%;">
+
<h3 class ="day">Parts</h3>
                <div class="col-md-5 col-sm-6 item"><img class ="data" width="200" src = "https://static.igem.org/mediawiki/2017/c/c8/T--TP-CC_San_Diego--12WellPlate.png">
+
<div class="rowfirst">
                    <h3 class="name">12 Well Plate</h3>
+
<div class="item1">
                    <p class="title">Captain</p>
+
        <img src="https://static.igem.org/mediawiki/2017/archive/d/d5/20171102014221%21T--TP-CC_San_Diego--k2369000.png">
                    <p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida. Aliquam varius finibus est, et interdum justo suscipit id. Etiam dictum feugiat tellus, a semper massa. </p>
+
        <span class="caption">BBa_K2369000</span>
                </div>
+
</div>
                <div class="col-md-5 col-sm-6 item"><img class ="data" src = "https://static.igem.org/mediawiki/2017/c/c2/T--TP-CC_San_Diego--Ladder.jpg">  
+
<div class="item2">
                    <h3 class="name">Emily Clark</h3>
+
<img src="https://static.igem.org/mediawiki/2017/archive/7/7b/20171102014242%21T--TP-CC_San_Diego--k2369001.png">
                    <p class="title">Artist</p>
+
<span class="caption">BBa_K2369001</span>
                    <p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida. Aliquam varius finibus est, et interdum justo suscipit id. Etiam dictum feugiat tellus, a semper massa. </p>
+
</div>
                </div>
+
<div class="item3">
                <div class="col-md-5 col-sm-6 item"><img class ="data" src = "https://static.igem.org/mediawiki/2017/6/6c/T--TP-CC_San_Diego--100bpLadder.png">
+
<img src="https://static.igem.org/mediawiki/2017/archive/f/f7/20171102014255%21T--TP-CC_San_Diego--k2369002.png">
                    <h3 class="name">Carl Kent</h3>
+
<span class="caption">BBa_K2369002</span>
                    <p class="title">Stylist</p>
+
</div>
                    <p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida. Aliquam varius finibus est, et interdum justo suscipit id. Etiam dictum feugiat tellus, a semper massa. </p>
+
</div>
                </div>
+
 
                <div class="col-md-5 col-sm-6 item"><img class ="data" src = "https://static.igem.org/mediawiki/2017/e/e2/T--TP-CC_San_Diego--GBM39.png">  
+
<h3 class ="day">Images</h3>
                    <h3 class="name">Carl Kent</h3>
+
<h3 class = "text-title"> EGFR Testing </h3>
                    <p class="title">Stylist</p>
+
<center>
                    <p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida. Aliquam varius finibus est, et interdum justo suscipit id. Etiam dictum feugiat tellus, a semper massa. </p>
+
<div class="containertop2">
                </div>
+
    <div class="item">
                <div class="col-md-5 col-sm-6 item"><img class ="data" src = "https://static.igem.org/mediawiki/2017/a/a1/T--TP-CC_San_Diego--EGFR.png">  
+
        <img src="https://static.igem.org/mediawiki/2017/a/a1/T--TP-CC_San_Diego--EGFR.png" width="400">
                    <h3 class="name">Carl Kent</h3>
+
        <span class="caption"> EGFR vs. Normalized Vector Expansion</span>
                    <p class="title">Stylist</p>
+
                    <p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida. Aliquam varius finibus est, et interdum justo suscipit id. Etiam dictum feugiat tellus, a semper massa. </p>
+
              </div>
+
              <div class="col-md-5 col-sm-6 item"><img class ="data" src = "https://static.igem.org/mediawiki/2017/f/f5/T--TP-CC_San_Diego--TLCV2.png">
+
                    <h3 class="name">Carl Kent</h3>
+
                    <p class="title">Stylist</p>
+
                    <p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida. Aliquam varius finibus est, et interdum justo suscipit id. Etiam dictum feugiat tellus, a semper massa. </p>
+
                </div>
+
            </div>
+
        </div>
+
 
     </div>
 
     </div>
 +
    <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/e/e2/T--TP-CC_San_Diego--GBM39.png" width="500">
 +
        <span class="caption"> E1G4</span>
 +
    </div>
 +
</div>
 +
</center>
 +
 +
<h3 class = "text-title"> References </h3>
 +
<center>
 +
<div class="containertop2">
 +
    <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/f/f5/T--TP-CC_San_Diego--finalplasmid.png" height="300">
 +
        <span class="caption"> Guide RNA plasmid design  </span>
 +
    </div>
 +
    <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/6/6c/T--TP-CC_San_Diego--100bpLadder.png" height="300">
 +
        <span class="caption"> 100 Basepair ladder</span>
 +
    </div>
 +
</div>
 +
</center>
 +
 +
<h3 class = "text-title">guide RNAs </h3>
 +
<center>
 +
<div class="containertop">
 +
    <div class="item">
 +
        <img class = "pictures" src="https://static.igem.org/mediawiki/2017/f/f2/T--TP-CC_San_Diego--e1g2.jpg" width="500">
 +
        <span class="caption"> E1G2</span>
 +
    </div>
 +
    <div class="item">
 +
        <img class = "pictures" src="https://static.igem.org/mediawiki/2017/8/8c/T--TP-CC_San_Diego--e1g4.jpg" width="500">
 +
        <span class="caption"> E1G4</span>
 +
    </div>
 +
    <div class="item">
 +
    <img class = "pictures" src="https://static.igem.org/mediawiki/2017/2/2b/T--TP-CC_San_Diego--e8g2.jpg" width="500">
 +
        <span class="caption"> E8G2</span>
 +
    </div>
 +
    <div class="item">
 +
    <img class = "pictures" src="https://static.igem.org/mediawiki/2017/9/94/T--TP-CC_San_Diego--e8g4.jpg" width="500">
 +
        <span class="caption"> E8G3 </span>
 +
    </div>
 +
</div>
 +
</center>
 +
 +
<h3 class = "text-title"> Gels </h3>
 +
<center>
 +
<div class="containertop3">
 +
    <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/f/f5/T--TP-CC_San_Diego--TLCV2.png" width="400">
 +
        <span class="caption"> Digested TLCV2 Vector </span>
 +
    </div>
 +
    <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/8/83/T--TP-CC_San_Diego--pcr.png" width="280">
 +
        <span class="caption"> PCR </span>
 +
    </div>
 +
    <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2017/0/0f/T--TP-CC_San_Diego--Gel%281%29.jpg" width="350">
 +
        <span class="caption"> GBM39 Genomic DNA </span>
 +
    </div>
 +
</div>
 +
</center>
 +
 +
 +
<h3 class ="day">Summary</h3>
 +
<p style="padding: 0 11% 4% 11%;font-size: 16px;">
 +
We were able to confirm that the GBM39 cell line had a substantial copy number of the EGFR gene. From there, we designed 4 guide RNAs. Two from exon 1 and two from exon 8. We were unable to design any gRNA using exons 2-7 because in the GBM-39 cell line, that portion of the EGFR gene is mutated. Using the TLCV2 backbone, we removed the stuffer sequence and inserted the guideRNAs in its place.  We were successful with constructing 3 gRNAs but the 4th failed to clone twice. After Sequencing our plasmids, we transfected the guideRNAs into GBM39 cells. Currently, we are monitoring the growth of the cells, and confluency and growth of the cancerous cells has been, over the past 2 months, negatively affected in a statistically significant manner - with over a reduction in total confluency growth of over 50% when compared to the control, suggesting that our treatment has an inhibitory effect upon cancer cell growth.
 +
</p>
 +
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 03:40, 2 November 2017

Results

Effects of ecDNA

There is a significantly depressed rate of cell growth due to the treatment. New cell growth, measured in the increased of density, was significantly retarded in the induced group. Based on the single factor analysis of variance test, our data after testing declares a p-value deemed low enough to reject the null hypothesis.

Parts

BBa_K2369000
BBa_K2369001
BBa_K2369002

Images

EGFR Testing

EGFR vs. Normalized Vector Expansion
E1G4

References

Guide RNA plasmid design
100 Basepair ladder

guide RNAs

E1G2
E1G4
E8G2
E8G3

Gels

Digested TLCV2 Vector
PCR
GBM39 Genomic DNA

Summary

We were able to confirm that the GBM39 cell line had a substantial copy number of the EGFR gene. From there, we designed 4 guide RNAs. Two from exon 1 and two from exon 8. We were unable to design any gRNA using exons 2-7 because in the GBM-39 cell line, that portion of the EGFR gene is mutated. Using the TLCV2 backbone, we removed the stuffer sequence and inserted the guideRNAs in its place. We were successful with constructing 3 gRNAs but the 4th failed to clone twice. After Sequencing our plasmids, we transfected the guideRNAs into GBM39 cells. Currently, we are monitoring the growth of the cells, and confluency and growth of the cancerous cells has been, over the past 2 months, negatively affected in a statistically significant manner - with over a reduction in total confluency growth of over 50% when compared to the control, suggesting that our treatment has an inhibitory effect upon cancer cell growth.