vitessce
Version:
Vitessce app and React component library
55 lines (52 loc) • 1.01 kB
JavaScript
const blinName = 'Blin et al., PLoS Biol 2019';
const blinDescription = 'Mouse blastocysts imaged by confocal microscopy';
export const blin2019 = {
version: '1.0.6',
name: blinName,
description: blinDescription,
public: true,
datasets: [
{
uid: 'idr0062-blin-nuclearsegmentation/6001240',
name: 'idr0062-blin-nuclearsegmentation/6001240',
files: [
{
type: 'raster',
fileType: 'raster.ome-zarr',
url: 'https://minio-dev.openmicroscopy.org/idr/v0.3/idr0062-blin-nuclearsegmentation/6001240.zarr',
},
],
},
],
initStrategy: 'auto',
layout: [
{
component: 'spatial',
x: 0,
y: 0,
w: 8,
h: 12,
},
{
component: 'layerController',
x: 8,
y: 0,
w: 4,
h: 6,
},
{
component: 'description',
x: 8,
y: 6,
w: 4,
h: 3,
},
{
component: 'status',
x: 8,
y: 9,
w: 4,
h: 3,
},
],
};