firstMcmc                package:XDE                R Documentation

_V_a_l_u_e_s _f_o_r _t_h_e _f_i_r_s_t _M_C_M_C _i_t_e_r_a_t_i_o_n

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

     Accessor method for the values of the first MCMC iteration

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

     firstMcmc(object)

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

  object: An object of class 'XdeParameter' 

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

     Returns a list of the values to be used in the first iteration of
     the MCMC.

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

     R. Scharpf

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

     'XdeParameter-class', 'lastMcmc'

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

     data(expressionSetList)
     params <- new("XdeParameter", phenotypeLabel="adenoVsquamous",
                   esetList=expressionSetList)
     str(firstMcmc(params))

