Skip to content

Commit

Permalink
force a matrix to be passed to safeSubset
Browse files Browse the repository at this point in the history
related to d5ed45d
  • Loading branch information
rcorces committed Apr 15, 2022
1 parent d5ed45d commit 3663b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/BulkProjection.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ projectBulkATAC <- function(
# Create Bulk Matrix
##################################################
bulkMat <- .safeSubset(
mat = .getAssay(subATAC, "counts"),
mat = as.matrix(.getAssay(subATAC, "counts")),
subsetRows = paste0("f", seq_along(rDGR))
)
.logThis(bulkMat, "bulkATACMat", logFile = logFile)
Expand Down

0 comments on commit 3663b50

Please sign in to comment.