single-cell-data / SOMA

A flexible and extensible API for annotated 2D matrix data stored in multiple underlying formats.
MIT License
70 stars 9 forks source link

Create `add` method for base Collection type #88

Closed thetorpedodog closed 1 year ago

thetorpedodog commented 1 year ago

Also pulls the set method for Collections from TileDB-SOMA, allowing a user to decide whether a collection entry should be stored with an absolute or relative URI.

This is the first step in reworking the SOMA object creation and opening protocols with the eventual goal that (unless the user does something weird) user code should only ever have to deal with fully-set-up SOMA objects and collections.


My biggest question here is: Does it make sense to import the set method from tiledbsoma?