BenjGonzaga (Talk | contribs) |
BenjGonzaga (Talk | contribs) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 176: | Line 176: | ||
<br> | <br> | ||
<table id=codonRank></table> | <table id=codonRank></table> | ||
| − | <p> CODONATOR 3000 Copyright © 2019, Fahad Ali, Merrie Caruana, Benj Gonzaga, Nathan Hawkins, Isobel McGrath, Emma Todd. </p> | + | <p> CODONATOR 3000 Copyright © 2019, Tristan Ofner, Fahad Ali, Merrie Caruana, Benj Gonzaga, Nathan Hawkins, Isobel McGrath, Emma Todd. </p> |
<p> This program is licensed under GNU General Public License v3.0 or later. </p> | <p> This program is licensed under GNU General Public License v3.0 or later. </p> | ||
| Line 198: | Line 198: | ||
<p> | <p> | ||
<ol> | <ol> | ||
| − | <li>Enter the | + | <li>Enter the source codon sequence to be harmonised to the gene sequence entry box.</li> |
<li>Search the name of your source species: you must use the scientific name of the species, or some substring of it. For example "Escherichia" or "coli" will return results, but "E. coli" will not. The search results will be ordered by the number of coding sequences upon which the codon frequency table is based for that species. (If the database is not in your browser cache, this may take some time, as the data file is retrieved from the iGEM servers).</li> | <li>Search the name of your source species: you must use the scientific name of the species, or some substring of it. For example "Escherichia" or "coli" will return results, but "E. coli" will not. The search results will be ordered by the number of coding sequences upon which the codon frequency table is based for that species. (If the database is not in your browser cache, this may take some time, as the data file is retrieved from the iGEM servers).</li> | ||
<li>Search the name of your destination/target species.</li> | <li>Search the name of your destination/target species.</li> | ||
| Line 225: | Line 225: | ||
<h2>Codon Optimisation</h2> | <h2>Codon Optimisation</h2> | ||
<p> | <p> | ||
| − | <p>For each | + | <p>For each codon in the input sequence, codon optimisation selects, as the translated codon, the most frequently occurring triplet coding for the respective amino acid.</p> |
<p>The following pseudocode describes the implementation of Codon Optimisation in the Codonator 3000:</p> | <p>The following pseudocode describes the implementation of Codon Optimisation in the Codonator 3000:</p> | ||
<ol> | <ol> | ||
| Line 389: | Line 389: | ||
main, | main, | ||
menu, | menu, | ||
| − | |||
section, | section, | ||
summary { | summary { | ||
| Line 559: | Line 558: | ||
} | } | ||
a, | a, | ||
| − | |||
| − | |||
| − | |||
a[href]:after { | a[href]:after { | ||
content: " (" attr(href) ")"; | content: " (" attr(href) ")"; | ||
| Line 12,292: | Line 12,288: | ||
/* CODONATOR 3000 | /* CODONATOR 3000 | ||
| − | Copyright 2019, Tristan Ofner | + | Copyright 2019, Tristan Ofner, Fahad Ali, Merrie Caruana, Benj Gonzaga, Nathan Hawkins, Isobel McGrath, Emma Todd. |
*/ | */ | ||
Latest revision as of 00:01, 26 November 2019
Software
Codonator 3000
Enter your gene sequence:
Search source organism
Search destination organism
Set minimum codon frequency threshold per thousandCODONATOR 3000 Copyright © 2019, Tristan Ofner, 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.