Description Usage Arguments Details Value Examples
This function estimates probabilities of all kinds of upregulation patterns among subtypes.
1  | 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.
1 2 3  | data(RocheBT)
ppnull <- postProbNull(RocheBT$y, RocheBT$group, alpha='moderated')
pd<- patternDistri(ppnull)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.