Mark Keller

Results 215 comments of Mark Keller

Alternative: "Shadow highlight" - McDonald et al. 1990

Notes on apache arrow: How to set (inefficiently) a single string value to repeat for every row ```js export function repeatString(val, numRows) { return arrow.vectorFromArray( Array.from({ length: numRows }).fill(val), new...

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

- [x] Load results using a two-level hierarchy (Pattern/Motif -> Cell Type) in `additionalObsSets` - [ ] Create controller plugin view that supports changing query parameters dynamically - [ ]...

https://observablehq.com/@kylebarron/geoarrow-and-geoparquet-in-deck-gl https://github.com/visgl/deck.gl/issues/7498#issuecomment-1344866972

> No need to bump the version of NGFF spec. - @will-moore It is my understanding in https://github.com/ome/ngff/issues/83 that it is possible to version parts of the spec independently, which...

Fixed by https://github.com/vitessce/vitessce-python/issues/322