You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
User question:
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)
The text was updated successfully, but these errors were encountered: