Description Usage Arguments Details Value Examples
This function estimates probabilities of any one group being upregulated than other groups under null hypotheses.
1 | nullDistri(ppnull)
|
ppnull |
a list returned by |
The probability of one group being upregulated under null hypotheses is calculated by accumulating and normalizing genewise posterior probability of null hypotheses. The group with higher probability tends to get more False Positive MGs.
a numeric vector indicating probabilities of each group being upregulated than others under null hypotheses.
1 2 3 | data(RocheBT)
ppnull <- postProbNull(RocheBT$y, RocheBT$group, alpha='moderated')
pk <- nullDistri(ppnull)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.