summary: Summarize DESeq results

Description Usage Arguments Author(s) Examples

Description

Print a summary of the results from a DESeq analysis.

Usage

1
2
## S4 method for signature 'DESeqResults'
summary(object, alpha, ...)

Arguments

object

a DESeqResults object

alpha

the adjusted p-value cutoff. If not set, this defaults to the alpha argument which was used in results to set the target FDR for independent filtering, or if independent filtering was not performed, to 0.1.

...

additional arguments

Author(s)

Michael Love

Examples

1
2
3
4
dds <- makeExampleDESeqDataSet(m=4)
dds <- DESeq(dds)
res <- results(dds)
summary(res)

DESeq2 documentation built on Feb. 22, 2021, 10 a.m.