Log2 fold change threshold
Usage
lfcThreshold(object, ...)
lfcThreshold(object, ...) <- value
# S4 method for DESeqAnalysis
lfcThreshold(object)
# S4 method for DESeqAnalysisList
lfcThreshold(object)
# S4 method for DESeqResults
lfcThreshold(object)
# S4 method for DESeqResultsList
lfcThreshold(object)
# S4 method for DESeqAnalysis,numeric
lfcThreshold(object) <- value
# S4 method for DESeqAnalysis,`NULL`
lfcThreshold(object) <- value
# S4 method for DESeqAnalysisList,numeric
lfcThreshold(object) <- value
# S4 method for DESeqAnalysisList,`NULL`
lfcThreshold(object) <- value
# S4 method for DESeqResults,numeric
lfcThreshold(object) <- value
# S4 method for DESeqResultsList,numeric
lfcThreshold(object) <- value
Examples
data(deseq)
## DESeqAnalysis ====
lfcThreshold(deseq) <- 0.2
lfcThreshold(deseq)
#> [1] 0.2