plotVolcano-GreatJob-method | R Documentation |
Make volcano plot
## S4 method for signature 'GreatJob'
plotVolcano(object, ontology, min_region_hits = 5,
x_values = c("fold_enrichment", "z-score"),
y_values = c("p_value", "p_adjust"),
main = NULL)
object |
A |
ontology |
A single ontology names. Valid values are in |
min_region_hits |
Minimal number of input regions overlapping to the geneset associated regions. |
x_values |
Which values for the x-axis. |
y_values |
Which values for the y-axis. |
main |
Title of the plot. |
Since the enrichment is an over-representation test, it is only the half volcano.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.