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.
Arguments
codon_table
a table of genetic code derived from get_codon_table or
create_codon_table.
domain
The taxonomic domain of interest. "Eukarya" (default), "Bacteria" or "Archaea".
plot
FALSE (default) or TRUE. Whether to keep the columns required for plotting.
# get possible codon and anticodon pairings for the vertebrate mitochondrial genetic codectab <- get_codon_table(gcid = '2')
pairing <- ca_pairs(ctab)
head(pairing)