est_aau | R Documentation |
Estimate Amino Acid Usage Frequencies of CDSs.
est_aau(cf, codon_table = get_codon_table())
cf |
matrix of codon frequencies as calculated by 'count_codons()'. |
codon_table |
codon_table a table of genetic code derived from |
a data.table with amino acid frequencies of CDSs. The columns include three-letter abbreviation of the amino acid, single-letter abbreviation, usage frequency of the amino acid in all sequences, and usage frequency proportion.
# estimate amino acid frequencies of yeast genes
cf_all <- count_codons(yeast_cds)
aau <- est_aau(cf_all)
print(aau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.