volcanoPlot | R Documentation |
Volcano plot
volcanoPlot(object, ...)
## S4 method for signature 'EdgeResult'
volcanoPlot(
object,
contrast = NULL,
freeRelation = FALSE,
colramp = ribiosPlot::heat,
multipage = FALSE,
yValue = c("PValue", "FDR"),
xlim = NULL,
ylim = NULL,
main = NULL,
topLabel = NULL,
labelType = NULL,
...
)
object |
An object |
... |
Other parameters |
contrast |
Character, contrast of interest. If |
freeRelation |
Logical. |
colramp |
Function, color palette. |
multipage |
Logical. |
yValue |
Character string, either |
xlim |
NULL or a numeric vector of two |
ylim |
NULL or a numeric vector of two. |
main |
Character, title. |
topLabel |
NULL or an integer number, number of top features to be labelled |
labelType |
NULL or a character string, a column name in the feature annotation |
volcanoPlot(EdgeResult)
: Method for EdgeResult
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.