mdplot                 package:limma                 R Documentation

_m_d_p_l_o_t

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

     Creates a mean-difference plot.

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

     mdplot(x, ...)

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

       x: numeric 'matrix' with at least two columns

     ...: any other arguments are passed to 'plot'

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

     Plots differences vs means for a set of bivariate values. This is
     useful to contrast expression values for two microarrays.

     Note that an MA-plot 'plotMA' is a type of mean-difference plot.

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

     A plot is created on the current graphics device.

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

     Gordon Smyth

_R_e_f_e_r_e_n_c_e_s:

     Chambers, J. M., Cleveland, W. S., Kleiner, B., and Tukey, P. A.
     (1983). Graphical Methods of Data Analysis. Wadsworth (pp. 48-57).

     Cleveland, W. S., (1993). Visualizing Data. Hobart Press.

     Bland, J. M., and Altman, D. G. (1986). Statistical methods for
     assessing agreement between two methods of clinical measurement.
     Lancet i, 307-310.

     See also <URL: http://www.statsci.org/micrarra/refs/maplots.html>

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

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

