subsetting             package:beadarray             R Documentation

_S_u_b_s_e_t _B_e_a_d_L_e_v_e_l_L_i_s_t, _B_e_a_d_S_u_m_m_a_r_y_L_i_s_t

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

     Extract a subset of an 'BeadLevelList' or 'BeadSummaryList'

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

     object[i, j]

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

  object: object of class 'BeadLevelList' or 'BeadSummaryList'

     i,j: elements to extract. 'i' subsets the genes or spots while 'j'
          subsets the arrays

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

     'i,j' may take any values acceptable for the matrix components of
     'object'. See the Extract help entry for more details on
     subsetting matrices.

_V_a_l_u_e:

     An object of the same class as 'object' holding data from the
     specified subset of genes and arrays.

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

     Gordon Smyth, modified by Mike Smith for BeadSummaryList object

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

     'Extract' in the base package.

