count_codons | R Documentation |
count_codons
tabulates the occurrences of all the 64 codons in input CDSs
count_codons(seqs, ...)
seqs |
CDS sequences, DNAStringSet. |
... |
additional arguments passed to |
matrix of codon (column) frequencies of each CDS (row).
# count codon occurrences
cf_all <- count_codons(yeast_cds)
dim(cf_all)
cf_all[1:5, 1:5]
count_codons(yeast_cds[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.