Visualize GSEA results.

VisGSEA(gsea.res, gs.id = NULL, ncol = 1, ...)

Arguments

gsea.res

GSEA results, should be gseaResult object.

gs.id

Gene set ID name used to create plot, can be single or multiple. Default: NULL.

ncol

The plot column when gs.id is larger than 1. Default: 1.

...

Parameters for gseaplot2.

Value

A ggplot2 or patchwork object.

Examples

# VisGSEA(gsea.res = gsea.results$gsea, gs.id = c("GOCC_CONTRACTILE_FIBER", "GOMF_SIGNALING_RECEPTOR_REGULATOR_ACTIVITY"))