opVersionID           package:marrayTools           R Documentation

_D_e_t_e_r_m_i_n_e _t_h_e _o_p_e_r_o_n _o_l_i_g_o _s_e_t _I_D

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

     This functions looks the operon ID and determine whether it
     belongs to  "Human Genome Oligo Set V1", "Human Genome Oligo Set
     V2", "Mouse Genome Oligo Set V1" or "Mouse Genome Oligo Set V2".

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

     opVersionID(opID)

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

    opID: A character strings representing operon ID

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

     A value "operonh1", "operonh2", "operonm1" or "operonm2" to
     represents "Human Genome Oligo Set V1", "Human Genome Oligo Set
     V2", "Mouse Genome Oligo Set V1" or "Mouse Genome Oligo Set V2".

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

     Jean Yee Hwa Yang

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

     <URL: http://oparray.operon.com/>

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

     'URLstring', 'htmlPage'

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

      opVersionID("M000205_01")
      URLstring[opVersionID("M000205_01")]

