Team:Harvard/ZF Binding Site Finder

From 2011.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:Harvard/Template:PracticeBar2}}
+
{{:Team:Harvard/Template:CSS}}
 +
{{:Team:Harvard/Template:TechBar}}
 +
{{:Team:Harvard/Template:TechGrayBar}}
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
Line 12: Line 14:
{
{
color:#999999;
color:#999999;
 +
        font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
}
Line 17: Line 20:
{
{
color:#000000;
color:#000000;
 +
        font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
}
Line 22: Line 26:
{
{
display: none;
display: none;
 +
}
 +
 +
#sequence
 +
{
 +
        font-family:'Courier New', Courier, monospace;
 +
}
 +
 +
#result
 +
{
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
}
}
#helpfile
#helpfile
{
{
-
    display: none;
+
        display: none;
}
}
Line 34: Line 50:
}
}
-
#zfndiagram
+
.zfndiagram
{
{
     display: block;
     display: block;
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
 +
}
 +
 +
span#showhelp
 +
{
 +
    border-bottom: 1px dotted;
 +
}
 +
 +
span#showhelp:hover
 +
{
 +
    border-bottom: 1px solid;
}
}
Line 60: Line 86:
     border-style: solid;
     border-style: solid;
     margin: 0;
     margin: 0;
-
     padding: 4px;
+
     padding: 8px;
     border-width: 1px 1px 0 0;
     border-width: 1px 1px 0 0;
     background-color: #FFFFFF;
     background-color: #FFFFFF;
     text-align: left;
     text-align: left;
 +
    vertical-align: top;
}
}
Line 148: Line 175:
  !(bottomzf.length=="9")||
  !(bottomzf.length=="9")||
  !(topzf.length=="9")){
  !(topzf.length=="9")){
-
alert("You must enter a valid sequence of nine nucleotides containing G,T,C,A, or N.");
+
alert("You must enter a valid sequence of nine nucleotides containing G,T,C,A, or N for both zinc finger array binding sites (ex. GTAGGCANN).");
return;
return;
}
}
Line 174: Line 201:
if(testseq.search(array1) == -1)
if(testseq.search(array1) == -1)
{
{
-
$("#result").html("No results found.");
+
$("#result").html("No binding sites found.");
//if results are found, build table to display results
//if results are found, build table to display results
} else {
} else {
Line 201: Line 228:
$("#result").html(table);
$("#result").html(table);
}
}
 +
 +
        $("#helpfile").hide("slow");
});
});
Line 323: Line 352:
$("#clearresults").click(function(){
$("#clearresults").click(function(){
     $("#result").html("");
     $("#result").html("");
 +
    $("#helpfile").hide("slow");
});
});
Line 339: Line 369:
<table id="ui">
<table id="ui">
<tr><td colspan="3">
<tr><td colspan="3">
-
   <textarea id="sequence" rows="8" cols="60" class="graytext">Insert DNA sequence here</textarea>
+
   <textarea id="sequence" rows="8" cols="60" class="graytext">Insert target DNA sequence here</textarea>
</td></tr>
</td></tr>
<tr>
<tr>
<td width="40%">
<td width="40%">
Bottom Zinc Finger Array:<br />
Bottom Zinc Finger Array:<br />
-
<input type="text" id="bottominput" value="Input NTPs here" class="graytext" />
+
5'-<input type="text" id="bottominput" value="Input 9-bp site here" class="graytext" />-3'
</td>
</td>
<td width="40%">
<td width="40%">
Top Zinc Finger Array:<br />
Top Zinc Finger Array:<br />
-
<input type="text" id="topinput" value="Input NTPs here" class="graytext" />
+
5'-<input type="text" id="topinput" value="Input 9-bp site here" class="graytext" />-3'
</td>
</td>
<td width="20%">
<td width="20%">
Line 356: Line 386:
     <option value="6">6</option>
     <option value="6">6</option>
<option value="7">7</option>
<option value="7">7</option>
-
</select><br />&nbsp;
+
</select>
</td>
</td>
</tr>
</tr>
Line 365: Line 395:
</table>
</table>
</form>
</form>
-
<br />
+
<h5><span id="showhelp">How do I use this tool? (Click to toggle help)</span></h5>
-
<div id="showhelp"><h5>How do I use this tool? (Click to toggle help)</h5></div>
+
<div id="helpfile">
<div id="helpfile">
<h2>Background</h2>
<h2>Background</h2>
<p>This tool is designed specifically to find binding sites for zinc finger nucleases (ZFNs) in order to create double stranded breaks in DNA.  Ultimately, through these double stranded breaks, ZFNs allow genome editing with the insertion or deletion of genes at very specific target DNA sites.  Each ZFN recognizes and binds to a specific 9-bp DNA sequence that is unique to each ZFN, and the binding sites are arranged such that two ZFNs flank the cut site on opposite strands of DNA, as pictured below:</p>
<p>This tool is designed specifically to find binding sites for zinc finger nucleases (ZFNs) in order to create double stranded breaks in DNA.  Ultimately, through these double stranded breaks, ZFNs allow genome editing with the insertion or deletion of genes at very specific target DNA sites.  Each ZFN recognizes and binds to a specific 9-bp DNA sequence that is unique to each ZFN, and the binding sites are arranged such that two ZFNs flank the cut site on opposite strands of DNA, as pictured below:</p>
<br />
<br />
-
<p><img id="zfndiagram" src="https://static.igem.org/mediawiki/2011/7/7f/ZFN_diagram.jpeg" width="50%" height="50%"></p>
+
<p><img class="zfndiagram" src="https://static.igem.org/mediawiki/2011/7/7f/ZFN_diagram.jpeg" width="50%" height="40%"></p>
<br />
<br />
<p>Given two 9-bp DNA sequences, this program will search a string of DNA to find a configuration such that these two 9-bp sequences are located on opposite strands with a short gap in between them (5-7 bp long), where the double stranded break will occur.  This is useful due to the fact that we currently do not have a library of ZFNs that spans the space of all 9-bp recognition sites.  Therefore, if the 9-bp binding sites for two zinc fingers are known and well-characterized, this program will search for a site in which these two known zinc fingers can be used to make a cut for gene insertion or deletion.</p>
<p>Given two 9-bp DNA sequences, this program will search a string of DNA to find a configuration such that these two 9-bp sequences are located on opposite strands with a short gap in between them (5-7 bp long), where the double stranded break will occur.  This is useful due to the fact that we currently do not have a library of ZFNs that spans the space of all 9-bp recognition sites.  Therefore, if the 9-bp binding sites for two zinc fingers are known and well-characterized, this program will search for a site in which these two known zinc fingers can be used to make a cut for gene insertion or deletion.</p>
Line 389: Line 418:
<p>Click <span id="filldna">here</span> to test the tool using these sequences (this is actually how we located our colorblindness targets on the genome).</p>
<p>Click <span id="filldna">here</span> to test the tool using these sequences (this is actually how we located our colorblindness targets on the genome).</p>
-
</div>
+
</div><br />
<div id="result"></div>
<div id="result"></div>
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 03:42, 29 September 2011

bar

Zinc Finger Binding Site Finder

Zinc Finger Binding Site Finder

by Justin Chew

Bottom Zinc Finger Array:
5'--3'
Top Zinc Finger Array:
5'--3'
Nucleotide Gap:
How do I use this tool? (Click to toggle help)

Background

This tool is designed specifically to find binding sites for zinc finger nucleases (ZFNs) in order to create double stranded breaks in DNA. Ultimately, through these double stranded breaks, ZFNs allow genome editing with the insertion or deletion of genes at very specific target DNA sites. Each ZFN recognizes and binds to a specific 9-bp DNA sequence that is unique to each ZFN, and the binding sites are arranged such that two ZFNs flank the cut site on opposite strands of DNA, as pictured below:



Given two 9-bp DNA sequences, this program will search a string of DNA to find a configuration such that these two 9-bp sequences are located on opposite strands with a short gap in between them (5-7 bp long), where the double stranded break will occur. This is useful due to the fact that we currently do not have a library of ZFNs that spans the space of all 9-bp recognition sites. Therefore, if the 9-bp binding sites for two zinc fingers are known and well-characterized, this program will search for a site in which these two known zinc fingers can be used to make a cut for gene insertion or deletion.

Tool Usage

The "bottom" ZFN binds to the bottom strand of DNA, while the "top" ZFN binds to the top strand. To use the tool, input a 9-bp DNA sequence into the text boxes for both bottom and top ZFNs, and then click "Find binding sites". Input must be a 9-bp DNA sequence (you may use "N" for an unspecified nucleotide). The results will be listed in a table which shows:

  1. The relative position of the binding site within the input DNA string
  2. The binding sequence for the bottom ZFN, 5' to 3'
  3. The binding sequence for the top ZFN, 5' to 3'
  4. The entire binding sequence, including the 5-7 bp nucleotide gap, from 5' to 3' on the top strand

Tool Demo

If you would like to try out an example, you can test the tool out with a DNA sequence that we used to search for a suitable target site for our colorblindness target, in which we tried to search for a site upstream of the red opsin gene to insert a copy of the green opsin gene. This DNA sequence is a stretch of the human X chromosome just upstream of red opsin, and the two zinc fingers we would like to search for have the form of GNNGNNTNN for the bottom finger and GNNGNNANN for the top finger.

Click here to test the tool using these sequences (this is actually how we located our colorblindness targets on the genome).