makeTransTable         package:GeneticsBase         R Documentation

_m_a_k_e_T_r_a_n_s_T_a_b_l_e _c_r_e_a_t_e_s _a _s_i_n_g_l_e _t_r_a_n_s_l_a_t_i_o_n _t_a_b_l_e _o_f _t_h_e _m_a_r_k_e_r_s

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

     Create a single translation table of the markers. It is called by
     makeTransTableList to make a list of translation tables.

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

     makeTransTable(alleleString = "Aa", sep = "/", ploidy = 2)

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

alleleString: character vector such as c("12", "ACGT") 

     sep: separation symbol of the allels in alleleString 

  ploidy: Currently implemented only for ploidy=2

_D_e_t_a_i_l_s:

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

     a matrix of  (# of alleles in alleleString)\^2 by ploidy, and must
     include a column  named "levels".

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

     Scott Chasalow Scott.Chasalow@bms.com, Junsheng Cheng
     cjsuicedu@yahoo.com

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

