show-method            package:maigesPack            R Documentation

_S_h_o_w _a _n_i_c_e _v_i_s_u_a_l_i_s_a_t_i_o_n _o_f _t_h_e _o_b_j_e_c_t_s _d_e_f_i_n_e_d _i_n _t_h_i_s _p_a_c_k_a_g_e

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

     S4 method to show the objects defined in this package without list
     all the slots of the object.

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

     ## S4 method for signature 'maigesPreRaw':
     show(object)

     ## S4 method for signature 'maigesRaw':
     show(object)

     ## S4 method for signature 'maiges':
     show(object)

     ## S4 method for signature 'maigesANOVA':
     show(object)

     ## S4 method for signature 'maigesDE':
     show(object)

     ## S4 method for signature 'maigesDEcluster':
     show(object)

     ## S4 method for signature 'maigesClass':
     show(object)

     ## S4 method for signature 'maigesRelNetM':
     show(object)

     ## S4 method for signature 'maigesRelNetB':
     show(object)

     ## S4 method for signature 'maigesActMod':
     show(object)

     ## S4 method for signature 'maigesActNet':
     show(object)

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

  object: object of any class defined in this package, to be printed in
          a nice way

_N_o_t_e:

     It is possible to use Package _convert_ to convert objects between
     classes defined in packages _limma_, _marray_ and _Biobase_.

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

     'show' in the _methods_ package.

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

     ## Loading the dataset
     data(gastro)

     gastro
     gastro.raw
     gastro.norm
     gastro.summ

