detectionCalls         package:BeadExplorer         R Documentation

_G_e_t _p_e_r_c_e_n_t_a_g_e _o_f _g_e_n_e_s _c_a_l_l_e_d _p_r_e_s_e_n_t

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

     Obtain percentage of genes called present for each sample in the
     beadData object using a defined Illumina detection score

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

     detectionCalls(beadData, value)

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

beadData: Object of class 'beadData-class' 

   value: Illumina detection score cut-off (0-1) 

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

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

     A vector of percentage detection scores for each sample in the
     'beadData-class' object

_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)
     detectionCalls(examplebeadData, 0.99)

