get_aau | R Documentation |
Calculate Amino Acid Usage Frequencies of each CDS.
get_aau(cf, codon_table = get_codon_table())
cf |
matrix of codon frequencies as calculated by 'count_codons()'. |
codon_table |
a table of genetic code derived from |
a matrix of amino acid frequencies for each CDS. Each row corresponds to a sequence, and each column represents an amino acid.
# estimate amino acid frequencies of yeast CDSs
cf_all <- count_codons(yeast_cds)
aau_gene <- get_aau(cf_all)
head(aau_gene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.