id2seq                 package:lumi                 R Documentation

_T_r_a_n_s_f_e_r _a _n_u_I_D _a_s _a _n_u_c_l_e_o_t_i_d_e _s_e_q_u_e_n_c_e

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

     The nuID (nucleotide universal identifier) is uniquely
     corresponding to probe sequence. The nuID is also
     self-identification and error checking

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

     id2seq(id)

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

      id: a nuID (nucleotide universal identifier) 

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

     A reverse of 'seq2id'. Please refer to reference for more details.

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

     a string of nucleotide sequence

_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 Link, S.M., "nuID: A universal naming
     schema of oligonucleotides for Illumina, Affymetrix, and other
     microarrays", submitted.

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

     'seq2id'

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

     seq <- 'ACGTAAATTTCAGTTTAAAACCCCCCG'
     id <- seq2id(seq)
     id
     id2seq(id)

