Skip to content

Commit

Permalink
Fix bugs in EnrichmentPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghao-njmu committed Aug 29, 2023
1 parent 6b5a7ab commit a087c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/SCP-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -12675,7 +12675,8 @@ EnrichmentPlot <- function(srt, db = "GO_BP", group_by = NULL, group_use = NULL,
set.seed(seed)
plot_type <- match.arg(plot_type)
word_type <- match.arg(word_type)
enrichmap_mark <- match.arg(word_type)
enrichmap_label <- match.arg(enrichmap_label)
enrichmap_mark <- match.arg(enrichmap_mark)

if (is.null(res)) {
if (is.null(group_by)) {
Expand Down

0 comments on commit a087c8f

Please sign in to comment.