countFLAG         package:Agi4x44PreProcess         R Documentation

_f_i_l_t_e_r._p_r_o_b_e_s (_i_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n)

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

     An internal function to be used by 'filter.probes' For a given
     feature characterized by FLAG, such as IsFound,  the function
     categorizes the number of FLAGS of one kind. For  example, for a
     given PROBE the FLAG = 1 can be detected in 1,2,....,number
     Arrays. The function calculates how many probes belong to each of
     the different  categories.

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

     countFLAG(data, flag)

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

    data: 

    flag: 

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

     Pedro Lopez-Romero

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

     'filter.probes'

