Learn R Programming

DChIPRep (version 1.2.3)

resultsDChIPRep: Accessors and setter for the 'results' slot of a DChIPRepResults object.

Description

The slot contains the results of the position wise tests in a data.frame after runing the function runTesting. It is a modified output of the results function of the DESeq2 package.

Usage

"resultsDChIPRep"(object)
"resultsDChIPRep"(object) <- value

Arguments

object
a DChIPRepResults object
value
A DESeqDataSet object

Value

a data.frame containing the results of the position wise tests

Examples

Run this code
data(testData)
dcr <- DChIPRepResults(testData)
dcr <- runTesting(dcr)
head(resultsDChIPRep(dcr))

Run the code above in your browser using DataLab