Skip to content

Commit

Permalink
Merge pull request #193 from zhanghao-njmu/develop
Browse files Browse the repository at this point in the history
fix a bug in RunNMF function
  • Loading branch information
zhanghao-njmu authored Oct 26, 2023
2 parents 28240c8 + cf568d2 commit 6616ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/Seurat-function.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RunNMF.default <- function(object, assay = NULL, slot = "data", nbes = 50,
check_R("zdebruine/RcppML")
options("RcppML.verbose" = FALSE)
options("RcppML.threads" = 0)
attachNamespace("Matrix")
nmf.results <- RcppML::nmf(
t(object),
k = nbes, tol = tol, maxit = maxit,
Expand Down

0 comments on commit 6616ecb

Please sign in to comment.