patternDistri {OVESEG} | R Documentation |
This function estimates probabilities of all kinds of upregulation patterns among subtypes.
patternDistri(ppnull)
ppnull |
a list returned by |
The probability of each upregulation pattern is calculated by accumulating and normalizing genewise posterior probability of null hypotheses and of alternative hypotheses.
a data frame object containing all possible upregulation patterns and corresponding probabilities.
data(RocheBT) ppnull <- postProbNull(RocheBT$y, RocheBT$group, alpha='moderated') pd<- patternDistri(ppnull)