Mark Keller
Mark Keller
**User story** In some cases in the past we have hard-coded info in `factors` that is redundant with `cell-sets` (e.g. the values for the `cluster` and `subcluster` factors in the...
**Preferred solution** Follow the [Use Binary Data](https://deck.gl/docs/developer-guide/performance#use-binary-data) section in DeckGL's Performance Optimization guide. Also see examples in [polyphony-vis](https://github.com/scPolyphony/polyphony-vis/blob/main/src/view-types/comparison/QRComparisonScatterplot.js#L295) where this is being done already for plugin views.  I cannot coordinate the two images along...
**User story** https://github.com/jmuhlich/auto-minerva/blob/main/story.py https://jmuhlich.github.io/minerva-hybrid-render-test/ Related to https://github.com/vitessce/vitessce/issues/701 and possibly #1468 **Preferred solution** **Possible alternatives**
**User story** User is panning and zooming on slow internet connection. It is unclear when the highest level (with respect to the current zoom level) of the image pyramid has...
**User story** User has segmentations for glomeruli and other structures which each have their own quantification matrix. **Preferred solution** Enable multiple matrices to be visualized on the same heatmap, with...
Use the simpler list component to select channels. Helpful with IMS images which contain many channels. (related to work by @NHPatterson)