ridgeplot.DIY | R Documentation |
plot ridge graph
ridgeplot.DIY(
x,
showCategory = targetTFindex,
fill = "p.adjust",
core_enrichment = TRUE,
orderBy = "NES",
decreasing = FALSE
)
x |
gseaResult object |
showCategory |
number of categories for plotting |
fill |
one of "pvalue", "p.adjust", "qvalue" |
core_enrichment |
whether only using core_enriched genes |
orderBy |
The order of the Y-axis, default is NES, other colnames is ok, eg: "ID", "Description", "setSize", "enrichmentScore", "p.adjust". |
decreasing |
logical. Should the orderBy order be increasing or decreasing? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.