Team:CBNU-Korea/Project description

From 2011.igem.org

(Difference between revisions)
(Created page with "<HTML> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HEAD> <meta http-equiv="Content-Type" content="t...")
 
(30 intermediate revisions not shown)
Line 22: Line 22:
body{
body{
-
background-color:#1aa758;
+
background-color:#222782;
}
}
Line 39: Line 39:
}
}
#menubar{
#menubar{
-
background-color:#1aa758;
+
background-color:#222782;
}
}
#menubar:hover{
#menubar:hover{
Line 96: Line 96:
<body>
<body>
 +
 +
<div>
 +
<a href="javascript:history.go(-1);"><img src="https://static.igem.org/mediawiki/2011/7/77/Synb_back.png"></a>
 +
</div>
 +
<div id="logo">
<div id="logo">
-
<img src="https://static.igem.org/mediawiki/2011/c/c1/Synb_Project_Abstract.png">
+
<img src="https://static.igem.org/mediawiki/2011/1/19/Synb_Project_Description.png">
</div>
</div>
 +
<div id="test" style="width:700px; height:450px; background:transparent; overflow:auto;">
<div id="test" style="width:700px; height:450px; background:transparent; overflow:auto;">
-
<br><font color=white size="4">
+
<br><font color=white size="4" face="Tahoma">
-
For design the Synthetic Minimal Chromosome, we need to get information of essential genes such as direction, position, length and function in order to design chromosome.
+
The synthetic minimal chromosome can be a basis of the synthetic minimal genome which is blueprint of new organism. Also, the synthetic minimal chromosome is a unit, organized by a gene set of specific biological function, constructed to have minimal function described by ‘Divide and Conquer‘ strategy. To design the synthetic minimal chromosome with essential genes, we have to select the specific function of essential genes and appropriately re-arrange essential genes because the transcription rate can be affected by the arrangement and direction of genes. For these reasons, we need to use a new analyzing method with those existing information for the design.<br>
-
However, it is difficult to design to use only information of these. So, we should have a new analyzing method which calculates distance between replication origin and each essential gene(DTO; Distance to origin) in each specie and get the number of essential genes within 10 percent of total genome size. Using this method, we confirmed a distribution of essential genes in each organism
+
We will use DEG, NCBI and DoriC databases in order to get information on essential genes in each species, gbk files for each species and location of replication origin in each species. Then, we will save them in our database with the MySQL sever. In this step, we will calculate the distance between the origin and each essential gene, named DTO (distance to origin), and the shortest distance from the location of origin to each essential gene. Because of the differences in genome sizes of species, we will divide the genome to half its size and each half part of the genome will be re-divided to 10 percent of its size. Then, we will use the SAS program to analyze the distribution of essential genes in each of the 10 percent portions of the half part of each species. All of this work will be saved in our database. We expect that it is a useful genome design software when the database is connected.
-
The information of essential genes is obtained from DEG(Database of Essential Genes) and re-group essential genes by COG distribution for construction our database which is connected to a software named GOD, Genome Organization Database & Designer.
+
</font><br>
-
</font>
+
<center><img src="https://static.igem.org/mediawiki/2011/d/df/Genome2.png">
 +
</center>
</div>
</div>
-
<div>
+
 
-
<a href="javascript:history.go(-1);"><img src="https://static.igem.org/mediawiki/2011/7/77/Synb_back.png"></a>
+
</div>
</div>
 +
</body>
</body>
</HTML>
</HTML>

Latest revision as of 13:37, 4 October 2011


The synthetic minimal chromosome can be a basis of the synthetic minimal genome which is blueprint of new organism. Also, the synthetic minimal chromosome is a unit, organized by a gene set of specific biological function, constructed to have minimal function described by ‘Divide and Conquer‘ strategy. To design the synthetic minimal chromosome with essential genes, we have to select the specific function of essential genes and appropriately re-arrange essential genes because the transcription rate can be affected by the arrangement and direction of genes. For these reasons, we need to use a new analyzing method with those existing information for the design.
We will use DEG, NCBI and DoriC databases in order to get information on essential genes in each species, gbk files for each species and location of replication origin in each species. Then, we will save them in our database with the MySQL sever. In this step, we will calculate the distance between the origin and each essential gene, named DTO (distance to origin), and the shortest distance from the location of origin to each essential gene. Because of the differences in genome sizes of species, we will divide the genome to half its size and each half part of the genome will be re-divided to 10 percent of its size. Then, we will use the SAS program to analyze the distribution of essential genes in each of the 10 percent portions of the half part of each species. All of this work will be saved in our database. We expect that it is a useful genome design software when the database is connected.