hyperparameters             package:XDE             R Documentation

_A_c_c_e_s_s_o_r _f_o_r _h_y_p_e_r_p_a_r_a_m_e_t_e_r_s _o_f _t_h_e _B_a_y_e_s_i_a_n _m_o_d_e_l

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

     Accessor and replacement methods for hyperparameters of the
     Bayesian model are provided

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

     hyperparameters(object)

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

  object: An object of class 'XdeParameter'

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

     See the XdeParameterClass vignette for a more detailed discussion.
     The default values provided when initializing an object of class
     'XdeParameter' works well in most instances.

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

     A numerical vector

_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

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

     data(expressionSetList)
     xlist <- new("XdeParameter", esetList=expressionSetList, phenotypeLabel="adenoVsquamous")
     hyperparameters(xlist)

