Skip to content

Commit

Permalink
Update stemcellindex.R
Browse files Browse the repository at this point in the history
Remove progress bar
  • Loading branch information
gnvalbuena authored Jun 26, 2024
1 parent 8315091 commit d6389b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/stemcellindex.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ stemcellindex <- function(gextable, organism, geneid, kcdf = "Gaussian"){
maxDiff=TRUE)

scorestable <- as.data.frame(t(GSVA::gsva(paramObject,
verbose = FALSE,
BPPARAM = BiocParallel::SerialParam(progressbar = TRUE))))
verbose = FALSE)))

scorestable$stemcellindex <- scorestable$RSC - scorestable$CBC

Expand Down

0 comments on commit d6389b9

Please sign in to comment.