Skip to content

Commit

Permalink
using reference matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidouBA committed Dec 6, 2023
1 parent 32f7d08 commit 1cf760d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DICEPRO.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ DICEPRO <- function(reference, bulk, nIteration = 50, methodDeconv = "CSx", metr
}

if (is.null(opt)) {
k_CT <- ncol(W_init)
k_CT <- ncol(W)

W_init <- as.matrix(cbind.data.frame(W, unk = 0))
H_init <- as.matrix(cbind.data.frame(out_Dec, unk = 0.5))
Expand Down

0 comments on commit 1cf760d

Please sign in to comment.