targetID2nuID              package:lumi              R Documentation

_M_a_p_p_i_n_g _I_l_l_u_m_i_n_a _T_a_r_g_e_t_I_D _i_n_t_o _n_u_I_D

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

     Mapping Illumina TargetID into nuID

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

     targetID2nuID(targetID, lib = "lumiHumanV1")

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

targetID: a vector of Illumina TargetID 

     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 'nuID2targetID'

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

     if (require(lumiHumanV1)) {
         targetID2nuID('GI_21389350-S', lib='lumiHumanV1')
     }

