single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

[r] Add `axis` checks when initializing a sparse blockwise read #3007

Closed mojaveazure closed 1 month ago

mojaveazure commented 1 month ago

Add checks to ensure that axis is a valid axis when initializing a sparse blockwise read

Modified SOMA methods:

SC-55366