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 8b0f3b0 commit 0ad0075
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vignettes/cepo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,8 @@ 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(stats),
stats = sort(ds_res_batches[4]$average$stats[,"beta"]),
minSize = 15,
maxSize = 500)
Expand Down

0 comments on commit 0ad0075

Please sign in to comment.