Learn R Programming

cubar (version 1.1.0)

plot_ca_pairing: Plot codon-anticodon pairing relationship

Description

plot_ca_pairing show possible codon-anticodons pairings

Usage

plot_ca_pairing(codon_table = get_codon_table(), plot = TRUE)

Value

a data.table of codon info and RSCU values

Arguments

codon_table

a table of genetic code derived from get_codon_table or create_codon_table.

plot

whether to plot the pairing relationship

Examples

Run this code
ctab <- get_codon_table(gcid = '2')
pairing <- plot_ca_pairing(ctab)
head(pairing)

Run the code above in your browser using DataLab