@sjcrh/proteinpaint-types 2.141.0 → 2.142.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/brainImaging.js +1 -1
- package/dist/{chunk-77RH7U6G.js → chunk-2VDOPTRV.js} +474 -384
- package/dist/{chunk-WCWYMCZD.js → chunk-3BQ57P2P.js} +219 -123
- package/dist/{chunk-EOBFYFLQ.js → chunk-3L3ASC3B.js} +449 -353
- package/dist/{chunk-T3GTEGQN.js → chunk-4R265LDJ.js} +219 -123
- package/dist/{chunk-QWAPDNYB.js → chunk-CEDL2QZT.js} +453 -357
- package/dist/{chunk-424IUJWR.js → chunk-DMJFOII6.js} +219 -123
- package/dist/{chunk-S6OBK4RE.js → chunk-FVBXC7SY.js} +219 -123
- package/dist/{chunk-VMQUAU5V.js → chunk-GDM7YUXH.js} +449 -353
- package/dist/{chunk-UYBVE3DL.js → chunk-IR4QSJI7.js} +449 -353
- package/dist/{chunk-I7FTK55B.js → chunk-MVMUZSLL.js} +435 -339
- package/dist/{chunk-56JQGGZJ.js → chunk-SMVDKR2O.js} +781 -561
- package/dist/{chunk-KEJROUTM.js → chunk-SOM5WKDM.js} +255 -261
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +12 -12
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.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.violin.js +1 -1
- package/package.json +1 -1
- package/src/terms/date.ts +7 -5
- package/src/terms/geneExpression.ts +22 -8
- package/src/terms/metaboliteIntensity.ts +13 -3
- package/src/terms/numeric.ts +1 -1
- package/src/terms/ssGSEA.ts +4 -2
- package/src/terms/tw.ts +2 -2
|
@@ -43,7 +43,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
43
43
|
const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
44
44
|
const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
45
45
|
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
46
|
-
const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
46
|
+
const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
47
47
|
const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
|
|
48
48
|
const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
49
49
|
const $io15 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
@@ -60,23 +60,24 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
60
60
|
const $io19 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
61
61
|
const $io20 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
62
62
|
const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
63
|
-
const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) &&
|
|
64
|
-
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
65
|
-
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
66
|
-
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
67
|
-
const $io26 = (input3) => "string" === typeof input3.
|
|
68
|
-
const $io27 = (input3) =>
|
|
69
|
-
const $io28 = (input3) =>
|
|
70
|
-
const $io29 = (input3) => "
|
|
71
|
-
const $io30 = (input3) =>
|
|
72
|
-
const $io31 = (input3) =>
|
|
73
|
-
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.
|
|
74
|
-
const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
75
|
-
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof 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) && "
|
|
76
|
-
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
77
|
-
const $io36 = (input3) => "string" === typeof input3.
|
|
78
|
-
const $io37 = (input3) =>
|
|
79
|
-
const $io38 = (input3) =>
|
|
63
|
+
const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "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);
|
|
64
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
65
|
+
const $io24 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
|
|
66
|
+
const $io25 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
|
|
67
|
+
const $io26 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
|
|
68
|
+
const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
69
|
+
const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
70
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === 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);
|
|
71
|
+
const $io30 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
72
|
+
const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
73
|
+
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
74
|
+
const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === 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) && "gene" === input3.kind && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
75
|
+
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof 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) && "gene" === input3.kind && "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);
|
|
76
|
+
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof 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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
77
|
+
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === 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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
78
|
+
const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
79
|
+
const $io38 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === input3.type;
|
|
80
|
+
const $io39 = (input3) => Object.keys(input3).every((key) => {
|
|
80
81
|
const value = input3[key];
|
|
81
82
|
if (void 0 === value)
|
|
82
83
|
return true;
|
|
@@ -84,44 +85,44 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
84
85
|
return true;
|
|
85
86
|
return true;
|
|
86
87
|
});
|
|
87
|
-
const $
|
|
88
|
-
const $
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
93
|
-
const $
|
|
94
|
-
const $
|
|
95
|
-
const $
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
98
|
-
const $
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
110
|
-
const $
|
|
111
|
-
const $
|
|
112
|
-
const $
|
|
113
|
-
const $
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
122
|
-
const $
|
|
123
|
-
const $
|
|
124
|
-
const $
|
|
88
|
+
const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
89
|
+
const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "CatTWPredefinedGS" === input3.type;
|
|
90
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
91
|
+
const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "CatTWCustomGS" === input3.type;
|
|
92
|
+
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
|
|
93
|
+
const $io45 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
|
|
94
|
+
const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
|
|
95
|
+
const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
|
|
96
|
+
const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q));
|
|
97
|
+
const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1]))));
|
|
98
|
+
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io51(input3.q));
|
|
99
|
+
const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
100
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
|
|
101
|
+
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io54(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
102
|
+
const $io54 = (input3) => "number" === typeof input3.value;
|
|
103
|
+
const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
|
|
104
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === 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) && "gene" === input3.kind && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
105
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === 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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
106
|
+
const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
107
|
+
const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
|
|
108
|
+
const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
109
|
+
const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
|
|
110
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
|
|
111
|
+
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
|
|
112
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
113
|
+
const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io68(input3.term));
|
|
114
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io67(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
115
|
+
const $io67 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
116
|
+
const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof 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.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io69(elem)));
|
|
117
|
+
const $io69 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io70(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io71(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
|
|
118
|
+
const $io70 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
119
|
+
const $io71 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
120
|
+
const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
|
|
121
|
+
const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
|
|
122
|
+
const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
|
|
123
|
+
const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
|
|
124
|
+
const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
|
|
125
|
+
const $io77 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof 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) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
125
126
|
const $iu0 = (input3) => (() => {
|
|
126
127
|
if ("tvslst" === input3.type)
|
|
127
128
|
return $io1(input3);
|
|
@@ -145,40 +146,40 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
145
146
|
})();
|
|
146
147
|
const $iu3 = (input3) => (() => {
|
|
147
148
|
if ("gene" === input3.kind)
|
|
148
|
-
return $io33(input3);
|
|
149
|
-
if ("coord" === input3.kind)
|
|
150
149
|
return $io34(input3);
|
|
150
|
+
if ("coord" === input3.kind)
|
|
151
|
+
return $io35(input3);
|
|
151
152
|
return false;
|
|
152
153
|
})();
|
|
153
154
|
const $iu4 = (input3) => (() => {
|
|
154
155
|
if ("SnpTW" === input3.type)
|
|
155
|
-
return $
|
|
156
|
+
return $io72(input3);
|
|
156
157
|
if ("SnpsTW" === input3.type)
|
|
157
|
-
return $
|
|
158
|
+
return $io65(input3);
|
|
158
159
|
if ("ConditionTW" === input3.type)
|
|
159
|
-
return $
|
|
160
|
+
return $io63(input3);
|
|
160
161
|
if ("GvCustomGsTW" === input3.type)
|
|
161
|
-
return $
|
|
162
|
+
return $io61(input3);
|
|
162
163
|
if ("GvPredefinedGsTW" === input3.type)
|
|
163
|
-
return $
|
|
164
|
+
return $io59(input3);
|
|
164
165
|
if ("GvValuesTW" === input3.type)
|
|
165
|
-
return $
|
|
166
|
+
return $io55(input3);
|
|
166
167
|
if ("NumTWSpline" === input3.type)
|
|
167
|
-
return $
|
|
168
|
+
return $io52(input3);
|
|
168
169
|
if ("NumTWCont" === input3.type)
|
|
169
|
-
return $
|
|
170
|
+
return $io50(input3);
|
|
170
171
|
if ("NumTWBinary" === input3.type)
|
|
171
|
-
return $
|
|
172
|
+
return $io48(input3);
|
|
172
173
|
if ("NumTWCustomBin" === input3.type)
|
|
173
|
-
return $
|
|
174
|
+
return $io47(input3);
|
|
174
175
|
if ("NumTWRegularBin" === input3.type)
|
|
175
|
-
return $
|
|
176
|
+
return $io46(input3);
|
|
176
177
|
if ("CatTWCustomGS" === input3.type)
|
|
177
|
-
return $
|
|
178
|
+
return $io43(input3);
|
|
178
179
|
if ("CatTWPredefinedGS" === input3.type)
|
|
179
|
-
return $
|
|
180
|
+
return $io41(input3);
|
|
180
181
|
if ("CatTWValues" === input3.type)
|
|
181
|
-
return $
|
|
182
|
+
return $io38(input3);
|
|
182
183
|
return false;
|
|
183
184
|
})();
|
|
184
185
|
const $iu5 = (input3) => (() => {
|
|
@@ -201,25 +202,29 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
201
202
|
return (() => {
|
|
202
203
|
if ($io3(input3))
|
|
203
204
|
return $io3(input3);
|
|
204
|
-
if ($
|
|
205
|
-
return $
|
|
206
|
-
if ($
|
|
207
|
-
return $
|
|
205
|
+
if ($io28(input3))
|
|
206
|
+
return $io28(input3);
|
|
207
|
+
if ($io31(input3))
|
|
208
|
+
return $io31(input3);
|
|
208
209
|
return false;
|
|
209
210
|
})();
|
|
210
211
|
})();
|
|
211
212
|
const $iu8 = (input3) => (() => {
|
|
212
213
|
if ("integer" === input3.type || "float" === input3.type)
|
|
213
214
|
return $io13(input3);
|
|
214
|
-
if ("geneExpression" === input3.type)
|
|
215
|
-
return $io22(input3);
|
|
216
|
-
if ("date" === input3.type)
|
|
217
|
-
return $io24(input3);
|
|
218
215
|
if ("metaboliteIntensity" === input3.type)
|
|
219
|
-
return $
|
|
220
|
-
if ("
|
|
216
|
+
return $io24(input3);
|
|
217
|
+
if ("date" === input3.type)
|
|
221
218
|
return $io25(input3);
|
|
222
|
-
|
|
219
|
+
if ("ssGSEA" === input3.type)
|
|
220
|
+
return $io26(input3);
|
|
221
|
+
return (() => {
|
|
222
|
+
if ($io23(input3))
|
|
223
|
+
return $io23(input3);
|
|
224
|
+
if ($io22(input3))
|
|
225
|
+
return $io22(input3);
|
|
226
|
+
return false;
|
|
227
|
+
})();
|
|
223
228
|
})();
|
|
224
229
|
const $iu9 = (input3) => (() => {
|
|
225
230
|
if ("regular-bin" === input3.type)
|
|
@@ -230,28 +235,28 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
230
235
|
})();
|
|
231
236
|
const $iu10 = (input3) => (() => {
|
|
232
237
|
if ("gene" === input3.kind)
|
|
233
|
-
return $
|
|
238
|
+
return $io33(input3);
|
|
234
239
|
if ("coord" === input3.kind)
|
|
235
|
-
return $
|
|
240
|
+
return $io36(input3);
|
|
236
241
|
return false;
|
|
237
242
|
})();
|
|
238
243
|
const $iu11 = (input3) => (() => {
|
|
239
244
|
if ("gene" === input3.kind)
|
|
240
|
-
return $io55(input3);
|
|
241
|
-
if ("coord" === input3.kind)
|
|
242
245
|
return $io56(input3);
|
|
246
|
+
if ("coord" === input3.kind)
|
|
247
|
+
return $io57(input3);
|
|
243
248
|
return false;
|
|
244
249
|
})();
|
|
245
250
|
const $iu12 = (input3) => (() => {
|
|
246
251
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
247
|
-
return $io74(input3);
|
|
248
|
-
if (void 0 !== input3.customset)
|
|
249
252
|
return $io75(input3);
|
|
253
|
+
if (void 0 !== input3.customset)
|
|
254
|
+
return $io76(input3);
|
|
250
255
|
return (() => {
|
|
256
|
+
if ($io74(input3))
|
|
257
|
+
return $io74(input3);
|
|
251
258
|
if ($io73(input3))
|
|
252
259
|
return $io73(input3);
|
|
253
|
-
if ($io72(input3))
|
|
254
|
-
return $io72(input3);
|
|
255
260
|
return false;
|
|
256
261
|
})();
|
|
257
262
|
})();
|
|
@@ -636,11 +641,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
636
641
|
value: input3.isnot
|
|
637
642
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
638
643
|
path: _path2 + ".term",
|
|
639
|
-
expected:
|
|
644
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
640
645
|
value: input3.term
|
|
641
646
|
})) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
642
647
|
path: _path2 + ".term",
|
|
643
|
-
expected:
|
|
648
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
644
649
|
value: input3.term
|
|
645
650
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
646
651
|
path: _path2 + ".ranges",
|
|
@@ -666,7 +671,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
666
671
|
path: _path2 + ".values[" + _index10 + "]",
|
|
667
672
|
expected: "__type.o3",
|
|
668
673
|
value: elem
|
|
669
|
-
})) && $
|
|
674
|
+
})) && $vo27(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
670
675
|
path: _path2 + ".values[" + _index10 + "]",
|
|
671
676
|
expected: "__type.o3",
|
|
672
677
|
value: elem
|
|
@@ -1077,10 +1082,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1077
1082
|
path: _path2 + ".unit",
|
|
1078
1083
|
expected: "(string | undefined)",
|
|
1079
1084
|
value: input3.unit
|
|
1080
|
-
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1081
|
-
path: _path2 + ".gene",
|
|
1082
|
-
expected: "string",
|
|
1083
|
-
value: input3.gene
|
|
1084
1085
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1085
1086
|
path: _path2 + ".bins",
|
|
1086
1087
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1089,6 +1090,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1089
1090
|
path: _path2 + ".bins",
|
|
1090
1091
|
expected: "(PresetNumericBins | undefined)",
|
|
1091
1092
|
value: input3.bins
|
|
1093
|
+
}), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
|
|
1094
|
+
path: _path2 + ".kind",
|
|
1095
|
+
expected: '("gene" | undefined)',
|
|
1096
|
+
value: input3.kind
|
|
1097
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1098
|
+
path: _path2 + ".gene",
|
|
1099
|
+
expected: "string",
|
|
1100
|
+
value: input3.gene
|
|
1092
1101
|
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1093
1102
|
path: _path2 + ".chr",
|
|
1094
1103
|
expected: "(string | undefined)",
|
|
@@ -1110,9 +1119,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1110
1119
|
path: _path2 + ".name",
|
|
1111
1120
|
expected: "string",
|
|
1112
1121
|
value: input3.name
|
|
1113
|
-
}), "
|
|
1122
|
+
}), "geneExpression" === input3.type || $report(_exceptionable2, {
|
|
1114
1123
|
path: _path2 + ".type",
|
|
1115
|
-
expected: '"
|
|
1124
|
+
expected: '"geneExpression"',
|
|
1116
1125
|
value: input3.type
|
|
1117
1126
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1118
1127
|
path: _path2 + ".child_types",
|
|
@@ -1170,10 +1179,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1170
1179
|
path: _path2 + ".unit",
|
|
1171
1180
|
expected: "(string | undefined)",
|
|
1172
1181
|
value: input3.unit
|
|
1173
|
-
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
1174
|
-
path: _path2 + ".metabolite",
|
|
1175
|
-
expected: "string",
|
|
1176
|
-
value: input3.metabolite
|
|
1177
1182
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1178
1183
|
path: _path2 + ".bins",
|
|
1179
1184
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1182,6 +1187,26 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1182
1187
|
path: _path2 + ".bins",
|
|
1183
1188
|
expected: "(PresetNumericBins | undefined)",
|
|
1184
1189
|
value: input3.bins
|
|
1190
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1191
|
+
path: _path2 + ".kind",
|
|
1192
|
+
expected: '("coord" | undefined)',
|
|
1193
|
+
value: input3.kind
|
|
1194
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1195
|
+
path: _path2 + ".gene",
|
|
1196
|
+
expected: "(string | undefined)",
|
|
1197
|
+
value: input3.gene
|
|
1198
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1199
|
+
path: _path2 + ".chr",
|
|
1200
|
+
expected: "string",
|
|
1201
|
+
value: input3.chr
|
|
1202
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1203
|
+
path: _path2 + ".start",
|
|
1204
|
+
expected: "number",
|
|
1205
|
+
value: input3.start
|
|
1206
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1207
|
+
path: _path2 + ".stop",
|
|
1208
|
+
expected: "number",
|
|
1209
|
+
value: input3.stop
|
|
1185
1210
|
})].every((flag) => flag);
|
|
1186
1211
|
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1187
1212
|
path: _path2 + ".id",
|
|
@@ -1191,9 +1216,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1191
1216
|
path: _path2 + ".name",
|
|
1192
1217
|
expected: "string",
|
|
1193
1218
|
value: input3.name
|
|
1194
|
-
}), "
|
|
1219
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
1195
1220
|
path: _path2 + ".type",
|
|
1196
|
-
expected: '"
|
|
1221
|
+
expected: '"metaboliteIntensity"',
|
|
1197
1222
|
value: input3.type
|
|
1198
1223
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1199
1224
|
path: _path2 + ".child_types",
|
|
@@ -1272,9 +1297,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1272
1297
|
path: _path2 + ".name",
|
|
1273
1298
|
expected: "string",
|
|
1274
1299
|
value: input3.name
|
|
1275
|
-
}), "
|
|
1300
|
+
}), "date" === input3.type || $report(_exceptionable2, {
|
|
1276
1301
|
path: _path2 + ".type",
|
|
1277
|
-
expected: '"
|
|
1302
|
+
expected: '"date"',
|
|
1278
1303
|
value: input3.type
|
|
1279
1304
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1280
1305
|
path: _path2 + ".child_types",
|
|
@@ -1332,12 +1357,89 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1332
1357
|
path: _path2 + ".unit",
|
|
1333
1358
|
expected: "(string | undefined)",
|
|
1334
1359
|
value: input3.unit
|
|
1360
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1361
|
+
path: _path2 + ".bins",
|
|
1362
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1363
|
+
value: input3.bins
|
|
1364
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1365
|
+
path: _path2 + ".bins",
|
|
1366
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1367
|
+
value: input3.bins
|
|
1368
|
+
})].every((flag) => flag);
|
|
1369
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1370
|
+
path: _path2 + ".id",
|
|
1371
|
+
expected: "string",
|
|
1372
|
+
value: input3.id
|
|
1373
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1374
|
+
path: _path2 + ".name",
|
|
1375
|
+
expected: "string",
|
|
1376
|
+
value: input3.name
|
|
1377
|
+
}), "ssGSEA" === input3.type || $report(_exceptionable2, {
|
|
1378
|
+
path: _path2 + ".type",
|
|
1379
|
+
expected: '"ssGSEA"',
|
|
1380
|
+
value: input3.type
|
|
1381
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1382
|
+
path: _path2 + ".child_types",
|
|
1383
|
+
expected: "(Array<string> | undefined)",
|
|
1384
|
+
value: input3.child_types
|
|
1385
|
+
})) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1386
|
+
path: _path2 + ".child_types[" + _index22 + "]",
|
|
1387
|
+
expected: "string",
|
|
1388
|
+
value: elem
|
|
1389
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1390
|
+
path: _path2 + ".child_types",
|
|
1391
|
+
expected: "(Array<string> | undefined)",
|
|
1392
|
+
value: input3.child_types
|
|
1393
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1394
|
+
path: _path2 + ".hashtmldetail",
|
|
1395
|
+
expected: "(boolean | undefined)",
|
|
1396
|
+
value: input3.hashtmldetail
|
|
1397
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1398
|
+
path: _path2 + ".included_types",
|
|
1399
|
+
expected: "(Array<string> | undefined)",
|
|
1400
|
+
value: input3.included_types
|
|
1401
|
+
})) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1402
|
+
path: _path2 + ".included_types[" + _index23 + "]",
|
|
1403
|
+
expected: "string",
|
|
1404
|
+
value: elem
|
|
1405
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1406
|
+
path: _path2 + ".included_types",
|
|
1407
|
+
expected: "(Array<string> | undefined)",
|
|
1408
|
+
value: input3.included_types
|
|
1409
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1410
|
+
path: _path2 + ".isleaf",
|
|
1411
|
+
expected: "(boolean | undefined)",
|
|
1412
|
+
value: input3.isleaf
|
|
1413
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1414
|
+
path: _path2 + ".values",
|
|
1415
|
+
expected: "(TermValues | undefined)",
|
|
1416
|
+
value: input3.values
|
|
1417
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1418
|
+
path: _path2 + ".values",
|
|
1419
|
+
expected: "(TermValues | undefined)",
|
|
1420
|
+
value: input3.values
|
|
1421
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1422
|
+
path: _path2 + ".skipValuesBuild",
|
|
1423
|
+
expected: "(boolean | undefined)",
|
|
1424
|
+
value: input3.skipValuesBuild
|
|
1425
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1426
|
+
path: _path2 + ".continuousColorScale",
|
|
1427
|
+
expected: "(__type.o2 | undefined)",
|
|
1428
|
+
value: input3.continuousColorScale
|
|
1429
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1430
|
+
path: _path2 + ".continuousColorScale",
|
|
1431
|
+
expected: "(__type.o2 | undefined)",
|
|
1432
|
+
value: input3.continuousColorScale
|
|
1433
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1434
|
+
path: _path2 + ".unit",
|
|
1435
|
+
expected: "(string | undefined)",
|
|
1436
|
+
value: input3.unit
|
|
1335
1437
|
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1336
1438
|
path: _path2 + ".genes",
|
|
1337
1439
|
expected: "(Array<string> | undefined)",
|
|
1338
1440
|
value: input3.genes
|
|
1339
|
-
})) && input3.genes.map((elem,
|
|
1340
|
-
path: _path2 + ".genes[" +
|
|
1441
|
+
})) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1442
|
+
path: _path2 + ".genes[" + _index24 + "]",
|
|
1341
1443
|
expected: "string",
|
|
1342
1444
|
value: elem
|
|
1343
1445
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1353,7 +1455,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1353
1455
|
expected: "(PresetNumericBins | undefined)",
|
|
1354
1456
|
value: input3.bins
|
|
1355
1457
|
})].every((flag) => flag);
|
|
1356
|
-
const $
|
|
1458
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1357
1459
|
path: _path2 + ".key",
|
|
1358
1460
|
expected: "string",
|
|
1359
1461
|
value: input3.key
|
|
@@ -1370,7 +1472,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1370
1472
|
expected: "(string | undefined)",
|
|
1371
1473
|
value: input3.label
|
|
1372
1474
|
})].every((flag) => flag);
|
|
1373
|
-
const $
|
|
1475
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1374
1476
|
path: _path2 + ".join",
|
|
1375
1477
|
expected: "(string | undefined)",
|
|
1376
1478
|
value: input3.join
|
|
@@ -1382,7 +1484,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1382
1484
|
path: _path2 + ".term",
|
|
1383
1485
|
expected: "ConditionTerm",
|
|
1384
1486
|
value: input3.term
|
|
1385
|
-
})) && $
|
|
1487
|
+
})) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1386
1488
|
path: _path2 + ".term",
|
|
1387
1489
|
expected: "ConditionTerm",
|
|
1388
1490
|
value: input3.term
|
|
@@ -1402,12 +1504,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1402
1504
|
path: _path2 + ".grade_and_child",
|
|
1403
1505
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1404
1506
|
value: input3.grade_and_child
|
|
1405
|
-
})) && input3.grade_and_child.map((elem,
|
|
1406
|
-
path: _path2 + ".grade_and_child[" +
|
|
1507
|
+
})) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1508
|
+
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1407
1509
|
expected: "GradeAndChildEntry",
|
|
1408
1510
|
value: elem
|
|
1409
|
-
})) && $
|
|
1410
|
-
path: _path2 + ".grade_and_child[" +
|
|
1511
|
+
})) && $vo30(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1512
|
+
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1411
1513
|
expected: "GradeAndChildEntry",
|
|
1412
1514
|
value: elem
|
|
1413
1515
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1415,7 +1517,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1415
1517
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1416
1518
|
value: input3.grade_and_child
|
|
1417
1519
|
})].every((flag) => flag);
|
|
1418
|
-
const $
|
|
1520
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1419
1521
|
path: _path2 + ".id",
|
|
1420
1522
|
expected: "string",
|
|
1421
1523
|
value: input3.id
|
|
@@ -1431,8 +1533,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1431
1533
|
path: _path2 + ".child_types",
|
|
1432
1534
|
expected: "(Array<string> | undefined)",
|
|
1433
1535
|
value: input3.child_types
|
|
1434
|
-
})) && input3.child_types.map((elem,
|
|
1435
|
-
path: _path2 + ".child_types[" +
|
|
1536
|
+
})) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1537
|
+
path: _path2 + ".child_types[" + _index26 + "]",
|
|
1436
1538
|
expected: "string",
|
|
1437
1539
|
value: elem
|
|
1438
1540
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1447,8 +1549,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1447
1549
|
path: _path2 + ".included_types",
|
|
1448
1550
|
expected: "(Array<string> | undefined)",
|
|
1449
1551
|
value: input3.included_types
|
|
1450
|
-
})) && input3.included_types.map((elem,
|
|
1451
|
-
path: _path2 + ".included_types[" +
|
|
1552
|
+
})) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1553
|
+
path: _path2 + ".included_types[" + _index27 + "]",
|
|
1452
1554
|
expected: "string",
|
|
1453
1555
|
value: elem
|
|
1454
1556
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1472,7 +1574,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1472
1574
|
expected: "(boolean | undefined)",
|
|
1473
1575
|
value: input3.skipValuesBuild
|
|
1474
1576
|
})].every((flag) => flag);
|
|
1475
|
-
const $
|
|
1577
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1476
1578
|
path: _path2 + ".grade",
|
|
1477
1579
|
expected: "number",
|
|
1478
1580
|
value: input3.grade
|
|
@@ -1489,7 +1591,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1489
1591
|
expected: "string",
|
|
1490
1592
|
value: input3.child_label
|
|
1491
1593
|
})].every((flag) => flag);
|
|
1492
|
-
const $
|
|
1594
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1493
1595
|
path: _path2 + ".join",
|
|
1494
1596
|
expected: "(string | undefined)",
|
|
1495
1597
|
value: input3.join
|
|
@@ -1501,7 +1603,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1501
1603
|
path: _path2 + ".term",
|
|
1502
1604
|
expected: "DtTerm",
|
|
1503
1605
|
value: input3.term
|
|
1504
|
-
})) && $
|
|
1606
|
+
})) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1505
1607
|
path: _path2 + ".term",
|
|
1506
1608
|
expected: "DtTerm",
|
|
1507
1609
|
value: input3.term
|
|
@@ -1509,12 +1611,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1509
1611
|
path: _path2 + ".values",
|
|
1510
1612
|
expected: "Array<__type>.o2",
|
|
1511
1613
|
value: input3.values
|
|
1512
|
-
})) && input3.values.map((elem,
|
|
1513
|
-
path: _path2 + ".values[" +
|
|
1614
|
+
})) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1615
|
+
path: _path2 + ".values[" + _index28 + "]",
|
|
1514
1616
|
expected: "__type.o4",
|
|
1515
1617
|
value: elem
|
|
1516
|
-
})) && $
|
|
1517
|
-
path: _path2 + ".values[" +
|
|
1618
|
+
})) && $vo37(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1619
|
+
path: _path2 + ".values[" + _index28 + "]",
|
|
1518
1620
|
expected: "__type.o4",
|
|
1519
1621
|
value: elem
|
|
1520
1622
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1530,7 +1632,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1530
1632
|
expected: "(boolean | undefined)",
|
|
1531
1633
|
value: input3.excludeGeneName
|
|
1532
1634
|
})].every((flag) => flag);
|
|
1533
|
-
const $
|
|
1635
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1534
1636
|
path: _path2 + ".id",
|
|
1535
1637
|
expected: "string",
|
|
1536
1638
|
value: input3.id
|
|
@@ -1579,7 +1681,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1579
1681
|
expected: "TermValues",
|
|
1580
1682
|
value: input3.values
|
|
1581
1683
|
})].every((flag) => flag);
|
|
1582
|
-
const $
|
|
1684
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1583
1685
|
path: _path2 + ".id",
|
|
1584
1686
|
expected: "string",
|
|
1585
1687
|
value: input3.id
|
|
@@ -1595,8 +1697,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1595
1697
|
path: _path2 + ".child_types",
|
|
1596
1698
|
expected: "(Array<string> | undefined)",
|
|
1597
1699
|
value: input3.child_types
|
|
1598
|
-
})) && input3.child_types.map((elem,
|
|
1599
|
-
path: _path2 + ".child_types[" +
|
|
1700
|
+
})) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1701
|
+
path: _path2 + ".child_types[" + _index29 + "]",
|
|
1600
1702
|
expected: "string",
|
|
1601
1703
|
value: elem
|
|
1602
1704
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1611,8 +1713,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1611
1713
|
path: _path2 + ".included_types",
|
|
1612
1714
|
expected: "(Array<string> | undefined)",
|
|
1613
1715
|
value: input3.included_types
|
|
1614
|
-
})) && input3.included_types.map((elem,
|
|
1615
|
-
path: _path2 + ".included_types[" +
|
|
1716
|
+
})) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1717
|
+
path: _path2 + ".included_types[" + _index30 + "]",
|
|
1616
1718
|
expected: "string",
|
|
1617
1719
|
value: elem
|
|
1618
1720
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1659,12 +1761,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1659
1761
|
path: _path2 + ".genes",
|
|
1660
1762
|
expected: "Array<GvGeneTerm>",
|
|
1661
1763
|
value: input3.genes
|
|
1662
|
-
})) && input3.genes.map((elem,
|
|
1663
|
-
path: _path2 + ".genes[" +
|
|
1764
|
+
})) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1765
|
+
path: _path2 + ".genes[" + _index31 + "]",
|
|
1664
1766
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1665
1767
|
value: elem
|
|
1666
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
1667
|
-
path: _path2 + ".genes[" +
|
|
1768
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1769
|
+
path: _path2 + ".genes[" + _index31 + "]",
|
|
1668
1770
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1669
1771
|
value: elem
|
|
1670
1772
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1683,12 +1785,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1683
1785
|
path: _path2 + ".childTerms",
|
|
1684
1786
|
expected: "(Array<DtTerm> | undefined)",
|
|
1685
1787
|
value: input3.childTerms
|
|
1686
|
-
})) && input3.childTerms.map((elem,
|
|
1687
|
-
path: _path2 + ".childTerms[" +
|
|
1788
|
+
})) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1789
|
+
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
1688
1790
|
expected: "DtTerm",
|
|
1689
1791
|
value: elem
|
|
1690
|
-
})) && $
|
|
1691
|
-
path: _path2 + ".childTerms[" +
|
|
1792
|
+
})) && $vo32(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1793
|
+
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
1692
1794
|
expected: "DtTerm",
|
|
1693
1795
|
value: elem
|
|
1694
1796
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1696,7 +1798,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1696
1798
|
expected: "(Array<DtTerm> | undefined)",
|
|
1697
1799
|
value: input3.childTerms
|
|
1698
1800
|
})].every((flag) => flag);
|
|
1699
|
-
const $
|
|
1801
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1700
1802
|
path: _path2 + ".id",
|
|
1701
1803
|
expected: "string",
|
|
1702
1804
|
value: input3.id
|
|
@@ -1712,8 +1814,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1712
1814
|
path: _path2 + ".child_types",
|
|
1713
1815
|
expected: "(Array<string> | undefined)",
|
|
1714
1816
|
value: input3.child_types
|
|
1715
|
-
})) && input3.child_types.map((elem,
|
|
1716
|
-
path: _path2 + ".child_types[" +
|
|
1817
|
+
})) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1818
|
+
path: _path2 + ".child_types[" + _index33 + "]",
|
|
1717
1819
|
expected: "string",
|
|
1718
1820
|
value: elem
|
|
1719
1821
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1728,8 +1830,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1728
1830
|
path: _path2 + ".included_types",
|
|
1729
1831
|
expected: "(Array<string> | undefined)",
|
|
1730
1832
|
value: input3.included_types
|
|
1731
|
-
})) && input3.included_types.map((elem,
|
|
1732
|
-
path: _path2 + ".included_types[" +
|
|
1833
|
+
})) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1834
|
+
path: _path2 + ".included_types[" + _index34 + "]",
|
|
1733
1835
|
expected: "string",
|
|
1734
1836
|
value: elem
|
|
1735
1837
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1773,7 +1875,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1773
1875
|
expected: "(number | undefined)",
|
|
1774
1876
|
value: input3.stop
|
|
1775
1877
|
})].every((flag) => flag);
|
|
1776
|
-
const $
|
|
1878
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1777
1879
|
path: _path2 + ".id",
|
|
1778
1880
|
expected: "string",
|
|
1779
1881
|
value: input3.id
|
|
@@ -1789,8 +1891,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1789
1891
|
path: _path2 + ".child_types",
|
|
1790
1892
|
expected: "(Array<string> | undefined)",
|
|
1791
1893
|
value: input3.child_types
|
|
1792
|
-
})) && input3.child_types.map((elem,
|
|
1793
|
-
path: _path2 + ".child_types[" +
|
|
1894
|
+
})) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1895
|
+
path: _path2 + ".child_types[" + _index35 + "]",
|
|
1794
1896
|
expected: "string",
|
|
1795
1897
|
value: elem
|
|
1796
1898
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1805,8 +1907,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1805
1907
|
path: _path2 + ".included_types",
|
|
1806
1908
|
expected: "(Array<string> | undefined)",
|
|
1807
1909
|
value: input3.included_types
|
|
1808
|
-
})) && input3.included_types.map((elem,
|
|
1809
|
-
path: _path2 + ".included_types[" +
|
|
1910
|
+
})) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1911
|
+
path: _path2 + ".included_types[" + _index36 + "]",
|
|
1810
1912
|
expected: "string",
|
|
1811
1913
|
value: elem
|
|
1812
1914
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1846,7 +1948,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1846
1948
|
expected: "number",
|
|
1847
1949
|
value: input3.stop
|
|
1848
1950
|
})].every((flag) => flag);
|
|
1849
|
-
const $
|
|
1951
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1850
1952
|
path: _path2 + ".id",
|
|
1851
1953
|
expected: "string",
|
|
1852
1954
|
value: input3.id
|
|
@@ -1862,8 +1964,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1862
1964
|
path: _path2 + ".child_types",
|
|
1863
1965
|
expected: "(Array<string> | undefined)",
|
|
1864
1966
|
value: input3.child_types
|
|
1865
|
-
})) && input3.child_types.map((elem,
|
|
1866
|
-
path: _path2 + ".child_types[" +
|
|
1967
|
+
})) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1968
|
+
path: _path2 + ".child_types[" + _index37 + "]",
|
|
1867
1969
|
expected: "string",
|
|
1868
1970
|
value: elem
|
|
1869
1971
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1878,8 +1980,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1878
1980
|
path: _path2 + ".included_types",
|
|
1879
1981
|
expected: "(Array<string> | undefined)",
|
|
1880
1982
|
value: input3.included_types
|
|
1881
|
-
})) && input3.included_types.map((elem,
|
|
1882
|
-
path: _path2 + ".included_types[" +
|
|
1983
|
+
})) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1984
|
+
path: _path2 + ".included_types[" + _index38 + "]",
|
|
1883
1985
|
expected: "string",
|
|
1884
1986
|
value: elem
|
|
1885
1987
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1922,12 +2024,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1922
2024
|
path: _path2 + ".genes",
|
|
1923
2025
|
expected: "Array<GvGeneTerm>",
|
|
1924
2026
|
value: input3.genes
|
|
1925
|
-
})) && input3.genes.map((elem,
|
|
1926
|
-
path: _path2 + ".genes[" +
|
|
2027
|
+
})) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2028
|
+
path: _path2 + ".genes[" + _index39 + "]",
|
|
1927
2029
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1928
2030
|
value: elem
|
|
1929
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
1930
|
-
path: _path2 + ".genes[" +
|
|
2031
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2032
|
+
path: _path2 + ".genes[" + _index39 + "]",
|
|
1931
2033
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1932
2034
|
value: elem
|
|
1933
2035
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1946,12 +2048,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1946
2048
|
path: _path2 + ".childTerms",
|
|
1947
2049
|
expected: "(Array<DtTerm> | undefined)",
|
|
1948
2050
|
value: input3.childTerms
|
|
1949
|
-
})) && input3.childTerms.map((elem,
|
|
1950
|
-
path: _path2 + ".childTerms[" +
|
|
2051
|
+
})) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2052
|
+
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
1951
2053
|
expected: "DtTerm",
|
|
1952
2054
|
value: elem
|
|
1953
|
-
})) && $
|
|
1954
|
-
path: _path2 + ".childTerms[" +
|
|
2055
|
+
})) && $vo32(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2056
|
+
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
1955
2057
|
expected: "DtTerm",
|
|
1956
2058
|
value: elem
|
|
1957
2059
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1959,7 +2061,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1959
2061
|
expected: "(Array<DtTerm> | undefined)",
|
|
1960
2062
|
value: input3.childTerms
|
|
1961
2063
|
})].every((flag) => flag);
|
|
1962
|
-
const $
|
|
2064
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1963
2065
|
path: _path2 + ".key",
|
|
1964
2066
|
expected: "string",
|
|
1965
2067
|
value: input3.key
|
|
@@ -1972,7 +2074,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1972
2074
|
expected: "string",
|
|
1973
2075
|
value: input3.value
|
|
1974
2076
|
})].every((flag) => flag);
|
|
1975
|
-
const $
|
|
2077
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1976
2078
|
path: _path2 + ".id",
|
|
1977
2079
|
expected: "(string | undefined)",
|
|
1978
2080
|
value: input3.id
|
|
@@ -1988,7 +2090,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1988
2090
|
path: _path2 + ".settings",
|
|
1989
2091
|
expected: "(__type.o5 | undefined)",
|
|
1990
2092
|
value: input3.settings
|
|
1991
|
-
})) && $
|
|
2093
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1992
2094
|
path: _path2 + ".settings",
|
|
1993
2095
|
expected: "(__type.o5 | undefined)",
|
|
1994
2096
|
value: input3.settings
|
|
@@ -2008,7 +2110,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2008
2110
|
path: _path2 + ".q",
|
|
2009
2111
|
expected: "ValuesQ",
|
|
2010
2112
|
value: input3.q
|
|
2011
|
-
})) && $
|
|
2113
|
+
})) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2012
2114
|
path: _path2 + ".q",
|
|
2013
2115
|
expected: "ValuesQ",
|
|
2014
2116
|
value: input3.q
|
|
@@ -2017,7 +2119,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2017
2119
|
expected: '"CatTWValues"',
|
|
2018
2120
|
value: input3.type
|
|
2019
2121
|
})].every((flag) => flag);
|
|
2020
|
-
const $
|
|
2122
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2021
2123
|
const value = input3[key];
|
|
2022
2124
|
if (void 0 === value)
|
|
2023
2125
|
return true;
|
|
@@ -2025,7 +2127,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2025
2127
|
return true;
|
|
2026
2128
|
return true;
|
|
2027
2129
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2028
|
-
const $
|
|
2130
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2029
2131
|
path: _path2 + ".hiddenValues",
|
|
2030
2132
|
expected: "(HiddenValues | undefined)",
|
|
2031
2133
|
value: input3.hiddenValues
|
|
@@ -2054,7 +2156,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2054
2156
|
expected: '"values"',
|
|
2055
2157
|
value: input3.type
|
|
2056
2158
|
})].every((flag) => flag);
|
|
2057
|
-
const $
|
|
2159
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2058
2160
|
path: _path2 + ".id",
|
|
2059
2161
|
expected: "(string | undefined)",
|
|
2060
2162
|
value: input3.id
|
|
@@ -2070,7 +2172,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2070
2172
|
path: _path2 + ".settings",
|
|
2071
2173
|
expected: "(__type.o5 | undefined)",
|
|
2072
2174
|
value: input3.settings
|
|
2073
|
-
})) && $
|
|
2175
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2074
2176
|
path: _path2 + ".settings",
|
|
2075
2177
|
expected: "(__type.o5 | undefined)",
|
|
2076
2178
|
value: input3.settings
|
|
@@ -2090,7 +2192,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2090
2192
|
path: _path2 + ".q",
|
|
2091
2193
|
expected: "PredefinedGroupSettingQ",
|
|
2092
2194
|
value: input3.q
|
|
2093
|
-
})) && $
|
|
2195
|
+
})) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2094
2196
|
path: _path2 + ".q",
|
|
2095
2197
|
expected: "PredefinedGroupSettingQ",
|
|
2096
2198
|
value: input3.q
|
|
@@ -2099,7 +2201,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2099
2201
|
expected: '"CatTWPredefinedGS"',
|
|
2100
2202
|
value: input3.type
|
|
2101
2203
|
})].every((flag) => flag);
|
|
2102
|
-
const $
|
|
2204
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2103
2205
|
path: _path2 + ".hiddenValues",
|
|
2104
2206
|
expected: "(HiddenValues | undefined)",
|
|
2105
2207
|
value: input3.hiddenValues
|
|
@@ -2132,7 +2234,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2132
2234
|
expected: "number",
|
|
2133
2235
|
value: input3.predefined_groupset_idx
|
|
2134
2236
|
})].every((flag) => flag);
|
|
2135
|
-
const $
|
|
2237
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2136
2238
|
path: _path2 + ".id",
|
|
2137
2239
|
expected: "(string | undefined)",
|
|
2138
2240
|
value: input3.id
|
|
@@ -2148,7 +2250,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2148
2250
|
path: _path2 + ".settings",
|
|
2149
2251
|
expected: "(__type.o5 | undefined)",
|
|
2150
2252
|
value: input3.settings
|
|
2151
|
-
})) && $
|
|
2253
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2152
2254
|
path: _path2 + ".settings",
|
|
2153
2255
|
expected: "(__type.o5 | undefined)",
|
|
2154
2256
|
value: input3.settings
|
|
@@ -2168,7 +2270,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2168
2270
|
path: _path2 + ".q",
|
|
2169
2271
|
expected: "CustomGroupSettingQ",
|
|
2170
2272
|
value: input3.q
|
|
2171
|
-
})) && $
|
|
2273
|
+
})) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2172
2274
|
path: _path2 + ".q",
|
|
2173
2275
|
expected: "CustomGroupSettingQ",
|
|
2174
2276
|
value: input3.q
|
|
@@ -2177,7 +2279,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2177
2279
|
expected: '"CatTWCustomGS"',
|
|
2178
2280
|
value: input3.type
|
|
2179
2281
|
})].every((flag) => flag);
|
|
2180
|
-
const $
|
|
2282
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2181
2283
|
path: _path2 + ".hiddenValues",
|
|
2182
2284
|
expected: "(HiddenValues | undefined)",
|
|
2183
2285
|
value: input3.hiddenValues
|
|
@@ -2209,21 +2311,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2209
2311
|
path: _path2 + ".customset",
|
|
2210
2312
|
expected: "BaseGroupSet",
|
|
2211
2313
|
value: input3.customset
|
|
2212
|
-
})) && $
|
|
2314
|
+
})) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2213
2315
|
path: _path2 + ".customset",
|
|
2214
2316
|
expected: "BaseGroupSet",
|
|
2215
2317
|
value: input3.customset
|
|
2216
2318
|
})].every((flag) => flag);
|
|
2217
|
-
const $
|
|
2319
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2218
2320
|
path: _path2 + ".groups",
|
|
2219
2321
|
expected: "Array<GroupEntry>",
|
|
2220
2322
|
value: input3.groups
|
|
2221
|
-
})) && input3.groups.map((elem,
|
|
2222
|
-
path: _path2 + ".groups[" +
|
|
2323
|
+
})) && input3.groups.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2324
|
+
path: _path2 + ".groups[" + _index41 + "]",
|
|
2223
2325
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2224
2326
|
value: elem
|
|
2225
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
2226
|
-
path: _path2 + ".groups[" +
|
|
2327
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2328
|
+
path: _path2 + ".groups[" + _index41 + "]",
|
|
2227
2329
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2228
2330
|
value: elem
|
|
2229
2331
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2231,7 +2333,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2231
2333
|
expected: "Array<GroupEntry>",
|
|
2232
2334
|
value: input3.groups
|
|
2233
2335
|
})].every((flag) => flag);
|
|
2234
|
-
const $
|
|
2336
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2235
2337
|
path: _path2 + ".id",
|
|
2236
2338
|
expected: "(string | undefined)",
|
|
2237
2339
|
value: input3.id
|
|
@@ -2247,7 +2349,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2247
2349
|
path: _path2 + ".settings",
|
|
2248
2350
|
expected: "(__type.o5 | undefined)",
|
|
2249
2351
|
value: input3.settings
|
|
2250
|
-
})) && $
|
|
2352
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2251
2353
|
path: _path2 + ".settings",
|
|
2252
2354
|
expected: "(__type.o5 | undefined)",
|
|
2253
2355
|
value: input3.settings
|
|
@@ -2261,11 +2363,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2261
2363
|
value: input3.type
|
|
2262
2364
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2263
2365
|
path: _path2 + ".term",
|
|
2264
|
-
expected:
|
|
2366
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2265
2367
|
value: input3.term
|
|
2266
2368
|
})) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2267
2369
|
path: _path2 + ".term",
|
|
2268
|
-
expected:
|
|
2370
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2269
2371
|
value: input3.term
|
|
2270
2372
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2271
2373
|
path: _path2 + ".q",
|
|
@@ -2276,7 +2378,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2276
2378
|
expected: "RegularNumericBinConfig",
|
|
2277
2379
|
value: input3.q
|
|
2278
2380
|
})].every((flag) => flag);
|
|
2279
|
-
const $
|
|
2381
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2280
2382
|
path: _path2 + ".id",
|
|
2281
2383
|
expected: "(string | undefined)",
|
|
2282
2384
|
value: input3.id
|
|
@@ -2292,7 +2394,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2292
2394
|
path: _path2 + ".settings",
|
|
2293
2395
|
expected: "(__type.o5 | undefined)",
|
|
2294
2396
|
value: input3.settings
|
|
2295
|
-
})) && $
|
|
2397
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2296
2398
|
path: _path2 + ".settings",
|
|
2297
2399
|
expected: "(__type.o5 | undefined)",
|
|
2298
2400
|
value: input3.settings
|
|
@@ -2306,11 +2408,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2306
2408
|
value: input3.type
|
|
2307
2409
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2308
2410
|
path: _path2 + ".term",
|
|
2309
|
-
expected:
|
|
2411
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2310
2412
|
value: input3.term
|
|
2311
2413
|
})) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2312
2414
|
path: _path2 + ".term",
|
|
2313
|
-
expected:
|
|
2415
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2314
2416
|
value: input3.term
|
|
2315
2417
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2316
2418
|
path: _path2 + ".q",
|
|
@@ -2321,7 +2423,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2321
2423
|
expected: "CustomNumericBinConfig",
|
|
2322
2424
|
value: input3.q
|
|
2323
2425
|
})].every((flag) => flag);
|
|
2324
|
-
const $
|
|
2426
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2325
2427
|
path: _path2 + ".id",
|
|
2326
2428
|
expected: "(string | undefined)",
|
|
2327
2429
|
value: input3.id
|
|
@@ -2337,7 +2439,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2337
2439
|
path: _path2 + ".settings",
|
|
2338
2440
|
expected: "(__type.o5 | undefined)",
|
|
2339
2441
|
value: input3.settings
|
|
2340
|
-
})) && $
|
|
2442
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2341
2443
|
path: _path2 + ".settings",
|
|
2342
2444
|
expected: "(__type.o5 | undefined)",
|
|
2343
2445
|
value: input3.settings
|
|
@@ -2351,22 +2453,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2351
2453
|
value: input3.type
|
|
2352
2454
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2353
2455
|
path: _path2 + ".term",
|
|
2354
|
-
expected:
|
|
2456
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2355
2457
|
value: input3.term
|
|
2356
2458
|
})) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2357
2459
|
path: _path2 + ".term",
|
|
2358
|
-
expected:
|
|
2460
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2359
2461
|
value: input3.term
|
|
2360
2462
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2361
2463
|
path: _path2 + ".q",
|
|
2362
2464
|
expected: "BinaryNumericQ",
|
|
2363
2465
|
value: input3.q
|
|
2364
|
-
})) && $
|
|
2466
|
+
})) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2365
2467
|
path: _path2 + ".q",
|
|
2366
2468
|
expected: "BinaryNumericQ",
|
|
2367
2469
|
value: input3.q
|
|
2368
2470
|
})].every((flag) => flag);
|
|
2369
|
-
const $
|
|
2471
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2370
2472
|
path: _path2 + ".hiddenValues",
|
|
2371
2473
|
expected: "(HiddenValues | undefined)",
|
|
2372
2474
|
value: input3.hiddenValues
|
|
@@ -2426,7 +2528,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2426
2528
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2427
2529
|
value: input3.lst
|
|
2428
2530
|
})].every((flag) => flag);
|
|
2429
|
-
const $
|
|
2531
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2430
2532
|
path: _path2 + ".id",
|
|
2431
2533
|
expected: "(string | undefined)",
|
|
2432
2534
|
value: input3.id
|
|
@@ -2442,7 +2544,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2442
2544
|
path: _path2 + ".settings",
|
|
2443
2545
|
expected: "(__type.o5 | undefined)",
|
|
2444
2546
|
value: input3.settings
|
|
2445
|
-
})) && $
|
|
2547
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2446
2548
|
path: _path2 + ".settings",
|
|
2447
2549
|
expected: "(__type.o5 | undefined)",
|
|
2448
2550
|
value: input3.settings
|
|
@@ -2456,22 +2558,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2456
2558
|
value: input3.type
|
|
2457
2559
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2458
2560
|
path: _path2 + ".term",
|
|
2459
|
-
expected:
|
|
2561
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2460
2562
|
value: input3.term
|
|
2461
2563
|
})) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2462
2564
|
path: _path2 + ".term",
|
|
2463
|
-
expected:
|
|
2565
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2464
2566
|
value: input3.term
|
|
2465
2567
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2466
2568
|
path: _path2 + ".q",
|
|
2467
2569
|
expected: "ContinuousNumericQ",
|
|
2468
2570
|
value: input3.q
|
|
2469
|
-
})) && $
|
|
2571
|
+
})) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2470
2572
|
path: _path2 + ".q",
|
|
2471
2573
|
expected: "ContinuousNumericQ",
|
|
2472
2574
|
value: input3.q
|
|
2473
2575
|
})].every((flag) => flag);
|
|
2474
|
-
const $
|
|
2576
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2475
2577
|
path: _path2 + ".hiddenValues",
|
|
2476
2578
|
expected: "(HiddenValues | undefined)",
|
|
2477
2579
|
value: input3.hiddenValues
|
|
@@ -2508,7 +2610,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2508
2610
|
expected: "undefined",
|
|
2509
2611
|
value: input3.type
|
|
2510
2612
|
}))].every((flag) => flag);
|
|
2511
|
-
const $
|
|
2613
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2512
2614
|
path: _path2 + ".id",
|
|
2513
2615
|
expected: "(string | undefined)",
|
|
2514
2616
|
value: input3.id
|
|
@@ -2524,7 +2626,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2524
2626
|
path: _path2 + ".settings",
|
|
2525
2627
|
expected: "(__type.o5 | undefined)",
|
|
2526
2628
|
value: input3.settings
|
|
2527
|
-
})) && $
|
|
2629
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2528
2630
|
path: _path2 + ".settings",
|
|
2529
2631
|
expected: "(__type.o5 | undefined)",
|
|
2530
2632
|
value: input3.settings
|
|
@@ -2538,22 +2640,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2538
2640
|
value: input3.type
|
|
2539
2641
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2540
2642
|
path: _path2 + ".term",
|
|
2541
|
-
expected:
|
|
2643
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2542
2644
|
value: input3.term
|
|
2543
2645
|
})) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2544
2646
|
path: _path2 + ".term",
|
|
2545
|
-
expected:
|
|
2647
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2546
2648
|
value: input3.term
|
|
2547
2649
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2548
2650
|
path: _path2 + ".q",
|
|
2549
2651
|
expected: "SplineNumericQ",
|
|
2550
2652
|
value: input3.q
|
|
2551
|
-
})) && $
|
|
2653
|
+
})) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2552
2654
|
path: _path2 + ".q",
|
|
2553
2655
|
expected: "SplineNumericQ",
|
|
2554
2656
|
value: input3.q
|
|
2555
2657
|
})].every((flag) => flag);
|
|
2556
|
-
const $
|
|
2658
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2557
2659
|
path: _path2 + ".hiddenValues",
|
|
2558
2660
|
expected: "(HiddenValues | undefined)",
|
|
2559
2661
|
value: input3.hiddenValues
|
|
@@ -2581,12 +2683,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2581
2683
|
path: _path2 + ".knots",
|
|
2582
2684
|
expected: "Array<__type>.o3",
|
|
2583
2685
|
value: input3.knots
|
|
2584
|
-
})) && input3.knots.map((elem,
|
|
2585
|
-
path: _path2 + ".knots[" +
|
|
2686
|
+
})) && input3.knots.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2687
|
+
path: _path2 + ".knots[" + _index42 + "]",
|
|
2586
2688
|
expected: "__type.o6",
|
|
2587
2689
|
value: elem
|
|
2588
|
-
})) && $
|
|
2589
|
-
path: _path2 + ".knots[" +
|
|
2690
|
+
})) && $vo54(elem, _path2 + ".knots[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2691
|
+
path: _path2 + ".knots[" + _index42 + "]",
|
|
2590
2692
|
expected: "__type.o6",
|
|
2591
2693
|
value: elem
|
|
2592
2694
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2602,12 +2704,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2602
2704
|
expected: "undefined",
|
|
2603
2705
|
value: input3.type
|
|
2604
2706
|
}))].every((flag) => flag);
|
|
2605
|
-
const $
|
|
2707
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2606
2708
|
path: _path2 + ".value",
|
|
2607
2709
|
expected: "number",
|
|
2608
2710
|
value: input3.value
|
|
2609
2711
|
})].every((flag) => flag);
|
|
2610
|
-
const $
|
|
2712
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2611
2713
|
path: _path2 + ".id",
|
|
2612
2714
|
expected: "(string | undefined)",
|
|
2613
2715
|
value: input3.id
|
|
@@ -2623,7 +2725,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2623
2725
|
path: _path2 + ".settings",
|
|
2624
2726
|
expected: "(__type.o5 | undefined)",
|
|
2625
2727
|
value: input3.settings
|
|
2626
|
-
})) && $
|
|
2728
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2627
2729
|
path: _path2 + ".settings",
|
|
2628
2730
|
expected: "(__type.o5 | undefined)",
|
|
2629
2731
|
value: input3.settings
|
|
@@ -2647,12 +2749,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2647
2749
|
path: _path2 + ".q",
|
|
2648
2750
|
expected: "GvValuesQ",
|
|
2649
2751
|
value: input3.q
|
|
2650
|
-
})) && $
|
|
2752
|
+
})) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2651
2753
|
path: _path2 + ".q",
|
|
2652
2754
|
expected: "GvValuesQ",
|
|
2653
2755
|
value: input3.q
|
|
2654
2756
|
})].every((flag) => flag);
|
|
2655
|
-
const $
|
|
2757
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2656
2758
|
path: _path2 + ".id",
|
|
2657
2759
|
expected: "string",
|
|
2658
2760
|
value: input3.id
|
|
@@ -2668,8 +2770,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2668
2770
|
path: _path2 + ".child_types",
|
|
2669
2771
|
expected: "(Array<string> | undefined)",
|
|
2670
2772
|
value: input3.child_types
|
|
2671
|
-
})) && input3.child_types.map((elem,
|
|
2672
|
-
path: _path2 + ".child_types[" +
|
|
2773
|
+
})) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2774
|
+
path: _path2 + ".child_types[" + _index43 + "]",
|
|
2673
2775
|
expected: "string",
|
|
2674
2776
|
value: elem
|
|
2675
2777
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2684,8 +2786,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2684
2786
|
path: _path2 + ".included_types",
|
|
2685
2787
|
expected: "(Array<string> | undefined)",
|
|
2686
2788
|
value: input3.included_types
|
|
2687
|
-
})) && input3.included_types.map((elem,
|
|
2688
|
-
path: _path2 + ".included_types[" +
|
|
2789
|
+
})) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2790
|
+
path: _path2 + ".included_types[" + _index44 + "]",
|
|
2689
2791
|
expected: "string",
|
|
2690
2792
|
value: elem
|
|
2691
2793
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2732,12 +2834,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2732
2834
|
path: _path2 + ".genes",
|
|
2733
2835
|
expected: "Array<GvGeneTerm>",
|
|
2734
2836
|
value: input3.genes
|
|
2735
|
-
})) && input3.genes.map((elem,
|
|
2736
|
-
path: _path2 + ".genes[" +
|
|
2837
|
+
})) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2838
|
+
path: _path2 + ".genes[" + _index45 + "]",
|
|
2737
2839
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2738
2840
|
value: elem
|
|
2739
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2740
|
-
path: _path2 + ".genes[" +
|
|
2841
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2842
|
+
path: _path2 + ".genes[" + _index45 + "]",
|
|
2741
2843
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2742
2844
|
value: elem
|
|
2743
2845
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2756,12 +2858,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2756
2858
|
path: _path2 + ".childTerms",
|
|
2757
2859
|
expected: "Array<DtTerm>",
|
|
2758
2860
|
value: input3.childTerms
|
|
2759
|
-
})) && input3.childTerms.map((elem,
|
|
2760
|
-
path: _path2 + ".childTerms[" +
|
|
2861
|
+
})) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2862
|
+
path: _path2 + ".childTerms[" + _index46 + "]",
|
|
2761
2863
|
expected: "DtTerm",
|
|
2762
2864
|
value: elem
|
|
2763
|
-
})) && $
|
|
2764
|
-
path: _path2 + ".childTerms[" +
|
|
2865
|
+
})) && $vo32(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2866
|
+
path: _path2 + ".childTerms[" + _index46 + "]",
|
|
2765
2867
|
expected: "DtTerm",
|
|
2766
2868
|
value: elem
|
|
2767
2869
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2769,7 +2871,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2769
2871
|
expected: "Array<DtTerm>",
|
|
2770
2872
|
value: input3.childTerms
|
|
2771
2873
|
})].every((flag) => flag);
|
|
2772
|
-
const $
|
|
2874
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2773
2875
|
path: _path2 + ".id",
|
|
2774
2876
|
expected: "string",
|
|
2775
2877
|
value: input3.id
|
|
@@ -2785,8 +2887,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2785
2887
|
path: _path2 + ".child_types",
|
|
2786
2888
|
expected: "(Array<string> | undefined)",
|
|
2787
2889
|
value: input3.child_types
|
|
2788
|
-
})) && input3.child_types.map((elem,
|
|
2789
|
-
path: _path2 + ".child_types[" +
|
|
2890
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2891
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2790
2892
|
expected: "string",
|
|
2791
2893
|
value: elem
|
|
2792
2894
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2801,8 +2903,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2801
2903
|
path: _path2 + ".included_types",
|
|
2802
2904
|
expected: "(Array<string> | undefined)",
|
|
2803
2905
|
value: input3.included_types
|
|
2804
|
-
})) && input3.included_types.map((elem,
|
|
2805
|
-
path: _path2 + ".included_types[" +
|
|
2906
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2907
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2806
2908
|
expected: "string",
|
|
2807
2909
|
value: elem
|
|
2808
2910
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2845,12 +2947,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2845
2947
|
path: _path2 + ".genes",
|
|
2846
2948
|
expected: "Array<GvGeneTerm>",
|
|
2847
2949
|
value: input3.genes
|
|
2848
|
-
})) && input3.genes.map((elem,
|
|
2849
|
-
path: _path2 + ".genes[" +
|
|
2950
|
+
})) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2951
|
+
path: _path2 + ".genes[" + _index49 + "]",
|
|
2850
2952
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2851
2953
|
value: elem
|
|
2852
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2853
|
-
path: _path2 + ".genes[" +
|
|
2954
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2955
|
+
path: _path2 + ".genes[" + _index49 + "]",
|
|
2854
2956
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2855
2957
|
value: elem
|
|
2856
2958
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2869,12 +2971,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2869
2971
|
path: _path2 + ".childTerms",
|
|
2870
2972
|
expected: "Array<DtTerm>",
|
|
2871
2973
|
value: input3.childTerms
|
|
2872
|
-
})) && input3.childTerms.map((elem,
|
|
2873
|
-
path: _path2 + ".childTerms[" +
|
|
2974
|
+
})) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2975
|
+
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
2874
2976
|
expected: "DtTerm",
|
|
2875
2977
|
value: elem
|
|
2876
|
-
})) && $
|
|
2877
|
-
path: _path2 + ".childTerms[" +
|
|
2978
|
+
})) && $vo32(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2979
|
+
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
2878
2980
|
expected: "DtTerm",
|
|
2879
2981
|
value: elem
|
|
2880
2982
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2882,7 +2984,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2882
2984
|
expected: "Array<DtTerm>",
|
|
2883
2985
|
value: input3.childTerms
|
|
2884
2986
|
})].every((flag) => flag);
|
|
2885
|
-
const $
|
|
2987
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2886
2988
|
path: _path2 + ".hiddenValues",
|
|
2887
2989
|
expected: "(HiddenValues | undefined)",
|
|
2888
2990
|
value: input3.hiddenValues
|
|
@@ -2923,7 +3025,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2923
3025
|
expected: '"values"',
|
|
2924
3026
|
value: input3.type
|
|
2925
3027
|
})].every((flag) => flag);
|
|
2926
|
-
const $
|
|
3028
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2927
3029
|
path: _path2 + ".id",
|
|
2928
3030
|
expected: "(string | undefined)",
|
|
2929
3031
|
value: input3.id
|
|
@@ -2939,7 +3041,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2939
3041
|
path: _path2 + ".settings",
|
|
2940
3042
|
expected: "(__type.o5 | undefined)",
|
|
2941
3043
|
value: input3.settings
|
|
2942
|
-
})) && $
|
|
3044
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2943
3045
|
path: _path2 + ".settings",
|
|
2944
3046
|
expected: "(__type.o5 | undefined)",
|
|
2945
3047
|
value: input3.settings
|
|
@@ -2963,12 +3065,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2963
3065
|
path: _path2 + ".q",
|
|
2964
3066
|
expected: "GvPredefinedGsQ",
|
|
2965
3067
|
value: input3.q
|
|
2966
|
-
})) && $
|
|
3068
|
+
})) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2967
3069
|
path: _path2 + ".q",
|
|
2968
3070
|
expected: "GvPredefinedGsQ",
|
|
2969
3071
|
value: input3.q
|
|
2970
3072
|
})].every((flag) => flag);
|
|
2971
|
-
const $
|
|
3073
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2972
3074
|
path: _path2 + ".hiddenValues",
|
|
2973
3075
|
expected: "(HiddenValues | undefined)",
|
|
2974
3076
|
value: input3.hiddenValues
|
|
@@ -3013,7 +3115,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3013
3115
|
expected: "number",
|
|
3014
3116
|
value: input3.predefined_groupset_idx
|
|
3015
3117
|
})].every((flag) => flag);
|
|
3016
|
-
const $
|
|
3118
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3017
3119
|
path: _path2 + ".id",
|
|
3018
3120
|
expected: "(string | undefined)",
|
|
3019
3121
|
value: input3.id
|
|
@@ -3029,7 +3131,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3029
3131
|
path: _path2 + ".settings",
|
|
3030
3132
|
expected: "(__type.o5 | undefined)",
|
|
3031
3133
|
value: input3.settings
|
|
3032
|
-
})) && $
|
|
3134
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3033
3135
|
path: _path2 + ".settings",
|
|
3034
3136
|
expected: "(__type.o5 | undefined)",
|
|
3035
3137
|
value: input3.settings
|
|
@@ -3053,12 +3155,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3053
3155
|
path: _path2 + ".q",
|
|
3054
3156
|
expected: "GvCustomGsQ",
|
|
3055
3157
|
value: input3.q
|
|
3056
|
-
})) && $
|
|
3158
|
+
})) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3057
3159
|
path: _path2 + ".q",
|
|
3058
3160
|
expected: "GvCustomGsQ",
|
|
3059
3161
|
value: input3.q
|
|
3060
3162
|
})].every((flag) => flag);
|
|
3061
|
-
const $
|
|
3163
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3062
3164
|
path: _path2 + ".hiddenValues",
|
|
3063
3165
|
expected: "(HiddenValues | undefined)",
|
|
3064
3166
|
value: input3.hiddenValues
|
|
@@ -3102,12 +3204,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3102
3204
|
path: _path2 + ".customset",
|
|
3103
3205
|
expected: "BaseGroupSet",
|
|
3104
3206
|
value: input3.customset
|
|
3105
|
-
})) && $
|
|
3207
|
+
})) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3106
3208
|
path: _path2 + ".customset",
|
|
3107
3209
|
expected: "BaseGroupSet",
|
|
3108
3210
|
value: input3.customset
|
|
3109
3211
|
})].every((flag) => flag);
|
|
3110
|
-
const $
|
|
3212
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3111
3213
|
path: _path2 + ".id",
|
|
3112
3214
|
expected: "(string | undefined)",
|
|
3113
3215
|
value: input3.id
|
|
@@ -3123,7 +3225,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3123
3225
|
path: _path2 + ".settings",
|
|
3124
3226
|
expected: "(__type.o5 | undefined)",
|
|
3125
3227
|
value: input3.settings
|
|
3126
|
-
})) && $
|
|
3228
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3127
3229
|
path: _path2 + ".settings",
|
|
3128
3230
|
expected: "(__type.o5 | undefined)",
|
|
3129
3231
|
value: input3.settings
|
|
@@ -3139,7 +3241,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3139
3241
|
path: _path2 + ".term",
|
|
3140
3242
|
expected: "ConditionTerm",
|
|
3141
3243
|
value: input3.term
|
|
3142
|
-
})) && $
|
|
3244
|
+
})) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3143
3245
|
path: _path2 + ".term",
|
|
3144
3246
|
expected: "ConditionTerm",
|
|
3145
3247
|
value: input3.term
|
|
@@ -3147,12 +3249,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3147
3249
|
path: _path2 + ".q",
|
|
3148
3250
|
expected: "ConditionQ",
|
|
3149
3251
|
value: input3.q
|
|
3150
|
-
})) && $
|
|
3252
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3151
3253
|
path: _path2 + ".q",
|
|
3152
3254
|
expected: "ConditionQ",
|
|
3153
3255
|
value: input3.q
|
|
3154
3256
|
})].every((flag) => flag);
|
|
3155
|
-
const $
|
|
3257
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3156
3258
|
path: _path2 + ".hiddenValues",
|
|
3157
3259
|
expected: "(HiddenValues | undefined)",
|
|
3158
3260
|
value: input3.hiddenValues
|
|
@@ -3192,8 +3294,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3192
3294
|
path: _path2 + ".breaks",
|
|
3193
3295
|
expected: "(Array<number> | undefined)",
|
|
3194
3296
|
value: input3.breaks
|
|
3195
|
-
})) && input3.breaks.map((elem,
|
|
3196
|
-
path: _path2 + ".breaks[" +
|
|
3297
|
+
})) && input3.breaks.map((elem, _index51) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3298
|
+
path: _path2 + ".breaks[" + _index51 + "]",
|
|
3197
3299
|
expected: "number",
|
|
3198
3300
|
value: elem
|
|
3199
3301
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3217,7 +3319,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3217
3319
|
expected: "(boolean | undefined)",
|
|
3218
3320
|
value: input3.value_by_computable_grade
|
|
3219
3321
|
}), true].every((flag) => flag);
|
|
3220
|
-
const $
|
|
3322
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3221
3323
|
path: _path2 + ".id",
|
|
3222
3324
|
expected: "(string | undefined)",
|
|
3223
3325
|
value: input3.id
|
|
@@ -3233,7 +3335,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3233
3335
|
path: _path2 + ".settings",
|
|
3234
3336
|
expected: "(__type.o5 | undefined)",
|
|
3235
3337
|
value: input3.settings
|
|
3236
|
-
})) && $
|
|
3338
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3237
3339
|
path: _path2 + ".settings",
|
|
3238
3340
|
expected: "(__type.o5 | undefined)",
|
|
3239
3341
|
value: input3.settings
|
|
@@ -3249,7 +3351,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3249
3351
|
path: _path2 + ".q",
|
|
3250
3352
|
expected: "SnpsQ",
|
|
3251
3353
|
value: input3.q
|
|
3252
|
-
})) && $
|
|
3354
|
+
})) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3253
3355
|
path: _path2 + ".q",
|
|
3254
3356
|
expected: "SnpsQ",
|
|
3255
3357
|
value: input3.q
|
|
@@ -3257,12 +3359,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3257
3359
|
path: _path2 + ".term",
|
|
3258
3360
|
expected: "SnpsTerm",
|
|
3259
3361
|
value: input3.term
|
|
3260
|
-
})) && $
|
|
3362
|
+
})) && $vo68(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3261
3363
|
path: _path2 + ".term",
|
|
3262
3364
|
expected: "SnpsTerm",
|
|
3263
3365
|
value: input3.term
|
|
3264
3366
|
})].every((flag) => flag);
|
|
3265
|
-
const $
|
|
3367
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3266
3368
|
path: _path2 + ".hiddenValues",
|
|
3267
3369
|
expected: "(HiddenValues | undefined)",
|
|
3268
3370
|
value: input3.hiddenValues
|
|
@@ -3318,7 +3420,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3318
3420
|
path: _path2 + ".restrictAncestry",
|
|
3319
3421
|
expected: "RestrictAncestry",
|
|
3320
3422
|
value: input3.restrictAncestry
|
|
3321
|
-
})) && $
|
|
3423
|
+
})) && $vo67(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3322
3424
|
path: _path2 + ".restrictAncestry",
|
|
3323
3425
|
expected: "RestrictAncestry",
|
|
3324
3426
|
value: input3.restrictAncestry
|
|
@@ -3343,7 +3445,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3343
3445
|
expected: "number",
|
|
3344
3446
|
value: input3.stop
|
|
3345
3447
|
})].every((flag) => flag);
|
|
3346
|
-
const $
|
|
3448
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3347
3449
|
path: _path2 + ".name",
|
|
3348
3450
|
expected: "string",
|
|
3349
3451
|
value: input3.name
|
|
@@ -3356,7 +3458,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3356
3458
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3357
3459
|
value: input3.tvs
|
|
3358
3460
|
})].every((flag) => flag);
|
|
3359
|
-
const $
|
|
3461
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3360
3462
|
path: _path2 + ".id",
|
|
3361
3463
|
expected: "string",
|
|
3362
3464
|
value: input3.id
|
|
@@ -3372,8 +3474,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3372
3474
|
path: _path2 + ".child_types",
|
|
3373
3475
|
expected: "(Array<string> | undefined)",
|
|
3374
3476
|
value: input3.child_types
|
|
3375
|
-
})) && input3.child_types.map((elem,
|
|
3376
|
-
path: _path2 + ".child_types[" +
|
|
3477
|
+
})) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3478
|
+
path: _path2 + ".child_types[" + _index52 + "]",
|
|
3377
3479
|
expected: "string",
|
|
3378
3480
|
value: elem
|
|
3379
3481
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3388,8 +3490,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3388
3490
|
path: _path2 + ".included_types",
|
|
3389
3491
|
expected: "(Array<string> | undefined)",
|
|
3390
3492
|
value: input3.included_types
|
|
3391
|
-
})) && input3.included_types.map((elem,
|
|
3392
|
-
path: _path2 + ".included_types[" +
|
|
3493
|
+
})) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3494
|
+
path: _path2 + ".included_types[" + _index53 + "]",
|
|
3393
3495
|
expected: "string",
|
|
3394
3496
|
value: elem
|
|
3395
3497
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3420,12 +3522,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3420
3522
|
path: _path2 + ".snps",
|
|
3421
3523
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3422
3524
|
value: input3.snps
|
|
3423
|
-
})) && input3.snps.map((elem,
|
|
3424
|
-
path: _path2 + ".snps[" +
|
|
3525
|
+
})) && input3.snps.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3526
|
+
path: _path2 + ".snps[" + _index54 + "]",
|
|
3425
3527
|
expected: "SnpsEntry",
|
|
3426
3528
|
value: elem
|
|
3427
|
-
})) && $
|
|
3428
|
-
path: _path2 + ".snps[" +
|
|
3529
|
+
})) && $vo69(elem, _path2 + ".snps[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3530
|
+
path: _path2 + ".snps[" + _index54 + "]",
|
|
3429
3531
|
expected: "SnpsEntry",
|
|
3430
3532
|
value: elem
|
|
3431
3533
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3433,12 +3535,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3433
3535
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3434
3536
|
value: input3.snps
|
|
3435
3537
|
})].every((flag) => flag);
|
|
3436
|
-
const $
|
|
3538
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3437
3539
|
path: _path2 + ".altAlleles",
|
|
3438
3540
|
expected: "(Array<string> | undefined)",
|
|
3439
3541
|
value: input3.altAlleles
|
|
3440
|
-
})) && input3.altAlleles.map((elem,
|
|
3441
|
-
path: _path2 + ".altAlleles[" +
|
|
3542
|
+
})) && input3.altAlleles.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3543
|
+
path: _path2 + ".altAlleles[" + _index55 + "]",
|
|
3442
3544
|
expected: "string",
|
|
3443
3545
|
value: elem
|
|
3444
3546
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3449,12 +3551,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3449
3551
|
path: _path2 + ".alleles",
|
|
3450
3552
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3451
3553
|
value: input3.alleles
|
|
3452
|
-
})) && input3.alleles.map((elem,
|
|
3453
|
-
path: _path2 + ".alleles[" +
|
|
3554
|
+
})) && input3.alleles.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3555
|
+
path: _path2 + ".alleles[" + _index56 + "]",
|
|
3454
3556
|
expected: "AllelesEntry",
|
|
3455
3557
|
value: elem
|
|
3456
|
-
})) && $
|
|
3457
|
-
path: _path2 + ".alleles[" +
|
|
3558
|
+
})) && $vo70(elem, _path2 + ".alleles[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3559
|
+
path: _path2 + ".alleles[" + _index56 + "]",
|
|
3458
3560
|
expected: "AllelesEntry",
|
|
3459
3561
|
value: elem
|
|
3460
3562
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3469,7 +3571,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3469
3571
|
path: _path2 + ".gt2count",
|
|
3470
3572
|
expected: "(__type.o7 | undefined)",
|
|
3471
3573
|
value: input3.gt2count
|
|
3472
|
-
})) && $
|
|
3574
|
+
})) && $vo71(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3473
3575
|
path: _path2 + ".gt2count",
|
|
3474
3576
|
expected: "(__type.o7 | undefined)",
|
|
3475
3577
|
value: input3.gt2count
|
|
@@ -3498,7 +3600,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3498
3600
|
expected: "(number | undefined)",
|
|
3499
3601
|
value: input3.pos
|
|
3500
3602
|
})].every((flag) => flag);
|
|
3501
|
-
const $
|
|
3603
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3502
3604
|
path: _path2 + ".allele",
|
|
3503
3605
|
expected: "string",
|
|
3504
3606
|
value: input3.allele
|
|
@@ -3511,7 +3613,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3511
3613
|
expected: "boolean",
|
|
3512
3614
|
value: input3.isRef
|
|
3513
3615
|
})].every((flag) => flag);
|
|
3514
|
-
const $
|
|
3616
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3515
3617
|
path: _path2 + ".k",
|
|
3516
3618
|
expected: "string",
|
|
3517
3619
|
value: input3.k
|
|
@@ -3520,7 +3622,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3520
3622
|
expected: "(number | string)",
|
|
3521
3623
|
value: input3.v
|
|
3522
3624
|
})].every((flag) => flag);
|
|
3523
|
-
const $
|
|
3625
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3524
3626
|
path: _path2 + ".id",
|
|
3525
3627
|
expected: "(string | undefined)",
|
|
3526
3628
|
value: input3.id
|
|
@@ -3536,7 +3638,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3536
3638
|
path: _path2 + ".settings",
|
|
3537
3639
|
expected: "(__type.o5 | undefined)",
|
|
3538
3640
|
value: input3.settings
|
|
3539
|
-
})) && $
|
|
3641
|
+
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3540
3642
|
path: _path2 + ".settings",
|
|
3541
3643
|
expected: "(__type.o5 | undefined)",
|
|
3542
3644
|
value: input3.settings
|
|
@@ -3560,12 +3662,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3560
3662
|
path: _path2 + ".term",
|
|
3561
3663
|
expected: "SnpTerm",
|
|
3562
3664
|
value: input3.term
|
|
3563
|
-
})) && $
|
|
3665
|
+
})) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3564
3666
|
path: _path2 + ".term",
|
|
3565
3667
|
expected: "SnpTerm",
|
|
3566
3668
|
value: input3.term
|
|
3567
3669
|
})].every((flag) => flag);
|
|
3568
|
-
const $
|
|
3670
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3569
3671
|
path: _path2 + ".hiddenValues",
|
|
3570
3672
|
expected: "(HiddenValues | undefined)",
|
|
3571
3673
|
value: input3.hiddenValues
|
|
@@ -3594,7 +3696,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3594
3696
|
expected: '("values" | undefined)',
|
|
3595
3697
|
value: input3.type
|
|
3596
3698
|
})].every((flag) => flag);
|
|
3597
|
-
const $
|
|
3699
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3598
3700
|
path: _path2 + ".hiddenValues",
|
|
3599
3701
|
expected: "(HiddenValues | undefined)",
|
|
3600
3702
|
value: input3.hiddenValues
|
|
@@ -3623,7 +3725,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3623
3725
|
expected: '("filter" | undefined)',
|
|
3624
3726
|
value: input3.type
|
|
3625
3727
|
})].every((flag) => flag);
|
|
3626
|
-
const $
|
|
3728
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3627
3729
|
path: _path2 + ".hiddenValues",
|
|
3628
3730
|
expected: "(HiddenValues | undefined)",
|
|
3629
3731
|
value: input3.hiddenValues
|
|
@@ -3656,7 +3758,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3656
3758
|
expected: "number",
|
|
3657
3759
|
value: input3.predefined_groupset_idx
|
|
3658
3760
|
})].every((flag) => flag);
|
|
3659
|
-
const $
|
|
3761
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3660
3762
|
path: _path2 + ".hiddenValues",
|
|
3661
3763
|
expected: "(HiddenValues | undefined)",
|
|
3662
3764
|
value: input3.hiddenValues
|
|
@@ -3688,12 +3790,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3688
3790
|
path: _path2 + ".customset",
|
|
3689
3791
|
expected: "BaseGroupSet",
|
|
3690
3792
|
value: input3.customset
|
|
3691
|
-
})) && $
|
|
3793
|
+
})) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3692
3794
|
path: _path2 + ".customset",
|
|
3693
3795
|
expected: "BaseGroupSet",
|
|
3694
3796
|
value: input3.customset
|
|
3695
3797
|
})].every((flag) => flag);
|
|
3696
|
-
const $
|
|
3798
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3697
3799
|
path: _path2 + ".id",
|
|
3698
3800
|
expected: "string",
|
|
3699
3801
|
value: input3.id
|
|
@@ -3709,8 +3811,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3709
3811
|
path: _path2 + ".child_types",
|
|
3710
3812
|
expected: "(Array<string> | undefined)",
|
|
3711
3813
|
value: input3.child_types
|
|
3712
|
-
})) && input3.child_types.map((elem,
|
|
3713
|
-
path: _path2 + ".child_types[" +
|
|
3814
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3815
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
3714
3816
|
expected: "string",
|
|
3715
3817
|
value: elem
|
|
3716
3818
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3725,8 +3827,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3725
3827
|
path: _path2 + ".included_types",
|
|
3726
3828
|
expected: "(Array<string> | undefined)",
|
|
3727
3829
|
value: input3.included_types
|
|
3728
|
-
})) && input3.included_types.map((elem,
|
|
3729
|
-
path: _path2 + ".included_types[" +
|
|
3830
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3831
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
3730
3832
|
expected: "string",
|
|
3731
3833
|
value: elem
|
|
3732
3834
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3769,8 +3871,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3769
3871
|
path: _path2 + ".alt",
|
|
3770
3872
|
expected: "Array<string>",
|
|
3771
3873
|
value: input3.alt
|
|
3772
|
-
})) && input3.alt.map((elem,
|
|
3773
|
-
path: _path2 + ".alt[" +
|
|
3874
|
+
})) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3875
|
+
path: _path2 + ".alt[" + _index59 + "]",
|
|
3774
3876
|
expected: "string",
|
|
3775
3877
|
value: elem
|
|
3776
3878
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3817,9 +3919,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3817
3919
|
})();
|
|
3818
3920
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3819
3921
|
if ("gene" === input3.kind)
|
|
3820
|
-
return $vo33(input3, _path2, _exceptionable2);
|
|
3821
|
-
if ("coord" === input3.kind)
|
|
3822
3922
|
return $vo34(input3, _path2, _exceptionable2);
|
|
3923
|
+
if ("coord" === input3.kind)
|
|
3924
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3823
3925
|
return $report(_exceptionable2, {
|
|
3824
3926
|
path: _path2,
|
|
3825
3927
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3828,33 +3930,33 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3828
3930
|
})();
|
|
3829
3931
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3830
3932
|
if ("SnpTW" === input3.type)
|
|
3831
|
-
return $
|
|
3933
|
+
return $vo72(input3, _path2, _exceptionable2);
|
|
3832
3934
|
if ("SnpsTW" === input3.type)
|
|
3833
|
-
return $
|
|
3935
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3834
3936
|
if ("ConditionTW" === input3.type)
|
|
3835
|
-
return $
|
|
3937
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
3836
3938
|
if ("GvCustomGsTW" === input3.type)
|
|
3837
|
-
return $
|
|
3939
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
3838
3940
|
if ("GvPredefinedGsTW" === input3.type)
|
|
3839
|
-
return $
|
|
3941
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
3840
3942
|
if ("GvValuesTW" === input3.type)
|
|
3841
|
-
return $
|
|
3943
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3842
3944
|
if ("NumTWSpline" === input3.type)
|
|
3843
|
-
return $
|
|
3945
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
3844
3946
|
if ("NumTWCont" === input3.type)
|
|
3845
|
-
return $
|
|
3947
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
3846
3948
|
if ("NumTWBinary" === input3.type)
|
|
3847
|
-
return $
|
|
3949
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
3848
3950
|
if ("NumTWCustomBin" === input3.type)
|
|
3849
|
-
return $
|
|
3951
|
+
return $vo47(input3, _path2, _exceptionable2);
|
|
3850
3952
|
if ("NumTWRegularBin" === input3.type)
|
|
3851
|
-
return $
|
|
3953
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3852
3954
|
if ("CatTWCustomGS" === input3.type)
|
|
3853
|
-
return $
|
|
3955
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3854
3956
|
if ("CatTWPredefinedGS" === input3.type)
|
|
3855
|
-
return $
|
|
3957
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3856
3958
|
if ("CatTWValues" === input3.type)
|
|
3857
|
-
return $
|
|
3959
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3858
3960
|
return $report(_exceptionable2, {
|
|
3859
3961
|
path: _path2,
|
|
3860
3962
|
expected: "(SnpTW | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | CatTWCustomGS | CatTWPredefinedGS | CatTWValues)",
|
|
@@ -3886,24 +3988,18 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3886
3988
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3887
3989
|
if (void 0 !== input3.ranges)
|
|
3888
3990
|
return $vo12(input3, _path2, _exceptionable2);
|
|
3889
|
-
return $vo3(input3, _path2, false) || $
|
|
3991
|
+
return $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
|
|
3890
3992
|
})();
|
|
3891
3993
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3892
3994
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3893
3995
|
return $vo13(input3, _path2, _exceptionable2);
|
|
3894
|
-
if ("geneExpression" === input3.type)
|
|
3895
|
-
return $vo22(input3, _path2, _exceptionable2);
|
|
3896
|
-
if ("date" === input3.type)
|
|
3897
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
3898
3996
|
if ("metaboliteIntensity" === input3.type)
|
|
3899
|
-
return $
|
|
3900
|
-
if ("
|
|
3997
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3998
|
+
if ("date" === input3.type)
|
|
3901
3999
|
return $vo25(input3, _path2, _exceptionable2);
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
value: input3
|
|
3906
|
-
});
|
|
4000
|
+
if ("ssGSEA" === input3.type)
|
|
4001
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
4002
|
+
return $vo23(input3, _path2, false) || $vo22(input3, _path2, false);
|
|
3907
4003
|
})();
|
|
3908
4004
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3909
4005
|
if ("regular-bin" === input3.type)
|
|
@@ -3918,9 +4014,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3918
4014
|
})();
|
|
3919
4015
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3920
4016
|
if ("gene" === input3.kind)
|
|
3921
|
-
return $
|
|
4017
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
3922
4018
|
if ("coord" === input3.kind)
|
|
3923
|
-
return $
|
|
4019
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3924
4020
|
return $report(_exceptionable2, {
|
|
3925
4021
|
path: _path2,
|
|
3926
4022
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
@@ -3929,9 +4025,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3929
4025
|
})();
|
|
3930
4026
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3931
4027
|
if ("gene" === input3.kind)
|
|
3932
|
-
return $vo55(input3, _path2, _exceptionable2);
|
|
3933
|
-
if ("coord" === input3.kind)
|
|
3934
4028
|
return $vo56(input3, _path2, _exceptionable2);
|
|
4029
|
+
if ("coord" === input3.kind)
|
|
4030
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
3935
4031
|
return $report(_exceptionable2, {
|
|
3936
4032
|
path: _path2,
|
|
3937
4033
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -3940,10 +4036,10 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3940
4036
|
})();
|
|
3941
4037
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3942
4038
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
3943
|
-
return $vo74(input3, _path2, _exceptionable2);
|
|
3944
|
-
if (void 0 !== input3.customset)
|
|
3945
4039
|
return $vo75(input3, _path2, _exceptionable2);
|
|
3946
|
-
|
|
4040
|
+
if (void 0 !== input3.customset)
|
|
4041
|
+
return $vo76(input3, _path2, _exceptionable2);
|
|
4042
|
+
return $vo74(input3, _path2, false) || $vo73(input3, _path2, false);
|
|
3947
4043
|
})();
|
|
3948
4044
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
3949
4045
|
path: _path + "",
|