Description Usage Arguments Value Author(s) Examples
ridgeline plot for GSEA result
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24  | ridgeplot(
  x,
  showCategory = 30,
  fill = "p.adjust",
  core_enrichment = TRUE,
  label_format = 30
)
## S4 method for signature 'gseaResult'
ridgeplot(
  x,
  showCategory = 30,
  fill = "p.adjust",
  core_enrichment = TRUE,
  label_format = 30
)
ridgeplot.gseaResult(
  x,
  showCategory = 30,
  fill = "p.adjust",
  core_enrichment = TRUE,
  label_format = 30
)
 | 
x | 
 gseaResult object  | 
showCategory | 
 number of categories for plotting  | 
fill | 
 one of "pvalue", "p.adjust", "qvalue"  | 
core_enrichment | 
 whether only using core_enriched genes  | 
label_format | 
 a numeric value sets wrap length, alternatively a custom function to format axis labels. by default wraps names longer that 30 characters  | 
ggplot object
Guangchuang Yu
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.