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

[python] Make ExperimentAxisQuery.indexer public #90

Closed bkmartinjr closed 1 year ago

bkmartinjr commented 1 year ago

Fixes single-cell-data/TileDB-SOMA#768

The access to the query indexer public API was accidentally removed during the move of code into somacore. This PR adds the function back to the class as a property.