Skip to content

Commit

Permalink
bioc check
Browse files Browse the repository at this point in the history
  • Loading branch information
HaniJieunKim committed Jun 24, 2024
1 parent 5b3ae84 commit 8b0f3b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/cepo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,10 @@ library(fgsea)
hallmarkList <- getGeneSets(species = "Homo sapiens",
library = "H")
stats = as.data.frame(ds_res_batches$average$stats)$beta
names(stats) = rownames(ds_res_batches$average$stats)
fgseaRes <- fgsea(pathways = hallmarkList,
stats = sort(as.data.frame(ds_res_batches$average$stats)$beta),
stats = sort(stats),
minSize = 15,
maxSize = 500)
Expand Down

0 comments on commit 8b0f3b0

Please sign in to comment.