maigesANOVA-class         package:maigesPack         R Documentation

_m_a_i_g_e_s_A_N_O_V_A _c_l_a_s_s, _e_x_t_e_n_d _m_a_i_g_e_s _c_l_a_s_s _t_o _f_i_t _A_N_O_V_A _m_o_d_e_l_s

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

     This class extends the class 'maiges' adding two numerical
     matrices to fit ANOVA models and estimate parameters of interest.
     Additional to the existing slots of class 'maiges' this class
     defines other two, described in _Slots_ section.

_D_e_t_a_i_l_s:

     This class of objects is exactly the same as 'maiges' with the two
     slots described in _Slots_ section. Objects of this class are
     generated from 'maiges' class using the function 'designANOVA'.
     So, it is possible to fit the model and estimate parameters or
     contrasts using the function 'deGenesANOVA'.

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


     '_D_m_a_t_r_i_x': numeric matrix describing the design matrix to fit an
          ANOVA model.

     '_C_m_a_t_r_i_x': numeric matrix describing the contrasts matrix to
          estimate parameters and contrasts of interest, after the
          model fitting.

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


     [ 'signature(x = 'maigesANOVA')': sub-setting operator for spots
          on the array or arrays in the batch, ensures that all slots
          are subset properly.

     _b_o_x_p_l_o_t 'signature(x = 'maigesANOVA')': boxplot method for
          'maigesANOVA' class. Display boxplots of the slides and print
          tip groups using package _marray_ or boxplots of one gene
          previously defined.

     _d_i_m 'signature(x = 'maigesANOVA', value = 'numeric')': get the
          dimensions of the object, numeric vector of length two.

     _i_m_a_g_e 'signature(x = 'maigesANOVA')': image method for
          'maigesANOVA' class. Display colour representation of the
          slides using package _marray_.

     _p_l_o_t 'signature(x = 'maigesANOVA')': plot method for 'maigesANOVA'
          class. Display 'MA' plots.

     _p_r_i_n_t 'signature(x = 'maigesANOVA')': print method for
          'maigesANOVA' class.

     _s_h_o_w 'signature(x = 'maigesANOVA')': show method for 'maigesANOVA'
          class.

     _s_u_m_m_a_r_y 'signature(x = 'maigesANOVA')': summary method for
          'maigesANOVA' class.

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>

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

     'designANOVA', 'deGenesANOVA'.

