@vitessce/vega 3.5.10 → 3.5.11

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -50223,6 +50223,7 @@ const CoordinationType$1 = {
50223
50223
  FEATURE_VALUE_COLORMAP: "featureValueColormap",
50224
50224
  FEATURE_VALUE_TRANSFORM: "featureValueTransform",
50225
50225
  FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
50226
+ FEATURE_AGGREGATION_STRATEGY: "featureAggregationStrategy",
50226
50227
  OBS_COLOR_ENCODING: "obsColorEncoding",
50227
50228
  SPATIAL_IMAGE_LAYER: "spatialImageLayer",
50228
50229
  SPATIAL_SEGMENTATION_LAYER: "spatialSegmentationLayer",
@@ -50576,6 +50577,7 @@ z.object({
50576
50577
  termColumn: z.string().optional(),
50577
50578
  pValueColumn: z.string(),
50578
50579
  pValueAdjusted: z.boolean().optional(),
50580
+ featureSetLibrary: z.string().optional().describe("Optionally, provide a feature set library name. By default, Reactome_2022."),
50579
50581
  analysisType: z.string().optional().describe("Optionally, provide an analysis_type name. By default, pertpy_hypergeometric.")
50580
50582
  });
50581
50583
  z.object({
@@ -50586,7 +50588,6 @@ z.object({
50586
50588
  foldChangeColumn: z.string().describe("The log-fold change is then calculated between this expected sample and the expected sample with no active covariates from the intercept section."),
50587
50589
  foldChangeTransformation: z.enum(["log2"]).optional(),
50588
50590
  isCredibleEffectColumn: z.string().describe("Column which annotates effects as being credible or not (boolean)."),
50589
- covariateColumn: z.string().describe("Column which defines the covariate used in the analysis."),
50590
50591
  analysisType: z.string().optional().describe("Optionally, provide an analysis_type name. By default, sccoda_df.")
50591
50592
  });
50592
50593
  const annDataObsLabels = annDataObs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.5.10",
3
+ "version": "3.5.11",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -22,8 +22,8 @@
22
22
  "vega": "^5.21.0",
23
23
  "vega-lite": "^5.1.1",
24
24
  "vega-tooltip": "^0.27.0",
25
- "@vitessce/tooltip": "3.5.10",
26
- "@vitessce/legend": "3.5.10"
25
+ "@vitessce/tooltip": "3.5.11",
26
+ "@vitessce/legend": "3.5.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.0.0",