plot_ca_pairing {cubar} | R Documentation |
Plot codon-anticodon pairing relationship
Description
plot_ca_pairing
returns the RSCU value of codons
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)
[Package cubar version 0.6.0 Index]