plot_ca_pairing: Plot codon-anticodon pairing relationship

View source: R/codon_weight.R

plot_ca_pairingR Documentation

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)

Arguments

codon_table

a table of genetic code derived from get_codon_table or create_codon_table.

plot

whether to plot the pairing relationship

Value

a data.table of codon info and RSCU values

Examples

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


cubar documentation built on April 3, 2025, 8:58 p.m.