plotContrastScatter | R Documentation |
Plot scatterplot of differential expression contrast
plotContrastScatter(object, ...)
## S4 method for signature 'DESeqAnalysis'
plotContrastScatter(
object,
i,
direction = c("both", "up", "down"),
alphaThreshold = NULL,
baseMeanThreshold = NULL,
lfcThreshold = NULL,
pointColor = c(downregulated = AcidPlots::lightPalette[["purple"]], upregulated =
AcidPlots::lightPalette[["orange"]], nonsignificant =
AcidPlots::lightPalette[["gray"]]),
pointSize = 2L,
pointAlpha = 0.8,
trans = c("log2", "log10", "identity"),
limits = list(x = NULL, y = NULL),
labels = list(title = TRUE, subtitle = NULL, x = TRUE, y = TRUE)
)
object |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
direction |
|
alphaThreshold |
|
baseMeanThreshold |
|
lfcThreshold |
|
pointColor |
|
pointSize |
|
pointAlpha |
|
trans |
For more information: help(topic = "scale_x_continuous", package = "ggplot2") |
limits |
|
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-04-15.
https://doi.org/10.1084/jem.20200829
data(deseq)
## DESeqAnalysis ====
plotContrastScatter(deseq, i = 1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.