Skip to content

Commit 4894e66

Browse files
committed
removed lower, upper variables from return in do_gsea_pod
1 parent a0e029b commit 4894e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/do_gsea_pod.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ do_gsea_pod <- function(bpn, species = "hsapiens", gmtfile = NULL,
7272
results <- fgsea::fgsea(pathways, ranked, minSize = minSize, maxSize = maxSize)
7373

7474
g <- GSEAResult(
75-
results, pathways, lower, upper, alpha, upreg, downreg, useFDR
75+
results, pathways, alpha, upreg, downreg, useFDR
7676
)
7777

7878
gsea(bpn) <- g

0 commit comments

Comments
 (0)