GSE-class              package:GEOquery              R Documentation

_C_l_a_s_s "_G_S_E"

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

     Contains a GEO Series entity

_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("GSE", ...)'.

_S_l_o_t_s:


     '_h_e_a_d_e_r': Object of class '"list"' containing metadata for the
          series

     '_g_s_m_s': Object of class '"list"' containing a list of items of
          class 'GSM' associated with the series

     '_g_p_l_s': Object of class '"list"' containing a list of items of
          class 'GPL' associate with the series

_M_e_t_h_o_d_s:


     _G_P_L_L_i_s_t 'signature(object = "GSE")': returns a list, each item of
          the list being a 'GPL' object

     _G_S_M_L_i_s_t 'signature(object = "GSE")': returns a list, each item of
          the list being a 'GSM' object

     _M_e_t_a 'signature(object = "GSE")': returns a list, the metadata
          associated with the GSE 

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

     Sean Davis

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

     'GPL-class','GSM-class'

