Team:Shenzhen BGIC 0101/NewStandard

From 2013.igem.org

(Difference between revisions)
Line 7: Line 7:
<div id=newstandard>   
<div id=newstandard>   
<h1>New Standard</h1>  
<h1>New Standard</h1>  
 +
<h2>Assembly Stategy Standard</h2>
 +
<p>Synthesized fragments to Biodevice Assembly
 +
Different from the traditional bottom-up strategy, <a href="http://parts.igem.org/Assembly:Standard_assembly?title=Assembly:Standard_assembly">biobrick</a> & <a href="http://openwetware.org/wiki/Synthetic_Biology:BioBricks/3A_assembly">3A</a> standard assembly, to assemble biobricks into a high-level biodevice, we directly design brand new chromosome denovo in silico and design its segmentation with adaptors, so that we can synthesize DNA fragments, and integrate them into megachunks, and use a special method to transform megachunks to whole Chromosome.</p><br/>
<h2>Chromosome Design Standard </h2>
<h2>Chromosome Design Standard </h2>
<p>After grap the information of pathway of interest, we can rewire genes' relation, replace genes with ortholog scoring higher, add human control upon genes' expression and experimentally synthesize this chromosome-like biodevice directly.</p><br/>
<p>After grap the information of pathway of interest, we can rewire genes' relation, replace genes with ortholog scoring higher, add human control upon genes' expression and experimentally synthesize this chromosome-like biodevice directly.</p><br/>
Line 12: Line 15:
<p>Drag & drop biodevice Design<br/>
<p>Drag & drop biodevice Design<br/>
We can change the position, strand of genes in neochromsome, in a user-friendly way.</p><br/>
We can change the position, strand of genes in neochromsome, in a user-friendly way.</p><br/>
-
<h2>Assembly Stategy Standard</h2>
 
-
<p>Synthesized fragments to Biodevice Assembly
 
-
Different from the traditional bottom-up strategy, <a href="http://parts.igem.org/Assembly:Standard_assembly?title=Assembly:Standard_assembly">biobrick</a> & <a href="http://openwetware.org/wiki/Synthetic_Biology:BioBricks/3A_assembly">3A</a> standard assembly, to assemble biobricks into a high-level biodevice, we directly design brand new chromosome denovo in silico and design its segmentation with adaptors, so that we can synthesize DNA fragments, and integrate them into megachunks, and use a special method to transform megachunks to whole Chromosome.</p><br/>
 
<h2>Data Transmission Standard</h2>
<h2>Data Transmission Standard</h2>
<p>KGML is an XML presentation of KEGG pathway database, and rewrite relationships between genes use JavaScript (JS) language. In order to transfer XML be more readable for JS, we convert XML into JSON and transform data in more convenience way. We only reserve genes’ relationships and three kinds of subtype attribution, activation, inhibition and link. Through this data transmission standard, computer and users can directly and clearly understand the information. The diagram below is the data structure of our transmitted JSON format.</p>
<p>KGML is an XML presentation of KEGG pathway database, and rewrite relationships between genes use JavaScript (JS) language. In order to transfer XML be more readable for JS, we convert XML into JSON and transform data in more convenience way. We only reserve genes’ relationships and three kinds of subtype attribution, activation, inhibition and link. Through this data transmission standard, computer and users can directly and clearly understand the information. The diagram below is the data structure of our transmitted JSON format.</p>

Revision as of 20:14, 28 October 2013







New Standard

Assembly Stategy Standard

Synthesized fragments to Biodevice Assembly Different from the traditional bottom-up strategy, biobrick & 3A standard assembly, to assemble biobricks into a high-level biodevice, we directly design brand new chromosome denovo in silico and design its segmentation with adaptors, so that we can synthesize DNA fragments, and integrate them into megachunks, and use a special method to transform megachunks to whole Chromosome.


Chromosome Design Standard

After grap the information of pathway of interest, we can rewire genes' relation, replace genes with ortholog scoring higher, add human control upon genes' expression and experimentally synthesize this chromosome-like biodevice directly.


Design Operation Standard

Drag & drop biodevice Design
We can change the position, strand of genes in neochromsome, in a user-friendly way.


Data Transmission Standard

KGML is an XML presentation of KEGG pathway database, and rewrite relationships between genes use JavaScript (JS) language. In order to transfer XML be more readable for JS, we convert XML into JSON and transform data in more convenience way. We only reserve genes’ relationships and three kinds of subtype attribution, activation, inhibition and link. Through this data transmission standard, computer and users can directly and clearly understand the information. The diagram below is the data structure of our transmitted JSON format.