powered by
plot_ca_pairing show possible codon-anticodons pairings
plot_ca_pairing
plot_ca_pairing(codon_table = get_codon_table(), plot = TRUE)
a data.table of codon info and RSCU values
a table of genetic code derived from get_codon_table or create_codon_table.
get_codon_table
create_codon_table
whether to plot the pairing relationship
ctab <- get_codon_table(gcid = '2') pairing <- plot_ca_pairing(ctab) head(pairing)
Run the code above in your browser using DataLab