exprSet2Rawdata           package:maanova           R Documentation

_C_o_n_v_e_r_t _a_n _o_b_j_e_c_t _o_f _e_x_p_r_S_e_t _t_o _a_n _o_b_j_e_c_t _o_f _R_a_w_d_a_t_a

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

     This function converts an object of exprSet class, which is the
     main class for microarray data into an object of class "rawdata".
     It serves as a bridge between BioConductor and R/maanova.

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

     exprSet2Rawdata(exprdata, ndye=1, trans.method="None") 

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

exprdata: An object of class 'exprSet'.

    ndye: Number of dyes used in the experiment. Default is 1.

trans.method: A string for data transformation method used. Default is
          "None". This field is used only for display purpose. I
          suggest user to put something here as a reminder to yourself.
          For example if you run justGCRMA to get the exprdata, put
          "GCRMA" here.

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

     An object of class 'rawdata'.

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

     Hao Wu hao@jax.org

