deseq2_lrt | R Documentation |
Apply DESeq2's DESeq
, results
,and lfcShrink
to one or more contrasts, and return a data.frame
deseq2_lrt(
dds,
grp = NULL,
reduced = design(dds)[, 1],
prefix = "Group",
add.means = !is.null(grp),
cols = c("stat", "pvalue", "padj"),
ncore = 1
)
dds |
DESeqDataSet object. |
grp |
Vector of sample groups. These must be valid variable names in R and the same length as
|
reduced |
model matrix of the reduced model |
prefix |
the prefix for the test result columns |
add.means |
Logical indicating if (unweighted) group means per row should be added to the output. |
cols |
Columns of |
ncore |
Number of cores to use. |
grp
isn't needed if add.means
is FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.