filterData           package:BeadExplorer           R Documentation

_F_i_l_t_e_r _d_a_t_a _b_a_s_e_d _o_n _d_e_t_e_c_t_i_o_n _s_c_o_r_e

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

     Removes transcripts from a beadData object that have detections
     threshold lower than a given value in all the samples

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

     filterData(beadData, det)

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

beadData: An object of class 'beadData-class'

     det: The detection threshold to use, value 0-1

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

     Only transcripts that are not present in all the samples will be
     removed.  This avoids the problem of having transcript data for
     some samples and not for others.

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

     A 'beadData-class' object with low detetion score transcripts
     removed

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

     Gareth Elvidge gareth.elvidge@well.ox.ac.uk

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

     See Also as 'help'

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

     data(examplebeadData)
     filterData(examplebeadData, 0.95)

