nuID2targetID              package:lumi              R Documentation

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

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

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

     nuID2targetID(nuID, lib = "lumiHumanV1")

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

    nuID: a vector of nuID 

     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 nuID vector.

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

     Pan Du

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

     'targetID2nuID'

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

     if (require(lumiHumanV1)) {
         nuID2targetID("B2J6WGhV.RevOJYff4", lib='lumiHumanV1')
     }

