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
Say I rotated the image, resulting into ExtImage, and sometimes it can be quite large. The next time I don't want to read it back as ExtImage. Initially I thought I should get the same class I saved back, but this is not done in alabaster.matrix because all matrices are read as ReloadedMatrix which is based on DelayedArray. Would be cool to try something like TileDB which has sparse matrix support though, since subsetting HDF5Array is slow.
The text was updated successfully, but these errors were encountered:
Say I rotated the image, resulting into ExtImage, and sometimes it can be quite large. The next time I don't want to read it back as ExtImage. Initially I thought I should get the same class I saved back, but this is not done in
alabaster.matrix
because all matrices are read asReloadedMatrix
which is based onDelayedArray
. Would be cool to try something likeTileDB
which has sparse matrix support though, since subsettingHDF5Array
is slow.The text was updated successfully, but these errors were encountered: