matplotProbesPDNN          package:affypdnn          R Documentation

_P_l_o_t _t_h_e _P_D_N_N _c_o_m_p_u_t_e_d _p_r_o_b_e _i_n_t_e_n_s_i_t_i_e_s

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

     Plot the probe intensities as computed by 'pmcorrect.pdnn' or
     'pmcorrect.pdnnpredict'

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

     matplotProbesPDNN(x, type="l", ...)

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

       x: a matrix (and attributes) as return by 'pmcorrect.pdnn' or
          'pmcorrect.pdnnpredict'. 

    type: type of plot (same as in 'matplot'

     ...: optional arguments to be passed to 'matplot' 

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

     The crosses are the probe intensities which are considered `ok' by
     the outlier detection part of the algorithm, while the circles are
     the ones considered `outliers'

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

     Only used for its side-effect.

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

     'pmcorrect.pdnn' and 'pmcorrect.pdnnpredict'

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

     # to appear...

