Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fortune9 committed Apr 22, 2015
1 parent e4e9117 commit d500c31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# CUA
A software package for Codon Usage Analyses

This is a software package designed to analyse codon usage in protein-coding sequences. The usage of codons often varies for gene to gene and from organism to organism. To measure the variation, different parameters have been developed. The most often used codon usage bias parameters are as follows:
1. CAI: Codon Adaptation Index
2. Fop: Frequency of optimal codons
3. tAI: tRNA Adaptation Index
4. ENC: Effective Number of Codons.

In addition to implementing all the parameters in this package, the most value feature of this package is its flexibility in specifying user-specific parameters such as the list of optimal codons, the abundance of tRNAs, genetic codon table, etc.

Please email me at zhangz.sci@gmail.com if you have any questions. Your input is always welcome.

Enjoy computation!

0 comments on commit d500c31

Please sign in to comment.