cai_crt: Custom CAI reference table

Description Usage Arguments Details References

View source: R/cai_crt.r

Description

A helper method to calculate the codon adaptiveness index reference table based on a list of highly expressed genes

Usage

1
cai_crt(x, y = 0, method = c("sharp", "bulmer"))

Arguments

x

a list of KZsqns object, from which the reference table will be calculated

y

y an optional number denoting the codon table to be used. 0 = standard codon table (default), 2 = vertibrate mitchodrial (See dna2aa for additional options). When an option other than those mentioned above is provided, the standard codon table will be used

method

a charactor string denoting which method to use for codons absent from the reference set: "bulmer", set the adaptiveness of the codon to 0.01; "sharp", in calculating the adaptiveness of an absent codon, use a frequency of 0.5 instead

Details

If any codon is missing from the reference set, the adaptiveness value of that codon need to be adjusted in order to obtain valid CAI for sequences that have that codon in their sequence. The sharp's method is the default option [1], but the user may choose to use bulmer's method [2].

References

[1] 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(3), 1281-1295. [2] Bulmer, M. (1988). Are codon usage patterns in unicellular organisms determined by selection-mutation balance? Journal of Evolutionary Biology, 1(1), 15-26.


HVoltBb/kondonz documentation built on Jan. 11, 2020, 3:30 a.m.