powered by
Computes the optimal effect size estimate and credible intervals if needed for a Bioconductor SummarizedExperiment object
PsiLFC.se(se, contrast, cre = FALSE)
Either a vector containing the estimates, or a data frame containing the credible interval as well
SummarizedExperiment object
Vector of length 3 (<name>,<A>,<B>)
Compute credible intervals as well? (can also be a vector of quantiles)
if (FALSE) { data(airway, package="airway") head(PsiLFC.se(airway,contrast=c("dex","untrt","trt"))) }
Run the code above in your browser using DataLab