findID                package:marray                R Documentation

_F_i_n_d _I_D _w_h_e_n _g_i_v_e_n _a_n _a_c_c_e_s_s_i_o_n _n_u_m_b_e_r

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

     Search gene ID with a vector of accession number from gene names
     or ID values.

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

     findID(text, Gnames = gnames, ID = "Name")

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

    text: A character strings of gene names or id names.

  Gnames: An objects of 'marrayRaw', 'marrayNorm', 'ExpressionSet' or
          'data.frame' of gene names information.

      ID: The column of ID corresponding to 'text'.

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

     A numeric vector the gene ID.

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

     Yee Hwa (Jean) Yang

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

     'grep'

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

     data(swirl)
     findID("fb24a09", swirl, ID="ID")
     findID("geno1", swirl)

