[-method             package:maigesPack             R Documentation

_S_u_b-_s_e_t_t_i_n_g _m_e_t_h_o_d_s _f_o_r _m_a_i_g_e_s _o_b_j_e_c_t_s

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

     Sub-setting methods were defined for the classes presented in this
     package, 'maiges', 'maigesANOVA',  'maigesRaw' and 'maigesPreRaw'.
     These methods create instances of the given class, for a subset of
     spots and/or arrays in a batch.

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


     _x = _A_N_Y generic method.

     _x = _m_a_i_g_e_s 'x[i, j]' extract object of class 'maiges' for spots
          with indexes i and samples with indexes j.

     _x = _m_a_i_g_e_s_A_N_O_V_A 'x[i, j]' extract object of class 'maigesANOVA'
          for spots with indexes i and samples with indexes j.

     _x = _m_a_i_g_e_s_R_a_w 'x[i, j]' extract object of class 'maigesRaw' for
          spots with indexes i and arrays with indexes j.

     _x = _m_a_i_g_e_s_P_r_e_R_a_w 'x[i, j]' extract object of class 'maigesPreRaw'
          for spots with indexes i and arrays with indexes j.

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

     'maiges', 'maigesANOVA', 'maigesRaw' and 'maigesPreRaw'.

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

     ## Loading the dataset
     data(gastro)

     gastro[1:10,]
     gastro[1,1]

     gastro.raw[rep(TRUE, 15),]

     gastro.norm[c(1,4,6), c(10, 18)]

