ridgeplot2: ridgeplot for gsea enriched results (modified from...

View source: R/plotting_functions.R

ridgeplot2R Documentation

ridgeplot for gsea enriched results (modified from enrichplot::ridgeplot)

Description

ridgeplot for gsea enriched results (modified from enrichplot::ridgeplot)

Usage

ridgeplot2(
  x = NULL,
  showCategory = 30,
  fill = "p.adjust",
  core_enrichment = TRUE,
  label_format = 300,
  orderBy = "NES",
  decreasing = FALSE,
  terms = NULL
)

Arguments

x

gseaResults object

showCategory

top n most significant terms

fill

color to fill the density plot

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

orderBy

order the terms by

decreasing

logical

terms

term ID that of interest


goushixue/QRseq documentation built on July 9, 2023, 9:28 a.m.