Alpha threshold
Usage
alphaThreshold(object, ...)
alphaThreshold(object, ...) <- value
# S4 method for DESeqAnalysis
alphaThreshold(object)
# S4 method for DESeqAnalysisList
alphaThreshold(object)
# S4 method for DESeqResults
alphaThreshold(object)
# S4 method for DESeqResultsList
alphaThreshold(object)
# S4 method for DESeqAnalysis,numeric
alphaThreshold(object) <- value
# S4 method for DESeqAnalysis,`NULL`
alphaThreshold(object) <- value
# S4 method for DESeqAnalysisList,numeric
alphaThreshold(object) <- value
# S4 method for DESeqAnalysisList,`NULL`
alphaThreshold(object) <- value
# S4 method for DESeqResults,numeric
alphaThreshold(object) <- value
# S4 method for DESeqResultsList,numeric
alphaThreshold(object) <- value
# S4 method for DESeqResultsList,`NULL`
alphaThreshold(object) <- value
Examples
data(deseq)
## DESeqAnalysis ====
object <- deseq
alphaThreshold(object) <- 0.05
alphaThreshold(object)
#> [1] 0.05