@sjcrh/proteinpaint-types 2.186.0 → 2.188.0
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-5N7V62ZL.js +231 -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 +75 -47
- 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.profileForms2Scores.js +11 -0
- 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 +19 -10
- 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.profileForms2Scores.ts +25 -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,8 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
|
+
termdbTopTermsByTypePayload,
|
|
3
|
+
validTermdbTopTermsByTypeRequest,
|
|
4
|
+
validTermdbTopTermsByTypeResponse
|
|
5
|
+
} from "./chunk-LC6KLHCJ.js";
|
|
6
|
+
import {
|
|
7
|
+
termdbTopVariablyExpressedGenesPayload,
|
|
8
|
+
validTermdbTopVariablyExpressedGenesRequest,
|
|
9
|
+
validTermdbTopVariablyExpressedGenesResponse
|
|
10
|
+
} from "./chunk-V3JDD3ZG.js";
|
|
11
|
+
import {
|
|
12
|
+
isBoxPlotResponse,
|
|
13
|
+
isErrorResponse,
|
|
14
|
+
isViolinResponse,
|
|
2
15
|
validViolinBoxRequest,
|
|
3
16
|
validViolinBoxResponse,
|
|
4
17
|
violinBoxPayload
|
|
5
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-DDKGTDDB.js";
|
|
6
19
|
import {
|
|
7
20
|
tilePayload,
|
|
8
21
|
validTileRequest,
|
|
@@ -18,11 +31,21 @@ import {
|
|
|
18
31
|
validWSISamplesResponse,
|
|
19
32
|
wsiSamplesPayload
|
|
20
33
|
} from "./chunk-2744ACBX.js";
|
|
34
|
+
import {
|
|
35
|
+
termdbSampleScatterPayload,
|
|
36
|
+
validTermdbSampleScatterRequest,
|
|
37
|
+
validTermdbSampleScatterResponse
|
|
38
|
+
} from "./chunk-RXJNXOZC.js";
|
|
39
|
+
import {
|
|
40
|
+
termdbSingleSampleMutationPayload,
|
|
41
|
+
validTermdbSingleSampleMutationRequest,
|
|
42
|
+
validTermdbSingleSampleMutationResponse
|
|
43
|
+
} from "./chunk-5L4VF3ZL.js";
|
|
21
44
|
import {
|
|
22
45
|
termdbSingleCellDEgenesPayload,
|
|
23
46
|
validTermdbSingleCellDEgenesRequest,
|
|
24
47
|
validTermdbSingleCellDEgenesResponse
|
|
25
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-BZVFHGN3.js";
|
|
26
49
|
import {
|
|
27
50
|
termdbSingleCellDataPayload,
|
|
28
51
|
validTermdbSingleCellDataRequest,
|
|
@@ -32,7 +55,7 @@ import {
|
|
|
32
55
|
termdbSingleCellSamplesPayload,
|
|
33
56
|
validTermdbSingleCellSamplesRequest,
|
|
34
57
|
validTermdbSingleCellSamplesResponse
|
|
35
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-IS74WYQF.js";
|
|
36
59
|
import {
|
|
37
60
|
termChildrenPayload,
|
|
38
61
|
validTermChildrenRequest,
|
|
@@ -42,27 +65,27 @@ import {
|
|
|
42
65
|
termsByIdsPayload,
|
|
43
66
|
validTermsByIdsRequest,
|
|
44
67
|
validTermsByIdsResponse
|
|
45
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-SDZIGJY3.js";
|
|
46
69
|
import {
|
|
47
70
|
topMutatedGenePayload,
|
|
48
71
|
validtopMutatedGeneRequest,
|
|
49
72
|
validtopMutatedGeneResponse
|
|
50
73
|
} from "./chunk-EIJT53QB.js";
|
|
51
74
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
56
|
-
import {
|
|
57
|
-
termdbTopVariablyExpressedGenesPayload,
|
|
58
|
-
validTermdbTopVariablyExpressedGenesRequest,
|
|
59
|
-
validTermdbTopVariablyExpressedGenesResponse
|
|
60
|
-
} from "./chunk-DPJUULKQ.js";
|
|
75
|
+
percentilePayload,
|
|
76
|
+
validPercentileRequest,
|
|
77
|
+
validPercentileResponse
|
|
78
|
+
} from "./chunk-MKYLCBTP.js";
|
|
61
79
|
import {
|
|
62
80
|
ProfileFormScoresPayload,
|
|
63
81
|
validProfileFormScoresRequest,
|
|
64
82
|
validProfileFormScoresResponse
|
|
65
83
|
} from "./chunk-ZIOJDN75.js";
|
|
84
|
+
import {
|
|
85
|
+
ProfileForms2ScoresPayload,
|
|
86
|
+
validProfileForms2ScoresRequest,
|
|
87
|
+
validProfileForms2ScoresResponse
|
|
88
|
+
} from "./chunk-5N7V62ZL.js";
|
|
66
89
|
import {
|
|
67
90
|
ProfileScoresPayload,
|
|
68
91
|
validProfileScoresRequest,
|
|
@@ -79,45 +102,41 @@ import {
|
|
|
79
102
|
validRootTermResponse
|
|
80
103
|
} from "./chunk-Q3HGHP3J.js";
|
|
81
104
|
import {
|
|
105
|
+
isRunChartSuccess,
|
|
82
106
|
runChartPayload,
|
|
83
107
|
validRunChartRequest,
|
|
84
108
|
validRunChartResponse
|
|
85
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-2VJRTZE2.js";
|
|
86
110
|
import {
|
|
87
111
|
termdbSampleImagesPayload,
|
|
88
112
|
validTermdbSampleImagesRequest,
|
|
89
113
|
validTermdbSampleImagesResponse
|
|
90
114
|
} from "./chunk-U3BTVE5T.js";
|
|
91
|
-
import {
|
|
92
|
-
termdbSampleScatterPayload,
|
|
93
|
-
validTermdbSampleScatterRequest,
|
|
94
|
-
validTermdbSampleScatterResponse
|
|
95
|
-
} from "./chunk-RXJNXOZC.js";
|
|
96
|
-
import {
|
|
97
|
-
termdbSingleSampleMutationPayload,
|
|
98
|
-
validTermdbSingleSampleMutationRequest,
|
|
99
|
-
validTermdbSingleSampleMutationResponse
|
|
100
|
-
} from "./chunk-5L4VF3ZL.js";
|
|
101
115
|
import {
|
|
102
116
|
termdbCohortsPayload,
|
|
103
117
|
validTermdbCohortsRequest,
|
|
104
118
|
validTermdbCohortsResponse
|
|
105
119
|
} from "./chunk-FMC4G5BP.js";
|
|
120
|
+
import {
|
|
121
|
+
dapVolcanoPayload,
|
|
122
|
+
validDapVolcanoRequest,
|
|
123
|
+
validDapVolcanoResponse
|
|
124
|
+
} from "./chunk-QNH3PKJK.js";
|
|
106
125
|
import {
|
|
107
126
|
descrStatsPayload,
|
|
108
127
|
validDescrStatsRequest,
|
|
109
128
|
validDescrStatsResponse
|
|
110
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-TQQWSHFM.js";
|
|
111
130
|
import {
|
|
112
131
|
diffMethPayload,
|
|
113
132
|
validDiffMethRequest,
|
|
114
133
|
validDiffMethResponse
|
|
115
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-JDF7A2LY.js";
|
|
116
135
|
import {
|
|
117
136
|
TermdbDmrPayload,
|
|
118
137
|
validTermdbDmrRequest,
|
|
119
138
|
validTermdbDmrResponse
|
|
120
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-MVB7LQS5.js";
|
|
121
140
|
import {
|
|
122
141
|
FilterTermValuesPayload,
|
|
123
142
|
validFilterTermValuesRequest,
|
|
@@ -132,17 +151,12 @@ import {
|
|
|
132
151
|
numericCategoriesPayload,
|
|
133
152
|
validNumericCategoriesRequest,
|
|
134
153
|
validNumericCategoriesResponse
|
|
135
|
-
} from "./chunk-
|
|
136
|
-
import {
|
|
137
|
-
percentilePayload,
|
|
138
|
-
validPercentileRequest,
|
|
139
|
-
validPercentileResponse
|
|
140
|
-
} from "./chunk-I3QGRA7O.js";
|
|
154
|
+
} from "./chunk-LQYSPLDQ.js";
|
|
141
155
|
import {
|
|
142
156
|
saveWSIAnnotationPayload,
|
|
143
157
|
validSaveWSIAnnotationRequest,
|
|
144
158
|
validSaveWSIAnnotationResponse
|
|
145
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-YW5G4M5D.js";
|
|
146
160
|
import {
|
|
147
161
|
snpPayload,
|
|
148
162
|
validSnpRequest,
|
|
@@ -152,24 +166,25 @@ import {
|
|
|
152
166
|
diffExpPayload,
|
|
153
167
|
validDERequest,
|
|
154
168
|
validDEResponse
|
|
155
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-G4MMYXP6.js";
|
|
156
170
|
import {
|
|
157
171
|
termdbCategoriesPayload,
|
|
158
172
|
validCategoriesRequest,
|
|
159
173
|
validCategoriesResponse
|
|
160
|
-
} from "./chunk-
|
|
174
|
+
} from "./chunk-JEQGBUK2.js";
|
|
161
175
|
import {
|
|
162
176
|
validChatRequest,
|
|
163
177
|
validChatResponse
|
|
164
|
-
} from "./chunk-
|
|
178
|
+
} from "./chunk-MNT3GF7M.js";
|
|
165
179
|
import {
|
|
166
|
-
ChatPayload
|
|
167
|
-
|
|
180
|
+
ChatPayload,
|
|
181
|
+
createAmbiguousPoints
|
|
182
|
+
} from "./chunk-DI4Q26E7.js";
|
|
168
183
|
import {
|
|
169
184
|
termdbClusterPayload,
|
|
170
185
|
validTermdbClusterRequest,
|
|
171
186
|
validTermdbClusterResponse
|
|
172
|
-
} from "./chunk-
|
|
187
|
+
} from "./chunk-TEXOICIS.js";
|
|
173
188
|
import {
|
|
174
189
|
termdbCohortSummaryPayload,
|
|
175
190
|
validTermdbCohortSummaryRequest,
|
|
@@ -206,10 +221,11 @@ import {
|
|
|
206
221
|
validPdomainResponse
|
|
207
222
|
} from "./chunk-2C4X5B6N.js";
|
|
208
223
|
import {
|
|
224
|
+
WSImage,
|
|
209
225
|
sampleWSImagesPayload,
|
|
210
226
|
validSampleWSImagesRequest,
|
|
211
227
|
validSampleWSImagesResponse
|
|
212
|
-
} from "./chunk-
|
|
228
|
+
} from "./chunk-VJB6F2HL.js";
|
|
213
229
|
import {
|
|
214
230
|
gdcMafPayload,
|
|
215
231
|
validGdcMafRequest,
|
|
@@ -229,7 +245,7 @@ import {
|
|
|
229
245
|
genesetEnrichmentPayload,
|
|
230
246
|
validGenesetEnrichmentRequest,
|
|
231
247
|
validGenesetEnrichmentResponse
|
|
232
|
-
} from "./chunk-
|
|
248
|
+
} from "./chunk-AGMCAWBR.js";
|
|
233
249
|
import {
|
|
234
250
|
genesetOverrepresentationPayload,
|
|
235
251
|
validGenesetOverrepresentationRequest,
|
|
@@ -239,7 +255,7 @@ import {
|
|
|
239
255
|
GRIN2Payload,
|
|
240
256
|
validGRIN2Request,
|
|
241
257
|
validGRIN2Response
|
|
242
|
-
} from "./chunk-
|
|
258
|
+
} from "./chunk-SZZXZZKO.js";
|
|
243
259
|
import {
|
|
244
260
|
healthcheckPayload,
|
|
245
261
|
validHealthCheckRequest,
|
|
@@ -261,7 +277,7 @@ import {
|
|
|
261
277
|
CorrelationVolcanoPayload,
|
|
262
278
|
validCorrelationVolcanoRequest,
|
|
263
279
|
validCorrelationVolcanoResponse
|
|
264
|
-
} from "./chunk-
|
|
280
|
+
} from "./chunk-X5E72ZXA.js";
|
|
265
281
|
import {
|
|
266
282
|
datasetPayload,
|
|
267
283
|
validDatasetRequest,
|
|
@@ -271,7 +287,7 @@ import {
|
|
|
271
287
|
deleteWSITileSelectionPayload,
|
|
272
288
|
validDeleteWSITileSelectionRequest,
|
|
273
289
|
validDeleteWSITileSelectionResponse
|
|
274
|
-
} from "./chunk-
|
|
290
|
+
} from "./chunk-ULKGA7YY.js";
|
|
275
291
|
import {
|
|
276
292
|
dsDataPayload,
|
|
277
293
|
validDsDataRequest,
|
|
@@ -299,7 +315,7 @@ import {
|
|
|
299
315
|
aiProjectSelectedWSImagesResponsePayload,
|
|
300
316
|
validAiProjectSelectedWSImagesRequest,
|
|
301
317
|
validAiProjectSelectedWSImagesResponse
|
|
302
|
-
} from "./chunk-
|
|
318
|
+
} from "./chunk-DUCWIRPX.js";
|
|
303
319
|
import {
|
|
304
320
|
aiProjectTrainModelPayload,
|
|
305
321
|
validAIProjectTrainModelRequest,
|
|
@@ -319,7 +335,7 @@ import {
|
|
|
319
335
|
brainImagingPayload,
|
|
320
336
|
validBrainImagingRequest,
|
|
321
337
|
validBrainImagingResponse
|
|
322
|
-
} from "./chunk-
|
|
338
|
+
} from "./chunk-ZMDZYG5B.js";
|
|
323
339
|
import {
|
|
324
340
|
brainImagingSamplesPayload,
|
|
325
341
|
validBrainImagingSamplesRequest,
|
|
@@ -338,9 +354,11 @@ export {
|
|
|
338
354
|
GRIN2Payload,
|
|
339
355
|
GdcMafPayload,
|
|
340
356
|
ProfileFormScoresPayload,
|
|
357
|
+
ProfileForms2ScoresPayload,
|
|
341
358
|
ProfileScoresPayload,
|
|
342
359
|
TermdbDmrPayload,
|
|
343
360
|
TermdbIsoformAvailabilityPayload,
|
|
361
|
+
WSImage,
|
|
344
362
|
aiProjectAdminPayload,
|
|
345
363
|
aiProjectSelectedWSImagesResponsePayload,
|
|
346
364
|
aiProjectTrainModelPayload,
|
|
@@ -350,6 +368,8 @@ export {
|
|
|
350
368
|
brainImagingSamplesPayload,
|
|
351
369
|
burdenPayload,
|
|
352
370
|
clearWSImagesSessionsPayload,
|
|
371
|
+
createAmbiguousPoints,
|
|
372
|
+
dapVolcanoPayload,
|
|
353
373
|
datasetPayload,
|
|
354
374
|
deleteWSITileSelectionPayload,
|
|
355
375
|
descrStatsPayload,
|
|
@@ -367,6 +387,10 @@ export {
|
|
|
367
387
|
hicdataPayload,
|
|
368
388
|
hicstatPayload,
|
|
369
389
|
imgPayload,
|
|
390
|
+
isBoxPlotResponse,
|
|
391
|
+
isErrorResponse,
|
|
392
|
+
isRunChartSuccess,
|
|
393
|
+
isViolinResponse,
|
|
370
394
|
isoformlstPayload,
|
|
371
395
|
ntseqPayload,
|
|
372
396
|
numericCategoriesPayload,
|
|
@@ -419,6 +443,8 @@ export {
|
|
|
419
443
|
validDEResponse,
|
|
420
444
|
validDZImagesRequest,
|
|
421
445
|
validDZImagesResponse,
|
|
446
|
+
validDapVolcanoRequest,
|
|
447
|
+
validDapVolcanoResponse,
|
|
422
448
|
validDatasetRequest,
|
|
423
449
|
validDatasetResponse,
|
|
424
450
|
validDeleteWSITileSelectionRequest,
|
|
@@ -465,6 +491,8 @@ export {
|
|
|
465
491
|
validPercentileResponse,
|
|
466
492
|
validProfileFormScoresRequest,
|
|
467
493
|
validProfileFormScoresResponse,
|
|
494
|
+
validProfileForms2ScoresRequest,
|
|
495
|
+
validProfileForms2ScoresResponse,
|
|
468
496
|
validProfileScoresRequest,
|
|
469
497
|
validProfileScoresResponse,
|
|
470
498
|
validRootTermRequest,
|