Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/zhanghao-njmu/SCP into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
zhanghao-njmu committed Sep 13, 2023
2 parents fa5dec2 + 1f0f44a commit 527ab00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/SCP-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -12715,6 +12715,7 @@ EnrichmentPlot <- function(srt, db = "GO_BP", group_by = NULL, test.use = "wilco

metric <- ifelse(is.null(padjustCutoff), "pvalue", "p.adjust")
if (length(id_use) > 0) {
metric <- ifelse(is.null(padjustCutoff), "pvalue", "p.adjust")
pvalueCutoff <- Inf
padjustCutoff <- Inf
compare_only_sig <- FALSE
Expand Down

0 comments on commit 527ab00

Please sign in to comment.