plot_ca_pairing | R Documentation |
plot_ca_pairing
show possible codon-anticodons pairings
plot_ca_pairing(codon_table = get_codon_table(), plot = TRUE)
codon_table |
a table of genetic code derived from |
plot |
whether to plot the pairing relationship |
a data.table of codon info and RSCU values
ctab <- get_codon_table(gcid = '2')
pairing <- plot_ca_pairing(ctab)
head(pairing)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.