Skip to content

Commit

Permalink
fix example ModulePlot
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Nov 13, 2024
1 parent ddde07c commit 4b0598c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ ModulePlot <- function(x_var, module, object, color) {
#' Term = c("Term1", "Term2", "Term3"),
#' Adjusted.P.value = c(0.01, 0.02, 0.03),
#' Overlap = c("5/100", "10/200", "15/300")
#' )
#' enrichr_data <- list("GO_Biological_Process_2021" = enrichr_data_go)
#' writexl::write_xlsx(enrichr_data, "./enrichr_test.xlsx")
#' plotEnrichr(filename = "test", sheet = "GO_Biological_Process_2021", width = 10, height = 5, dir_output = ".")
Expand Down

0 comments on commit 4b0598c

Please sign in to comment.