getAllQCProbes          package:simpleaffy          R Documentation

_G_e_t _t_h_e _n_a_m_e_s _o_f _a_l_l _t_h_e _Q_C (_n_o_t _s_p_i_k_e-_i_n) _p_r_o_b_e_s _o_n _t_h_e _a_r_r_a_y

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

     What QC probes are there on the chip?

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

       getAllQCProbes(name)

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

    name: A valid (clean) cdf name for an array 

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

     A probesetid

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

     Crispin J Miller

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

       ## Not run: 
          qcprobes <- getAllQCProbes(cleancdfname(cdfName((eset))))
       
     ## End(Not run)

