resultsDChIPRep {DChIPRep} | R Documentation |
DChIPRepResults
object.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.
## S4 method for signature 'DChIPRepResults' resultsDChIPRep(object) ## S4 replacement method for signature 'DChIPRepResults,list' resultsDChIPRep(object) <- value
object |
a |
value |
A DESeqDataSet object |
a data.frame containing the results of the position wise tests
data(testData) dcr <- DChIPRepResults(testData) dcr <- runTesting(dcr) head(resultsDChIPRep(dcr))