plotLfc: Plot log2 fold change distributions

plotLfcR Documentation

Plot log2 fold change distributions

Description

Plot log2 fold change distributions

Usage

plotLfc(object, ...)

## S4 method for signature '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)

steinbaugh/DESeqAnalysis documentation built on April 1, 2024, 8:30 a.m.