resultsDiff | R Documentation |
Relative difference of results
resultsDiff(x, y, ...)
## S4 method for signature 'DESeqAnalysis,missingOrNULL'
resultsDiff(x, y = NULL, i, j, ...)
## S4 method for signature 'DESeqResults,DESeqResults'
resultsDiff(
x,
y,
col = c("log2FoldChange", "stat"),
deg = c("no", "intersect", "union"),
direction = c("both", "up", "down"),
alphaThreshold = NULL,
baseMeanThreshold = NULL,
lfcThreshold = NULL
)
x |
Object. |
y |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
j |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
... |
Additional arguments. |
col |
|
deg |
|
direction |
|
alphaThreshold |
|
baseMeanThreshold |
|
lfcThreshold |
|
Named numeric
.
Names correspond to the features (i.e. genes) analyzed.
resultsDiff(x = DESeqAnalysis, y = missingOrNULL)
: Passes arguments to DESeqResults
method.
Updated 2020-08-05.
data(deseq)
## DESeqAnalysis ====
diff <- resultsDiff(deseq, i = 1L, j = 2L)
head(diff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.