PsiLFC.se | R Documentation |
Computes the optimal effect size estimate and credible intervals if needed for a Bioconductor SummarizedExperiment object
PsiLFC.se(se, contrast, cre = FALSE)
se |
SummarizedExperiment object |
contrast |
Vector of length 3 (<name>,<A>,<B>) |
cre |
Compute credible intervals as well? (can also be a vector of quantiles) |
Either a vector containing the estimates, or a data frame containing the credible interval as well
## Not run:
data(airway, package="airway")
head(PsiLFC.se(airway,contrast=c("dex","untrt","trt")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.