postprob {EBarrays} | R Documentation |
Takes the output from emfit and calculates the posterior probability of each of the hypotheses, for each gene.
postprob(fit, data, ...)
fit |
output from emfit |
data |
a nunmeric matrix or an object of class "exprSet"
or "ExpressionSet"
containing the data, typically the same one used in the emfit
fit supplied below.
|
... |
other arguments, ignored |
An object of class ``ebarraysPostProb'', which is essentially a matrix
of probabilities with number of rows given by the number of genes in
data
and as many columns as the number of hypotheses for the
fit. It additionally contains a slot `hypotheses' containing
these hypotheses.
Christina Kendziorski, Michael Newton and Deepayan Sarkar