Skip to content

Commit 0ad0075

Browse files
committed
bioc check
1 parent 8b0f3b0 commit 0ad0075

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vignettes/cepo.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,8 @@ library(fgsea)
290290
hallmarkList <- getGeneSets(species = "Homo sapiens",
291291
library = "H")
292292
293-
stats = as.data.frame(ds_res_batches$average$stats)$beta
294-
names(stats) = rownames(ds_res_batches$average$stats)
295293
fgseaRes <- fgsea(pathways = hallmarkList,
296-
stats = sort(stats),
294+
stats = sort(ds_res_batches[4]$average$stats[,"beta"]),
297295
minSize = 15,
298296
maxSize = 500)
299297

0 commit comments

Comments
 (0)