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

[python] Create Group base class for Collection #3023

Closed jp-dark closed 2 weeks ago

jp-dark commented 4 weeks ago

Refactor the python Collection class to inherit from a base Group class that the future MultiscaleImage class can also inherit from. This change is necessary because MultiscaleImage will be the first SOMA class that is a TileDB-Group, but not a full SOMA Collection.

[sc-55580]