ucoweight               package:seqinr               R Documentation

_W_e_i_g_h_t _o_f _e_a_c_h _s_y_n_o_n_y_m_o_u_s _c_o_d_o_n

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

     Returns a list containing, for each of the 20 amino acids + STOP
     codon, the codon usage bias of each of the synonymous codon
     according to a given codon sequence.

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

     ucoweight(sequence, numcode = 1)

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

sequence: A nucleic acids sequence 

 numcode: The genetic code number as in 'translate' 

_V_a_l_u_e:

     a list containing, for each of the 20 amino acids and STOP codon
     (list tags), the weight of each synonymous codon (including the
     original one).

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

     Leonor Palmeira

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

     'citation("seqinr")'

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

     'synsequence'

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

       data(ec999)
       ucoweight(ec999[1][[1]])

