normalize                package:affy                R Documentation

_N_o_r_m_a_l_i_z_e - _g_e_n_e_r_i_c

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

     A generic function which normalizes microarray data. Normalization
     is intended to remove from the intensity measures any systematic
     trends which arise from the microarray technology rather than from
     differences between the probes or between the target RNA samples
     hybridized to the arrays.

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

     normalize(object, ...)

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

  object: a data object containing microarray data

     ...: any other arguments

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

     Type 'showMethods("normalize")' at the R prompt to see what
     methods are available. Help on individual methods is generally
     available as 'normalize'.<class> where <class> is the class of the
     data object. For example, for the main class in the 'affy' package
     use '?normalize.AffyBatch'.

     Other Bioconductor packages include some related generic
     functions: 'normalizeWithinArrays', and  'normalizeBetweenArrays',
     in the LIMMA package, and  'maNorm' in the marrayNorm package.

