firstMcmc {XDE} | R Documentation |
Accessor method for the values of the first MCMC iteration
firstMcmc(object)
object |
An object of class XdeParameter |
Returns a list of the values to be used in the first iteration of the MCMC.
R. Scharpf
data(expressionSetList) params <- new("XdeParameter", phenotypeLabel="adenoVsquamous", esetList=expressionSetList) str(firstMcmc(params))