GEODataTable-class package:GEOquery R Documentation _C_l_a_s_s "_G_E_O_D_a_t_a_T_a_b_l_e" _D_e_s_c_r_i_p_t_i_o_n: Contains the column descriptions and data for the datatable part of a GEO object _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Objects can be created by calls of the form 'new("GEODataTable", ...)'. _S_l_o_t_s: '_c_o_l_u_m_n_s': Object of class '"data.frame"' containing information about the columns in the datatable '_t_a_b_l_e': Object of class '"data.frame"' containing the actual data _M_e_t_h_o_d_s: _C_o_l_u_m_n_s 'signature(object = "GEODataTable")': get the column portion of the GEODataTable _T_a_b_l_e 'signature(object = "GEODataTable")': get the table portion of the GEODataTable _s_h_o_w 'signature(object = "GEODataTable")': convenience show method _A_u_t_h_o_r(_s): Sean Davis