@sjcrh/proteinpaint-types 2.187.0 → 2.188.1
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/aiProjectSelectedWSImages.js +1 -1
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-TWNJZBZK.js → chunk-2VJRTZE2.js} +4 -0
- package/dist/{chunk-DII56MJ7.js → chunk-AGMCAWBR.js} +23 -1
- package/dist/{chunk-OCH5BJCV.js → chunk-BZVFHGN3.js} +3 -3
- package/dist/{chunk-IIWTMQJZ.js → chunk-DDKGTDDB.js} +19 -7
- package/dist/{chunk-FRXRNCDV.js → chunk-DI4Q26E7.js} +2 -0
- package/dist/{chunk-T2HQMRX7.js → chunk-DUCWIRPX.js} +26 -6
- package/dist/{chunk-EBSBUEOG.js → chunk-G4MMYXP6.js} +3 -3
- package/dist/{chunk-VCEWZVLZ.js → chunk-IS74WYQF.js} +7 -3
- package/dist/{chunk-FEMYT7FL.js → chunk-JDF7A2LY.js} +3 -3
- package/dist/{chunk-RY4Y5ESC.js → chunk-JEQGBUK2.js} +7 -7
- package/dist/{chunk-AYTV7V46.js → chunk-LC6KLHCJ.js} +23 -23
- package/dist/{chunk-VWLYQ33F.js → chunk-LQYSPLDQ.js} +7 -7
- package/dist/{chunk-I3QGRA7O.js → chunk-MKYLCBTP.js} +16 -16
- package/dist/{chunk-DVMD6CBJ.js → chunk-MNT3GF7M.js} +12 -8
- package/dist/{chunk-46DTJOK5.js → chunk-MVB7LQS5.js} +7 -7
- package/dist/chunk-QNH3PKJK.js +343 -0
- package/dist/{chunk-F2QRI6B2.js → chunk-SDZIGJY3.js} +7 -7
- package/dist/{chunk-W2Z4RFLX.js → chunk-SZZXZZKO.js} +7 -7
- package/dist/{chunk-SGMHY5K7.js → chunk-TEXOICIS.js} +40 -40
- package/dist/{chunk-MMNSJ72P.js → chunk-TQQWSHFM.js} +7 -7
- package/dist/{chunk-F5IWKWVX.js → chunk-ULKGA7YY.js} +17 -9
- package/dist/{chunk-DPJUULKQ.js → chunk-V3JDD3ZG.js} +11 -19
- package/dist/{chunk-V5NAE7YA.js → chunk-VJB6F2HL.js} +32 -6
- package/dist/{chunk-NKV3NWPF.js → chunk-X5E72ZXA.js} +7 -7
- package/dist/{chunk-KVE2NBC6.js → chunk-YW5G4M5D.js} +50 -24
- package/dist/{chunk-HG2TK6UO.js → chunk-ZMDZYG5B.js} +7 -7
- package/dist/correlationVolcano.js +1 -1
- package/dist/deleteWSITileSelection.js +1 -1
- package/dist/genesetEnrichment.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +58 -38
- package/dist/samplewsimages.js +3 -1
- package/dist/saveWSIAnnotation.js +1 -1
- package/dist/termdb.DE.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +13 -9
- package/dist/termdb.chat2.js +5 -3
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.dapVolcano.js +11 -0
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.diffMeth.js +1 -1
- package/dist/termdb.dmr.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.runChart.js +3 -1
- package/dist/termdb.singlecellDEgenes.js +1 -1
- package/dist/termdb.singlecellSamples.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violinBox.js +7 -1
- package/package.json +4 -4
- package/src/dataset.ts +18 -11
- package/src/index.ts +1 -0
- package/src/routes/aiProjectSelectedWSImages.ts +9 -1
- package/src/routes/deleteWSITileSelection.ts +1 -2
- package/src/routes/genesetEnrichment.ts +2 -0
- package/src/routes/saveWSIAnnotation.ts +2 -1
- package/src/routes/termdb.DE.ts +9 -7
- package/src/routes/termdb.chat2.ts +7 -2
- package/src/routes/termdb.dapVolcano.ts +35 -0
- package/src/routes/termdb.singlecellSamples.ts +1 -1
- package/src/routes/termdb.topVariablyExpressedGenes.ts +3 -5
- package/src/terms/proteomeAbundance.ts +1 -1
|
@@ -7,6 +7,11 @@ import {
|
|
|
7
7
|
var import_typia = __toESM(require_lib(), 1);
|
|
8
8
|
|
|
9
9
|
// src/routes/samplewsimages.ts
|
|
10
|
+
var WSImage = class {
|
|
11
|
+
constructor(filename) {
|
|
12
|
+
this.filename = filename;
|
|
13
|
+
}
|
|
14
|
+
};
|
|
10
15
|
var sampleWSImagesPayload = {
|
|
11
16
|
request: {
|
|
12
17
|
typeId: "SampleWSImagesRequest"
|
|
@@ -66,8 +71,8 @@ var validSampleWSImagesResponse = (input) => {
|
|
|
66
71
|
const __is = (input2) => {
|
|
67
72
|
const $io0 = (input3) => Array.isArray(input3.sampleWSImages) && input3.sampleWSImages.every((elem) => "object" === typeof elem && null !== elem && $io1(elem));
|
|
68
73
|
const $io1 = (input3) => (void 0 === input3.id || "number" === typeof input3.id) && "string" === typeof input3.filename && (void 0 === input3.metadata || "string" === typeof input3.metadata) && (void 0 === input3.predictionLayers || Array.isArray(input3.predictionLayers) && input3.predictionLayers.every((elem) => "string" === typeof elem)) && (void 0 === input3.annotations || Array.isArray(input3.annotations) && input3.annotations.every((elem) => "object" === typeof elem && null !== elem && $io2(elem))) && (void 0 === input3.predictions || Array.isArray(input3.predictions) && input3.predictions.every((elem) => "object" === typeof elem && null !== elem && $io3(elem))) && (void 0 === input3.classes || Array.isArray(input3.classes) && input3.classes.every((elem) => "object" === typeof elem && null !== elem && $io4(elem))) && true && (void 0 === input3.activePatchColor || "string" === typeof input3.activePatchColor) && (void 0 === input3.tileSize || "number" === typeof input3.tileSize);
|
|
69
|
-
const $io2 = (input3) => "string" === typeof input3["class"] && "number" === typeof input3.status &&
|
|
70
|
-
const $io3 = (input3) => "string" === typeof input3["class"] && "number" === typeof input3.uncertainty && (Array.isArray(input3.zoomCoordinates) && (input3.zoomCoordinates.length === 2 && "number" === typeof input3.zoomCoordinates[0] && "number" === typeof input3.zoomCoordinates[1]));
|
|
74
|
+
const $io2 = (input3) => "string" === typeof input3["class"] && "number" === typeof input3.status && (Array.isArray(input3.zoomCoordinates) && (input3.zoomCoordinates.length === 2 && "number" === typeof input3.zoomCoordinates[0] && "number" === typeof input3.zoomCoordinates[1])) && (0 === input3.flag || 1 === input3.flag || 2 === input3.flag || 3 === input3.flag) && "string" === typeof input3.id && "string" === typeof input3.timestamp;
|
|
75
|
+
const $io3 = (input3) => "string" === typeof input3["class"] && "number" === typeof input3.uncertainty && (Array.isArray(input3.zoomCoordinates) && (input3.zoomCoordinates.length === 2 && "number" === typeof input3.zoomCoordinates[0] && "number" === typeof input3.zoomCoordinates[1])) && (0 === input3.flag || 1 === input3.flag || 2 === input3.flag || 3 === input3.flag) && "string" === typeof input3.id && "string" === typeof input3.timestamp;
|
|
71
76
|
const $io4 = (input3) => "number" === typeof input3.id && "string" === typeof input3.key_shortcut && "string" === typeof input3.label && "string" === typeof input3.color;
|
|
72
77
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
73
78
|
};
|
|
@@ -180,10 +185,6 @@ var validSampleWSImagesResponse = (input) => {
|
|
|
180
185
|
path: _path2 + ".status",
|
|
181
186
|
expected: "number",
|
|
182
187
|
value: input3.status
|
|
183
|
-
}), "string" === typeof input3.timestamp || $report(_exceptionable2, {
|
|
184
|
-
path: _path2 + ".timestamp",
|
|
185
|
-
expected: "string",
|
|
186
|
-
value: input3.timestamp
|
|
187
188
|
}), (Array.isArray(input3.zoomCoordinates) || $report(_exceptionable2, {
|
|
188
189
|
path: _path2 + ".zoomCoordinates",
|
|
189
190
|
expected: "[number, number]",
|
|
@@ -207,6 +208,18 @@ var validSampleWSImagesResponse = (input) => {
|
|
|
207
208
|
path: _path2 + ".zoomCoordinates",
|
|
208
209
|
expected: "[number, number]",
|
|
209
210
|
value: input3.zoomCoordinates
|
|
211
|
+
}), 0 === input3.flag || 1 === input3.flag || 2 === input3.flag || 3 === input3.flag || $report(_exceptionable2, {
|
|
212
|
+
path: _path2 + ".flag",
|
|
213
|
+
expected: "(0 | 1 | 2 | 3)",
|
|
214
|
+
value: input3.flag
|
|
215
|
+
}), "string" === typeof input3.id || $report(_exceptionable2, {
|
|
216
|
+
path: _path2 + ".id",
|
|
217
|
+
expected: "string",
|
|
218
|
+
value: input3.id
|
|
219
|
+
}), "string" === typeof input3.timestamp || $report(_exceptionable2, {
|
|
220
|
+
path: _path2 + ".timestamp",
|
|
221
|
+
expected: "string",
|
|
222
|
+
value: input3.timestamp
|
|
210
223
|
})].every((flag) => flag);
|
|
211
224
|
const $vo3 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3["class"] || $report(_exceptionable2, {
|
|
212
225
|
path: _path2 + '["class"]',
|
|
@@ -239,6 +252,18 @@ var validSampleWSImagesResponse = (input) => {
|
|
|
239
252
|
path: _path2 + ".zoomCoordinates",
|
|
240
253
|
expected: "[number, number]",
|
|
241
254
|
value: input3.zoomCoordinates
|
|
255
|
+
}), 0 === input3.flag || 1 === input3.flag || 2 === input3.flag || 3 === input3.flag || $report(_exceptionable2, {
|
|
256
|
+
path: _path2 + ".flag",
|
|
257
|
+
expected: "(0 | 1 | 2 | 3)",
|
|
258
|
+
value: input3.flag
|
|
259
|
+
}), "string" === typeof input3.id || $report(_exceptionable2, {
|
|
260
|
+
path: _path2 + ".id",
|
|
261
|
+
expected: "string",
|
|
262
|
+
value: input3.id
|
|
263
|
+
}), "string" === typeof input3.timestamp || $report(_exceptionable2, {
|
|
264
|
+
path: _path2 + ".timestamp",
|
|
265
|
+
expected: "string",
|
|
266
|
+
value: input3.timestamp
|
|
242
267
|
})].every((flag) => flag);
|
|
243
268
|
const $vo4 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.id || $report(_exceptionable2, {
|
|
244
269
|
path: _path2 + ".id",
|
|
@@ -277,6 +302,7 @@ var validSampleWSImagesResponse = (input) => {
|
|
|
277
302
|
};
|
|
278
303
|
|
|
279
304
|
export {
|
|
305
|
+
WSImage,
|
|
280
306
|
sampleWSImagesPayload,
|
|
281
307
|
validSampleWSImagesRequest,
|
|
282
308
|
validSampleWSImagesResponse
|
|
@@ -66,7 +66,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
66
66
|
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "string" === typeof input3.gene) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
67
67
|
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
68
68
|
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
69
|
-
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && ("object" === typeof input3.
|
|
69
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && ("object" === typeof input3.dataTypeDetails && null !== input3.dataTypeDetails && ("string" === typeof input3.dataTypeDetails.organism && "string" === typeof input3.dataTypeDetails.assay && "string" === typeof input3.dataTypeDetails.cohort));
|
|
70
70
|
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
71
71
|
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
72
72
|
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
@@ -1812,14 +1812,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1812
1812
|
path: _path2 + ".bins",
|
|
1813
1813
|
expected: "(PresetNumericBins | undefined)",
|
|
1814
1814
|
value: input3.bins
|
|
1815
|
-
}), ("object" === typeof input3.
|
|
1816
|
-
path: _path2 + ".
|
|
1815
|
+
}), ("object" === typeof input3.dataTypeDetails && null !== input3.dataTypeDetails || $report(_exceptionable2, {
|
|
1816
|
+
path: _path2 + ".dataTypeDetails",
|
|
1817
1817
|
expected: "ProteomeDetails",
|
|
1818
|
-
value: input3.
|
|
1819
|
-
})) && $vo29(input3.
|
|
1820
|
-
path: _path2 + ".
|
|
1818
|
+
value: input3.dataTypeDetails
|
|
1819
|
+
})) && $vo29(input3.dataTypeDetails, _path2 + ".dataTypeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1820
|
+
path: _path2 + ".dataTypeDetails",
|
|
1821
1821
|
expected: "ProteomeDetails",
|
|
1822
|
-
value: input3.
|
|
1822
|
+
value: input3.dataTypeDetails
|
|
1823
1823
|
})].every((flag) => flag);
|
|
1824
1824
|
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.organism || $report(_exceptionable2, {
|
|
1825
1825
|
path: _path2 + ".organism",
|
|
@@ -20,7 +20,8 @@ var saveWSIAnnotationPayload = {
|
|
|
20
20
|
var validSaveWSIAnnotationRequest = (input) => {
|
|
21
21
|
const errors = [];
|
|
22
22
|
const __is = (input2) => {
|
|
23
|
-
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (
|
|
23
|
+
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && ("object" === typeof input3.tileSelection && null !== input3.tileSelection && $io1(input3.tileSelection)) && "number" === typeof input3.classId && "number" === typeof input3.projectId && "string" === typeof input3.wsimage;
|
|
24
|
+
const $io1 = (input3) => Array.isArray(input3.zoomCoordinates) && (input3.zoomCoordinates.length === 2 && "number" === typeof input3.zoomCoordinates[0] && "number" === typeof input3.zoomCoordinates[1]) && (void 0 === input3["class"] || "string" === typeof input3["class"]) && (0 === input3.flag || 1 === input3.flag || 2 === input3.flag || 3 === input3.flag) && "string" === typeof input3.id && "string" === typeof input3.timestamp;
|
|
24
25
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
25
26
|
};
|
|
26
27
|
if (false === __is(input)) {
|
|
@@ -34,29 +35,14 @@ var validSaveWSIAnnotationRequest = (input) => {
|
|
|
34
35
|
path: _path2 + ".dslabel",
|
|
35
36
|
expected: "string",
|
|
36
37
|
value: input3.dslabel
|
|
37
|
-
}), (
|
|
38
|
-
path: _path2 + ".
|
|
39
|
-
expected: "
|
|
40
|
-
value: input3.
|
|
41
|
-
})) && (
|
|
42
|
-
path: _path2 + ".
|
|
43
|
-
expected: "
|
|
44
|
-
value: input3.
|
|
45
|
-
})) && [
|
|
46
|
-
"number" === typeof input3.coordinates[0] || $report(_exceptionable2, {
|
|
47
|
-
path: _path2 + ".coordinates[0]",
|
|
48
|
-
expected: "number",
|
|
49
|
-
value: input3.coordinates[0]
|
|
50
|
-
}),
|
|
51
|
-
"number" === typeof input3.coordinates[1] || $report(_exceptionable2, {
|
|
52
|
-
path: _path2 + ".coordinates[1]",
|
|
53
|
-
expected: "number",
|
|
54
|
-
value: input3.coordinates[1]
|
|
55
|
-
})
|
|
56
|
-
].every((flag) => flag)) || $report(_exceptionable2, {
|
|
57
|
-
path: _path2 + ".coordinates",
|
|
58
|
-
expected: "[number, number]",
|
|
59
|
-
value: input3.coordinates
|
|
38
|
+
}), ("object" === typeof input3.tileSelection && null !== input3.tileSelection || $report(_exceptionable2, {
|
|
39
|
+
path: _path2 + ".tileSelection",
|
|
40
|
+
expected: "TileSelection",
|
|
41
|
+
value: input3.tileSelection
|
|
42
|
+
})) && $vo1(input3.tileSelection, _path2 + ".tileSelection", _exceptionable2) || $report(_exceptionable2, {
|
|
43
|
+
path: _path2 + ".tileSelection",
|
|
44
|
+
expected: "TileSelection",
|
|
45
|
+
value: input3.tileSelection
|
|
60
46
|
}), "number" === typeof input3.classId || $report(_exceptionable2, {
|
|
61
47
|
path: _path2 + ".classId",
|
|
62
48
|
expected: "number",
|
|
@@ -70,6 +56,46 @@ var validSaveWSIAnnotationRequest = (input) => {
|
|
|
70
56
|
expected: "string",
|
|
71
57
|
value: input3.wsimage
|
|
72
58
|
})].every((flag) => flag);
|
|
59
|
+
const $vo1 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.zoomCoordinates) || $report(_exceptionable2, {
|
|
60
|
+
path: _path2 + ".zoomCoordinates",
|
|
61
|
+
expected: "[number, number]",
|
|
62
|
+
value: input3.zoomCoordinates
|
|
63
|
+
})) && ((input3.zoomCoordinates.length === 2 || $report(_exceptionable2, {
|
|
64
|
+
path: _path2 + ".zoomCoordinates",
|
|
65
|
+
expected: "[number, number]",
|
|
66
|
+
value: input3.zoomCoordinates
|
|
67
|
+
})) && [
|
|
68
|
+
"number" === typeof input3.zoomCoordinates[0] || $report(_exceptionable2, {
|
|
69
|
+
path: _path2 + ".zoomCoordinates[0]",
|
|
70
|
+
expected: "number",
|
|
71
|
+
value: input3.zoomCoordinates[0]
|
|
72
|
+
}),
|
|
73
|
+
"number" === typeof input3.zoomCoordinates[1] || $report(_exceptionable2, {
|
|
74
|
+
path: _path2 + ".zoomCoordinates[1]",
|
|
75
|
+
expected: "number",
|
|
76
|
+
value: input3.zoomCoordinates[1]
|
|
77
|
+
})
|
|
78
|
+
].every((flag) => flag)) || $report(_exceptionable2, {
|
|
79
|
+
path: _path2 + ".zoomCoordinates",
|
|
80
|
+
expected: "[number, number]",
|
|
81
|
+
value: input3.zoomCoordinates
|
|
82
|
+
}), void 0 === input3["class"] || "string" === typeof input3["class"] || $report(_exceptionable2, {
|
|
83
|
+
path: _path2 + '["class"]',
|
|
84
|
+
expected: "(string | undefined)",
|
|
85
|
+
value: input3["class"]
|
|
86
|
+
}), 0 === input3.flag || 1 === input3.flag || 2 === input3.flag || 3 === input3.flag || $report(_exceptionable2, {
|
|
87
|
+
path: _path2 + ".flag",
|
|
88
|
+
expected: "(0 | 1 | 2 | 3)",
|
|
89
|
+
value: input3.flag
|
|
90
|
+
}), "string" === typeof input3.id || $report(_exceptionable2, {
|
|
91
|
+
path: _path2 + ".id",
|
|
92
|
+
expected: "string",
|
|
93
|
+
value: input3.id
|
|
94
|
+
}), "string" === typeof input3.timestamp || $report(_exceptionable2, {
|
|
95
|
+
path: _path2 + ".timestamp",
|
|
96
|
+
expected: "string",
|
|
97
|
+
value: input3.timestamp
|
|
98
|
+
})].every((flag) => flag);
|
|
73
99
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
74
100
|
path: _path + "",
|
|
75
101
|
expected: "SaveWSIAnnotationRequest",
|
|
@@ -77,7 +77,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
77
77
|
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "string" === typeof input3.gene) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
78
78
|
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
79
79
|
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
80
|
-
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && ("object" === typeof input3.
|
|
80
|
+
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && ("object" === typeof input3.dataTypeDetails && null !== input3.dataTypeDetails && ("string" === typeof input3.dataTypeDetails.organism && "string" === typeof input3.dataTypeDetails.assay && "string" === typeof input3.dataTypeDetails.cohort));
|
|
81
81
|
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
82
82
|
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
83
83
|
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
@@ -1718,14 +1718,14 @@ var validBrainImagingRequest = (input) => {
|
|
|
1718
1718
|
path: _path2 + ".bins",
|
|
1719
1719
|
expected: "(PresetNumericBins | undefined)",
|
|
1720
1720
|
value: input3.bins
|
|
1721
|
-
}), ("object" === typeof input3.
|
|
1722
|
-
path: _path2 + ".
|
|
1721
|
+
}), ("object" === typeof input3.dataTypeDetails && null !== input3.dataTypeDetails || $report(_exceptionable2, {
|
|
1722
|
+
path: _path2 + ".dataTypeDetails",
|
|
1723
1723
|
expected: "ProteomeDetails",
|
|
1724
|
-
value: input3.
|
|
1725
|
-
})) && $vo27(input3.
|
|
1726
|
-
path: _path2 + ".
|
|
1724
|
+
value: input3.dataTypeDetails
|
|
1725
|
+
})) && $vo27(input3.dataTypeDetails, _path2 + ".dataTypeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1726
|
+
path: _path2 + ".dataTypeDetails",
|
|
1727
1727
|
expected: "ProteomeDetails",
|
|
1728
|
-
value: input3.
|
|
1728
|
+
value: input3.dataTypeDetails
|
|
1729
1729
|
})].every((flag) => flag);
|
|
1730
1730
|
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.organism || $report(_exceptionable2, {
|
|
1731
1731
|
path: _path2 + ".organism",
|
package/dist/grin2.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
|
+
import {
|
|
2
|
+
termdbTopTermsByTypePayload,
|
|
3
|
+
validTermdbTopTermsByTypeRequest,
|
|
4
|
+
validTermdbTopTermsByTypeResponse
|
|
5
|
+
} from "./chunk-LC6KLHCJ.js";
|
|
1
6
|
import {
|
|
2
7
|
termdbTopVariablyExpressedGenesPayload,
|
|
3
8
|
validTermdbTopVariablyExpressedGenesRequest,
|
|
4
9
|
validTermdbTopVariablyExpressedGenesResponse
|
|
5
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-V3JDD3ZG.js";
|
|
6
11
|
import {
|
|
12
|
+
isBoxPlotResponse,
|
|
13
|
+
isErrorResponse,
|
|
14
|
+
isViolinResponse,
|
|
7
15
|
validViolinBoxRequest,
|
|
8
16
|
validViolinBoxResponse,
|
|
9
17
|
violinBoxPayload
|
|
10
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-DDKGTDDB.js";
|
|
11
19
|
import {
|
|
12
20
|
tilePayload,
|
|
13
21
|
validTileRequest,
|
|
@@ -23,6 +31,11 @@ import {
|
|
|
23
31
|
validWSISamplesResponse,
|
|
24
32
|
wsiSamplesPayload
|
|
25
33
|
} from "./chunk-2744ACBX.js";
|
|
34
|
+
import {
|
|
35
|
+
termdbSampleScatterPayload,
|
|
36
|
+
validTermdbSampleScatterRequest,
|
|
37
|
+
validTermdbSampleScatterResponse
|
|
38
|
+
} from "./chunk-RXJNXOZC.js";
|
|
26
39
|
import {
|
|
27
40
|
termdbSingleSampleMutationPayload,
|
|
28
41
|
validTermdbSingleSampleMutationRequest,
|
|
@@ -32,7 +45,7 @@ import {
|
|
|
32
45
|
termdbSingleCellDEgenesPayload,
|
|
33
46
|
validTermdbSingleCellDEgenesRequest,
|
|
34
47
|
validTermdbSingleCellDEgenesResponse
|
|
35
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-BZVFHGN3.js";
|
|
36
49
|
import {
|
|
37
50
|
termdbSingleCellDataPayload,
|
|
38
51
|
validTermdbSingleCellDataRequest,
|
|
@@ -42,7 +55,7 @@ import {
|
|
|
42
55
|
termdbSingleCellSamplesPayload,
|
|
43
56
|
validTermdbSingleCellSamplesRequest,
|
|
44
57
|
validTermdbSingleCellSamplesResponse
|
|
45
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-IS74WYQF.js";
|
|
46
59
|
import {
|
|
47
60
|
termChildrenPayload,
|
|
48
61
|
validTermChildrenRequest,
|
|
@@ -52,17 +65,17 @@ import {
|
|
|
52
65
|
termsByIdsPayload,
|
|
53
66
|
validTermsByIdsRequest,
|
|
54
67
|
validTermsByIdsResponse
|
|
55
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-SDZIGJY3.js";
|
|
56
69
|
import {
|
|
57
70
|
topMutatedGenePayload,
|
|
58
71
|
validtopMutatedGeneRequest,
|
|
59
72
|
validtopMutatedGeneResponse
|
|
60
73
|
} from "./chunk-EIJT53QB.js";
|
|
61
74
|
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
} from "./chunk-
|
|
75
|
+
percentilePayload,
|
|
76
|
+
validPercentileRequest,
|
|
77
|
+
validPercentileResponse
|
|
78
|
+
} from "./chunk-MKYLCBTP.js";
|
|
66
79
|
import {
|
|
67
80
|
ProfileFormScoresPayload,
|
|
68
81
|
validProfileFormScoresRequest,
|
|
@@ -89,40 +102,41 @@ import {
|
|
|
89
102
|
validRootTermResponse
|
|
90
103
|
} from "./chunk-Q3HGHP3J.js";
|
|
91
104
|
import {
|
|
105
|
+
isRunChartSuccess,
|
|
92
106
|
runChartPayload,
|
|
93
107
|
validRunChartRequest,
|
|
94
108
|
validRunChartResponse
|
|
95
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-2VJRTZE2.js";
|
|
96
110
|
import {
|
|
97
111
|
termdbSampleImagesPayload,
|
|
98
112
|
validTermdbSampleImagesRequest,
|
|
99
113
|
validTermdbSampleImagesResponse
|
|
100
114
|
} from "./chunk-U3BTVE5T.js";
|
|
101
|
-
import {
|
|
102
|
-
termdbSampleScatterPayload,
|
|
103
|
-
validTermdbSampleScatterRequest,
|
|
104
|
-
validTermdbSampleScatterResponse
|
|
105
|
-
} from "./chunk-RXJNXOZC.js";
|
|
106
115
|
import {
|
|
107
116
|
termdbCohortsPayload,
|
|
108
117
|
validTermdbCohortsRequest,
|
|
109
118
|
validTermdbCohortsResponse
|
|
110
119
|
} from "./chunk-FMC4G5BP.js";
|
|
120
|
+
import {
|
|
121
|
+
dapVolcanoPayload,
|
|
122
|
+
validDapVolcanoRequest,
|
|
123
|
+
validDapVolcanoResponse
|
|
124
|
+
} from "./chunk-QNH3PKJK.js";
|
|
111
125
|
import {
|
|
112
126
|
descrStatsPayload,
|
|
113
127
|
validDescrStatsRequest,
|
|
114
128
|
validDescrStatsResponse
|
|
115
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-TQQWSHFM.js";
|
|
116
130
|
import {
|
|
117
131
|
diffMethPayload,
|
|
118
132
|
validDiffMethRequest,
|
|
119
133
|
validDiffMethResponse
|
|
120
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-JDF7A2LY.js";
|
|
121
135
|
import {
|
|
122
136
|
TermdbDmrPayload,
|
|
123
137
|
validTermdbDmrRequest,
|
|
124
138
|
validTermdbDmrResponse
|
|
125
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-MVB7LQS5.js";
|
|
126
140
|
import {
|
|
127
141
|
FilterTermValuesPayload,
|
|
128
142
|
validFilterTermValuesRequest,
|
|
@@ -137,17 +151,12 @@ import {
|
|
|
137
151
|
numericCategoriesPayload,
|
|
138
152
|
validNumericCategoriesRequest,
|
|
139
153
|
validNumericCategoriesResponse
|
|
140
|
-
} from "./chunk-
|
|
141
|
-
import {
|
|
142
|
-
percentilePayload,
|
|
143
|
-
validPercentileRequest,
|
|
144
|
-
validPercentileResponse
|
|
145
|
-
} from "./chunk-I3QGRA7O.js";
|
|
154
|
+
} from "./chunk-LQYSPLDQ.js";
|
|
146
155
|
import {
|
|
147
156
|
saveWSIAnnotationPayload,
|
|
148
157
|
validSaveWSIAnnotationRequest,
|
|
149
158
|
validSaveWSIAnnotationResponse
|
|
150
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-YW5G4M5D.js";
|
|
151
160
|
import {
|
|
152
161
|
snpPayload,
|
|
153
162
|
validSnpRequest,
|
|
@@ -157,24 +166,25 @@ import {
|
|
|
157
166
|
diffExpPayload,
|
|
158
167
|
validDERequest,
|
|
159
168
|
validDEResponse
|
|
160
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-G4MMYXP6.js";
|
|
161
170
|
import {
|
|
162
171
|
termdbCategoriesPayload,
|
|
163
172
|
validCategoriesRequest,
|
|
164
173
|
validCategoriesResponse
|
|
165
|
-
} from "./chunk-
|
|
174
|
+
} from "./chunk-JEQGBUK2.js";
|
|
166
175
|
import {
|
|
167
176
|
validChatRequest,
|
|
168
177
|
validChatResponse
|
|
169
|
-
} from "./chunk-
|
|
178
|
+
} from "./chunk-MNT3GF7M.js";
|
|
170
179
|
import {
|
|
171
|
-
ChatPayload
|
|
172
|
-
|
|
180
|
+
ChatPayload,
|
|
181
|
+
createAmbiguousPoints
|
|
182
|
+
} from "./chunk-DI4Q26E7.js";
|
|
173
183
|
import {
|
|
174
184
|
termdbClusterPayload,
|
|
175
185
|
validTermdbClusterRequest,
|
|
176
186
|
validTermdbClusterResponse
|
|
177
|
-
} from "./chunk-
|
|
187
|
+
} from "./chunk-TEXOICIS.js";
|
|
178
188
|
import {
|
|
179
189
|
termdbCohortSummaryPayload,
|
|
180
190
|
validTermdbCohortSummaryRequest,
|
|
@@ -211,10 +221,11 @@ import {
|
|
|
211
221
|
validPdomainResponse
|
|
212
222
|
} from "./chunk-2C4X5B6N.js";
|
|
213
223
|
import {
|
|
224
|
+
WSImage,
|
|
214
225
|
sampleWSImagesPayload,
|
|
215
226
|
validSampleWSImagesRequest,
|
|
216
227
|
validSampleWSImagesResponse
|
|
217
|
-
} from "./chunk-
|
|
228
|
+
} from "./chunk-VJB6F2HL.js";
|
|
218
229
|
import {
|
|
219
230
|
gdcMafPayload,
|
|
220
231
|
validGdcMafRequest,
|
|
@@ -234,7 +245,7 @@ import {
|
|
|
234
245
|
genesetEnrichmentPayload,
|
|
235
246
|
validGenesetEnrichmentRequest,
|
|
236
247
|
validGenesetEnrichmentResponse
|
|
237
|
-
} from "./chunk-
|
|
248
|
+
} from "./chunk-AGMCAWBR.js";
|
|
238
249
|
import {
|
|
239
250
|
genesetOverrepresentationPayload,
|
|
240
251
|
validGenesetOverrepresentationRequest,
|
|
@@ -244,7 +255,7 @@ import {
|
|
|
244
255
|
GRIN2Payload,
|
|
245
256
|
validGRIN2Request,
|
|
246
257
|
validGRIN2Response
|
|
247
|
-
} from "./chunk-
|
|
258
|
+
} from "./chunk-SZZXZZKO.js";
|
|
248
259
|
import {
|
|
249
260
|
healthcheckPayload,
|
|
250
261
|
validHealthCheckRequest,
|
|
@@ -266,7 +277,7 @@ import {
|
|
|
266
277
|
CorrelationVolcanoPayload,
|
|
267
278
|
validCorrelationVolcanoRequest,
|
|
268
279
|
validCorrelationVolcanoResponse
|
|
269
|
-
} from "./chunk-
|
|
280
|
+
} from "./chunk-X5E72ZXA.js";
|
|
270
281
|
import {
|
|
271
282
|
datasetPayload,
|
|
272
283
|
validDatasetRequest,
|
|
@@ -276,7 +287,7 @@ import {
|
|
|
276
287
|
deleteWSITileSelectionPayload,
|
|
277
288
|
validDeleteWSITileSelectionRequest,
|
|
278
289
|
validDeleteWSITileSelectionResponse
|
|
279
|
-
} from "./chunk-
|
|
290
|
+
} from "./chunk-ULKGA7YY.js";
|
|
280
291
|
import {
|
|
281
292
|
dsDataPayload,
|
|
282
293
|
validDsDataRequest,
|
|
@@ -304,7 +315,7 @@ import {
|
|
|
304
315
|
aiProjectSelectedWSImagesResponsePayload,
|
|
305
316
|
validAiProjectSelectedWSImagesRequest,
|
|
306
317
|
validAiProjectSelectedWSImagesResponse
|
|
307
|
-
} from "./chunk-
|
|
318
|
+
} from "./chunk-DUCWIRPX.js";
|
|
308
319
|
import {
|
|
309
320
|
aiProjectTrainModelPayload,
|
|
310
321
|
validAIProjectTrainModelRequest,
|
|
@@ -324,7 +335,7 @@ import {
|
|
|
324
335
|
brainImagingPayload,
|
|
325
336
|
validBrainImagingRequest,
|
|
326
337
|
validBrainImagingResponse
|
|
327
|
-
} from "./chunk-
|
|
338
|
+
} from "./chunk-ZMDZYG5B.js";
|
|
328
339
|
import {
|
|
329
340
|
brainImagingSamplesPayload,
|
|
330
341
|
validBrainImagingSamplesRequest,
|
|
@@ -347,6 +358,7 @@ export {
|
|
|
347
358
|
ProfileScoresPayload,
|
|
348
359
|
TermdbDmrPayload,
|
|
349
360
|
TermdbIsoformAvailabilityPayload,
|
|
361
|
+
WSImage,
|
|
350
362
|
aiProjectAdminPayload,
|
|
351
363
|
aiProjectSelectedWSImagesResponsePayload,
|
|
352
364
|
aiProjectTrainModelPayload,
|
|
@@ -356,6 +368,8 @@ export {
|
|
|
356
368
|
brainImagingSamplesPayload,
|
|
357
369
|
burdenPayload,
|
|
358
370
|
clearWSImagesSessionsPayload,
|
|
371
|
+
createAmbiguousPoints,
|
|
372
|
+
dapVolcanoPayload,
|
|
359
373
|
datasetPayload,
|
|
360
374
|
deleteWSITileSelectionPayload,
|
|
361
375
|
descrStatsPayload,
|
|
@@ -373,6 +387,10 @@ export {
|
|
|
373
387
|
hicdataPayload,
|
|
374
388
|
hicstatPayload,
|
|
375
389
|
imgPayload,
|
|
390
|
+
isBoxPlotResponse,
|
|
391
|
+
isErrorResponse,
|
|
392
|
+
isRunChartSuccess,
|
|
393
|
+
isViolinResponse,
|
|
376
394
|
isoformlstPayload,
|
|
377
395
|
ntseqPayload,
|
|
378
396
|
numericCategoriesPayload,
|
|
@@ -425,6 +443,8 @@ export {
|
|
|
425
443
|
validDEResponse,
|
|
426
444
|
validDZImagesRequest,
|
|
427
445
|
validDZImagesResponse,
|
|
446
|
+
validDapVolcanoRequest,
|
|
447
|
+
validDapVolcanoResponse,
|
|
428
448
|
validDatasetRequest,
|
|
429
449
|
validDatasetResponse,
|
|
430
450
|
validDeleteWSITileSelectionRequest,
|
package/dist/samplewsimages.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
|
+
WSImage,
|
|
2
3
|
sampleWSImagesPayload,
|
|
3
4
|
validSampleWSImagesRequest,
|
|
4
5
|
validSampleWSImagesResponse
|
|
5
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VJB6F2HL.js";
|
|
6
7
|
import "./chunk-YNHC5SXO.js";
|
|
7
8
|
export {
|
|
9
|
+
WSImage,
|
|
8
10
|
sampleWSImagesPayload,
|
|
9
11
|
validSampleWSImagesRequest,
|
|
10
12
|
validSampleWSImagesResponse
|