ca_pairs | R Documentation |
ca_pairs
show possible codon-anticodons pairings
ca_pairs(codon_table = get_codon_table(), domain = "Eukarya", plot = FALSE)
codon_table |
a table of genetic code derived from |
domain |
The taxonomic domain of interest. "Eukarya" (default), "Bacteria" or "Archaea". |
plot |
FALSE (default) or TRUE. Whether to keep the columns required for plotting. |
a data.table of codon-anticodon pairing information. The columns represent the pairing type, codon, corresponding anticodon, and the encoded amino acid when the argument "plot" is FALSE.
# get possible codon and anticodon pairings for the vertebrate mitochondrial genetic code
ctab <- get_codon_table(gcid = '2')
pairing <- ca_pairs(ctab)
head(pairing)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.