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] [WIP] Add support for reading v5 assays from an axis query #3008

Open mojaveazure opened 1 month ago

mojaveazure commented 1 month ago

Seurat v5 adds support for ragged arrays, where not every X layer has exactly the same cells and features. To handle this, ragged X layers need to be re-indexed and re-shaped on ingestion to resize down to only the data present

Modified SOMA methods:

New SOMA methods:

Requires #2523 and #3007

SC-52261