Mark Keller

Results 215 comments of Mark Keller

Related to https://github.com/vitessce/vitessce/issues/656 and https://github.com/vitessce/vitessce/issues/135

## Proposal Goes along with #1128. ### Background / motivation Along with the `spatialRasterLayer` coordination type, we also currently have the two coordination types `spatialCellsLayer` and `spatialMoleculesLayer`. In #1209 I...

Relevant slides from my recent lab meeting presentation ![Lab meeting presentation 5_4_22](https://user-images.githubusercontent.com/7525285/170058928-12de402d-599f-430f-b131-2e239a3eda2c.png) ![Lab meeting presentation 5_4_22(1)](https://user-images.githubusercontent.com/7525285/170058931-c4aba7b4-af16-466f-8868-6fd17a6023fa.png) ![Lab meeting presentation 5_4_22(2)](https://user-images.githubusercontent.com/7525285/170058932-c4195740-c3cf-4cae-a067-254ed12c4b69.png) ![Lab meeting presentation 5_4_22(3)](https://user-images.githubusercontent.com/7525285/170058934-f9ed2f1d-6167-4782-bb93-8f49caec0192.png) ![Lab meeting presentation 5_4_22(4)](https://user-images.githubusercontent.com/7525285/170058936-5791dbad-18c8-494c-aed5-7ec2293d9b8c.png)

Related to #1089

Yes definitely would approve of this. If there is an easy way to do it via file:// URLs that would be nice but would also be open to filePath. I...

I previously thought about naming the object `entityTypes` but I think the more general `coordinationValues` name may be better, since we may need something like: ```js datasets: [ { uid:...

An alternative name which is shorter than `coordinationValues` is `match`, since it is kind of like pattern matching

For a more concrete example, the implicit schema does not generalize to per-spatialLayerType coordination mappings: See https://github.com/keller-mark/vitessce-fom-config-proposals/blob/496339ef7c91a0ee6fe271a2a7ec7fe3db7255c8/codeluppi.orig.json This is how it would look with the more explicit schema:

This is also related to https://github.com/vitessce/vitessce/issues/830

> So this issue is resolved by https://github.com/vitessce/vitessce/pull/1250? This PR is independent of #1250. > the above codeluppi example actually would not work unless you implemented a custom component for...