Description Usage Arguments Value Examples
Codon Composition of Sequences
| 1 | codon_composition(orfs, orf_col, id_col)
 | 
| orfs | tibble, data with cds sequences | 
| orf_col | character, column name containing cds | 
| id_col | character, column name with gene/name id | 
tible n by x, codon counts for each sequence, n is the number of sequences and x is the number of codons (x=61) it may contain more thant 61 in case there is a codon loke ACN
| 1 2 | orf <- tibble::tibble(cds = c("ACGTTT", "TTTCCC"), id = c("s0", "s1"))
codon_composition(orf, orf_col = "cds", id_col = "id")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.