User:ChristopherW
From 2013.igem.org
(Difference between revisions)
ChristopherW (Talk | contribs) |
ChristopherW (Talk | contribs) |
||
Line 13: | Line 13: | ||
<br> | <br> | ||
- | <input type="button" onclick="go_countingFun()"> | + | <input type="button" onclick="go_countingFun()" value="Click here to create table"> |
<p id="CountingResult">Counting Array will appear here!</p> | <p id="CountingResult">Counting Array will appear here!</p> | ||
Line 266: | Line 266: | ||
var molecular_weight = compute_molecular_weight(amino_content); | var molecular_weight = compute_molecular_weight(amino_content); | ||
// Create the output | // Create the output | ||
- | var outputText = "You entered the sequence: "+input + "<br>The content is:<br>"; | + | var outputText = "" // + "You entered the sequence: "+input + "<br>The content is:<br>"; |
- | for (aa in amino_acids) { | + | /* for (aa in amino_acids) { |
outputText = outputText + " " +aa +" "+ amino_content[aa] + " " | outputText = outputText + " " +aa +" "+ amino_content[aa] + " " | ||
+ amino_freq[aa].toFixed(2) + "%" + "<br>"; | + amino_freq[aa].toFixed(2) + "%" + "<br>"; | ||
Line 273: | Line 273: | ||
outputText = outputText + "The total number of amino acids is " | outputText = outputText + "The total number of amino acids is " | ||
+ total_aminos + "<br><br>" | + total_aminos + "<br><br>" | ||
+ | */ | ||
+ | outputText = outputText + "Copy the following into the wiki to get the protein-data-table: <br><br>" | ||
+ "{|cellspacing=\"0\" border=\"1\" " | + "{|cellspacing=\"0\" border=\"1\" " | ||
+ "<br>|colspan=\"20\"|'''Automatically determined parameters using the [http://www.mediawiki.org/wiki/Table BioBrick-AutoAnnotator]'''" | + "<br>|colspan=\"20\"|'''Automatically determined parameters using the [http://www.mediawiki.org/wiki/Table BioBrick-AutoAnnotator]'''" |
Revision as of 21:47, 14 July 2013
Enter a sequence below!
Enter sequence!Counting Array will appear here!