@vitessce/neuroglancer 3.5.8 → 3.5.10
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, p as propTypesExports } from "./index-
|
|
1
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, p as propTypesExports } from "./index-c64b6b8f.js";
|
|
2
2
|
import React from "react";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
@@ -938,7 +938,9 @@ const ViewHelpMapping = {
|
|
|
938
938
|
TREEMAP: "The treemap provides an overview of the current state of sample-level or cell-level selection and filtering.",
|
|
939
939
|
VOLCANO_PLOT: "The volcano plot displays differential expression results. Each data point represents a feature (as opposed to an observation).",
|
|
940
940
|
OBS_SET_COMPOSITION_BAR_PLOT: "The set composition bar plot displays the results of a compositional analysis conducted using the scCODA method (Büttner et al. 2021 Nature Communications).",
|
|
941
|
-
FEATURE_SET_ENRICHMENT_BAR_PLOT: "The feature set enrichment bar plot displays the results of a hypergeometric test applied to the differential expression test results to identify enriched pathway gene sets."
|
|
941
|
+
FEATURE_SET_ENRICHMENT_BAR_PLOT: "The feature set enrichment bar plot displays the results of a hypergeometric test applied to the differential expression test results to identify enriched pathway gene sets.",
|
|
942
|
+
SAMPLE_SET_PAIR_MANAGER: "Select pairs of sample groups.",
|
|
943
|
+
FEATURE_STATS_TABLE: "This table displays per-feature statistics, for example, from a differential expression test."
|
|
942
944
|
};
|
|
943
945
|
function decodeBase64(base64, enableUnicode) {
|
|
944
946
|
var binaryString = atob(base64);
|
|
@@ -8422,7 +8424,7 @@ const useStyles = makeStyles(() => ({
|
|
|
8422
8424
|
}
|
|
8423
8425
|
}));
|
|
8424
8426
|
const LazyReactNeuroglancer = React.lazy(async () => {
|
|
8425
|
-
const ReactNeuroglancer = await import("./index-
|
|
8427
|
+
const ReactNeuroglancer = await import("./index-33c0a163.js").then((n) => n.i);
|
|
8426
8428
|
return ReactNeuroglancer;
|
|
8427
8429
|
});
|
|
8428
8430
|
function createWorker() {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/neuroglancer",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.10",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@janelia-flyem/react-neuroglancer": "^2.5.0",
|
|
20
20
|
"@material-ui/core": "~4.12.3",
|
|
21
|
-
"@vitessce/neuroglancer-workers": "3.5.
|
|
22
|
-
"@vitessce/constants-internal": "3.5.
|
|
23
|
-
"@vitessce/vit-s": "3.5.
|
|
21
|
+
"@vitessce/neuroglancer-workers": "3.5.10",
|
|
22
|
+
"@vitessce/constants-internal": "3.5.10",
|
|
23
|
+
"@vitessce/vit-s": "3.5.10"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@testing-library/jest-dom": "^5.16.4",
|