Arguments
gg.fit
GaGa or MiGaGa fit (object of type gagafit
, as returned by fitGG
).
x
ExpressionSet
, exprSet
, data frame or matrix
containing the gene expression measurements used to fit the model.
groups
If x
is of type ExpressionSet
or
exprSet
, groups
should be the name of the column
in pData(x)
with the groups that one wishes to compare. If
x
is a matrix or a data frame, groups
should be a
vector indicating to which group each column in x
corresponds to.
prgroups
Vector specifying prior probabilities for each
group. Defaults to equally probable groups.
v0thre
Only genes with posterior probability of being equally
expressed below v0thre
are used.
ngene
Number of genes to use to build the classifier. Genes
with smaller probability of being equally expressed are selected
first.
B
Number of Monte Carlo samples to be used.