Learn R Programming

DChIPRep (version 1.2.3)

DESeq2Data: Accessors for the 'DESeq2Data' slot of a DChIPRepResults object.

Description

The slot contains the DESeqDataSet as it is obtained after the initial data import. The DESeqDataSet contains the counts per position and the normalization factors as computed using the input counts.

Usage

"DESeq2Data"(object)
"DESeq2Data"(object) <- value

Arguments

object
a DChIPRepResults object
value
A DESeqDataSet object

Value

the DESeq2Data object contained in the DChIPRepResults object

Examples

Run this code
data(testData)
dcr <- DChIPRepResults(testData)
DESeq2Data(dcr)

Run the code above in your browser using DataLab