Skip to contents

Log2 fold change threshold

Usage

lfcThreshold(object, ...)
lfcThreshold(object, ...) <- value

# S4 method for class 'DESeqAnalysis'
lfcThreshold(object)

# S4 method for class 'DESeqAnalysisList'
lfcThreshold(object)

# S4 method for class 'DESeqResults'
lfcThreshold(object)

# S4 method for class 'DESeqResultsList'
lfcThreshold(object)

# S4 method for class 'DESeqAnalysis,numeric'
lfcThreshold(object) <- value

# S4 method for class 'DESeqAnalysis,NULL'
lfcThreshold(object) <- value

# S4 method for class 'DESeqAnalysisList,numeric'
lfcThreshold(object) <- value

# S4 method for class 'DESeqAnalysisList,NULL'
lfcThreshold(object) <- value

# S4 method for class 'DESeqResults,numeric'
lfcThreshold(object) <- value

# S4 method for class 'DESeqResultsList,numeric'
lfcThreshold(object) <- value

Arguments

object

Object.

value

Value to assign.

...

Additional arguments.

Value

numeric(1).

Details

Assumes 0 by default if unset.

Note

Updated 2021-03-12.

Examples

data(deseq)

## DESeqAnalysis ====
lfcThreshold(deseq) <- 0.2
lfcThreshold(deseq)
#> [1] 0.2