DESeq (version 1.24.0)

summary: Summarize DESeq results

Description

Print a summary of the results from a DESeq analysis.

Usage

## S3 method for class 'DESeqResults':
summary(object, alpha, \dots)

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