Skip to content

Commit

Permalink
Merge pull request #212 from rcastelo/209-error-when-using-data-input…
Browse files Browse the repository at this point in the history
…-from-workspace-in-shiny-app

209 error when using data input from workspace in shiny app
  • Loading branch information
axelklenk authored Oct 24, 2024
2 parents 2351106 + a2bf387 commit 1bd6121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zscore.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ zscore <- function(X, geneSets, verbose=TRUE,
total=length(geneSets))
es <- lapply(geneSets, function(gSetIdx, verbose, idpb) {
if (verbose)
cli_progress_update(idpb)
cli_progress_update(id=idpb)
colSums(Z[gSetIdx, , drop=FALSE]) / sqrt(length(gSetIdx))
}, verbose, idpb)
if (verbose)
Expand Down

0 comments on commit 1bd6121

Please sign in to comment.