Team:Freiburg/Project/modeling

From 2013.igem.org

(Difference between revisions)
Line 160: Line 160:
TestVar = TestVar.replace(/</g,"\n <");
TestVar = TestVar.replace(/</g,"\n <");
  
  
-
   var w = window.open("blank.html", "blank", "height=50,width=300");
+
   var w = window.open("blank.html", "blank", "height=500,width=1100");
w.document.writeln("<h2> The inserted sequence is: </h2>");
w.document.writeln("<h2> The inserted sequence is: </h2>");
w.document.writeln(TestVar);
w.document.writeln(TestVar);
Line 238: Line 238:
<body>
<body>
-
<div id="button1"> button </div>
+
 
<h1>crRNA-Design</h1>
<h1>crRNA-Design</h1>
<form id="form1" action="" method="get">
<form id="form1" action="" method="get">
Line 254: Line 254:
<input type="radio" name="rad" value="2"> coding strand  
<input type="radio" name="rad" value="2"> coding strand  
</p>
</p>
-
<p>
+
-
<input id="button1" type="submit" value="submit" name="ok"  />
+
<p> <input type="reset" value="reset"> </p>
-
<input type="reset" value="reset">
+
-
</p>
+
</fieldset>
</fieldset>
</form>
</form>
 +
 +
<div id="button1"> submit </div>
 +
 +
 +
<div id="explanation">
<div id="explanation">
<p>This tool helps you to design a crRNA-insert for pX334a. The oligos contain overhangs which fit to  
<p>This tool helps you to design a crRNA-insert for pX334a. The oligos contain overhangs which fit to  

Revision as of 22:42, 26 September 2013

CrispR

crRNA-Design

Enter Target Sequence

Choose Program

Which strand should be targeted?

non coding strand coding strand

submit

This tool helps you to design a crRNA-insert for pX334a. The oligos contain overhangs which fit to the BbsI-overhangs by pX334a.

For repression of gene transcription by targeting the coding sequence it´s crucial to target the non template (= coding) DNA strand.
Therefore the oligos must be designed as follows:

  1. Search at your desired target sequence for a CCN (reverse complement of the PAM sequence) at the coding strand.
  2. Extract the following (3') 30 nucleotides.
  3. Extract the reverse complement.
  4. Add AAAC at the 5' end and GT at the 3' end. This will be your fist oligo.
  5. Take the sequence from step 2 and add TAAAAC at the 5' end. This will be your second oligo.