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 34f6707 commit 5b3ae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/cepo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ hallmarkList <- getGeneSets(species = "Homo sapiens",
library = "H")
fgseaRes <- fgsea(pathways = hallmarkList,
stats = sort(ds_res_batches$average$stats[,"beta"]),
stats = sort(as.data.frame(ds_res_batches$average$stats)$beta),
minSize = 15,
maxSize = 500)
Expand Down

0 comments on commit 5b3ae84

Please sign in to comment.