Skip to content

Commit

Permalink
Update vg.R
Browse files Browse the repository at this point in the history
added explicit call for scaled_data to compute_vg_stats
  • Loading branch information
cvanvelt authored Jan 8, 2025
1 parent 2eba29d commit 8677c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vg.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ find_vg <- function(dat,
#'
compute_vg_stats <- function(dat,
verbose = FALSE) {

scaled_data = dat
if(verbose) { cat("Computing scaled means\n") }
means <- gene_means(scaled_data)

Expand Down

0 comments on commit 8677c5c

Please sign in to comment.