maBoxplot               package:marray               R Documentation

_B_o_x_p_l_o_t_s _f_o_r _c_D_N_A _m_i_c_r_o_a_r_r_a_y _s_p_o_t _s_t_a_t_i_s_t_i_c_s

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

     The function 'maBoxplot' produces boxplots of microarray spot
     statistics for the classes  'marrayRaw' and 'marrayNorm'.We
     encourage users to use "boxplot"  rather than "maBoxplot".  The
     name of the arguments have changed.

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

     maBoxplot(m, x="maPrintTip", y="maM", ...)

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

       m: Microarray object of class '"marrayRaw"' and '"marrayNorm"'

       x: Name of accessor method for the spot statistic used to
          stratify the data, typically a slot name for the microarray
          layout object (see '"marrayLayout"') such as 'maPlate' or a
          method such as 'maPrintTip'. If 'x' is NULL, the data are not
          stratified.

       y: Name of accessor method for the spot statistic of interest,
          typically a slot name for the microarray object 'm', such as
          'maM'.

     ...: Optional graphical parameters, see 'par'.

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

     If there are more than one array in the batch, the function
     produces a boxplot for each array in the batch. Such plots are
     useful when assessing the need for between array normalization,
     for example, to deal with scale differences among different
     arrays. Default graphical parameters are chosen for convenience
     using the function 'maDefaultPar' (e.g. color palette,  axis
     labels,  plot title) but the user has the option to overwrite
     these parameters at any point.

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

     Sandrine Dudoit, <URL: http://www.stat.berkeley.edu/~sandrine>.

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

     S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for
     exploratory analysis and normalization of cDNA microarray data. In
     G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger,
     editors, _The Analysis of Gene Expression Data: Methods and
     Software_, Springer, New York.

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

     'boxplot', 'maDefaultPar'.

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

     ## see example in boxplot

