powered by
count_codons tabulates the occurrences of all the 64 codons in input CDSs
count_codons
count_codons(seqs, ...)
matrix of codon (column) frequencies of each CDS (row).
CDS sequences, DNAStringSet.
additional arguments passed to Biostrings::trinucleotideFrequency.
Biostrings::trinucleotideFrequency
# count codon occurrences cf_all <- count_codons(yeast_cds) dim(cf_all) cf_all[1:5, 1:5] count_codons(yeast_cds[1])
Run the code above in your browser using DataLab