Description Usage Arguments Details Value
Create a volcano plot for the DrSeq results, stratified by alternative transcriptional regulation (ATR) event types. A volcano plot is a scatter plot of tested units, where log2 fold change is in x-axis, and -log10(p.value) is in y-axis.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | volcano.plot(object, ...)
## S4 method for signature 'drseqResults'
volcano.plot(
object,
lfc.cutoff = c(-1, 1),
fdr.cutoff = 0.01,
x.limits = c(-15, 15),
y.limits = c(0, 50),
remove.portion.grey = 0,
remove.portion.color = 0,
colrs = setNames(surf.colors, surf.events)
)
## S4 method for signature 'surf'
volcano.plot(object, ...)
|
object |
a |
... |
various parameters. |
lfc.cutoff |
|
fdr.cutoff |
|
x.limits |
|
y.limits |
|
remove.portion.grey |
|
remove.portion.color |
|
colrs |
a |
By default, ATR type are colored with the Paired
palette.
a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.