Mark Keller

Results 215 comments of Mark Keller

Hi @lee-t thanks for the reminder about this first issue. As for the second issue, the support for a list of paths was not removed and should still work. Would...

Or this could just be defined in a separate Wrapper class like ```py AutoAnnDataWrapper(adata) ````

Or perhaps the AnnDataWrapper class should do this by default, or with an opt-in parameter like ```py AnnDataWrapper(adata, auto_init=True) ```

Once this is complete, we should also deploy an example and/or a tutorial.

Hi @NHPatterson - apologies for the delay. It is not a bug, when i added support for `image.ome-zarr` I did not initially implement a way to view multiple, with the...

See - https://uwdata.github.io/mosaic/api/core/connectors.html#wasmconnector - https://github.com/observablehq/stdlib/blob/main/src/duckdb.js - https://github.com/davidgasquez/awesome-duckdb

See https://github.com/duckdb/duckdb-wasm/issues/1146

Eventually, this could enable: - Delegate sorting and joining to DB - No more JS Map objects to translate between orderings of indices - Use multiple inserts to achieve #1328...

Questions - How to store cell set hierarchies in DB? Could require that each observation be a member of at most membership one tree node per hierarchy group? - At...