m (Retitling) |
m |
||
| Line 146: | Line 146: | ||
<br> | <br> | ||
<p>Search source organism</p> | <p>Search source organism</p> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<input type = "text" placeholder="Species name" id = "srcsearchstring"> | <input type = "text" placeholder="Species name" id = "srcsearchstring"> | ||
<input type = "button" onclick = "SearchSource();" name = "ok" value = "Search" class="searchbutts"/> | <input type = "button" onclick = "SearchSource();" name = "ok" value = "Search" class="searchbutts"/> | ||
| Line 167: | Line 155: | ||
<br> | <br> | ||
<p>Search destination organism</p> | <p>Search destination organism</p> | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
<input type = "text" placeholder="Species name" id = "destsearchstring"> | <input type = "text" placeholder="Species name" id = "destsearchstring"> | ||
<input type = "button" onclick = "SearchDest();" name = "ok" value = "Search" class="searchbutts"/> | <input type = "button" onclick = "SearchDest();" name = "ok" value = "Search" class="searchbutts"/> | ||
| Line 763: | Line 741: | ||
acidshtml.innerHTML = '<b>Polypeptide: </b><span class="c"> ' + amAcids + '</span>'; | acidshtml.innerHTML = '<b>Polypeptide: </b><span class="c"> ' + amAcids + '</span>'; | ||
var output = document.getElementById('Output'); | var output = document.getElementById('Output'); | ||
| − | output.innerHTML = '<tr><td><b>Input Sequence:</b></td><td colspan=2 style="word-wrap: break-word"><span class="c">' + inputsequence + '</span></td></tr>'+ '<tr><td><b>Output Sequence (Optimisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + optimisedSequence + '</span></td><tr><td><b>Output Sequence ( | + | output.innerHTML = '<tr><td><b>Input Sequence:</b></td><td colspan=2 style="word-wrap: break-word"><span class="c">' + inputsequence + '</span></td></tr>'+ '<tr><td><b>Output Sequence (Optimisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + optimisedSequence + '</span></td><tr><td><b>Output Sequence (Harmonisation - Rank Order)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + outputSequence + '</span></td><tr><td><b>Output Sequence (Harmonisation - Absolute Frequency)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + freqHarmonised + '</span></td><td></tr><td><b>Output sequency (Harmonisation - Relative Proportion)</td><td colspan=2 style="word-warp: break-word"><span class="c">' + relFreqHarmonised + '</td></tr>'; |
Revision as of 11:14, 21 October 2019
Software
Codonator 3000
Enter your gene sequence:
Search source organism
Search destination organism
Set minimum codon frequency threshold per thousandCODONATOR 3000 Copyright © 2019, Fahad Ali, Merrie Caruana, Benj Gonzaga, Nathan Hawkins, Isobel McGrath, Emma Todd.
This program is licensed under GNU General Public License v3.0 or later.