results2 | R Documentation |
Extract and annotate a single contrast. See results_all
to annotate all contrasts.
results2(dds, biomart, exp, ref, trt = "trt", alpha = 0.05, lfcShrink = TRUE)
dds |
a DESeqDataSet |
biomart |
annotations from |
exp |
name of experimental trt group in the numerator |
ref |
name of reference trt group in the denominator |
trt |
treatment group in the design formula |
alpha |
the significance cutoff for the adjusted p-value cutoff (FDR) |
lfcShrink |
shrink fold changes using |
A tibble
Chris Stubben
## Not run:
library(hciRdata)
res <- results2(pasilla$dds, fly98, "treated", "untreated", trt="condition")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.