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:

     Mapping nuID into Illumina TargetID or GeneID.

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

     nuID2targetID(nuID, lib.mapping = "lumiHumanIDMapping", ...)

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

    nuID: a vector of nuID 

lib.mapping: an Illumina ID mapping library 

     ...: other parameters of 'nuID2IlluminaID' 

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

     The function will call 'nuID2IlluminaID' when ID mapping library
     were provided.

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

     see function 'nuID2IlluminaID'

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

     'targetID2nuID', 'nuID2IlluminaID'

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

     if (require(lumiHumanIDMapping)) {
         nuID2targetID("B2J6WGhV.RevOJYff4", lib.mapping = "lumiHumanIDMapping")
     }

