probeID2nuID              package:lumi              R Documentation

_M_a_p_p_i_n_g _I_l_l_u_m_i_n_a _P_r_o_b_e_I_D _a_s _n_u_I_D

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

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

     probeID2nuID(probeID, lib = "lumiHumanV1")

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

 probeID: a vector of Illumina ProbeID 

     lib: a nuID indexed Illumina annotation library 

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

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

     return a list with the same length as the input TargetID vector.

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

     Pan Du

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

     See Also  'nuID2probeID'

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

     if (require(lumiHumanV1)) {
         probeID2nuID('0001240020', lib='lumiHumanV1')
     }

