toEexprSet               package:maDB               R Documentation

_T_r_a_n_s_f_o_r _o_b_j_e_c_t_s _t_o _o_b_j_e_c_t_s _o_f _t_h_e _t_y_p_e _E_e_x_p_r_S_e_t

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

     This function should transform data objects like limmas RGList or
     MAList objects into an instance of the class '"EexprSet"'.

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

     toEexprSet(object)

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

  object: The data object to transform.

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

     An instance of the type '"EexprSet"' that holds the information
     from the object submitted.

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

     Johannes Rainer

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

     'EexprSet-class', 'createEexprSetFromLimma'

