getDet             package:BeadExplorer             R Documentation

_G_e_t _d_e_t_e_c_t_i_o_n _s_c_o_r_e_s _f_o_r _a _g_i_v_e_n _g_e_n_e(_s)

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

     Obtain detection scores for a given gene for each sample on the
     BeadChip

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

     getDet(id, beadData)

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

      id: Character or vector of gene id(s) 

beadData: Object of class 'beadData-class' 

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

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

     A 'data.frame' of detection scores

_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)
     getDet("GI_23097300-A", examplebeadData)
     getDet(c("GI_23097300-A", "GI_21070955-A", "GI_4505876-A"), examplebeadData)

