coerce-methods         package:marrayClasses         R Documentation

_C_o_e_r_c_e _a_n _o_b_j_e_c_t _t_o _b_e_l_o_n_g _t_o _a _g_i_v_e_n _m_i_c_r_o_a_r_r_a_y _c_l_a_s_s

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

     Coercing methods were defined to convert microarray objects of one
     class into objects of another class, e.g., instances of the 
     '"marrayRaw"' class into instances of the '"marrayNorm"' class.

_M_e_t_h_o_d_s:


     _f_r_o_m = _m_a_r_r_a_y_R_a_w, _t_o = _m_a_r_r_a_y_N_o_r_m convert an object of class
          '"marrayRaw"' into an object of class '"marrayNorm"'.

     _f_r_o_m = _m_a_r_r_a_y_R_a_w, _t_o = _e_x_p_r_S_e_t convert an object of class
          '"marrayRaw"' into an object of class '"exprSet-class"'.

     _f_r_o_m = _m_a_r_r_a_y_R_a_w, _t_o = _m_a_r_r_a_y_S_p_o_t_s convert an object of class
          '"marrayRaw"' into an object of class '"marraySpots"'.

     _f_r_o_m = _m_a_r_r_a_y_N_o_r_m, _t_o = _e_x_p_r_S_e_t convert an object of class
          '"marrayNorm"' into an object of class '"exprSet-class"'.

     _f_r_o_m = _m_a_r_r_a_y_N_o_r_m, _t_o = _m_a_r_r_a_y_S_p_o_t_s convert an object of class
          '"marrayNorm"' into an object of class '"marraySpots"'.

