lfcThreshold | R Documentation |
Log2 fold change threshold
lfcThreshold(object, ...)
lfcThreshold(object, ...) <- value
## S4 method for signature 'DESeqAnalysis'
lfcThreshold(object)
## S4 method for signature 'DESeqAnalysisList'
lfcThreshold(object)
## S4 method for signature 'DESeqResults'
lfcThreshold(object)
## S4 method for signature 'DESeqResultsList'
lfcThreshold(object)
## S4 replacement method for signature 'DESeqAnalysis,numeric'
lfcThreshold(object) <- value
## S4 replacement method for signature 'DESeqAnalysis,'NULL''
lfcThreshold(object) <- value
## S4 replacement method for signature 'DESeqAnalysisList,numeric'
lfcThreshold(object) <- value
## S4 replacement method for signature 'DESeqAnalysisList,'NULL''
lfcThreshold(object) <- value
## S4 replacement method for signature 'DESeqResults,numeric'
lfcThreshold(object) <- value
## S4 replacement method for signature 'DESeqResultsList,numeric'
lfcThreshold(object) <- value
object |
Object. |
value |
Value to assign. |
... |
Additional arguments. |
Assumes 0
by default if unset.
numeric(1)
.
Updated 2021-03-12.
data(deseq)
## DESeqAnalysis ====
lfcThreshold(deseq) <- 0.2
lfcThreshold(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.