xde                   package:XDE                   R Documentation

_F_i_t _t_h_e _B_a_y_e_s_i_a_n _h_i_e_r_a_r_c_h_i_c_a_l _m_o_d_e_l _f_o_r _c_r_o_s_s-_s_t_u_d_y _d_i_f_f_e_r_e_n_t_i_a_l
_g_e_n_e _e_x_p_r_e_s_s_i_o_n

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

     Fits the Bayesian hierarchical model for cross-study differential
     gene expression.

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

       
       xde(paramsMcmc, esetList, outputMcmc)

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

paramsMcmc: Object of class 'XdeParameter'

esetList: Object of class 'ExpressionSetList'

outputMcmc: Object of class 'XdeMcmc' (optional)

_D_e_t_a_i_l_s:

     Details for fitting the Bayesian model are discussed elsewhere
     (see citation below and XdeParameterClass vignette)

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

     Object of class 'XdeMcmc'

_N_o_t_e:

     See the vignettes for XdeParameterClass and XDE.

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

     R. Scharpf

_R_e_f_e_r_e_n_c_e_s:

     R. Scharpf et al., A Bayesian Model for Cross-Study Differential
     Gene Expression, Technical Report 158, Johns Hopkins University,
     Department of Biostatistics, 2007

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

     'XdeMcmc-class', 'XdeParameter-class', 'ExpressionSetList-class'

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

     ## Not run: 
       data(expressionSetList)
       xparam <- new("XdeParameter", phenotypeLabel="adenoVsquamous", esetList=expressionSetList)
       iterations(xparam) <- 10
       fit <- xde(xparam, esetList=expressionSetList)
     ## End(Not run)

