prot.plot_enrichment: Plot pathway enrichment

prot.plot_enrichmentR Documentation

Plot pathway enrichment

Description

Plots the enrichment of pathways in a given dataset.

Usage

prot.plot_enrichment(
  enrichset,
  title = "Differentially enriched pathways",
  subtitle = "",
  plot = TRUE,
  export = FALSE,
  kegg = TRUE
)

Arguments

enrichset

A data frame containing the enrichment results.

title

The title of the plot.

subtitle

The subtitle of the plot.

plot

Logical; whether to return the plot or not.

export

Logical; whether to export the plot as PDF an PNG files

kegg

Logical; whether the enrichment results are from KEGG or not.

Value

A ggplot object.

See Also

pathway_enrich


NicWir/VisomX documentation built on Dec. 8, 2024, 1:27 a.m.