plotMA                 package:limma                 R Documentation

_M_A-_P_l_o_t

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

     Creates an MA-plot with color coding for various sort of control
     spots.

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

     plotMA(MA,array=1,pch=16,status=NULL,
            values=c("gene","blank","buffer","utility","negative","calibration","ratio"),
            col=c("black","yellow","orange","pink","brown","blue","red"),
            cex=c(0.1,0.6,0.6,0.6,0.6,0.6,0.6))

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

      MA: list with components 'M' containing log-ratios and 'A'
          containing average intensities

   array: integer giving the array to be plotted. Corresponds to
          columns of 'M' and 'A'.

     pch: vector or list of plotting characters

  status: character vector giving the control status of each spot on
          the array. If 'NULL' then subsequent arguments are ignored.

  values: character vector giving unique values of 'status'
          corresponding to control states of interest

     col: vector of colors, of the same length as 'values'

     cex: numeric vector of the same length as 'values' giving sizes
          for plot symbols

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

     See 'points' for possible values for 'pch', 'col' and 'cex'.

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

     A plot is created on the current graphics device.

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

     Gordon Smyth

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

     An overview of diagnostic functions available in LIMMA is given in
     6.Diagnostics.

