EmpiricalBayesPrior | R Documentation |
Computes the prior parameters (i.e. pseudocounts incremented by 1) for the log2 fold change distribution
EmpiricalBayesPrior(A, B, min.sd = 0)
A |
Vector of counts from condition A |
B |
Vector of counts from condition B |
min.sd |
minimal standard deviation of the prior |
A vector of length 2 containing the two parameters
PsiLFC
EmpiricalBayesPrior(rnorm(1000,200),rnorm(1000,100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.