Difference between revisions of "Team:UESTC Software/Design.html"

(Blanked the page)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!doctype html>
+
 
<html class="no-js">
+
<head>
+
<meta charset="UTF-8">
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
+
<title>Design</title>
+
        <link rel="stylesheet" href="https://2015.igem.org/Template:UESTC_Software/CSS?action=raw&ctype=text/css">
+
        <link rel="stylesheet" href="https://2015.igem.org/Template:UESTC_Software/divide_wen_css?action=raw&ctype=text/css">
+
        <link rel="stylesheet" href="https://2015.igem.org/Template:UESTC_Software/wen_css?action=raw&ctype=text/css">
+
        <script src="https://2015.igem.org/Template:UESTC_Software/headjs?action=raw&ctype=text/javascript"></script>
+
</head>
+
<body>
+
<header class="dou_header">
+
<div class="header_logo">
+
<a href="javascript:void(0)"><img src="/wiki/images/f/fc/Uestc_software_head_logo.png"></a>
+
</div>
+
<nav class="dou_divide_nav">
+
<div class="dou_divide_nav_wrap">
+
<ul>
+
<li>
+
<a href="https://2015.igem.org/Team:UESTC_Software">HOME</a>
+
</li>
+
<li class="choose">
+
<a class="" href="javascript:void(0)">PROJECT<br/><i class="iconfont">&#xe60d;</i></a>
+
<ul id="menu_pro" class="dou_divide_nav_second clearfix">
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Description.html">Description</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Results.html">Results</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Design.html">Design</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Modeling.html">Modeling</a></li>
+
</ul>
+
</li>
+
<li>
+
<a href="javascript:void(0)">TEAM<br/><i class="iconfont">&#xe60d;</i></a>
+
<ul id="menu_team" class="dou_divide_nav_second">
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Members.html">Members</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Attributions.html">Attributions</a></li>
+
</ul>
+
</li>
+
<li>
+
<a href="https://2015.igem.org/Team:UESTC_Software/Notebook.html">NOTEBOOK</a>
+
</li>
+
<li>
+
<a href="javascript:void(0)">HUMAN<br/>PRACTICE<br/><i class="iconfont">&#xe60d;</i></a>
+
<ul id="menu_hum" class="dou_divide_nav_second">
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Game-human_practice.html">Game</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Meet_up.html">Meet-up</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Collaborations.html">Collaborations</a></li>
+
</ul>
+
</li>
+
<li>
+
<a href="javascript:void(0)">REQUIREMENTS<br/><i class="iconfont">&#xe60d;</i></a>
+
<ul id="menu_req" class="dou_divide_nav_second">
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Medals.html">Medals</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Safety.html">Safety</a></li>
+
<li><a href="https://2015.igem.org/Team:UESTC_Software/Documentation.html">Documentation</a></li>
+
</ul>
+
</li>
+
</ul>
+
</div>
+
</nav>
+
</header>
+
<div class="cd_half_section" id="c_h_s_desi">
+
<h1>Design</h1>
+
</div>
+
<div class="safetyDiv design_div">
+
<div class="QandA">
+
<h3 class="design_h3">Project Base</h3>
+
<p>Because of its widespread value of application and potential, the study of essential genes has been concerned by more and more synthetic biologists and researchers. As more and more bacterial genes have been identified as essential genes, some databases like DEG (Database of Essential Genes), OGEE (Online Gene Essentiality database) have appeared. DEG, which is the first essential genes database, only collected essential genes that are tested by whole genome experiments [5]. OGEE not only has essential and nonessential genes, but also has gene characteristic, expressive information and so on [6]. Besides, another database, CEG (Cluster of Essential Genes database), which is set up basing on previous databases, is different from DEG and OGEE. It saves essential genes as homologous cluster. CEG has more information that comes from other databases and is more convenient for studying antibiotics targeting medicine, evolution and etc.
+
For our project, MCCAP (Minimal Cell Construct and Analysis Panel), which is developed basing on CEG to find “core” essential genes, helps structure minimal gene set and analyse metabolism pathway.</p>
+
</div>
+
<div class="QandA">
+
<h3 class="design_h3">Theories of MCCAP</h3>
+
<p>The major data of MCCAP is derived from CEG. The organizational relationships of the data are shown in the following figure.</p>
+
<img class="design_img" src="/wiki/images/8/84/Uestc_software_design.png" />
+
<p>The form of ceg_core and ceg_base represents the core data of essential gene. Each data of form ceg_core is a gene. Data field access_num is a unique ID of gene cluster which has the gene. Gid is a unique ID of genes in Genebank. Koid correspond to the K value of genes in KEGG and cogid correspond to the cog number in COG. And the two numbers may be blank. hprd_nid labeled the highest genetic similarity of genes in Human Protein Reference Database (HPRD). Organismid represents that the gene is from bacterium. Each data in form ceg_base represents a gene cluster. Description is the description of gene cluster function. Ec is the enzyme number of the gene number.</p>
+
</div>
+
<div class="QandA">
+
<h3 class="design_h3">Work flow of screening the minimal gene set</h3>
+
<img class="design_img" src="/wiki/images/3/30/Uestc_software_design_1.png"/>
+
</div>
+
<div class="QandA">
+
<h3 class="design_h3">Work flow of genetating the pathway and module</h3>
+
<img class="design_img" style="width:100%;" src="/wiki/images/7/76/Uestc_software_design2.png" />
+
                        <p>MACCP creates metabolism pathway by matching K value and using pathway and module database of KEGG. Because of the data that we use refers to the KEGG Orthology (KO) and Cluster of Orthologous Group (COG), not every gene cluster has K value. And we will abandon the gene cluster which doesn`t have K value because it could not create metabolism pathway.</p>
+
</div>
+
</div>
+
</body>
+
<footer>
+
<div class="footer_define">
+
<div class="footer_logo">
+
<img src="/wiki/images/0/07/Uestc_software_self_logo.png">
+
<p>@2015 Designed & Developed by <span class="green_em">UESTC_SOFTWARE</span> iGEM</p>
+
</div>
+
<ul>
+
<li></li>
+
</ul>
+
</div>
+
</footer>
+
</html>
+

Latest revision as of 15:42, 17 September 2015