@vitessce/all 3.4.12 → 3.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{deflate-efd5356d.js → deflate-e067243e.js} +1 -1
- package/dist/{higlass-32a71267.js → higlass-c8e1f55e.js} +1 -1
- package/dist/{index-1eed7926.js → index-2a3ac5b2.js} +2 -2
- package/dist/{index-8ed3997f.js → index-5123f7f4.js} +18772 -3186
- package/dist/index.js +1 -1
- package/dist/{jpeg-e383d75a.js → jpeg-3ab1634d.js} +1 -1
- package/dist/{lerc-e0ea6e91.js → lerc-cf7b320e.js} +1 -1
- package/dist/{lzw-9502d20a.js → lzw-e9c46047.js} +1 -1
- package/dist/{packbits-b61051af.js → packbits-92bb11bc.js} +1 -1
- package/dist/{raw-54997420.js → raw-cf03ea65.js} +1 -1
- package/dist/{troika-three-text.esm-315428f3.js → troika-three-text.esm-6964fb1f.js} +1 -1
- package/dist/{webimage-e4eb8c23.js → webimage-439190b4.js} +1 -1
- package/dist-tsc/base-plugins.d.ts +28 -61
- package/dist-tsc/base-plugins.d.ts.map +1 -1
- package/dist-tsc/base-plugins.js +2 -2
- package/dist-tsc/joint-file-types.d.ts.map +1 -1
- package/dist-tsc/joint-file-types.js +21 -3
- package/package.json +24 -24
- package/src/base-plugins.ts +2 -2
- package/src/joint-file-types.ts +21 -3
package/dist/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { b4, b2, b0, b3, b1, a$, b5 } from "./index-
|
1
|
+
import { b4, b2, b0, b3, b1, a$, b5 } from "./index-5123f7f4.js";
|
2
2
|
import { useComplexCoordination, useComplexCoordinationSecondary, useCoordination, useCoordinationScopes, useCoordinationScopesBy, useGridItemSize, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull } from "@vitessce/vit-s";
|
3
3
|
import "react";
|
4
4
|
import "react-dom";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
2
|
-
import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-
|
2
|
+
import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-5123f7f4.js";
|
3
3
|
import "react";
|
4
4
|
import "@vitessce/vit-s";
|
5
5
|
import "react-dom";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { aB as UniformsUtils, aV as MeshDepthMaterial, aW as RGBADepthPacking, aX as MeshDistanceMaterial, aY as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, aZ as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, a_ as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-
|
1
|
+
import { aB as UniformsUtils, aV as MeshDepthMaterial, aW as RGBADepthPacking, aX as MeshDistanceMaterial, aY as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, aZ as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, a_ as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-5123f7f4.js";
|
2
2
|
import "react";
|
3
3
|
import "@vitessce/vit-s";
|
4
4
|
import "react-dom";
|
@@ -228,87 +228,59 @@ export declare const baseJointFileTypes: (PluginJointFileType<z.ZodObject<{
|
|
228
228
|
} | undefined;
|
229
229
|
}>> | PluginJointFileType<z.ZodObject<{
|
230
230
|
image: z.ZodOptional<z.ZodObject<{
|
231
|
-
coordinateTransformations: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
232
|
-
type: z.ZodLiteral<"identity">;
|
233
|
-
}, "strip", z.ZodTypeAny, {
|
234
|
-
type: "identity";
|
235
|
-
}, {
|
236
|
-
type: "identity";
|
237
|
-
}>, z.ZodObject<{
|
238
|
-
type: z.ZodLiteral<"translation">;
|
239
|
-
translation: z.ZodArray<z.ZodNumber, "many">;
|
240
|
-
}, "strip", z.ZodTypeAny, {
|
241
|
-
type: "translation";
|
242
|
-
translation: number[];
|
243
|
-
}, {
|
244
|
-
type: "translation";
|
245
|
-
translation: number[];
|
246
|
-
}>, z.ZodObject<{
|
247
|
-
type: z.ZodLiteral<"scale">;
|
248
|
-
scale: z.ZodArray<z.ZodNumber, "many">;
|
249
|
-
}, "strip", z.ZodTypeAny, {
|
250
|
-
type: "scale";
|
251
|
-
scale: number[];
|
252
|
-
}, {
|
253
|
-
type: "scale";
|
254
|
-
scale: number[];
|
255
|
-
}>]>, "many">>;
|
256
231
|
path: z.ZodString;
|
232
|
+
coordinateSystem: z.ZodOptional<z.ZodString>;
|
257
233
|
}, "strip", z.ZodTypeAny, {
|
258
234
|
path: string;
|
259
|
-
|
260
|
-
type: "identity";
|
261
|
-
} | {
|
262
|
-
type: "translation";
|
263
|
-
translation: number[];
|
264
|
-
} | {
|
265
|
-
type: "scale";
|
266
|
-
scale: number[];
|
267
|
-
})[] | undefined;
|
235
|
+
coordinateSystem?: string | undefined;
|
268
236
|
}, {
|
269
237
|
path: string;
|
270
|
-
|
271
|
-
type: "identity";
|
272
|
-
} | {
|
273
|
-
type: "translation";
|
274
|
-
translation: number[];
|
275
|
-
} | {
|
276
|
-
type: "scale";
|
277
|
-
scale: number[];
|
278
|
-
})[] | undefined;
|
238
|
+
coordinateSystem?: string | undefined;
|
279
239
|
}>>;
|
280
240
|
labels: z.ZodOptional<z.ZodObject<{
|
281
241
|
path: z.ZodString;
|
242
|
+
tablePath: z.ZodOptional<z.ZodString>;
|
243
|
+
coordinateSystem: z.ZodOptional<z.ZodString>;
|
282
244
|
}, "strip", z.ZodTypeAny, {
|
283
245
|
path: string;
|
246
|
+
tablePath?: string | undefined;
|
247
|
+
coordinateSystem?: string | undefined;
|
284
248
|
}, {
|
285
249
|
path: string;
|
250
|
+
tablePath?: string | undefined;
|
251
|
+
coordinateSystem?: string | undefined;
|
286
252
|
}>>;
|
287
253
|
obsFeatureMatrix: z.ZodOptional<z.ZodObject<{
|
288
254
|
path: z.ZodString;
|
289
255
|
featureFilterPath: z.ZodOptional<z.ZodString>;
|
290
256
|
initialFeatureFilterPath: z.ZodOptional<z.ZodString>;
|
291
257
|
region: z.ZodOptional<z.ZodString>;
|
258
|
+
coordinateSystem: z.ZodOptional<z.ZodString>;
|
292
259
|
}, "strip", z.ZodTypeAny, {
|
293
260
|
path: string;
|
294
261
|
featureFilterPath?: string | undefined;
|
295
262
|
initialFeatureFilterPath?: string | undefined;
|
296
263
|
region?: string | undefined;
|
264
|
+
coordinateSystem?: string | undefined;
|
297
265
|
}, {
|
298
266
|
path: string;
|
299
267
|
featureFilterPath?: string | undefined;
|
300
268
|
initialFeatureFilterPath?: string | undefined;
|
301
269
|
region?: string | undefined;
|
270
|
+
coordinateSystem?: string | undefined;
|
302
271
|
}>>;
|
303
272
|
obsSpots: z.ZodOptional<z.ZodObject<{
|
304
273
|
path: z.ZodString;
|
305
274
|
tablePath: z.ZodOptional<z.ZodString>;
|
275
|
+
coordinateSystem: z.ZodOptional<z.ZodString>;
|
306
276
|
}, "strip", z.ZodTypeAny, {
|
307
277
|
path: string;
|
308
278
|
tablePath?: string | undefined;
|
279
|
+
coordinateSystem?: string | undefined;
|
309
280
|
}, {
|
310
281
|
path: string;
|
311
282
|
tablePath?: string | undefined;
|
283
|
+
coordinateSystem?: string | undefined;
|
312
284
|
}>>;
|
313
285
|
obsSets: z.ZodOptional<z.ZodObject<{
|
314
286
|
region: z.ZodOptional<z.ZodString>;
|
@@ -343,31 +315,28 @@ export declare const baseJointFileTypes: (PluginJointFileType<z.ZodObject<{
|
|
343
315
|
region?: string | undefined;
|
344
316
|
tablePath?: string | undefined;
|
345
317
|
}>>;
|
318
|
+
coordinateSystem: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
346
319
|
}, "strip", z.ZodTypeAny, {
|
347
320
|
image?: {
|
348
321
|
path: string;
|
349
|
-
|
350
|
-
type: "identity";
|
351
|
-
} | {
|
352
|
-
type: "translation";
|
353
|
-
translation: number[];
|
354
|
-
} | {
|
355
|
-
type: "scale";
|
356
|
-
scale: number[];
|
357
|
-
})[] | undefined;
|
322
|
+
coordinateSystem?: string | undefined;
|
358
323
|
} | undefined;
|
359
324
|
labels?: {
|
360
325
|
path: string;
|
326
|
+
tablePath?: string | undefined;
|
327
|
+
coordinateSystem?: string | undefined;
|
361
328
|
} | undefined;
|
362
329
|
obsFeatureMatrix?: {
|
363
330
|
path: string;
|
364
331
|
featureFilterPath?: string | undefined;
|
365
332
|
initialFeatureFilterPath?: string | undefined;
|
366
333
|
region?: string | undefined;
|
334
|
+
coordinateSystem?: string | undefined;
|
367
335
|
} | undefined;
|
368
336
|
obsSpots?: {
|
369
337
|
path: string;
|
370
338
|
tablePath?: string | undefined;
|
339
|
+
coordinateSystem?: string | undefined;
|
371
340
|
} | undefined;
|
372
341
|
obsSets?: {
|
373
342
|
obsSets: {
|
@@ -378,31 +347,28 @@ export declare const baseJointFileTypes: (PluginJointFileType<z.ZodObject<{
|
|
378
347
|
region?: string | undefined;
|
379
348
|
tablePath?: string | undefined;
|
380
349
|
} | undefined;
|
350
|
+
coordinateSystem?: string | undefined;
|
381
351
|
}, {
|
382
352
|
image?: {
|
383
353
|
path: string;
|
384
|
-
|
385
|
-
type: "identity";
|
386
|
-
} | {
|
387
|
-
type: "translation";
|
388
|
-
translation: number[];
|
389
|
-
} | {
|
390
|
-
type: "scale";
|
391
|
-
scale: number[];
|
392
|
-
})[] | undefined;
|
354
|
+
coordinateSystem?: string | undefined;
|
393
355
|
} | undefined;
|
394
356
|
labels?: {
|
395
357
|
path: string;
|
358
|
+
tablePath?: string | undefined;
|
359
|
+
coordinateSystem?: string | undefined;
|
396
360
|
} | undefined;
|
397
361
|
obsFeatureMatrix?: {
|
398
362
|
path: string;
|
399
363
|
featureFilterPath?: string | undefined;
|
400
364
|
initialFeatureFilterPath?: string | undefined;
|
401
365
|
region?: string | undefined;
|
366
|
+
coordinateSystem?: string | undefined;
|
402
367
|
} | undefined;
|
403
368
|
obsSpots?: {
|
404
369
|
path: string;
|
405
370
|
tablePath?: string | undefined;
|
371
|
+
coordinateSystem?: string | undefined;
|
406
372
|
} | undefined;
|
407
373
|
obsSets?: {
|
408
374
|
obsSets: {
|
@@ -413,6 +379,7 @@ export declare const baseJointFileTypes: (PluginJointFileType<z.ZodObject<{
|
|
413
379
|
region?: string | undefined;
|
414
380
|
tablePath?: string | undefined;
|
415
381
|
} | undefined;
|
382
|
+
coordinateSystem?: string | undefined;
|
416
383
|
}>> | PluginJointFileType<z.ZodObject<{
|
417
384
|
xy: z.ZodOptional<z.ZodString>;
|
418
385
|
poly: z.ZodOptional<z.ZodString>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base-plugins.d.ts","sourceRoot":"","sources":["../src/base-plugins.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,cAAc,EACd,sBAAsB,EACvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EACV,UAAU,EACV,UAAU,EACX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,CAAC,EA6CF,MAAM,mBAAmB,CAAC;AAyI3B,eAAO,MAAM,aAAa,kBAmBzB,CAAC;AAEF,eAAO,MAAM,aAAa,wDAqEzB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1
|
+
{"version":3,"file":"base-plugins.d.ts","sourceRoot":"","sources":["../src/base-plugins.ts"],"names":[],"mappings":"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"}
|
package/dist-tsc/base-plugins.js
CHANGED
@@ -117,9 +117,9 @@ export const baseFileTypes = [
|
|
117
117
|
makeFileType(FileType.OBS_SEGMENTATIONS_MUDATA_ZARR, DataType.OBS_SEGMENTATIONS, ObsSegmentationsAnndataLoader, MuDataSource, obsSegmentationsAnndataSchema),
|
118
118
|
makeFileType(FileType.FEATURE_LABELS_MUDATA_ZARR, DataType.FEATURE_LABELS, FeatureLabelsAnndataLoader, MuDataSource, featureLabelsAnndataSchema),
|
119
119
|
// All OME file types
|
120
|
-
|
120
|
+
...makeZarrFileTypes(FileType.IMAGE_OME_ZARR, DataType.IMAGE, OmeZarrLoader, ZarrDataSource, imageOmeZarrSchema),
|
121
121
|
makeFileType(FileType.IMAGE_OME_TIFF, DataType.IMAGE, OmeTiffLoader, OmeTiffSource, imageOmeTiffSchema),
|
122
|
-
|
122
|
+
...makeZarrFileTypes(FileType.OBS_SEGMENTATIONS_OME_ZARR, DataType.OBS_SEGMENTATIONS, OmeZarrAsObsSegmentationsLoader, ZarrDataSource, obsSegmentationsOmeZarrSchema),
|
123
123
|
makeFileType(FileType.OBS_SEGMENTATIONS_OME_TIFF, DataType.OBS_SEGMENTATIONS, OmeTiffAsObsSegmentationsLoader, OmeTiffSource, obsSegmentationsOmeTiffSchema),
|
124
124
|
// SpatialData file types
|
125
125
|
makeFileType(FileType.IMAGE_SPATIALDATA_ZARR, DataType.IMAGE, SpatialDataImageLoader, ZarrDataSource, imageSpatialdataSchema),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"joint-file-types.d.ts","sourceRoot":"","sources":["../src/joint-file-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AA6B7D,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,SAqN7E;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC;;;;;;;;UAhP1E,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;
|
1
|
+
{"version":3,"file":"joint-file-types.d.ts","sourceRoot":"","sources":["../src/joint-file-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AA6B7D,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,SAqN7E;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC;;;;;;;;UAhP1E,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;KA6UlB"}
|
@@ -242,8 +242,10 @@ export function expandSpatialdataZarr(fileDef) {
|
|
242
242
|
}
|
243
243
|
});
|
244
244
|
const { options = {} } = fileDef;
|
245
|
+
const defaultCoordinateSystem = options.coordinateSystem;
|
245
246
|
return [
|
246
247
|
// obsFeatureMatrix
|
248
|
+
// TODO: handle multiple obsFeatureMatrix?
|
247
249
|
...(options.obsFeatureMatrix ? [{
|
248
250
|
...baseFileDef,
|
249
251
|
fileType: FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR,
|
@@ -256,6 +258,7 @@ export function expandSpatialdataZarr(fileDef) {
|
|
256
258
|
},
|
257
259
|
}] : []),
|
258
260
|
// obsSets
|
261
|
+
// TODO: handle multiple obsSets?
|
259
262
|
...(options.obsSets ? [{
|
260
263
|
...baseFileDef,
|
261
264
|
fileType: FileType.OBS_SETS_SPATIALDATA_ZARR,
|
@@ -266,10 +269,14 @@ export function expandSpatialdataZarr(fileDef) {
|
|
266
269
|
},
|
267
270
|
}] : []),
|
268
271
|
// obsSpots
|
272
|
+
// TODO: handle multiple obsSpots?
|
269
273
|
...(options.obsSpots ? [{
|
270
274
|
...baseFileDef,
|
271
275
|
fileType: FileType.OBS_SPOTS_SPATIALDATA_ZARR,
|
272
|
-
options:
|
276
|
+
options: {
|
277
|
+
coordinateSystem: defaultCoordinateSystem,
|
278
|
+
...options.obsSpots,
|
279
|
+
},
|
273
280
|
coordinationValues: {
|
274
281
|
...extraCoordinationValues,
|
275
282
|
obsType: baseFileDef.coordinationValues.obsType,
|
@@ -277,11 +284,18 @@ export function expandSpatialdataZarr(fileDef) {
|
|
277
284
|
}] : []),
|
278
285
|
// TODO: obsPoints?
|
279
286
|
// TODO: obsLocations?
|
287
|
+
// TODO: obsLabels
|
288
|
+
// TODO: featureLabels
|
289
|
+
// TODO: obsEmbedding
|
280
290
|
// image
|
291
|
+
// TODO: handle multiple images
|
281
292
|
...(options.image ? [{
|
282
293
|
...baseFileDef,
|
283
294
|
fileType: FileType.IMAGE_SPATIALDATA_ZARR,
|
284
|
-
options:
|
295
|
+
options: {
|
296
|
+
coordinateSystem: defaultCoordinateSystem,
|
297
|
+
...options.image,
|
298
|
+
},
|
285
299
|
coordinationValues: {
|
286
300
|
...extraCoordinationValues,
|
287
301
|
featureType: baseFileDef.coordinationValues.featureType,
|
@@ -289,10 +303,14 @@ export function expandSpatialdataZarr(fileDef) {
|
|
289
303
|
},
|
290
304
|
}] : []),
|
291
305
|
// labels
|
306
|
+
// TODO: handle multiple labels?
|
292
307
|
...(options.labels ? [{
|
293
308
|
...baseFileDef,
|
294
309
|
fileType: FileType.LABELS_SPATIALDATA_ZARR,
|
295
|
-
options:
|
310
|
+
options: {
|
311
|
+
coordinateSystem: defaultCoordinateSystem,
|
312
|
+
...options.labels,
|
313
|
+
},
|
296
314
|
coordinationValues: {
|
297
315
|
...extraCoordinationValues,
|
298
316
|
obsType: baseFileDef.coordinationValues.obsType,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitessce/all",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.14",
|
4
4
|
"author": "Gehlenborg Lab",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -18,29 +18,29 @@
|
|
18
18
|
"dependencies": {
|
19
19
|
"@material-ui/core": "~4.12.3",
|
20
20
|
"zod": "^3.21.4",
|
21
|
-
"@vitessce/constants-internal": "3.4.
|
22
|
-
"@vitessce/csv": "3.4.
|
23
|
-
"@vitessce/description": "3.4.
|
24
|
-
"@vitessce/feature-list": "3.4.
|
25
|
-
"@vitessce/genomic-profiles": "3.4.
|
26
|
-
"@vitessce/heatmap": "3.4.
|
27
|
-
"@vitessce/glb": "3.4.
|
28
|
-
"@vitessce/json": "3.4.
|
29
|
-
"@vitessce/layer-controller": "3.4.
|
30
|
-
"@vitessce/layer-controller-beta": "3.4.
|
31
|
-
"@vitessce/obs-sets-manager": "3.4.
|
32
|
-
"@vitessce/ome-tiff": "3.4.
|
33
|
-
"@vitessce/plugins": "3.4.
|
34
|
-
"@vitessce/scatterplot-embedding": "3.4.
|
35
|
-
"@vitessce/scatterplot-gating": "3.4.
|
36
|
-
"@vitessce/schemas": "3.4.
|
37
|
-
"@vitessce/spatial": "3.4.
|
38
|
-
"@vitessce/spatial-beta": "3.4.
|
39
|
-
"@vitessce/statistical-plots": "3.4.
|
40
|
-
"@vitessce/status": "3.4.
|
41
|
-
"@vitessce/vit-s": "3.4.
|
42
|
-
"@vitessce/zarr": "3.4.
|
43
|
-
"@vitessce/spatial-three": "3.4.
|
21
|
+
"@vitessce/constants-internal": "3.4.14",
|
22
|
+
"@vitessce/csv": "3.4.14",
|
23
|
+
"@vitessce/description": "3.4.14",
|
24
|
+
"@vitessce/feature-list": "3.4.14",
|
25
|
+
"@vitessce/genomic-profiles": "3.4.14",
|
26
|
+
"@vitessce/heatmap": "3.4.14",
|
27
|
+
"@vitessce/glb": "3.4.14",
|
28
|
+
"@vitessce/json": "3.4.14",
|
29
|
+
"@vitessce/layer-controller": "3.4.14",
|
30
|
+
"@vitessce/layer-controller-beta": "3.4.14",
|
31
|
+
"@vitessce/obs-sets-manager": "3.4.14",
|
32
|
+
"@vitessce/ome-tiff": "3.4.14",
|
33
|
+
"@vitessce/plugins": "3.4.14",
|
34
|
+
"@vitessce/scatterplot-embedding": "3.4.14",
|
35
|
+
"@vitessce/scatterplot-gating": "3.4.14",
|
36
|
+
"@vitessce/schemas": "3.4.14",
|
37
|
+
"@vitessce/spatial": "3.4.14",
|
38
|
+
"@vitessce/spatial-beta": "3.4.14",
|
39
|
+
"@vitessce/statistical-plots": "3.4.14",
|
40
|
+
"@vitessce/status": "3.4.14",
|
41
|
+
"@vitessce/vit-s": "3.4.14",
|
42
|
+
"@vitessce/zarr": "3.4.14",
|
43
|
+
"@vitessce/spatial-three": "3.4.14"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@types/react": "^18.0.28",
|
package/src/base-plugins.ts
CHANGED
@@ -259,9 +259,9 @@ export const baseFileTypes = [
|
|
259
259
|
makeFileType(FileType.OBS_SEGMENTATIONS_MUDATA_ZARR, DataType.OBS_SEGMENTATIONS, ObsSegmentationsAnndataLoader, MuDataSource, obsSegmentationsAnndataSchema),
|
260
260
|
makeFileType(FileType.FEATURE_LABELS_MUDATA_ZARR, DataType.FEATURE_LABELS, FeatureLabelsAnndataLoader, MuDataSource, featureLabelsAnndataSchema),
|
261
261
|
// All OME file types
|
262
|
-
|
262
|
+
...makeZarrFileTypes(FileType.IMAGE_OME_ZARR, DataType.IMAGE, OmeZarrLoader, ZarrDataSource, imageOmeZarrSchema),
|
263
263
|
makeFileType(FileType.IMAGE_OME_TIFF, DataType.IMAGE, OmeTiffLoader, OmeTiffSource, imageOmeTiffSchema),
|
264
|
-
|
264
|
+
...makeZarrFileTypes(FileType.OBS_SEGMENTATIONS_OME_ZARR, DataType.OBS_SEGMENTATIONS, OmeZarrAsObsSegmentationsLoader, ZarrDataSource, obsSegmentationsOmeZarrSchema),
|
265
265
|
makeFileType(FileType.OBS_SEGMENTATIONS_OME_TIFF, DataType.OBS_SEGMENTATIONS, OmeTiffAsObsSegmentationsLoader, OmeTiffSource, obsSegmentationsOmeTiffSchema),
|
266
266
|
// SpatialData file types
|
267
267
|
makeFileType(FileType.IMAGE_SPATIALDATA_ZARR, DataType.IMAGE, SpatialDataImageLoader, ZarrDataSource, imageSpatialdataSchema),
|
package/src/joint-file-types.ts
CHANGED
@@ -261,8 +261,10 @@ export function expandSpatialdataZarr(fileDef: z.infer<typeof latestFileDefSchem
|
|
261
261
|
}
|
262
262
|
});
|
263
263
|
const { options = {} } = fileDef;
|
264
|
+
const defaultCoordinateSystem = options.coordinateSystem;
|
264
265
|
return [
|
265
266
|
// obsFeatureMatrix
|
267
|
+
// TODO: handle multiple obsFeatureMatrix?
|
266
268
|
...(options.obsFeatureMatrix ? [{
|
267
269
|
...baseFileDef,
|
268
270
|
fileType: FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR,
|
@@ -275,6 +277,7 @@ export function expandSpatialdataZarr(fileDef: z.infer<typeof latestFileDefSchem
|
|
275
277
|
},
|
276
278
|
}] : []),
|
277
279
|
// obsSets
|
280
|
+
// TODO: handle multiple obsSets?
|
278
281
|
...(options.obsSets ? [{
|
279
282
|
...baseFileDef,
|
280
283
|
fileType: FileType.OBS_SETS_SPATIALDATA_ZARR,
|
@@ -285,10 +288,14 @@ export function expandSpatialdataZarr(fileDef: z.infer<typeof latestFileDefSchem
|
|
285
288
|
},
|
286
289
|
}] : []),
|
287
290
|
// obsSpots
|
291
|
+
// TODO: handle multiple obsSpots?
|
288
292
|
...(options.obsSpots ? [{
|
289
293
|
...baseFileDef,
|
290
294
|
fileType: FileType.OBS_SPOTS_SPATIALDATA_ZARR,
|
291
|
-
options:
|
295
|
+
options: {
|
296
|
+
coordinateSystem: defaultCoordinateSystem,
|
297
|
+
...options.obsSpots,
|
298
|
+
},
|
292
299
|
coordinationValues: {
|
293
300
|
...extraCoordinationValues,
|
294
301
|
obsType: baseFileDef.coordinationValues.obsType,
|
@@ -296,11 +303,18 @@ export function expandSpatialdataZarr(fileDef: z.infer<typeof latestFileDefSchem
|
|
296
303
|
}] : []),
|
297
304
|
// TODO: obsPoints?
|
298
305
|
// TODO: obsLocations?
|
306
|
+
// TODO: obsLabels
|
307
|
+
// TODO: featureLabels
|
308
|
+
// TODO: obsEmbedding
|
299
309
|
// image
|
310
|
+
// TODO: handle multiple images
|
300
311
|
...(options.image ? [{
|
301
312
|
...baseFileDef,
|
302
313
|
fileType: FileType.IMAGE_SPATIALDATA_ZARR,
|
303
|
-
options:
|
314
|
+
options: {
|
315
|
+
coordinateSystem: defaultCoordinateSystem,
|
316
|
+
...options.image,
|
317
|
+
},
|
304
318
|
coordinationValues: {
|
305
319
|
...extraCoordinationValues,
|
306
320
|
featureType: baseFileDef.coordinationValues.featureType,
|
@@ -308,10 +322,14 @@ export function expandSpatialdataZarr(fileDef: z.infer<typeof latestFileDefSchem
|
|
308
322
|
},
|
309
323
|
}] : []),
|
310
324
|
// labels
|
325
|
+
// TODO: handle multiple labels?
|
311
326
|
...(options.labels ? [{
|
312
327
|
...baseFileDef,
|
313
328
|
fileType: FileType.LABELS_SPATIALDATA_ZARR,
|
314
|
-
options:
|
329
|
+
options: {
|
330
|
+
coordinateSystem: defaultCoordinateSystem,
|
331
|
+
...options.labels,
|
332
|
+
},
|
315
333
|
coordinationValues: {
|
316
334
|
...extraCoordinationValues,
|
317
335
|
obsType: baseFileDef.coordinationValues.obsType,
|