removeByWeights           package:snapCGH           R Documentation

_R_e_m_o_v_e _c_l_o_n_e_s _b_a_s_e_d _o_n _a _w_e_i_g_h_t_s _m_a_t_r_i_x

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

     An example function to be used by the filterClones method. This
     function takes an MA list, a weights matrix and a threshold  and
     returns the indices of any clones with weight below the 
     threshold.

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

             removeByWeights(MA, weights=MA$weights, threshold = 0.2)

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

      MA: An object of class 'MAList'

 weights: A matrix with the same dimensions as MA containing weight
          information.

threshold: Threshold value.  Any clones with weight below this  are
          removed.

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

     Mike Smith

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

     'filterClones'

