maNormMAD               package:marray               R Documentation

_M_A_D _s_c_a_l_e _n_o_r_m_a_l_i_z_a_t_i_o_n _f_u_n_c_t_i_o_n

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

     This function is used for scale normalization using the median
     absolute deviation (MAD) of intensity log-ratios for a group of
     spots. It can be used for within or between array normalization.
     The function should be used as an argument to the main
     normalization function 'maNormMain'.

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

     maNormMAD(x=NULL, y="maM", geo=TRUE, subset=TRUE)

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

       x: Name of accessor function for spot statistic used to stratify
          the data, usually a layout parameter, e.g. 'maPrintTip' or
          'maPlate'. If 'x' is not a character, e.g. NULL, the data are
          not stratified.

       y: Name of accessor function for spot statistics, usually 'maM'.

     geo: If 'TRUE', the MAD of each group is divided by the geometric
          mean of the MADs across groups (cf. Yang et al. (2002)). This
          allows observations to retain their original units.

  subset: A "logical" or "numeric" vector indicating the subset of
          points used to compute the scale normalization values. 

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

     A function with bindings for the above arguments. This latter
     function takes as argument an object of class '"marrayRaw"'  (or
     possibly '"marrayNorm"'), and returns a vector of values used to
     scale the location normalized log-ratios. It calls the function
     'maMAD', which is not specific to microarray objects.

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


     Y. H. Yang, S. Dudoit, P. Luu, and T. P. Speed (2001).
     Normalization for cDNA microarray data. In M. L. Bittner, Y. Chen,
     A. N. Dorsel, and E. R. Dougherty (eds), _Microarrays: Optical
     Technologies and Informatics_, Vol. 4266 of _Proceedings of SPIE_. 


     Y. H. Yang, S. Dudoit, P. Luu, D. M. Lin, V. Peng, J. Ngai, and T.
     P. Speed (2002). Normalization for cDNA microarray data: a robust
     composite method addressing single and multiple slide systematic
     variation. _Nucleic Acids Research_, Vol. 30, No. 4.

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

     'maNormMain', 'maMAD', 'mad'.

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

     # See examples for maNormMain.

