plotLfc | R Documentation |
Plot log2 fold change distributions
plotLfc(object, ...)
## S4 method for signature 'DESeqAnalysis'
plotLfc(object)
object |
Object. |
... |
Additional arguments. |
ggplot
.
Updated 2022-05-17.
Plot the log2 fold change distributions for all contrasts in the analysis.
data(deseq)
## DESeqAnalysis ====
object <- deseq
lfcThreshold(object) <- 0.5
plotLfc(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.