You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Assets including images and branding for the ICOR tool, hosted on the [biotools
57
57
-`icor_benchmarks` which consists of the benchmark results for the ICOR optimized sequences.
58
58
-`BFC_benchmarks` which consists of the benchmark results for the background frequency choice (BFC) optimized sequences.
59
59
-`original_benchmarks` which consists of the benchmark results for the original, unoptimized sequences.
60
+
-`HFC_benchmarks` which consists of the benchmark results for the highest frequency choice (HFC) optimized sequences.
60
61
-`URC_benchmarks` which consists of the benchmark results for the uniform random choice (URC) optimized sequences.
61
62
-`genscript_benchmarks` which consists of the benchmark results for the [Genscript Gensmart™](https://www.genscript.com/gensmart-free-gene-codon-optimization.html) optimized sequences.
62
63
@@ -68,7 +69,8 @@ Assets including images and branding for the ICOR tool, hosted on the [biotools
68
69
-`dna` which consists of the 40 original DNA sequences.
69
70
-`icor` which consists of 40 DNA sequences optimized by the ICOR optimizer.
70
71
-`BFC` which consists of 40 DNA sequences optimized by the BFC optimizer.
71
-
-`URC` consists of 40 DNA sequences optimized by the URC optimizer.
72
+
-`URC` which consists of 40 DNA sequences optimized by the URC optimizer.
73
+
-`HFC` which consists of 40 DNA sequences optimzied by the HFC optimizer.
72
74
-`genscript` consists of 40 DNA sequences optimized by the [Genscript Gensmart™](https://www.genscript.com/gensmart-free-gene-codon-optimization.html) tool.
73
75
74
76
### Tool
@@ -98,6 +100,9 @@ The ICOR model was trained in the MATLAB environment. For more details on model
98
100
`URC_optimizer.py`
99
101
> Uniform random choice optimizer creates a directory containing amino acid sequences in the FASTA format and saves these "optimized" / "generated" DNA sequences in a directory. It randomly selects a codon given an amino acid, making it a very naive approach.
100
102
103
+
`HFC_optimizer.py`
104
+
> Chooses the highest frequency codon in E. coli only, having just one codon for every amino acid. This approach should have a CAI of 1.0. Creates a directory containing amino acid sequences in the FASTA format and saves the sequences into this directory.
105
+
101
106
#### Scripts
102
107
The following is a description of the purpose for each script in the repository.
0 commit comments