filterClones             package:snapCGH             R Documentation

_F_i_l_t_e_r _c_l_o_n_e_s _f_r_o_m _s_a_m_p_l_e

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

     Function for filtering clones via a user defined function.

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

             filterClones(MA, filterFunc, ...)

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

      MA: An object of class 'MAList'

filterFunc: A user specified function that accepts an MAList  and
          returns the indices of the clones to be removed.

     ...: Additional arguments to be passed to the filter function.

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

     Any clones identified by the filter function are turned into NA's.
     These are then removed or imputed within the 'processCGH'
     function.

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

     Mike Smith

