Dot plot with ORA results for multiple contrasts
wrapper_ora_dotplot_multiple.Rd
Dot plot with ORA results for multiple contrasts
Usage
wrapper_ora_dotplot_multiple(
x,
geneset_var = "GenesetID",
observed_prefix = "Observed",
adjp_prefix = "adj.P.Val",
sep = "_",
directions = c("both", "up", "down"),
title = "",
title_size = 10,
title_width = 100,
axis_text_y_size = 8,
axis_text_y_width = 80,
colors_point = NULL,
size_range = c(2, 10),
point_alpha = 0.8
)