calcBayesCI(QSarray,low=0.025,up=1-low,addVIF=!is.null(QSarray$vif))
QSarray
object, as generated by either makeComparison or aggregateGeneSet2 x numPathways(QSarray)
) containing the lower and upper bounds of the confidence intervals for each pathway in QSarray
.
QSarray
. By default, a 95% CI is calculated, with the lower and upper bounds at 0.025%
and 0.975%
, respectively. This function is used in plotCIs to plot the confidence intervals of each pathway.