normalise                package:SAGx                R Documentation

_N_o_r_m_a_l_i_s_e _a_r_r_a_y_s

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

     Normalises arrays against a calculated average array, and
     calibrated  linearly in a cube-root scatter plot.

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

     normalise(x,linear=TRUE)

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

       x: The data matrix

  linear: if linear=TRUE then the matrix elements are raised to the
          power of 3.

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

     normalised version of indata

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

     Per Broberg

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

     Tusher, V.G., Tibshirani, R., and Chu, G. (2001) Significance
     analysis of microarrays applied to the ionizing radiation
     response. _PNAS_ Vol. 98, no.9, pp. 5116-5121

