Description Usage Arguments Value Examples
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.
1 2 3 4 5 | ## 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
1 2 3 4 | data(testData)
dcr <- DChIPRepResults(testData)
dcr <- runTesting(dcr)
head(resultsDChIPRep(dcr))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.