getRatioProbes           package:yaqcaffy           R Documentation

_G_e_t _t_h_e _n_a_m_e_s _o_f _d_e_g_r_a_d_a_t_i_o_n _c_o_n_t_r_o_l _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:

     This function returns the probes names used for degradation
     control that are located on the given GeneChip.

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

       getRatioProbes(object)

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

  object: An object of class '"AffyBatch"' or '"ExpressionSet"' 

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

     An object of type '"character"' with all the Affymetrix
     degradation control probe names.

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

     Laurent Gatto

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

     getSpikeProbes,getBioProbes

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

         library(yaqcaffy)
         ## load a dataset
         library(affydata)
         data(Dilution)
         getRatioProbes(Dilution)

