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)