asExprSet               package:Ringo               R Documentation

_c_o_n_v_e_r_t_s _M_A_L_i_s_t _i_n_t_o _a_n _e_x_p_r_S_e_t

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

     Function to convert an object of class 'MAList' into an object of
     class 'ExpressionSet'. Note that the otherwise optional 'targets'
     component is required in this case to generate the 'phenoData' of
     the new 'ExpressionSet'.

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

     asExprSet(myMA)

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

    myMA: object of class 'MAList'

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

     an object of class 'ExpressionSet'

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

     Joern Toedling

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

     'ExpressionSet'

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

       exDir <- system.file("exData",package="Ringo")
       exRG  <- readNimblegen("example_targets.txt","spottypes.txt",path=exDir)
       exMA  <- preprocess(exRG, "none", returnMAList=TRUE)
       exX   <- Ringo:::asExprSet(exMA)

