Skip to contents

Plot log2 fold change distributions

Usage

plotLfc(object, ...)

# S4 method for DESeqAnalysis
plotLfc(object)

Arguments

object

Object.

...

Additional arguments.

Value

ggplot.

Note

Updated 2022-05-17.

Plot the log2 fold change distributions for all contrasts in the analysis.

Examples

data(deseq)

## DESeqAnalysis ====
object <- deseq
lfcThreshold(object) <- 0.5
plotLfc(object)