View source: R/staticGeneLevelPlots.R
sigGeneBarchart | R Documentation |
Barchart of significantly regulated genes
sigGeneBarchart(
edgeResult,
logy = FALSE,
scales = list(x = list(rot = 45), y = list(alternating = 1, tck = c(1, 0))),
stack = FALSE,
ylab = "Significant DEGs",
col = c(positive = "orange", negative = "lightblue"),
auto.key = list(columns = 2),
...
)
edgeResult |
An EdgeResult object |
logy |
Logical, whether y-axis should be log-10 transformed |
scales |
passed to |
stack |
passed to |
ylab |
passed to |
col |
passed to |
auto.key |
passed to |
... |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.