@vitessce/statistical-plots 3.5.5 → 3.5.6
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-69817aa2.js → deflate-70ede287.js} +1 -1
- package/dist/{index-00d0a4a2.js → index-07a7a93a.js} +83 -12
- package/dist/index.js +1 -1
- package/dist/{jpeg-89e89436.js → jpeg-00a52550.js} +1 -1
- package/dist/{lerc-f5f67eb4.js → lerc-55c1ff7e.js} +1 -1
- package/dist/{lzw-202c1994.js → lzw-b906a3b9.js} +1 -1
- package/dist/{packbits-4038eb16.js → packbits-10b5f4aa.js} +1 -1
- package/dist/{raw-1068ab16.js → raw-9317b0fd.js} +1 -1
- package/dist/{webimage-e7e86b49.js → webimage-1c43145b.js} +1 -1
- package/package.json +7 -7
@@ -959,7 +959,8 @@ const ViewType$1 = {
|
|
959
959
|
DOT_PLOT: "dotPlot",
|
960
960
|
FEATURE_BAR_PLOT: "featureBarPlot",
|
961
961
|
BIOMARKER_SELECT: "biomarkerSelect",
|
962
|
-
LINK_CONTROLLER: "linkController"
|
962
|
+
LINK_CONTROLLER: "linkController",
|
963
|
+
DUAL_SCATTERPLOT: "dualScatterplot"
|
963
964
|
};
|
964
965
|
const DataType$2 = {
|
965
966
|
OBS_LABELS: "obsLabels",
|
@@ -1138,15 +1139,23 @@ const CoordinationType$1 = {
|
|
1138
1139
|
HEATMAP_ZOOM_Y: "heatmapZoomY",
|
1139
1140
|
HEATMAP_TARGET_X: "heatmapTargetX",
|
1140
1141
|
HEATMAP_TARGET_Y: "heatmapTargetY",
|
1141
|
-
OBS_FILTER: "obsFilter",
|
1142
1142
|
OBS_HIGHLIGHT: "obsHighlight",
|
1143
|
+
OBS_SELECTION: "obsSelection",
|
1143
1144
|
OBS_SET_SELECTION: "obsSetSelection",
|
1145
|
+
OBS_SELECTION_MODE: "obsSelectionMode",
|
1146
|
+
OBS_FILTER: "obsFilter",
|
1147
|
+
OBS_SET_FILTER: "obsSetFilter",
|
1148
|
+
OBS_FILTER_MODE: "obsFilterMode",
|
1144
1149
|
OBS_SET_HIGHLIGHT: "obsSetHighlight",
|
1145
1150
|
OBS_SET_EXPANSION: "obsSetExpansion",
|
1146
1151
|
OBS_SET_COLOR: "obsSetColor",
|
1147
|
-
FEATURE_FILTER: "featureFilter",
|
1148
1152
|
FEATURE_HIGHLIGHT: "featureHighlight",
|
1149
1153
|
FEATURE_SELECTION: "featureSelection",
|
1154
|
+
FEATURE_SET_SELECTION: "featureSetSelection",
|
1155
|
+
FEATURE_SELECTION_MODE: "featureSelectionMode",
|
1156
|
+
FEATURE_FILTER: "featureFilter",
|
1157
|
+
FEATURE_SET_FILTER: "featureSetFilter",
|
1158
|
+
FEATURE_FILTER_MODE: "featureFilterMode",
|
1150
1159
|
FEATURE_VALUE_COLORMAP: "featureValueColormap",
|
1151
1160
|
FEATURE_VALUE_TRANSFORM: "featureValueTransform",
|
1152
1161
|
FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
|
@@ -1213,7 +1222,12 @@ const CoordinationType$1 = {
|
|
1213
1222
|
SPATIAL_CHANNEL_LABEL_SIZE: "spatialChannelLabelSize",
|
1214
1223
|
// Multi-sample / comparative
|
1215
1224
|
SAMPLE_TYPE: "sampleType",
|
1225
|
+
SAMPLE_SELECTION: "sampleSelection",
|
1216
1226
|
SAMPLE_SET_SELECTION: "sampleSetSelection",
|
1227
|
+
SAMPLE_SELECTION_MODE: "sampleSelectionMode",
|
1228
|
+
SAMPLE_FILTER: "sampleFilter",
|
1229
|
+
SAMPLE_SET_FILTER: "sampleSetFilter",
|
1230
|
+
SAMPLE_FILTER_MODE: "sampleFilterMode",
|
1217
1231
|
SAMPLE_SET_COLOR: "sampleSetColor",
|
1218
1232
|
EMBEDDING_POINTS_VISIBLE: "embeddingPointsVisible",
|
1219
1233
|
EMBEDDING_CONTOURS_VISIBLE: "embeddingContoursVisible",
|
@@ -1262,6 +1276,50 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1262
1276
|
CoordinationType$1.OBS_FILTER,
|
1263
1277
|
CoordinationType$1.OBS_HIGHLIGHT,
|
1264
1278
|
CoordinationType$1.OBS_SET_SELECTION,
|
1279
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1280
|
+
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1281
|
+
CoordinationType$1.OBS_SET_COLOR,
|
1282
|
+
CoordinationType$1.FEATURE_HIGHLIGHT,
|
1283
|
+
CoordinationType$1.FEATURE_SELECTION,
|
1284
|
+
CoordinationType$1.FEATURE_VALUE_COLORMAP,
|
1285
|
+
CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
|
1286
|
+
CoordinationType$1.OBS_COLOR_ENCODING,
|
1287
|
+
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
1288
|
+
CoordinationType$1.TOOLTIPS_VISIBLE,
|
1289
|
+
CoordinationType$1.SAMPLE_TYPE,
|
1290
|
+
CoordinationType$1.SAMPLE_SET_SELECTION,
|
1291
|
+
CoordinationType$1.SAMPLE_SET_FILTER,
|
1292
|
+
CoordinationType$1.SAMPLE_SET_COLOR,
|
1293
|
+
CoordinationType$1.EMBEDDING_POINTS_VISIBLE,
|
1294
|
+
CoordinationType$1.EMBEDDING_CONTOURS_VISIBLE,
|
1295
|
+
CoordinationType$1.EMBEDDING_CONTOURS_FILLED,
|
1296
|
+
CoordinationType$1.EMBEDDING_CONTOUR_PERCENTILES,
|
1297
|
+
CoordinationType$1.CONTOUR_COLOR_ENCODING,
|
1298
|
+
CoordinationType$1.CONTOUR_COLOR
|
1299
|
+
],
|
1300
|
+
[ViewType$1.DUAL_SCATTERPLOT]: [
|
1301
|
+
CoordinationType$1.DATASET,
|
1302
|
+
CoordinationType$1.OBS_TYPE,
|
1303
|
+
CoordinationType$1.FEATURE_TYPE,
|
1304
|
+
CoordinationType$1.FEATURE_VALUE_TYPE,
|
1305
|
+
CoordinationType$1.OBS_LABELS_TYPE,
|
1306
|
+
CoordinationType$1.EMBEDDING_TYPE,
|
1307
|
+
CoordinationType$1.EMBEDDING_ZOOM,
|
1308
|
+
CoordinationType$1.EMBEDDING_ROTATION,
|
1309
|
+
CoordinationType$1.EMBEDDING_TARGET_X,
|
1310
|
+
CoordinationType$1.EMBEDDING_TARGET_Y,
|
1311
|
+
CoordinationType$1.EMBEDDING_TARGET_Z,
|
1312
|
+
CoordinationType$1.EMBEDDING_OBS_SET_POLYGONS_VISIBLE,
|
1313
|
+
CoordinationType$1.EMBEDDING_OBS_SET_LABELS_VISIBLE,
|
1314
|
+
CoordinationType$1.EMBEDDING_OBS_SET_LABEL_SIZE,
|
1315
|
+
CoordinationType$1.EMBEDDING_OBS_RADIUS,
|
1316
|
+
CoordinationType$1.EMBEDDING_OBS_RADIUS_MODE,
|
1317
|
+
CoordinationType$1.EMBEDDING_OBS_OPACITY,
|
1318
|
+
CoordinationType$1.EMBEDDING_OBS_OPACITY_MODE,
|
1319
|
+
CoordinationType$1.OBS_FILTER,
|
1320
|
+
CoordinationType$1.OBS_HIGHLIGHT,
|
1321
|
+
CoordinationType$1.OBS_SET_SELECTION,
|
1322
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1265
1323
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1266
1324
|
CoordinationType$1.OBS_SET_COLOR,
|
1267
1325
|
CoordinationType$1.FEATURE_HIGHLIGHT,
|
@@ -1273,6 +1331,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1273
1331
|
CoordinationType$1.TOOLTIPS_VISIBLE,
|
1274
1332
|
CoordinationType$1.SAMPLE_TYPE,
|
1275
1333
|
CoordinationType$1.SAMPLE_SET_SELECTION,
|
1334
|
+
CoordinationType$1.SAMPLE_SET_FILTER,
|
1276
1335
|
CoordinationType$1.SAMPLE_SET_COLOR,
|
1277
1336
|
CoordinationType$1.EMBEDDING_POINTS_VISIBLE,
|
1278
1337
|
CoordinationType$1.EMBEDDING_CONTOURS_VISIBLE,
|
@@ -1339,6 +1398,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1339
1398
|
CoordinationType$1.OBS_FILTER,
|
1340
1399
|
CoordinationType$1.OBS_HIGHLIGHT,
|
1341
1400
|
CoordinationType$1.OBS_SET_SELECTION,
|
1401
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1342
1402
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1343
1403
|
CoordinationType$1.OBS_SET_COLOR,
|
1344
1404
|
CoordinationType$1.FEATURE_HIGHLIGHT,
|
@@ -1375,6 +1435,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1375
1435
|
CoordinationType$1.OBS_FILTER,
|
1376
1436
|
CoordinationType$1.OBS_HIGHLIGHT,
|
1377
1437
|
CoordinationType$1.OBS_SET_SELECTION,
|
1438
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1378
1439
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1379
1440
|
CoordinationType$1.OBS_SET_COLOR,
|
1380
1441
|
CoordinationType$1.FEATURE_HIGHLIGHT,
|
@@ -1434,6 +1495,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1434
1495
|
CoordinationType$1.OBS_FILTER,
|
1435
1496
|
CoordinationType$1.OBS_HIGHLIGHT,
|
1436
1497
|
CoordinationType$1.OBS_SET_SELECTION,
|
1498
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1437
1499
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1438
1500
|
CoordinationType$1.OBS_SET_COLOR,
|
1439
1501
|
CoordinationType$1.FEATURE_FILTER,
|
@@ -1449,6 +1511,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1449
1511
|
CoordinationType$1.DATASET,
|
1450
1512
|
CoordinationType$1.OBS_TYPE,
|
1451
1513
|
CoordinationType$1.OBS_SET_SELECTION,
|
1514
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1452
1515
|
CoordinationType$1.OBS_SET_EXPANSION,
|
1453
1516
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1454
1517
|
CoordinationType$1.OBS_SET_COLOR,
|
@@ -1460,6 +1523,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1460
1523
|
CoordinationType$1.DATASET,
|
1461
1524
|
CoordinationType$1.OBS_TYPE,
|
1462
1525
|
CoordinationType$1.OBS_SET_SELECTION,
|
1526
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1463
1527
|
CoordinationType$1.OBS_SET_EXPANSION,
|
1464
1528
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1465
1529
|
CoordinationType$1.OBS_SET_COLOR,
|
@@ -1492,6 +1556,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1492
1556
|
CoordinationType$1.FEATURE_VALUE_TRANSFORM,
|
1493
1557
|
CoordinationType$1.FEATURE_VALUE_TRANSFORM_COEFFICIENT,
|
1494
1558
|
CoordinationType$1.OBS_SET_SELECTION,
|
1559
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1495
1560
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1496
1561
|
CoordinationType$1.OBS_SET_COLOR,
|
1497
1562
|
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
@@ -1508,7 +1573,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1508
1573
|
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
1509
1574
|
CoordinationType$1.OBS_SET_COLOR,
|
1510
1575
|
CoordinationType$1.OBS_COLOR_ENCODING,
|
1511
|
-
CoordinationType$1.OBS_SET_SELECTION
|
1576
|
+
CoordinationType$1.OBS_SET_SELECTION,
|
1577
|
+
CoordinationType$1.OBS_SET_FILTER
|
1512
1578
|
],
|
1513
1579
|
[ViewType$1.LAYER_CONTROLLER]: [
|
1514
1580
|
CoordinationType$1.DATASET,
|
@@ -1623,11 +1689,13 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1623
1689
|
CoordinationType$1.FEATURE_VALUE_POSITIVITY_THRESHOLD,
|
1624
1690
|
CoordinationType$1.FEATURE_VALUE_COLORMAP,
|
1625
1691
|
CoordinationType$1.OBS_SET_SELECTION,
|
1692
|
+
CoordinationType$1.OBS_SET_FILTER,
|
1626
1693
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
1627
1694
|
CoordinationType$1.OBS_SET_COLOR,
|
1628
1695
|
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
1629
1696
|
CoordinationType$1.SAMPLE_TYPE,
|
1630
1697
|
CoordinationType$1.SAMPLE_SET_SELECTION,
|
1698
|
+
CoordinationType$1.SAMPLE_SET_FILTER,
|
1631
1699
|
CoordinationType$1.SAMPLE_SET_COLOR
|
1632
1700
|
],
|
1633
1701
|
higlass: [
|
@@ -1658,7 +1726,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1658
1726
|
[ViewType$1.LINK_CONTROLLER]: [],
|
1659
1727
|
[ViewType$1.BIOMARKER_SELECT]: [
|
1660
1728
|
CoordinationType$1.FEATURE_SELECTION,
|
1661
|
-
CoordinationType$1.SAMPLE_SET_SELECTION
|
1729
|
+
CoordinationType$1.SAMPLE_SET_SELECTION,
|
1730
|
+
CoordinationType$1.SAMPLE_SET_FILTER,
|
1731
|
+
CoordinationType$1.OBS_SET_SELECTION,
|
1732
|
+
CoordinationType$1.OBS_SET_FILTER
|
1662
1733
|
// TODO: create coordination types for internal state of the biomarker selection view?
|
1663
1734
|
]
|
1664
1735
|
};
|
@@ -133122,16 +133193,16 @@ function addDecoder(cases2, importFn) {
|
|
133122
133193
|
}
|
133123
133194
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
133124
133195
|
}
|
133125
|
-
addDecoder([void 0, 1], () => import("./raw-
|
133126
|
-
addDecoder(5, () => import("./lzw-
|
133196
|
+
addDecoder([void 0, 1], () => import("./raw-9317b0fd.js").then((m2) => m2.default));
|
133197
|
+
addDecoder(5, () => import("./lzw-b906a3b9.js").then((m2) => m2.default));
|
133127
133198
|
addDecoder(6, () => {
|
133128
133199
|
throw new Error("old style JPEG compression is not supported.");
|
133129
133200
|
});
|
133130
|
-
addDecoder(7, () => import("./jpeg-
|
133131
|
-
addDecoder([8, 32946], () => import("./deflate-
|
133132
|
-
addDecoder(32773, () => import("./packbits-
|
133133
|
-
addDecoder(34887, () => import("./lerc-
|
133134
|
-
addDecoder(50001, () => import("./webimage-
|
133201
|
+
addDecoder(7, () => import("./jpeg-00a52550.js").then((m2) => m2.default));
|
133202
|
+
addDecoder([8, 32946], () => import("./deflate-70ede287.js").then((m2) => m2.default));
|
133203
|
+
addDecoder(32773, () => import("./packbits-10b5f4aa.js").then((m2) => m2.default));
|
133204
|
+
addDecoder(34887, () => import("./lerc-55c1ff7e.js").then((m2) => m2.default));
|
133205
|
+
addDecoder(50001, () => import("./webimage-1c43145b.js").then((m2) => m2.default));
|
133135
133206
|
function decodeRowAcc(row, stride) {
|
133136
133207
|
let length2 = row.length - stride;
|
133137
133208
|
let offset5 = 0;
|
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-07a7a93a.js";
|
3
3
|
import "react";
|
4
4
|
import "@vitessce/vit-s";
|
5
5
|
import "react-dom";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitessce/statistical-plots",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.6",
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -28,12 +28,12 @@
|
|
28
28
|
"react-aria": "^3.28.0",
|
29
29
|
"internmap": "^2.0.3",
|
30
30
|
"uuid": "^9.0.0",
|
31
|
-
"@vitessce/constants-internal": "3.5.
|
32
|
-
"@vitessce/sets-utils": "3.5.
|
33
|
-
"@vitessce/utils": "3.5.
|
34
|
-
"@vitessce/vega": "3.5.
|
35
|
-
"@vitessce/vit-s": "3.5.
|
36
|
-
"@vitessce/gl": "3.5.
|
31
|
+
"@vitessce/constants-internal": "3.5.6",
|
32
|
+
"@vitessce/sets-utils": "3.5.6",
|
33
|
+
"@vitessce/utils": "3.5.6",
|
34
|
+
"@vitessce/vega": "3.5.6",
|
35
|
+
"@vitessce/vit-s": "3.5.6",
|
36
|
+
"@vitessce/gl": "3.5.6"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"react": "^18.0.0",
|