removeArrays            package:beadarray            R Documentation

_F_i_n_d_s _u_n_r_e_g_i_s_t_e_r_e_d _b_e_a_d_s

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

     Remove a set of arrays from a BeadSummaryList

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

     removeArrays(BSData, array)

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

  BSData: an BeadSummaryList containing bead summary data

   array: numeric vector giving the indices of the arrays to be removed

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

     Arrays can removed from an BeadSummaryList (bead summary data)
     object if they are found to contain bad data. Caution:- once
     arrays have been removed they cannot be recovered. It is
     recommended to create a new BeadSummaryList object for the output
     of this function.

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

     BeadSummaryList object

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

     Mark Dunning

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

     data(BSData)
     BSData$R[1,]
     BSData.new=removeArrays(BSData, array=1:2)
     BSData.new$R[1,]

