View source: R/results_apeglm.R
results_apeglm | R Documentation |
Run all results from a DESeq analysis using apeglm shrinkage
results_apeglm(
object,
biomart,
alpha = 0.05,
subset,
add_columns,
trt,
simplify = TRUE,
...
)
object |
a DESeqDataSet |
biomart |
annotations from |
alpha |
the significance cutoff for the adjusted p-value cutoff (FDR) |
subset |
sorted index to subset all pairwise comparisons, see check_contrasts for possible contrasts |
add_columns |
a vector of biomart columns to add to result table, default gene_name, biotype, chromosome, description and human_homolog if present |
trt |
Compare groups within trt group, default is first term in the design formula |
simplify |
return a tibble if only 1 contrast present |
... |
additional options passed to |
A list of tibbles for each contrast
Chris Stubben
## Not run:
library(hciRdata)
res <- results_apeglm(pasilla$dds, fly98)
res
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.