standardizeSamples            package:XDE            R Documentation

_C_e_n_t_e_r_s _t_h_e _g_e_n_e_s _a_t _z_e_r_o _a_n_d _s_t_a_n_d_a_r_d_i_z_e_s _t_h_e _s_a_m_p_l_e_s _t_o _h_a_v_e
_v_a_r_i_a_n_c_e _1

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

     For each study (element) in an 'ExpressionSetList' object, this
     function centers the genes to have mean zero (rows) and scales the
     variance of the samples to 1.

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

     standardizeSamples(object, ...)

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

  object: Object of class 'ExpressionSetList'

     ...: Additional arguments not implemented

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

     An object of class 'ExpressionSetList'

_N_o_t_e:

     Requires genefilter package

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

     R. Scharpf

