Tags: single-cell-data/SOMA
Tags
Update docstrings for new-shape feature (#250) * Update docstrings for new-shape feature * Apply suggestions from code review Co-authored-by: nguyenv <[email protected]> * Undo previous, since it does not work on Python 3.9 --------- Co-authored-by: nguyenv <[email protected]>
Update the MultiscaleImage API (#238) * Directly take the `CoordinateSpace` as a creation parameter. * Remove confusing `image_type` property/creation parameter. Use `data_axis_order` instead which uses the axis names the user provided. * Create the first resolution level when creating the `MultiscaleImage`. * Require the `add_new_level` to only add images smaller than the base (level=0) image. * Add a `set` method for adding images that exist outside of SOMA. * Add a property to check the number of channels in the image. * Remove `ImageProperties` class.
rm py3.9 `__subclasscheck__` workaround (#240) It seems to be causing issues in TileDB-SOMA CI (single-cell-data/TileDB-SOMA#3246), and it doesn't seem to be necessary for any tests.
Add spatial presence matrices (#221) This adds dataframes for creating a join table between the scenes and observations/variables. New methods are added to the `ExperimentAxisQuery` class for getting a Arrow array of scene names that relate to the obs or var in the query. --------- Co-authored-by: Aaron Wolen <[email protected]>
PreviousNext