Skip to content

Commit

Permalink
make resulting ES matrices always dense
Browse files Browse the repository at this point in the history
  • Loading branch information
axelklenk committed Feb 23, 2024
1 parent 896a63e commit f19f983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gsvaNewAPI.R
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ setMethod("wrapData", signature("matrix", "matrix"),

setMethod("wrapData", signature("matrix", "dgCMatrix"),
function(dataMatrix, container) {
return(.matrix2dgCMatrix(dataMatrix))
return(dataMatrix)
})

setMethod("wrapData", signature("matrix", "ExpressionSet"),
Expand Down

0 comments on commit f19f983

Please sign in to comment.