posteriorAvg               package:XDE               R Documentation

_A_c_c_e_s_s_o_r _a_n_d _r_e_p_l_a_c_e_m_e_n_t _m_e_t_h_o_d_s _f_o_r _p_o_s_t_e_r_i_o_r _a_v_e_r_a_g_e_s _o_f
_d_i_f_f_e_r_e_n_t_i_a_l _e_x_p_r_e_s_s_i_o_n

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

     Accessor and replacement methods for objects of class 'XdeMcmc'
     for posterior averages of differential expression

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

     posteriorAvg(object)
     posteriorAvg(object) <- value

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

  object: Object of class 'XdeMcmc'

   value: A matrix of dimension G x 3, where G is the number of genes
          and 3 are different ways of quantifying differential
          expression in the context of multiple studies (concordant,
          discordant, or the union).

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

     A matrix of dimension G x 3, where G is the number of genes and 3
     are different ways of quantifying differential expression in the
     context of multiple studies (concordant, discordant, or the
     union).

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

     RS

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

     'calculatePosteriorAvg'

