Drop-in replacement for DESeq2's results function for simple settings involving a single variable. Appends the PsiLFC estimate.
results(object, contrast, cre = FALSE, ...)Either a vector containing the estimates, or a data frame containing the credible interval as well
the DESeq2DataSet object
Vector of length 3, specifying the variable and the two levels to compute effect sizes for (<name>,<A>,<B>)
Compute credible intervals as well? (can also be a vector of quantiles)
Handed over to DESeq2's results function