tablecode {seqinr} | R Documentation |
This function plots a genetic code table as in textbooks, that is
following the order u > c > a > g
so that synonymous codons
are almost always in the same boxes.
tablecode(numcode = 1, urn.rna = c("u", "c", "a", "g"), dia = TRUE, latexfile = NULL)
numcode |
The genetic code number as in translate |
urn.rna |
The letters to display codons, use c("t","c", "a","g") if you want the code in terms of DNA sequence |
dia |
to produce a yellow/blue plot for slides |
latexfile |
The name of a LaTex file if you want to redirect the output |
J.R. Lobry
citation("seqinr")
tablecode()