-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |