FDRresults {DChIPRep} | R Documentation |
DChIPRepResults
object.The slot contains the results of the FDR estimation as performed within the
function runTesting
. It is the complete output of the
fdrtool
function.
## 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
data(testData) dcr <- DChIPRepResults(testData) dcr <- runTesting(dcr) str(FDRresults(dcr))