maDefaultPar             package:marray             R Documentation

_D_e_f_a_u_l_t _g_r_a_p_h_i_c_a_l _p_a_r_a_m_e_t_e_r_s _f_o_r _m_i_c_r_o_a_r_r_a_y _o_b_j_e_c_t_s

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

     This function returns default graphical parameters for microarray
     objects. The parameters may be passed as arguments to the
     functions 'maBoxplot' and 'maPlot'.

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

     maDefaultPar(m, x, y, z)

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

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

       x: Name of accessor method for the abscissa spot statistic,
          typically a slot name for the microarray object 'm', such as
          'maA'.

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

       z: 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'.

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

     A list with elements 

 def.box: default graphical parameters for 'maBoxplot'.

def.plot: default graphical parameters for 'maPlot'.

def.lines: default graphical parameters for functions such as
          'maLoessLines' used in 'maPlot'.

def.legend: default graphical parameters for functions such as
          'maLegendLines' used in 'maPlot'.

def.text: default graphical parameters for functions such as 'maText'
          used in 'maPlot'.

_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:

     'maBoxplot', 'maPlot', 'maLegendLines', 'maLoessLines', 'maText',
     'maDotsDefaults'.

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

     # See examples for maPlot.

