Codon Adaptation Index (CAI) w tables
Information about a preferred set of codons for highly expressed genes in three species.
data(caitab)
A data frame with 64 rows for the codons and the following 3 columns:
Escherichia coli
Bacillus subtilis
Saccharomyces cerevisiae
Codons are given by row.names(caitab)
.
The data were hard-encoded in
the C program codonW version 1.4.4 writen by John Peden
available at http://codonw.sourceforge.net/. The data
are from the file codonW.h
.
According to this source file, there were no reference for
Escherichia coli and Bacillus subtilis and the
reference for Saccharomyces cerevisiae was Sharp
and Cowe (1991).
It turns out that the data for Escherichia coli and Saccharomyces cerevisiae are identical to table 1 in Sharp and Li (1987) where the missing values for the stop codons are represented here by zeros. All codons were documented by at least one count in both datasets.
The data for Bacillus subtilis are from table 2 in Shields
and Sharp (1987). Missing values for stops codons are represented
as previously by zeros, missing values for single-box amino-acids
are represented by 1 here. Note that some codons were undocumented
in this dataset and that a 0.5 value in absolute frequencies was
already forced to avoid zeros. It is therefore impossible to use
directly these data to obtain the exact expected CAI values as documented
in cai
because of overlapping with documented codons.
Sharp, P.M., Li, W.-H. (1987) The codon adaptation index - a measure of directional synonymous codon usage bias, and its potential applications. Nucleic Acids Research, 15:1281-1295.
Shields, D.C., Sharp, P.M. (1987) Synonymous codon usage in Bacillus subtilis reflects both traditional selection and mutational biases. Nucleic Acids Research, 15:8023-8040.
Sharp, P. M., Cowe, E. (1991). Synonymous codon usage in Saccharomyces cerevisiae. Yeast, 7:657-678.
Peden, J.F. (1999) Analysis of codon usage. PhD Thesis, University of Nottingham, UK.
citation("seqinr")
cai
for an example using this dataset to compute CAI values.
data(caitab)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.