Skip to content

Commit 2ed3edc

Browse files
author
Rishab Jain
authored
Added HFC info
HFC
1 parent ed7d863 commit 2ed3edc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Assets including images and branding for the ICOR tool, hosted on the [biotools
5757
- `icor_benchmarks` which consists of the benchmark results for the ICOR optimized sequences.
5858
- `BFC_benchmarks` which consists of the benchmark results for the background frequency choice (BFC) optimized sequences.
5959
- `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.
6061
- `URC_benchmarks` which consists of the benchmark results for the uniform random choice (URC) optimized sequences.
6162
- `genscript_benchmarks` which consists of the benchmark results for the [Genscript Gensmart™](https://www.genscript.com/gensmart-free-gene-codon-optimization.html) optimized sequences.
6263

@@ -68,7 +69,8 @@ Assets including images and branding for the ICOR tool, hosted on the [biotools
6869
- `dna` which consists of the 40 original DNA sequences.
6970
- `icor` which consists of 40 DNA sequences optimized by the ICOR optimizer.
7071
- `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.
7274
- `genscript` consists of 40 DNA sequences optimized by the [Genscript Gensmart™](https://www.genscript.com/gensmart-free-gene-codon-optimization.html) tool.
7375

7476
### Tool
@@ -98,6 +100,9 @@ The ICOR model was trained in the MATLAB environment. For more details on model
98100
`URC_optimizer.py`
99101
> 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.
100102
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+
101106
#### Scripts
102107
The following is a description of the purpose for each script in the repository.
103108

0 commit comments

Comments
 (0)