updateOldESet            package:Biobase            R Documentation

_U_p_d_a_t_e _p_r_e_v_i_o_u_s_l_y _c_r_e_a_t_e_d _e_S_e_t _o_b_j_e_c_t _t_o _c_u_r_r_e_n_t _e_S_e_t _s_t_r_u_c_t_u_r_e

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

     This function updates 'eSet' objects created in previous versions
     of Biobase to the current class structure. Warnings indicate when
     coercions change how data in the 'from' object are altered. If the
     'from' object was not a valid object of the original eSet classs,
     then 'updateOldESet' may fail.

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

     updateOldESet(from, toClass, ...)

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

    from: Object created using a previous version of the eSet class.

 toClass: Character string identifying new class, e.g.,
          '"ExpressionSet"'

     ...: Additional arguments passed to the initialization method for
          class 'toClass'

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

     Valid object of class 'toClass'.

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

     Biocore

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

     'eSet-class', 'ExpressionSet-class', 'SnpSet-class'

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

     ## Not run: 
     updateOldESet(oldESet, "ExpressionSet")
     ## End(Not run)

