mvaplot-methods             package:xps             R Documentation

_M _v_s _A _P_l_o_t

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

     Produce scatter plots of M values vs A values of the samples.

     _Usage_

     ' mvaplot(x, transfo = log2, method  = "median", names =
     "namepart", ylim = c(-6,6), ...) '

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

       x: object of class 'ExprTreeSet'.

 transfo: a valid function to transform the data, usually log2, or
          0.

  method: method to compute M, mean or median.

   names: optional vector of sample names.

    ylim: range for the plotted M values.

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

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

     Produces mvaplots for slot 'data' for an object of class
     'ExprTreeSet'.

     For 'names=NULL' full column names of slot 'data' will be
     displayed while for  'names="namepart"' column names will be
     displayed without name extension. If 'names' is a vector of column
     names, only these columns will displayed as mvaplot.

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

     Christian Stratowa

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

     'mvaplot.dev'

