Git Product home page Git Product logo

codon_optimization's Introduction

== Codon optimization based on the mRNA folding energy and the codon frequency

version 0.1


==== Requirements

EnsembleEnergy program in RNAstructure package
https://rna.urmc.rochester.edu/RNAstructure.html


==== Usage

For example,
$ mkdir output_directory
$ codon_optimization_HC.pl misc/translation_table_11 misc/codon_frequency_Rery seq/gi_21219378.fa utr/pTip.fa output_directory > result.txt
Using the translation table in "translation_table_11" and the codon frequency in "codon_frequency_Rery",
this optimizes a sequence in "gi_21219378.fa" considering the UTR sequence in "pTip.fa". 
The optimized sequences are output to "output_directory",
and the detail information is written to "result_file.txt".


==== Options

--cai_thsh
Threshold of CAI
default: 0.75

--rcc_thsh
Threshold of the rare codon count
default: 0

--adptw_thsh
Threshold of the normalized codon frequency for defining rare codons

--gen_st
Start position of the region to be optimized
default 0

--gen_sp
Stop position of the region to be optimized
default 11

NOTE:
Specify codon-wise positions using a 0-based, left-close, right-open interval. 
e.g. "--gen_st 0 --gen_sp 11" will optimize the 33 head nucleotides (11 codons) at the head of a coding sequence

--n_top
Number of the optimized sequences output to the output_directory.
default: 3

--tmp_dir
Temporary directory for EnsembleEnergy program
default: /tmp

--ithr
--nthr
Assume this run is the i-th thread in the n total threads
default: --ithr 0 --nthr 1

NOTE:
For parallelization, one can do like:
for i in `seq 0 39` ; do
codon_optimization_HC.pl --ithr $i --nthr 40 ...
done


==== History

* version 0.1
- implemented the algorithms described in [Saito et al, submitted]


==== References

Yutaka Saito, Wataru Kitagawa, Toshitaka Kumagai, Naoyuki Tajima, Yoshiyuki Nishimiya, Koichi Tamano, Yoshiaki Yasutake, Tomohiro Tamura, Tomoshi Kameda1.
Developing a codon optimization method for improved expression of recombinant proteins in actinobacteria.
submitted.


==== Contact

Yutaka Saito
yutaka.saito AT aist.go.jp

codon_optimization's People

Contributors

yutaka-saito avatar

Stargazers

DD avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

hardhary

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.