results | R Documentation |
Drop-in replacement for DESeq2's results function for simple settings involving a single variable. Appends the PsiLFC estimate.
results(object, contrast, cre = FALSE, ...)
object |
the DESeq2DataSet object |
contrast |
Vector of length 3, specifying the variable and the two levels to compute effect sizes for (<name>,<A>,<B>) |
cre |
Compute credible intervals as well? (can also be a vector of quantiles) |
... |
Handed over to DESeq2's results function |
Either a vector containing the estimates, or a data frame containing the credible interval as well
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.