@vitessce/biomarker-select 4.0.7 → 4.0.8
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/index.js +7 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -34,7 +34,8 @@ const ViewType = {
|
|
|
34
34
|
DUAL_SCATTERPLOT: "dualScatterplot",
|
|
35
35
|
TREEMAP: "treemap",
|
|
36
36
|
SAMPLE_SET_PAIR_MANAGER: "sampleSetPairManager",
|
|
37
|
-
FEATURE_STATS_TABLE: "featureStatsTable"
|
|
37
|
+
FEATURE_STATS_TABLE: "featureStatsTable",
|
|
38
|
+
SINGLE_OBS_SET_SELECTOR: "singleObsSetSelector"
|
|
38
39
|
};
|
|
39
40
|
const DataType = {
|
|
40
41
|
OBS_SETS: "obsSets",
|
|
@@ -790,6 +791,11 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
790
791
|
CoordinationType.FEATURE_POINT_FOLD_CHANGE_THRESHOLD,
|
|
791
792
|
CoordinationType.FEATURE_LABEL_FOLD_CHANGE_THRESHOLD
|
|
792
793
|
],
|
|
794
|
+
[ViewType.SINGLE_OBS_SET_SELECTOR]: [
|
|
795
|
+
CoordinationType.OBS_TYPE,
|
|
796
|
+
CoordinationType.OBS_SET_COLOR,
|
|
797
|
+
CoordinationType.OBS_SET_SELECTION
|
|
798
|
+
],
|
|
793
799
|
[ViewType.OBS_SET_COMPOSITION_BAR_PLOT]: [
|
|
794
800
|
CoordinationType.DATASET,
|
|
795
801
|
CoordinationType.OBS_TYPE,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"d3-dsv": "^1.1.1",
|
|
23
23
|
"clsx": "^1.1.1",
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/
|
|
25
|
+
"@vitessce/types": "4.0.8",
|
|
26
|
+
"@vitessce/vit-s": "4.0.8",
|
|
27
|
+
"@vitessce/constants-internal": "4.0.8",
|
|
28
|
+
"@vitessce/styles": "4.0.8"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|