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