You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for this amazing package!
The current implementation of the get.exp.stat function can be inefficient when dealing with sparse matrices (dgCMatrix). Specifically, the line:
Hello,
Thank you for this amazing package!
The current implementation of the
get.exp.stat
function can be inefficient when dealing with sparse matrices (dgCMatrix
). Specifically, the line:BayesPrism/BayesPrism/R/process_input.R
Line 185 in eeb6a9c
If modified to the following code, it can avoid converting the dgCMatrix to a dense matrix when the input is a dgCMatrix:
Thank you for considering this suggestion.
The text was updated successfully, but these errors were encountered: