hyperparameters {XDE} | R Documentation |
Accessor and replacement methods for hyperparameters of the Bayesian model are provided
hyperparameters(object)
object |
An object of class XdeParameter |
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.
A numerical vector
R. Scharpf
R. Scharpf et al., A Bayesian Model for Cross-Study Differential Gene Expression, Technical Report 158, Johns Hopkins University, Department of Biostatistics, 2007
data(expressionSetList) xlist <- new("XdeParameter", esetList=expressionSetList, phenotypeLabel="adenoVsquamous") hyperparameters(xlist)