Team:Freiburg/Project/modeling
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 22: | Line 22: | ||
break; | break; | ||
} | } | ||
- | + | ||
Line 161: | Line 161: | ||
(parseInt(index[i], 10) + parseInt(1, 10)) + "</h3>"); | (parseInt(index[i], 10) + parseInt(1, 10)) + "</h3>"); | ||
w.document.writeln("<p>Oligo1: " + oligo1[i] + "</p><p>Oligo2: " + oligo2[i] + "</p>"); | w.document.writeln("<p>Oligo1: " + oligo1[i] + "</p><p>Oligo2: " + oligo2[i] + "</p>"); | ||
- | w.document.writeln("<pre>Oligo1: " + oligo1[i] + "<br> | + | w.document.writeln("<pre>Oligo1: " + oligo1[i] + "<br>"+" ||||||||||||||||||||||||||||||||<br>Oligo2: " + |
- | + | ||
- | ||||||||||||||||||||||||||||||||<br>Oligo2: " + | + | |
oligo2[i].split("").reverse().join("") + "</pre>"); | oligo2[i].split("").reverse().join("") + "</pre>"); |
Revision as of 17:15, 26 September 2013
crRNA-Design
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:
- Search at your desired target sequenz for a CCN (reverse complement of the PAM sequence) at the coding strand.
- Extract the following (3') 30 nucleotides.
- Extract the reverse complement.
- Add AAAC at the 5' end and GT at the 3' end. This will be your fist oligo.
- Take the sequence from step 2 and add TAAAAC at the 5' end. This will be your second oligo.