We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e029b commit 4894e66Copy full SHA for 4894e66
1 file changed
R/do_gsea_pod.R
@@ -72,7 +72,7 @@ do_gsea_pod <- function(bpn, species = "hsapiens", gmtfile = NULL,
72
results <- fgsea::fgsea(pathways, ranked, minSize = minSize, maxSize = maxSize)
73
74
g <- GSEAResult(
75
- results, pathways, lower, upper, alpha, upreg, downreg, useFDR
+ results, pathways, alpha, upreg, downreg, useFDR
76
)
77
78
gsea(bpn) <- g
0 commit comments