lumiMouseV1PROBEID2NUID     package:lumiMouseV1     R Documentation

_M_a_p _b_e_t_w_e_e_n _I_l_l_u_m_i_n_a _P_r_o_b_e_I_D _a_n_d _n_u_I_D

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

     lumiMouseV1PROBEID2NUID is an R environment that provides mappings
     between Illumina ProbeID and nuID.

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

     Each ProbeID is mapped to nuID, which is unique to the bead
     sequence. An 'NA' is reported if there is no bead sequence
     information available for it.

     Please see 'id2seq', 'seq2id' for more information of nuID.

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

     Du, P., Kibbe, W.A. and Link, S.M., "nuID: A universal naming
     schema of oligonucleotides for Illumina, Affymetrix, and other
     microarrays", submitted.

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

         # Convert the environment to a list
         xx <- as.list(lumiMouseV1PROBEID2NUID)
         if(length(xx) > 0){
             # The nuIDs for the first two elements of xx
             xx[1:2]
             # Get the first one
             xx[[1]]
         }

