Skip to content

Commit

Permalink
edit in ruv
Browse files Browse the repository at this point in the history
  • Loading branch information
YingxinLin committed Feb 20, 2023
1 parent 02765b0 commit 682f68c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/scMerge2_utilis.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ pseudoRUVIII <- function(Y, Y_pseudo, M, ctl, k = NULL, eta = NULL,
if (normalised) {

ac <- alpha[, ctl, drop = FALSE]
adjusted_means <- colMeans(Y)
Y <- DelayedArray::DelayedArray(Y)
adjusted_means <- DelayedArray::colMeans(Y)




Expand Down

0 comments on commit 682f68c

Please sign in to comment.