makeLID2PROBESenv          package:adSplit          R Documentation

_G_e_n_e_r_a_t_e _L_I_D_2_P_R_O_B_E_S _e_n_v_i_r_o_n_m_e_n_t

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

     Make hash containing probe-sets per LOCUSLINK identifier.

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

     makeLID2PROBESenv(LIDenv)

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

  LIDenv: an environment containing one entry per probe-set holding all
          corresponding LOCUSLINK identifiers.

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

     An environment containing one entry per LOCUSLINK identifier
     holding all corresponding probe-sets.

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

     Joern Toedling, Claudio Lottaz

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

      
     library(hu6800)
     makeLID2PROBESenv(hu6800LOCUSID) 

