[-methods               package:marray               R Documentation

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

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

     Subsetting methods were defined for the microarray classes,
     'marrayInfo', 'marrayLayout','marrayRaw' and 'marrayNorm'. 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_r_r_a_y_I_n_f_o 'x[i, j]' extract object of class '"marrayInfo"'
          for spots or arrays with indices i and labels with indices j.

     _x = _m_a_r_r_a_y_L_a_y_o_u_t 'x[i]' extract object of class '"marrayLayout"'
          for spots with indices i.

     _x = _m_a_r_r_a_y_R_a_w 'x[i, j]' extract object of class '"marrayRaw"' for
          spots with indices i and arrays with indices j.

     _x = _m_a_r_r_a_y_N_o_r_m 'x[i, j]' extract object of class '"marrayNorm"'
          for spots with indices i and arrays with indices j.

