randomise               package:Mfuzz               R Documentation

_R_a_n_d_o_m_i_s_a_t_i_o_n _o_f _d_a_t_a

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

     This function randomise the time order for each gene separately.

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

     randomise(eset)

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

    eset: object of the class _exprSet_

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

     The function produces an object of the exprSet class with
     randomised expression data.

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

     Matthias E. Futschik (<URL:
     http://itb.biologie.hu-berlin.de/~futschik>)

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

     data(yeast) # data set includes 17 measurements
     yeastR <- randomise(yeast) 

