plot_ca_pairs | R Documentation |
plot_ca_pairs
show possible codon-anticodons pairings
plot_ca_pairs(codon_table = get_codon_table(), pairs = pairs)
codon_table |
a table of genetic code derived from |
pairs |
a table of codon-anticodon pairing derived from |
a plot on possible codon-anticodons pairings
# plot possible codon and anticodon pairings for the vertebrate mitochondrial genetic code
ctab <- get_codon_table(gcid = '2')
pairs <- ca_pairs(ctab, plot = TRUE)
plot_ca_pairs(ctab, pairs)
# plot possible codon and anticodon pairings for the standard genetic code in bacteria
plot_ca_pairs(pairs = ca_pairs(domain = "Bacteria", plot = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.