create_eset_r              package:puma              R Documentation

_C_r_e_a_t_e _a_n _E_x_p_r_e_s_s_i_o_n_S_e_t _f_r_o_m _a _P_P_L_R _m_a_t_r_i_x

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

     This is really an internal function called from pumaComb. It is
     used to create an 'ExpressionSet' object from the output of the
     bcomb function (which was originally part of the 'pplr' package.
     Don't worry about it!

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

     create_eset_r(
             eset
     ,       r
     )

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

    eset: An object of class 'ExpressionSet'. The phenotype information
          from this is used as the phenotype information of the
          returned object 

       r: A data frame with components named 'M1', 'M2', and so on,
          which represent the mean expression values for condition 1,
          condition 2, and so on. It also has components named 'Std1',
          'Std2', and so on, which represent the standard deviation of
          the gene expression values for condition 1, condtion 2, and
          so on. This type of data frame is output by function 'bcomb' 

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

     An object of class 'ExpressionSet'.

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

     Richard D. Pearson

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

     Related methods 'pumaComb' and 'bcomb'

