view = {
const store = new storage.ReferenceStore("https://storage.googleapis.com/vitessce-demo-data/habib-2017/habib17.reference.json");
const arr = await zarr.open(store, { kind: "array" });
const channelIndex = ["red", "green", "blue"].indexOf(radios);
const view = await zarr.get(arr, [null, null, channelIndex]);
return view;
}