Line 2: | Line 2: | ||
<div class="page-container"> | <div class="page-container"> | ||
<div class="last-page-identify" data-value="5"></div> | <div class="last-page-identify" data-value="5"></div> | ||
+ | |||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({ | ||
+ | tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} | ||
+ | }); | ||
+ | </script> | ||
+ | <script src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> | ||
<div class="header1" id="header-project"> Project </div> | <div class="header1" id="header-project"> Project </div> | ||
Line 196: | Line 203: | ||
and dynamically analyzed the amounts of materials in it. We pay attention to the expression of EGFP, since its | and dynamically analyzed the amounts of materials in it. We pay attention to the expression of EGFP, since its | ||
amount can be evaluated in unit of optical density. Related formulas and parameters are shown below: | amount can be evaluated in unit of optical density. Related formulas and parameters are shown below: | ||
− | $$\frac{d[PsiR]}{dt} = \frac{k_{PsiR}[ | + | $$\frac{d[PsiR]}{dt} = \frac{k_{PsiR}[gene_{PsiR}]}{1+[Psicose]^{n1}}-d_{PsiR}[PsiR]$$ |
− | $$\frac{d[EGFP]}{dt} = \frac{k_{EGFP}[ | + | $$\frac{d[EGFP]}{dt} = \frac{k_{EGFP}[gene_{EGFP}]}{1+[PsiR]^{n2}}-d_{PsiR}[EGFP]$$ |
</div> | </div> | ||
Revision as of 19:36, 17 October 2018
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} }); </script> <script src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
Project
Validation
Installability
To set up your own server, please follow the installation guide below:
Dependency
To run CO-RAD, you should get prepared on your server as follow:
- Make sure your server has over 8GB memory available, while 16GB is recommended. This is crucial for our search system.
- Python>= 3.6, with main following packages installed:
- Django >= 2.0
- pySBOL == 2.3.0.
- tensorflow == 1.11.0
Numpy, xlrd, pandas, sklearn Details for these packages are listed below.
- Supportive data. Click <a href="https://github.com/xwy27/Designer#">here</a> to download, and save it at some path.
Installation
- Repo Clone. Clone the repository from github. With git installed, you can simply type git clone <a href="https://github.com/igemsoftware2018/SYSU-Software-2018">https://github.com/igemsoftware2018/SYSU-Software-2018</a> in your terminal. Or you can visit our repository and download the source file, unzip it and copy it to your custom directory.
- Installation. The main installation process is packed into scripts. Run setup.sh (setup.bat for Windows) for installation. It may take several minutes to load ocean of data to the database. After finishing, simply run runserver.sh(runserver.bat on windows) to let CO-RAD get started to run!
Mac OS Mojave
Enviroment
<img src="" />
Result
<img src="" />
Windows 10 Enterprise Edition
Enviroment
<img src="" />
Result
<img src="" />
Linux Arch Distribution
Environment
<img src="" />
Result
<img src="" />
Wet-lab Validation
We verified the robustness of CO-RAD through wet lab. With our software, we solved the difficulty encountered in routine molecular biology experiments. Specially, we use CO-RAD to help design the an experiments. Details are listed belo
-
We designed our protocol and circuit in CO-RAD. Our design is supposed to express GFP when IPTG exist.
<img class="wet-valid" src="" style="margin: 20px;"> <img class="wet-valid" src="" style="margin: 20px;">
- Problems occurred when we assemblied our circuit. We tried to extend 170bp from our template by 5 times of PCR. The sequence includes GFP, terminator, RBS . We can see that we did not find our target band (900bp) in our result. <img class="wet-valid" src="">