makeMarkerInfo         package:GeneticsBase         R Documentation

_m_a_k_e_M_a_r_k_e_r_I_n_f_o _c_r_e_a_t_e_s _a _d_a_t_a_f_r_a_m_e _o_f _m_a_r_k_e_r _i_n_f_o_r_m_a_t_i_o_n

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

     An auxilliary funtion to create a dataframe for the slot
     markerInfo of class geneSet

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

     makeMarkerInfo(loci = character(0), transTable = loci)

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

    loci: a vector of makrer loci 

transTable: corresponding translation table for the markers at each
          locus.must have same length with vector loci 

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

     A dataframe  with one row for each row in the callCodes slot of
     class geneSet. Include columns "Name" and "TransTable".

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

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

