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', 'exprSet' 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)