Description Usage Arguments Value Examples
The slot contains the results of the FDR estimation as performed within the
function runTesting
. It is the complete output of the
fdrtool
function.
1 2 3 4 5 | ## S4 method for signature 'DChIPRepResults'
FDRresults(object)
## S4 replacement method for signature 'DChIPRepResults,list'
FDRresults(object) <- value
|
object |
a |
value |
A DESeqDataSet object |
a list containing the estimated false discovery rates
1 2 3 4 | data(testData)
dcr <- DChIPRepResults(testData)
dcr <- runTesting(dcr)
str(FDRresults(dcr))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.