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:

     Mapping Illumina ProbeID as nuID

_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 

_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

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

     Du, P., Kibbe, W.A. and Lin, S.M., "nuID: A universal naming
     schema of oligonucleotides for Illumina, Affymetrix, and other
     microarrays", Biology Direct 2007, 2:16 (31May2007).

_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')
     }

