DESeq2 (version 1.12.3)

DESeqResults-class: DESeqResults object and constructor

Description

This constructor function would not typically be used by "end users". This simple class extends the DataFrame class of the IRanges package to allow other packages to write methods for results objects from the DESeq2 package. It is used by results to wrap up the results table.

Usage

DESeqResults(DataFrame)

Arguments

DataFrame
a DataFrame of results, standard column names are: baseMean, log2FoldChange, lfcSE, stat, pvalue, padj.

Value

a DESeqResults object