Difference between revisions of "Team:LZU-CHINA/Model"

 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LZU-CHINA}}
 
 
<html>
 
<html>
 +
<style>
 +
img[data-action="zoom"] {
 +
  cursor: pointer;
 +
  cursor: -webkit-zoom-in;
 +
  cursor: -moz-zoom-in;
 +
}
 +
.zoom-img,
 +
.zoom-img-wrap {
 +
  position: relative;
 +
  z-index: 666;
 +
  -webkit-transition: all 300ms;
 +
  -o-transition: all 300ms;
 +
  transition: all 300ms;
 +
}
 +
img.zoom-img {
 +
  cursor: pointer;
 +
  cursor: -webkit-zoom-out;
 +
  cursor: -moz-zoom-out;
 +
}
 +
.zoom-overlay {
 +
  z-index: 420;
 +
  background: #fff;
 +
  position: fixed;
 +
  top: 0;
 +
  left: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  pointer-events: none;
 +
  filter: "alpha(opacity=0)";
 +
  opacity: 0;
 +
  -webkit-transition: opacity 300ms;
 +
  -o-transition: opacity 300ms;
 +
  transition: opacity 300ms;
 +
}
 +
.zoom-overlay-open .zoom-overlay {
 +
  filter: "alpha(opacity=100)";
 +
  opacity: 1;
 +
}
 +
.zoom-overlay-open,
 +
.zoom-overlay-transitioning {
 +
  cursor: default;
 +
}
  
 +
.mdc__toolbar--fixed{top: 16px;}
 +
@font-face {font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://static.igem.org/mediawiki/2017/d/d5/Lanzhou_wiki_MaterialIcons-Regular.woff) format('woff'); } .material-icons {font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink  {display:none;} #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;} body {background-color:white; margin: 0;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }#top_title{display:none; }#top_menu_under {position:relative; width:100%; height:18px } #top_menu_14 {position:fixed; width:100%; top:0px; left:0px; height:16px; background-color:#383838; border-bottom:2px solid black; z-index:9999 } #top_menu_inside {display:block; position:relative; width:960px; height:100%; margin:0px auto; padding:0 10px; border-left:1px solid #c8c8c8; border-right:1px solid #c8c8c8; font-family:'arial',sans-serif; font-size:12px; font-weight:400; color:#ffffff } #top_menu_inside ul {list-style:none; margin:0; padding:0 } #top_menu_inside li {float:left; padding:0px 25px 0px 20px; cursor:pointer; margin:0 } #top_menu_inside .has_submenu:hover {background-color:#000000; color:white; text-decoration:none } #top_menu_inside #user_item {float:right; padding-top:2px; margin-right:100px; cursor:pointer; color:orange } #top_menu_inside #user_item:hover {background-color:#000000; color:#ffc864 } #top_menu_inside #bars_item {position:absolute; top:1px; left:960px; z-index:2; cursor:pointer } #top_menu_inside #bars_box {position:absolute; right:0px; top:17px; min-height:100px; min-width:100px; color:black; background-color:white; border:1px solid black; box-shadow:rgba(50,50,50,0.75) 1px 1px 10px 0px; z-index:1 } #top_menu_inside .submenu {display:none; position:absolute; z-index:10; top:16px; left:20px; width:900px; min-height:80px; background-color:#000000; padding:10px 15px 20px 15px; box-shadow:rgba(10,10,10,0.75) 0px 5px 15px 0px; color:#ffffff } #top_menu_inside .section {float:left; width:190px; font-family:helvitica,sans-serif; font-style:normal; font-weight:400; font-size:14px; line-height:22px; text-align:justify } #top_menu_inside .section .google span {padding-left:20px } #top_menu_inside .section .google span:hover,#top_menu_inside .section #page_go:hover {text-decoration:none; color:orange } #top_menu_inside .h1 {font-style:normal; font-size:18px; line-height:24px; text-weight:600; text-decoration:underline; text-align:left } #top_menu_inside .intro {color:#ffffff; font-style:italic; font-weight:normal; font-size:16px } #top_menu_inside .has_submenu .intro a {color:#ffffff; cursor:pointer } #top_menu_inside .has_submenu .intro a:hover {color:orange }
 +
.mdc-toolbar--fixed{top: 16px !important;}</style>
  
  
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script>
  
<div class="column full_size">
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS&action=raw&ctype=text/css">
<h1> Modeling</h1>
+
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
 
  
</div>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/bookstrap&action=raw&ctype=text/css">
<div class="clear"></div>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/demo&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/jquery_DonutWidget&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/jquerysctipttop&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/linearicons&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/magnific_popup&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/nice_select&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/owl_carousel&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/templatemo_style&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/main&action=raw&ctype=text/css">
 +
<div >
 +
<div class="bg-other">
 +
<!-- Start banner Area -->
 +
<section class="generic-banner-safety relative">
 +
<!-- Start Header Area -->
 +
<header class="default-header">
 +
<nav class="navbar navbar-expand-lg  navbar-light">
 +
<div class="container">
 +
<a class="navbar-brand" href="https://2018.igem.org/Team:LZU-CHINA" style="padding: 0px;">
 +
<img src="https://static.igem.org/mediawiki/2018/a/a6/T--LZU-CHINA--logo.png" alt="" height="90">
 +
</a>
 +
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
 +
<span class="text-white lnr lnr-menu"></span>
 +
</button>
  
<div class="column full_size">
+
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<h3> Gold Medal Criterion #3</h3>
+
<ul class="navbar-nav">
<p>
+
<li><a href="https://2018.igem.org/Team:LZU-CHINA">Home</a></li>
Convince the judges that your project's design and/or implementation is based on insight you have gained from modeling. This could be either a new model you develop or the implementation of a model from a previous team. You must thoroughly document your model's contribution to your project on your team's wiki, including assumptions, relevant data, model results, and a clear explanation of your model that anyone can understand.  
+
<li class="dropdown">
<br><br>
+
<a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Team" id="1" data-toggle="dropdown">Team</a>
The model should impact your project design in a meaningful way. Modeling may include, but is not limited to, deterministic, exploratory, molecular dynamic, and stochastic models. Teams may also explore the physical modeling of a single component within a system or utilize mathematical modeling for predicting function of a more complex device.
+
<div class="dropdown-menu">
</p>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Team">Team</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Attributions">Attribution</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Collaborations">collaborations</a>
 +
</div>
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Description" id="2" data-toggle="dropdown">Project</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Description">Description</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Design">Design</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Parts">part</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Experiments">experiments</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Safety">safety</a>
 +
</div>
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Results" id="3" data-toggle="dropdown">wet lab</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Results">result</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Futurework">future work</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/InterLab">interlab</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Notebook">notebook</a>
  
<p>
+
</div>
Please see the <a href="https://2018.igem.org/Judging/Medals"> 2018
+
</li>
Medals Page</a> for more information.  
+
<li><a href="https://2018.igem.org/Team:LZU-CHINA/Model">dry lab</a></li>
</p>
+
<li class="dropdown">
</div>
+
<a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Human_Practices" id="4" data-toggle="dropdown">HP</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Human_Practices">intergrated hp</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Public_Engagement">public engagement</a>
 +
</div>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
</nav>
 +
</header>
 +
<!-- End Header Area -->
 +
<div class="container" style="height: 100%">
 +
<div class="row height align-items-center justify-content-center" style="height: 90%">
 +
<div class="col-lg-10">
 +
<div class="generic-banner-content">
 +
<h2 class="text-white">Model and Bioinformatic data</h2>
  
<div class="column two_thirds_size">
+
</div>
<h3>Best Model Special Prize</h3>
+
</div>
 +
</div>
 +
</div>
 +
</section>
 +
<!-- End banner Area -->
 +
 +
<!-- About Generic Start -->
 +
<div class="main-wrapper">
 +
<div class="location" >
  
<p>
+
<p style="text-align: left;"><a href="#p1" style="font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">1.Overview</a></p>
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
+
<p  style="text-align: left;"><a href="#p2" style="font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">2.Model A</a></p>
<br><br>
+
<p style="text-align: left;"><a href="#p3" style="font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">3.Model B</a></p>
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
<p  style="text-align: left;"><a href="#p6" style="font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">4.Bioinformatics data </a></p>
</p>
+
<p class="scroll_top" style="text-align: center;font-size: 16px;">RETURN TOP</p>
 +
</div>
 +
<!-- Start Generic Area -->
 +
<section class="about-generic-area pt-100" id="p1">
  
</div>
+
<div class="container" style="background: rgb(255,255,255)">
 +
<div class="col-md-12">
 +
<div style="height: 50px"></div>
 +
<p style="font-size:40px;font-family: 'Segoe Script';color: darkred">Model</h3>
 +
<p class="para2" >The model can help us predict the experimental results and guide our experimental design. We designed two models, one to simulate the effect of increasing exosome secretion. It simulates the effect of different exosomes enhancing genes and exosomes booster on the experimental results, providing guidance for our experiment. Another model was used to evaluate the effectiveness of intravenous administration of tetracycline to avoid adverse effects from high concentrations of tetracycline. Therefore, we established a drug metabolism model induced by tetracycline for intravenous administration to evaluate the efficiency of microRNA expression at different concentrations.</p>
 +
</div>
 +
<div style="height: 20px" id="p2"></div>
 +
<div class="col-md-12">
 +
<h3 class="about-title mb-30" >Model A (Tetracycline iv drug model)</h3>
 +
<p class="para2">To activate our tetracycline-induced promoter, we administered tetracycline intravenously. However, excessive tetracycline can affect gastrointestinal tract, liver, blood system, central nervous system and kidney to different degrees. Tetracycline can also bind with phosphate in dentin and enamel, leading to teeth becoming yellow and bone dysplasia. Therefore, we need to establish a drug metabolism model to analyze and calculate the optimal drug concentration range during intravenous injection, to reduce the impact of tetracycline administration and provide certain mathematical basis for the selection of drug injection time and drug injection amount in practical application.<br><b>a. The metabolism of tetracycline in the stomach conforms to the rapid perfusion model.</b>
 +
<br>&emsp;the specific calculation formula is as follows :</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/6/6d/T--LZU-CHINA--model7.png"  class="img-fluid mr-20 mb-20"style="width: 50%" ></div>
 +
<p class="para2"><b>The parameters are described below the form:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/b/b1/T--LZU-CHINA--model8.png"  class="img-fluid mr-20 mb-20"style="width: 75%" ></div>
 +
<p class="para2"><b>Here comes our result:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/1/10/T--LZU-CHINA--model1.jpg"  class="img-fluid mr-20 mb-20"style="width: 40%" ></div>
 +
<p class="para2">Figure1. Over time, tetracycline concentrations gradually drop in the blood and enter the stomach tissue. It was predicted that tetracycline in the stomach reached its peak at 10hours, and then its concentration gradually decreased with the degradation of tetracycline.</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/2/23/T--LZU-CHINA--mode12.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2" >Figure2. This diagram shows the functional relationship between tetracycline and absorption time and absorption coefficient in gastric tissue. The tetracycline concentration decreases gradually with the time of absorption, and the absorption efficiency is inversely proportional to the tetracycline concentration in the gastric tissue.</p>
 +
<p class="para2"><b>b. when we give the drug intravenously, the change of blood drug concentration conforms to the following formula:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/7/78/T--LZU-CHINA--model9.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2"><b>Here comes our result:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/c/c1/T--LZU-CHINA--model2.jpg"  class="img-fluid mr-20 mb-20"style="width: 40%" ></div>
 +
<p class="para2" >Figure3. With the increase of time, tetracycline concentration in blood medicine gradually increased until reaching the plateau stage.</p>
 +
</div>
 +
<div style="height: 20px" id="p3"></div>
 +
<div class="col-md-12">
 +
<h3 class="about-title mb-30" >Model B</h3>
 +
<p class="para2">To increase the expression of exosomes, we added three enhanced genes to simulate the effect of increasing exosomes secretion through the model, providing guidance for our experiment.
 +
<br>Equations is as follow:
 +
<br>&emsp;<b>a.transcriptional rate simulation of three booster genes:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/e/e2/T--LZU-CHINA--model10.png"  class="img-fluid mr-20 mb-20"style="width: 35%" ></div>
 +
<p class="para2"><b>&emsp;b. Simulation of three booster genes transcriptional translation:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/2/21/T--LZU-CHINA--model11.png"  class="img-fluid mr-20 mb-20"style="width: 35%" ></div>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/9/9d/T--LZU-CHINA--form.jpg"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2"><b>Here comes our result:</b></p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/b/b3/T--LZU-CHINA--model3.jpg"  class="img-fluid mr-20 mb-20"style="width: 40%" ></div>
 +
<p class="para2">Figure4. the promotional concentrations of the three promotional genes for the secretion of exosomes. Over time, the number of exosomes secreted by cells increased.</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/c/cf/T--LZU-CHINA--model4.jpg"  class="img-fluid mr-20 mb-20"style="width: 40%" ></div>
 +
<p class="para2">Figure5. Comparison between the expression levels of three promoter genes and those of non-promoter exosomes. It demonstrates that exosome booster could dramatically increase exosome secrion.</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/a/a9/T--LZU-CHINA--model5.jpg"  class="img-fluid mr-20 mb-20"style="width: 40%" ></div>
 +
<p class="para2">Figure6. production rate of exosomes in cell. This model predicts the production rate of exosome over time in cells.</p>
 +
</div>
 +
<div style="height: 20px" id="p6"></div>
 +
 +
<p style="font-size:40px;font-family: 'Segoe Script';color: darkred">Bioinformatics data</h3>
 +
<div class="col-md-12">
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/0/02/T--LZU-CHINA--wet5.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2">The effects of different microRNAs on gene expression and gene pathways were analyzed and predicted in the KEGG database. We predicted miR-135b-3p, miR-769-5p and miR-942-5p, respectively, the inhibitory ability of these three microRNAs to other genes, the gene pathways that may be affected and the interactions between these gene pathways and analyzed the interaction network between the same functional proteins that are affected. We also predicted the genetic effects of all three on human cells at the same time. These bioinformatics results suggest that this is the kind of microRNA that has complex regulatory networks. Combined with our phenotypic results (cck-8 analysis, transwell test, flow cytometry analysis, scratch test), miR-135b-3p, miR-769-5p and miR-942-5p finally affected the activity, migration and DNA synthesis of gastric cancer cells through these regulatory networks. In addition, bioinformatic analysis indicates that much work remains to be done. Many regulatory mechanisms still need to be validated and interpreted experimentally. Nevertheless, as an important regulatory device in human organism, microRNA has a promising prospect in the application of cancer treatment.
 +
</p>
 +
<h6 style="color: black">1.Biological information analysis of miR-135b-3p </h6>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/5/5f/T--LZU-CHINA--result19.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure7. According to bioinformatics prediction analysis, miR-135b-3p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-135b-3p expression was at a high level, most genes were at a low level. As the expression level of miR-135b-3p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/3/37/T--LZU-CHINA--result20.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure8. The gene pathways that miR-135b-3p may affected and the interactions between these gene pathways.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/d/db/T--LZU-CHINA--result21.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure9.The interaction network between the same functional proteins affected by miR-135b-3p.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/d/d9/T--LZU-CHINA--result22.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2">Figure10. GO (Gene Ontology) analysis. The molecular function affected by miR-135b-3p were analyzed by GO database, and there was a total of 20 molecular function related to miR-135b-3p. The color and size of the histogram represent the P value. The darker the color, the smaller the P value, the stronger the correlation between this function and miR-135b-3p.
 +
</p>
 +
<h6 style="color: black">2. Biological information analysis of miR-942-5p </h6>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/2/25/T--LZU-CHINA--result23.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure11. According to bioinformatics prediction analysis, miR-942-5p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-942-5p expression was at a high level, most genes were at a low level. As the expression level of miR-942-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/5/5c/T--LZU-CHINA--result24.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure12. The gene pathways that miR-942-5p may affected and the interactions between these genes.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/9/9c/T--LZU-CHINA--result25.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure13. The interaction network between the same functional proteins affected by miR-942-5p.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/4/40/T--LZU-CHINA--result26.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2">Figure14. GO (Gene Ontology) analysis. The molecular function affected by miR-942-5p were analyzed by GO database, and there was a total of 20 molecular function related to miR-942-5p. The color and size of the histogram represent the P value. The darker the color, the smaller the P value, the stronger the correlation between this function and miR-942-5p.
 +
</p>
 +
<h6 style="color: black">3. Biological information analysis of miR-769-5p </h6>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/2/27/T--LZU-CHINA--result27.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure15. According to bioinformatics prediction analysis, miR-769-5p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-769-5p expression was at a high level, most genes were at a low level. As the expression level of miR-769-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/f/f0/T--LZU-CHINA--result28.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure16. The gene pathways that miR-769-5p may affected and the interactions between these genes.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/f/fd/T--LZU-CHINA--result29.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure17. The interaction network between the same functional proteins affected by miR-769-5p.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/9/9d/T--LZU-CHINA--result30.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2">Figure18. According to bioinformatics prediction analysis, miR-769-5p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-769-5p expression was at a high level, most genes were at a low level. As the expression level of miR-769-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.
 +
</p>
 +
<h6 style="color: black">4. Biological information analysis of miR-135b-3p, miR-942-5p and miR-769-5p interaction</h6>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/3/3b/T--LZU-CHINA--result31.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure19. The gene pathways that miR-135b-3p, miR-942-5p and miR-769-5p may affected and the interactions between these genes were predicted by Biological information analysis.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/1/17/T--LZU-CHINA--result32.png"  class="img-fluid mr-20 mb-20"style="width: 55%" ></div>
 +
<p class="para2">Figure20. The interaction network between the same functional proteins affected by miR-135b-3p, miR-942-5p and miR-769-5p.
 +
</p>
 +
<div class="myimg"><img src="https://static.igem.org/mediawiki/2018/c/c3/T--LZU-CHINA--result33.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2">Figure21. The functional molecules affected by miR-135b-3p, miR-942-5p and miR-769-5p were analyzed by GO database. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-135b-3p, miR-942-5p and miR-769-5p expression was at a high level, most genes were at a low level. As the expression level of miR-135b-3p, miR-942-5p and miR-769-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.
 +
<h6 style="color: black">Reference</h6>
 +
<p class="para2">1.Sipponen, P., Kekki, M., Haapakoski, J., Ihamäki, T., & Siurala, M. (2010). Gastric cancer risk in chronic atrophic gastritis: statistical calculations of cross-sectional data. International Journal of Cancer,35(2), 173-177.<br>
 +
2.Zhu, Z. (2018). [2017 hotspots review and outlook on gastric cancer surgery in china]. Zhonghua Wei Chang Wai Ke Za Zhi, 21(1), 7-14.<br>
 +
3.Zhang, Z. Y., Zheng-Qi, W. U., & Wang, H. J. (2009). An analysis of gastric cancer detection and epidemicity in high incidental area with gastric cancer,wuwei city,gansu province. China Cancer, 19(3), 194–201.<br>
 +
4.Chan, S. L., & So, J. B. (2016). Gastric cancer therapy.<br>
 +
5.Barr, W. H., Gerbracht, L. M., Letcher, K., Plaut, M., & Strahl, N. (1972). Assessment of the biologic availability of tetracycline products in man. Clinical Pharmacology & Therapeutics, 13(1), 97–108.<br>
 +
</p>
 +
                                                <br>
 +
</div>
 +
</div>
 +
</section>
 +
<!-- End Generic Start -->
  
 +
<!-- Start Generic Area -->
 +
<section class="about-generic-area pb-100 pt-100" id="safety2">
 +
<div class="container border-top-generic" style="background: rgb(255,255,255)">
  
<div class="column third_size">
+
</div>
<div class="highlight decoration_A_full">
+
</section>
<h3> Inspiration </h3>
+
<!-- End Generic Start -->
<p>
+
 
Here are a few examples from previous teams:
+
<!-- start footer Area -->
</p>
+
<footer class="footer-area section-gap" >
<ul>
+
<div class="container">
<li><a href="https://2016.igem.org/Team:Manchester/Model">2016 Manchester</a></li>
+
<div class="row">
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">2016 TU Delft</li>
+
<div class="col-lg-6 col-md-6 col-sm-6">
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">2014 ETH Zurich</a></li>
+
<div class="single-footer-widget">
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">2014 Waterloo</a></li>
+
<h6>About Us</h6>
</ul>
+
<img src="https://static.igem.org/mediawiki/2018/e/ee/T--LZU-CHINA--xiaohui.png" style="height: 120px">
</div>
+
<img src="https://static.igem.org/mediawiki/2018/d/df/T--LZU-CHINA--yiyuan.png" style="height: 120px">
</div>
+
<img src="https://static.igem.org/mediawiki/2018/4/41/T--LZU-CHINA--shengming.png" style="height: 120px">
 +
<p>
 +
We wish to extend our deepest appreciation to the Lanzhou University, The First Clinical Medical College and School of Life Science for the great support and help in this project
 +
</p>
 +
</div>
 +
</div>
 +
 
 +
<div class="col-lg-6 col-md-6 col-sm-6 social-widget">
 +
<div class="single-footer-widget">
 +
<h6>Contact Us</h6>
 +
<p>E-mail:752786236@qq.com 1098385458@qq.com</p>
 +
<p>Address:No. 222, Tianshui South Road, chengguan district, Lanzhou City, Gansu Province,730000, P. R. China.</p>
 +
<p style="font-size:20px;font-family: 'Segoe Script'">We are the walker on the long journey towards science</p>
 +
 
 +
<p class="footer-text">Copyright &copy;2018 iGEM LZU-CHINA Team All rights reserved.</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</footer>
 +
<!-- End footer Area -->
 +
 
 +
 
 +
</div>
 +
<!--script src="js/vendor/jquery-2.2.4.min.js"></script>
 +
            <script src="js/vendor/bootstrap.min.js"></script>
 +
            <script src="js/jquery.ajaxchimp.min.js"></script>
 +
            <script src="js/jquery.sticky.js"></script>
 +
            <script src="js/owl.carousel.min.js"></script>
 +
            <script src="js/jquery.nice-select.min.js"></script>
 +
            <script src="js/jquery.magnific-popup.min.js"></script>
 +
            <script src="js/main.js"></script-->
 +
 
 +
 
 +
</div>
 +
</div>
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
            jQuery(document).ready(function($){
 +
                $('.scroll_top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);});
 +
            });
 +
</script>
 +
</div>
  
 
</html>
 
</html>

Latest revision as of 01:00, 18 October 2018

Model and Bioinformatic data

Model

The model can help us predict the experimental results and guide our experimental design. We designed two models, one to simulate the effect of increasing exosome secretion. It simulates the effect of different exosomes enhancing genes and exosomes booster on the experimental results, providing guidance for our experiment. Another model was used to evaluate the effectiveness of intravenous administration of tetracycline to avoid adverse effects from high concentrations of tetracycline. Therefore, we established a drug metabolism model induced by tetracycline for intravenous administration to evaluate the efficiency of microRNA expression at different concentrations.

Model A (Tetracycline iv drug model)

To activate our tetracycline-induced promoter, we administered tetracycline intravenously. However, excessive tetracycline can affect gastrointestinal tract, liver, blood system, central nervous system and kidney to different degrees. Tetracycline can also bind with phosphate in dentin and enamel, leading to teeth becoming yellow and bone dysplasia. Therefore, we need to establish a drug metabolism model to analyze and calculate the optimal drug concentration range during intravenous injection, to reduce the impact of tetracycline administration and provide certain mathematical basis for the selection of drug injection time and drug injection amount in practical application.
a. The metabolism of tetracycline in the stomach conforms to the rapid perfusion model.
 the specific calculation formula is as follows :

The parameters are described below the form:

Here comes our result:

Figure1. Over time, tetracycline concentrations gradually drop in the blood and enter the stomach tissue. It was predicted that tetracycline in the stomach reached its peak at 10hours, and then its concentration gradually decreased with the degradation of tetracycline.

Figure2. This diagram shows the functional relationship between tetracycline and absorption time and absorption coefficient in gastric tissue. The tetracycline concentration decreases gradually with the time of absorption, and the absorption efficiency is inversely proportional to the tetracycline concentration in the gastric tissue.

b. when we give the drug intravenously, the change of blood drug concentration conforms to the following formula:

Here comes our result:

Figure3. With the increase of time, tetracycline concentration in blood medicine gradually increased until reaching the plateau stage.

Model B

To increase the expression of exosomes, we added three enhanced genes to simulate the effect of increasing exosomes secretion through the model, providing guidance for our experiment.
Equations is as follow:
a.transcriptional rate simulation of three booster genes:

 b. Simulation of three booster genes transcriptional translation:

Here comes our result:

Figure4. the promotional concentrations of the three promotional genes for the secretion of exosomes. Over time, the number of exosomes secreted by cells increased.

Figure5. Comparison between the expression levels of three promoter genes and those of non-promoter exosomes. It demonstrates that exosome booster could dramatically increase exosome secrion.

Figure6. production rate of exosomes in cell. This model predicts the production rate of exosome over time in cells.

Bioinformatics data

The effects of different microRNAs on gene expression and gene pathways were analyzed and predicted in the KEGG database. We predicted miR-135b-3p, miR-769-5p and miR-942-5p, respectively, the inhibitory ability of these three microRNAs to other genes, the gene pathways that may be affected and the interactions between these gene pathways and analyzed the interaction network between the same functional proteins that are affected. We also predicted the genetic effects of all three on human cells at the same time. These bioinformatics results suggest that this is the kind of microRNA that has complex regulatory networks. Combined with our phenotypic results (cck-8 analysis, transwell test, flow cytometry analysis, scratch test), miR-135b-3p, miR-769-5p and miR-942-5p finally affected the activity, migration and DNA synthesis of gastric cancer cells through these regulatory networks. In addition, bioinformatic analysis indicates that much work remains to be done. Many regulatory mechanisms still need to be validated and interpreted experimentally. Nevertheless, as an important regulatory device in human organism, microRNA has a promising prospect in the application of cancer treatment.

1.Biological information analysis of miR-135b-3p

Figure7. According to bioinformatics prediction analysis, miR-135b-3p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-135b-3p expression was at a high level, most genes were at a low level. As the expression level of miR-135b-3p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.

Figure8. The gene pathways that miR-135b-3p may affected and the interactions between these gene pathways.

Figure9.The interaction network between the same functional proteins affected by miR-135b-3p.

Figure10. GO (Gene Ontology) analysis. The molecular function affected by miR-135b-3p were analyzed by GO database, and there was a total of 20 molecular function related to miR-135b-3p. The color and size of the histogram represent the P value. The darker the color, the smaller the P value, the stronger the correlation between this function and miR-135b-3p.

2. Biological information analysis of miR-942-5p

Figure11. According to bioinformatics prediction analysis, miR-942-5p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-942-5p expression was at a high level, most genes were at a low level. As the expression level of miR-942-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.

Figure12. The gene pathways that miR-942-5p may affected and the interactions between these genes.

Figure13. The interaction network between the same functional proteins affected by miR-942-5p.

Figure14. GO (Gene Ontology) analysis. The molecular function affected by miR-942-5p were analyzed by GO database, and there was a total of 20 molecular function related to miR-942-5p. The color and size of the histogram represent the P value. The darker the color, the smaller the P value, the stronger the correlation between this function and miR-942-5p.

3. Biological information analysis of miR-769-5p

Figure15. According to bioinformatics prediction analysis, miR-769-5p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-769-5p expression was at a high level, most genes were at a low level. As the expression level of miR-769-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.

Figure16. The gene pathways that miR-769-5p may affected and the interactions between these genes.

Figure17. The interaction network between the same functional proteins affected by miR-769-5p.

Figure18. According to bioinformatics prediction analysis, miR-769-5p can inhibit 50 genes expression. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-769-5p expression was at a high level, most genes were at a low level. As the expression level of miR-769-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.

4. Biological information analysis of miR-135b-3p, miR-942-5p and miR-769-5p interaction

Figure19. The gene pathways that miR-135b-3p, miR-942-5p and miR-769-5p may affected and the interactions between these genes were predicted by Biological information analysis.

Figure20. The interaction network between the same functional proteins affected by miR-135b-3p, miR-942-5p and miR-769-5p.

Figure21. The functional molecules affected by miR-135b-3p, miR-942-5p and miR-769-5p were analyzed by GO database. The redder the color, the higher the gene expression, and the bluer the color, the lower the gene expression. As you can see from the diagram. When miR-135b-3p, miR-942-5p and miR-769-5p expression was at a high level, most genes were at a low level. As the expression level of miR-135b-3p, miR-942-5p and miR-769-5p gradually decreased, most genes showed high expression level. However, some gene expression levels are not linearly correlated, which may be due to the interaction between genes.

Reference

1.Sipponen, P., Kekki, M., Haapakoski, J., Ihamäki, T., & Siurala, M. (2010). Gastric cancer risk in chronic atrophic gastritis: statistical calculations of cross-sectional data. International Journal of Cancer,35(2), 173-177.
2.Zhu, Z. (2018). [2017 hotspots review and outlook on gastric cancer surgery in china]. Zhonghua Wei Chang Wai Ke Za Zhi, 21(1), 7-14.
3.Zhang, Z. Y., Zheng-Qi, W. U., & Wang, H. J. (2009). An analysis of gastric cancer detection and epidemicity in high incidental area with gastric cancer,wuwei city,gansu province. China Cancer, 19(3), 194–201.
4.Chan, S. L., & So, J. B. (2016). Gastric cancer therapy.
5.Barr, W. H., Gerbracht, L. M., Letcher, K., Plaut, M., & Strahl, N. (1972). Assessment of the biologic availability of tetracycline products in man. Clinical Pharmacology & Therapeutics, 13(1), 97–108.