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
Using gChromVAR with a SummarizedExperiment that is backed by an HDF5Array (a DelayedArray implementation) can result in sending a DelayedMatrix object to some of the helper functions here (for example from here).
I believe it should be relatively straightforward to provide support for this, since it should be a matter of directing to use the DelayedMatrix implementations of colSums, rowSums in the helper_functions.R.
The text was updated successfully, but these errors were encountered:
mfansler
changed the title
Add support for DelayedArray
Add support for DelayedMatrixOct 17, 2024
Using
gChromVAR
with aSummarizedExperiment
that is backed by anHDF5Array
(aDelayedArray
implementation) can result in sending aDelayedMatrix
object to some of the helper functions here (for example from here).I believe it should be relatively straightforward to provide support for this, since it should be a matter of directing to use the
DelayedMatrix
implementations ofcolSums
,rowSums
in thehelper_functions.R
.The text was updated successfully, but these errors were encountered: