bayes | R Documentation |
The bayes
is function to run Bayesian differential analysis for a single study.
bayes(pData, seed = 12345)
pData: |
a matrix consist of two columns where first being the p-values and second being the log fold changes. |
seed: |
seed number. |
an MCMC output matrix of signed DE indicator (input for congruence analysis)
## Not run:
data(hb)
summaryDE = indDE(data=data,group=as.factor(group),data.type="microarray",
case.label="2", ctrl.label="1")
hb_pData = summaryDE[,c(3,1)]
hb_MCMCout = bayes(hb_pData, seed=12345)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.