tablecode | R Documentation |
This function plots a genetic code table as in textbooks, that is
following the order T > C > A > G
so that synonymous codons
are almost always in the same boxes.
tablecode(numcode = 1, urn.rna = s2c("TCAG"), dia = FALSE, latexfile = NULL,
label = latexfile, size = "normalsize", caption = NULL,
preaa = rep("", 64), postaa = rep("", 64),
precodon = preaa, postcodon = postaa)
numcode |
The genetic code number as in |
urn.rna |
The letters to display codons, use s2c("UCAG") if you want the code in terms of RNA sequence |
latexfile |
The name of a LaTex file if you want to redirect the output |
label |
The label for the LaTeX table |
size |
The LaTex size of characters for the LaTeX table |
preaa |
A string to insert before the amino-acid in the LaTeX table |
postaa |
A string to insert after the amino-acid in the LaTeX table |
precodon |
A string to insert before the codon in the LaTeX table |
postcodon |
A string to insert after the codon in the LaTeX table |
caption |
The caption of the LaTeX table |
dia |
to produce a yellow/blue plot for slides |
The codon order for preaa
, postaa
, precodon
, and
postcodon
should be the same as in
paste(paste(rep(s2c("tcag"), each =16), s2c("tcag"), sep = ""), rep(s2c("tcag"), each = 4), sep = "")
J.R. Lobry
citation("seqinr")
translate
, syncodons
#
# Show me the standard genetic code:
#
tablecode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.