Team:Johns Hopkins/Applications/GC Content
From 2008.igem.org
(Difference between revisions)
Line 56: | Line 56: | ||
if (xmlHttp.readyState==4) | if (xmlHttp.readyState==4) | ||
{ | { | ||
- | document.getElementById("txtHint").innerHTML= | + | document.getElementById("txtHint").innerHTML=xmlHttp.responseText; |
} | } | ||
} | } |
Revision as of 21:42, 16 July 2008
This program will determine how many actual/probable guanines and cytosines are in a sequence.
Results: