Team:Shenzhen BGIC 0101/Home
From 2013.igem.org
Line 200: | Line 200: | ||
width:100%; | width:100%; | ||
display:none; | display:none; | ||
+ | } | ||
+ | |||
+ | .win { | ||
+ | width: 970px; | ||
+ | margin: 50px auto; | ||
+ | } | ||
+ | .win a { | ||
+ | line-height: 180px; | ||
+ | display: block; | ||
+ | margin: 8px; | ||
+ | text-align: center; | ||
+ | float: left; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .win8 { | ||
+ | margin: 10px; | ||
+ | display: block; | ||
+ | width : 300px; | ||
+ | |||
+ | float: left; | ||
+ | color: #015; | ||
+ | font-family: Verdana, 'Times New Roman',serif; | ||
+ | font-weight: 300; | ||
+ | font-size: 13px; | ||
+ | } | ||
+ | h4{ | ||
+ | font-size: 15px; | ||
+ | margin :8px; | ||
+ | } | ||
+ | .win8 img{ | ||
+ | width : 150px; | ||
} | } | ||
</style> | </style> | ||
+ | <script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $('.win a').hover(function() { | ||
+ | $(this).stop().animate({ | ||
+ | opacity: 0.5 | ||
+ | }, 300); | ||
+ | }, function() { | ||
+ | $(this).stop().animate({ | ||
+ | opacity: 1 | ||
+ | }, 300); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
</head> | </head> | ||
<body class="blog developer-wanted"> | <body class="blog developer-wanted"> | ||
Line 237: | Line 284: | ||
<br/><br/> | <br/><br/> | ||
+ | <div class="win"> | ||
+ | <div class="win8"><a href=""><img src="aa.jpg" /></a><h4>aaa aaaaaa aaa</h4> aaa aaa aaa aaa aaa aaa aaa aaa </div> | ||
+ | <div class="win8"><a href=""><img src="x_1.qpng" /></a>aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa </div> | ||
+ | <div class="win8"><a href=""><img src="aa.jpg" /></a>aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa </div> | ||
+ | </div> | ||
+ | |||
<div id="content" style="height: 600px;background-color:transparent"> | <div id="content" style="height: 600px;background-color:transparent"> | ||
<div class="title"></div> | <div class="title"></div> |
Revision as of 00:19, 28 September 2013
- All members of our team.
- Nucleotide modification allow users to modify sequence as their wishes by utilizing codon synonomousness.
- We can help you creat a new chromosome.
- Genove can help you design a new pathway.
- test
Genovo
Genovo is a Computer-Aided Design(CAD) tool to create genome denovo. The current version is 1.2. It consists of 10 plugins belonging to 3 design modules.
The first module, NeoChr, would assist users to grab related genes in different pathways manually, to rewire genes’ relationship logically, and to replace genes with ortholog that score higher. Then it would allow users to define gene order and orientation in DRAP&DROP way, and add chromosome features to build a brand new genome automatically.
The second one , NucleoMod, would optimize the CDS regions and reduce their synthesis difficulty. And it helps design the CRIPSR site so that we can silence the wild type genes, and in the meanwhile, differentiate the wild type and synthesis type when assemling. This module also can erase or create enzyme site locally.
The third one, SegmMan will cut chromosome into pieces with different sizes with Gibson, Goldengate, Homologous adaptors to them so that they are able to be assembled into whole experimentally.
SegmMan, in another level, provide a complementary OLSDesign will guide users to get the chrosome fragments by chip and how to assembly them together.
-
SegmMan
SegmMan
SSegmMan will cut chromosome into pieces in different sizes. And it adds fragments with Gibson, Goldengate, Telomere adaptors to them so that they are able to be assembled into whole experimentally.
more → -
NucleoMod
NucMod
NucleoMod can modify CDS based on synoymous mutation. It has 5 applications. Firstly, NucleoMod is used to design CRISPR sites on NeoChr so that we can silence the wild type genes. Secondly, it can erase specific enzyme sites according to the users' selection. Thirdly, users can create a enzyme site in selected region of specific genes. Fourthly, it can optimize the codon efficiency to incresase the expression level. Finally, it can smash the tandem repeat bases to reduce the synthesis difficulty.
more → -
NeoChr
NeoChr
NeoChr is used to construct new chromosome. It would assist users to grab related genes in different pathways manually, to rewire genes’ relationship logically$1, and to replace genes with ortholog that score higher$2. Then it would allow users to define gene order and orientation in DRAG&DROP way, and decouple the genes with overlap. In the end, it would add or delete features, such as telomere, loxp sites to build a brand new genome automatically.
more →