Open
Description
User question:
- Is it possible to overlay points on top of an image programmatically? If so, can we manage multiple layers of points that can be toggled on and off? These points might correspond to cluster IDs.
Vitessce can be configured programatically, although using a different API compared to Napari.
While all of the visual properties like colors can be modified, it is currently difficult to modify the datasets part of the config programmatically.
We should explore supporting a more Napari-like imperative API. This could sit on top of the declarative API, for example.
This would also fit nicely with a more core integration of data structures like AnnData/MuData/SpatialData in Vitessce (JS)