DESeq2 (version 1.12.3)

summary: Summarize DESeq results

Description

Print a summary of the results from a DESeq analysis.

Usage

"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.
...
additional arguments

Examples

Run this code

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

Run the code above in your browser using DataLab