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)
translate
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 = "")
citation("seqinr")
translate
, syncodons
#
# Show me the standard genetic code:
#
tablecode()
Run the code above in your browser using DataLab