Team:CBNU-Korea/Project description

From 2011.igem.org

(Difference between revisions)
 
(5 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">
Line 102: Line 106:
<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">
-
The synthetic minimal chromosome can be a base of synthetic minimal genome which is blueprint of new organism.
+
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>
-
Also, the synthetic minimal chromosome is a unit, organized gene set of specific biological function, constructed to have minimal function by ‘ Divide and Conquer‘ strategy.
+
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.
-
Design the synthetic minimal chromosome with essential genes, we have to select specific function of essential genes and appropriately re-arrange essential genes because transcription rate can be affected by arrangement, direction of genes.  
+
</font><br>
-
For these reasons, we need to use a new analyze method with those existing information for design.
+
<center><img src="https://static.igem.org/mediawiki/2011/d/df/Genome2.png">
-
We got the information what we need from DEG, NCBI and DoriC databases in order to get information about essential genes in each species, gbk files for each species and location of replication origin in each species.  
+
</center>
-
Then, we saved them in our database with MySQL sever.
+
-
In this step, we also calculated distance between origin and each essential gene, named DTO, Distance To Origin, the shortest distance from location of origin to each essential gene.
+
-
Because of difference of genome size in species, we divided genome to half of its size and each half side of genome is re-divided by 10 percent of its size.
+
-
Then, we used SAS program to analyze a distribution of essential genes in each 10 percent of half side of each species.
+
-
All of this work is saved in our database.
+
-
We expect that it is useful genome design software when database is connected.
+
-
</font>
+
-
</div>
+
-
 
+
-
<div id="test" style="width:500px; height:450px; background:transparent; overflow:auto;">
+
-
<img src="https://static.igem.org/mediawiki/2011/d/df/Genome2.png">
+
</div>
</div>

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.