Team:UNIK Copenhagen/Construct a gene
From 2014.igem.org
Line 91: | Line 91: | ||
img4 = new Image () | img4 = new Image () | ||
img4.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG" | img4.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG" | ||
+ | img5 = new Image () | ||
+ | img5.src = "https://static.igem.org/mediawiki/2014/f/fa/Team_UNIK_Copenhagen_Lego_S.PNG" | ||
+ | img6 = new Image () | ||
+ | img6.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG" | ||
text1 = "Enter your nukleotidesequence below" | text1 = "Enter your nukleotidesequence below" | ||
Line 96: | Line 100: | ||
text3 = "Enter your vector of choice" | text3 = "Enter your vector of choice" | ||
text4 = "Enter your selection marker sequence" | text4 = "Enter your selection marker sequence" | ||
+ | text5 = "Enter your promoter sequence below" | ||
+ | text6 = "Click on "next step" to insert your coding sequnce into the plasmid" | ||
function slideshowUp() | function slideshowUp() | ||
{ | { | ||
num=num+1 | num=num+1 | ||
- | if (num== | + | if (num==7) |
{num=1} | {num=1} | ||
document.mypic.src=eval("img"+num+".src") | document.mypic.src=eval("img"+num+".src") |
Revision as of 14:40, 27 August 2014
ARE YOU A BUILDER?
Biological parts - the BioBricks - can be used to design and construct novel biological devices and systems or re-design already naturally existing ones. The BioBricks have a defined structure and function and they can be inserted into e.g. a plasmid and then incorporated into an organism such as E. Coli or S. Cerevisiae, thereby forming a biological system. In addition, the BioBricks can be assembled in any desired order to form complex systems.
Do you want to make your own gene construct? Here are some questions to think of before you start synthesizing:
- what is the function of the coding sequence?
- can concerns can the function cause?
- do you need to add a linker?
- do you need to add a marker or a puryfication tag?
- do you need to do codon optimization?
UNDER CONSTRUCTION!!
Below you will be able to go through the steps in the design of a plasmid that can be used for transformation.
This system is highly advanced. You can enter a DNA sequence, a protein sequence or even just your desired function of the sequence.
Enter you sequence: Next step
Go to "construct a bio-system" to insert your gene into an organism and thereby forming a biological system.