ESvolcanoplot | R Documentation |
Plot GSEA style enrichment score curve.
ESvolcanoplot(
TFEAresults,
xlab = "Enrichment Score",
ylab = "-log10(p value)",
TFnameToShow = 20,
significantCutoff = 0.05,
col = c("red", "blue", "gray"),
...
)
TFEAresults |
A TFEAresults object. Output of TFEA. |
xlab , ylab |
character string giving label for x-axis/y-axis. |
TFnameToShow |
Transcription factor names to be drawn. |
significantCutoff |
Cutoff value for significant. |
col |
Color sets for the points. |
... |
parameter passed to pdf. |
ggplot object.
res <- system.file("extdata", "res.rds", package="ATACseqTFEA")
res <- readRDS(res)
ESvolcanoplot(TFEAresults=res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.