parseGEO package:GEOquery R Documentation _P_a_r_s_e _G_E_O _t_e_x_t _D_e_s_c_r_i_p_t_i_o_n: Workhorse GEO parsers. _U_s_a_g_e: parseGEO(con, GSElimits) parseGPL(txt) parseGDS(txt) parseGSE(con, GSElimits) parseGSM(txt) _A_r_g_u_m_e_n_t_s: txt: The text from a GEO SOFT format file con: A connection that contains the body of a GEO SOFT format file GSElimits: Used to limit the number of GSMs parsed into the GSE object; useful for memory management for large GSEs. _D_e_t_a_i_l_s: These are probably not useful to the end-user. Use getGEO to access these functions. parseGEO simply delegates to the appropriate specific parser. There should be no reason to use the parseGPL, parseGDS, parseGSE, or parseGSM functions directly. _V_a_l_u_e: parseGEO returns an object of the associated type. For example, if it is passed the text from a GDS entry, a GDS object is returned. _A_u_t_h_o_r(_s): Sean Davis _S_e_e _A_l_s_o: 'getGEO'