tablecode               package:seqinr               R Documentation

_t_o _p_l_o_t _g_e_n_e_t_i_c _c_o_d_e _a_s _i_n _t_e_x_t_b_o_o_k_s

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     tablecode(numcode = 1, urn.rna = c("u", "c", "a", "g"), dia = TRUE, latexfile = NULL)

_A_r_g_u_m_e_n_t_s:

 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

_A_u_t_h_o_r(_s):

     J.R. Lobry

_R_e_f_e_r_e_n_c_e_s:

      'citation("seqinr")'

_S_e_e _A_l_s_o:

     'translate'

_E_x_a_m_p_l_e_s:

      tablecode()

