@sjcrh/proteinpaint-types 2.177.0 → 2.178.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-LHJGTOZJ.js → chunk-26UKKPK2.js} +1301 -594
- package/dist/{chunk-4SOVPEYQ.js → chunk-2XQJCZEO.js} +842 -243
- package/dist/{chunk-UQEAM7BH.js → chunk-2Y7WE3JU.js} +1301 -594
- package/dist/chunk-4DCPDZW4.js +143 -0
- package/dist/{chunk-5KF6Z3GL.js → chunk-CX2Y673E.js} +923 -329
- package/dist/chunk-CYQDO4FX.js +3191 -0
- package/dist/{chunk-W7UCAYSF.js → chunk-FQYNRDHB.js} +923 -329
- package/dist/chunk-FRXRNCDV.js +14 -0
- package/dist/{chunk-F4YCPOQV.js → chunk-GAYJUXNZ.js} +947 -353
- package/dist/{chunk-7WEVNKAM.js → chunk-HZEV7D5E.js} +1301 -594
- package/dist/{chunk-4ZMQ5CTL.js → chunk-NIEACU6R.js} +7 -31
- package/dist/{chunk-Q6MWNJ2V.js → chunk-NRV6MPRM.js} +3421 -1378
- package/dist/{chunk-44LN7YTE.js → chunk-PHRILOVX.js} +923 -329
- package/dist/{chunk-URHI6FFP.js → chunk-UFYKXOY2.js} +2233 -690
- package/dist/{chunk-63OD34W2.js → chunk-UWAVSKMD.js} +1301 -594
- package/dist/chunk-VBNF7BRI.js +3492 -0
- package/dist/{chunk-2DJFVQUQ.js → chunk-WXCXZRKP.js} +1305 -598
- package/dist/{chunk-7NKZVHIZ.js → chunk-YHKFJCXG.js} +1445 -496
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +79 -61
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +3122 -5
- package/dist/termdb.chat2.js +13 -0
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.diffMeth.js +11 -0
- package/dist/termdb.dmr.js +11 -0
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.singlecellData.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/dataset.ts +55 -8
- package/src/index.ts +5 -1
- package/src/routes/grin2.ts +5 -11
- package/src/routes/{termdb.chat.ts → termdb.chat2.ts} +42 -15
- package/src/routes/termdb.cluster.ts +11 -0
- package/src/routes/termdb.diffMeth.ts +49 -0
- package/src/routes/termdb.dmr.ts +47 -0
- package/src/routes/termdb.singlecellData.ts +3 -1
- package/src/terms/dnaMethylation.ts +19 -0
- package/src/terms/numeric.ts +13 -2
- package/src/terms/singleCellCellType.ts +1 -1
- package/src/terms/singleCellGeneExpression.ts +25 -19
- package/src/terms/term.ts +1 -1
- package/src/terms/termCollection.ts +93 -21
- package/src/terms/wholeProteomeAbundance.ts +30 -0
- package/dist/chunk-WWE2SDCU.js +0 -494
|
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
61
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true;
|
|
62
|
-
const $io1 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $
|
|
62
|
+
const $io1 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q)) && "QualTWValues" === input3.type;
|
|
63
63
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
64
64
|
const value = input3[key];
|
|
65
65
|
if (void 0 === value)
|
|
@@ -68,7 +68,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
68
68
|
return true;
|
|
69
69
|
return true;
|
|
70
70
|
});
|
|
71
|
-
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
71
|
+
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
|
|
72
72
|
const $io4 = (input3) => Object.keys(input3).every((key) => {
|
|
73
73
|
const value = input3[key];
|
|
74
74
|
if (void 0 === value)
|
|
@@ -83,7 +83,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
83
83
|
const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
84
84
|
const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
85
85
|
const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
|
|
86
|
-
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
86
|
+
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
87
87
|
const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
88
88
|
const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
89
89
|
const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
@@ -104,36 +104,40 @@ var validDescrStatsRequest = (input) => {
|
|
|
104
104
|
const $io20 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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);
|
|
105
105
|
const $io21 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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;
|
|
106
106
|
const $io22 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
107
|
-
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
108
|
-
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
109
|
-
const $io25 = (input3) => "string" === typeof input3.
|
|
110
|
-
const $io26 = (input3) => (void 0 === input3.
|
|
111
|
-
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
112
|
-
const $io28 = (input3) => "
|
|
113
|
-
const $io29 = (input3) =>
|
|
114
|
-
const $io30 = (input3) =>
|
|
115
|
-
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
116
|
-
const $io32 = (input3) => "
|
|
117
|
-
const $io33 = (input3) =>
|
|
118
|
-
const $io34 = (input3) => "
|
|
119
|
-
const $io35 = (input3) => "string" === typeof input3.name && (void 0 === input3.
|
|
120
|
-
const $io36 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.
|
|
121
|
-
const $io37 = (input3) => ("string" === typeof input3.
|
|
122
|
-
const $io38 = (input3) => "
|
|
123
|
-
const $io39 = (input3) => "string" === typeof input3.
|
|
124
|
-
const $io40 = (input3) => "string" === typeof input3.
|
|
125
|
-
const $io41 = (input3) => (
|
|
126
|
-
const $io42 = (input3) => "string" === typeof input3.
|
|
127
|
-
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
128
|
-
const $io44 = (input3) =>
|
|
107
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "wholeProteomeAbundance" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
108
|
+
const $io24 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
109
|
+
const $io25 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
110
|
+
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
111
|
+
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
112
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
113
|
+
const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
114
|
+
const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(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 && $io32(elem)));
|
|
115
|
+
const $io31 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
|
|
116
|
+
const $io32 = (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;
|
|
117
|
+
const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
118
|
+
const $io34 = (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 && $iu11(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) && $io4(input3.values));
|
|
119
|
+
const $io35 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
120
|
+
const $io36 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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);
|
|
121
|
+
const $io37 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
122
|
+
const $io38 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
123
|
+
const $io39 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
124
|
+
const $io40 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
125
|
+
const $io41 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
126
|
+
const $io42 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
|
|
127
|
+
const $io43 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
128
|
+
const $io44 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
129
|
+
const $io45 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
|
|
130
|
+
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
131
|
+
const $io47 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
|
|
132
|
+
const $io48 = (input3) => Object.keys(input3).every((key) => {
|
|
129
133
|
const value = input3[key];
|
|
130
134
|
if (void 0 === value)
|
|
131
135
|
return true;
|
|
132
136
|
if (RegExp(/(.*)/).test(key))
|
|
133
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
137
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io49(value);
|
|
134
138
|
return true;
|
|
135
139
|
});
|
|
136
|
-
const $
|
|
140
|
+
const $io49 = (input3) => Object.keys(input3).every((key) => {
|
|
137
141
|
const value = input3[key];
|
|
138
142
|
if (void 0 === value)
|
|
139
143
|
return true;
|
|
@@ -141,43 +145,47 @@ var validDescrStatsRequest = (input) => {
|
|
|
141
145
|
return true;
|
|
142
146
|
return true;
|
|
143
147
|
});
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
146
|
-
const $
|
|
147
|
-
const $
|
|
148
|
-
const $
|
|
149
|
-
const $
|
|
150
|
-
const $
|
|
151
|
-
const $
|
|
152
|
-
const $
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
159
|
-
const $
|
|
160
|
-
const $
|
|
161
|
-
const $
|
|
162
|
-
const $
|
|
163
|
-
const $
|
|
164
|
-
const $
|
|
165
|
-
const $
|
|
166
|
-
const $
|
|
167
|
-
const $
|
|
168
|
-
const $
|
|
169
|
-
const $
|
|
170
|
-
const $
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
173
|
-
const $
|
|
174
|
-
const $
|
|
175
|
-
const $
|
|
176
|
-
const $
|
|
177
|
-
const $
|
|
178
|
-
const $
|
|
179
|
-
const $
|
|
180
|
-
const $
|
|
148
|
+
const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
|
|
149
|
+
const $io51 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
150
|
+
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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 && $io38(input3.groupsetting));
|
|
151
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
|
|
152
|
+
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
153
|
+
const $io56 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
154
|
+
const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
155
|
+
const $io58 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
156
|
+
const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io60(input3.customset));
|
|
157
|
+
const $io60 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
158
|
+
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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
|
|
159
|
+
const $io62 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
|
|
160
|
+
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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
|
|
161
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
162
|
+
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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io66(input3.q));
|
|
163
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
164
|
+
const $io67 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
|
|
165
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io69(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
166
|
+
const $io69 = (input3) => "number" === typeof input3.value;
|
|
167
|
+
const $io70 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io73(input3.q));
|
|
168
|
+
const $io71 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
169
|
+
const $io72 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
170
|
+
const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
171
|
+
const $io74 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
|
|
172
|
+
const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && Array.isArray(input3.dtLst);
|
|
173
|
+
const $io76 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
|
|
174
|
+
const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io60(input3.customset)) && Array.isArray(input3.dtLst);
|
|
175
|
+
const $io78 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
|
|
176
|
+
const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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;
|
|
177
|
+
const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
178
|
+
const $io81 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io84(input3.term));
|
|
179
|
+
const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "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 && $io83(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
180
|
+
const $io83 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
181
|
+
const $io84 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (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 && $io85(elem)));
|
|
182
|
+
const $io85 = (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 && $io86(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io87(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);
|
|
183
|
+
const $io86 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
184
|
+
const $io87 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
185
|
+
const $io88 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q));
|
|
186
|
+
const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
187
|
+
const $io90 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
|
|
188
|
+
const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
|
|
181
189
|
const $iu0 = (input3) => (() => {
|
|
182
190
|
if ("tvslst" === input3.type)
|
|
183
191
|
return $io6(input3);
|
|
@@ -194,16 +202,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
194
202
|
})();
|
|
195
203
|
const $iu2 = (input3) => (() => {
|
|
196
204
|
if ("gene" === input3.kind)
|
|
197
|
-
return $
|
|
205
|
+
return $io36(input3);
|
|
198
206
|
if ("coord" === input3.kind)
|
|
199
|
-
return $
|
|
207
|
+
return $io37(input3);
|
|
200
208
|
return false;
|
|
201
209
|
})();
|
|
202
210
|
const $iu3 = (input3) => (() => {
|
|
203
211
|
if ("string" === typeof input3.type)
|
|
204
|
-
return $
|
|
212
|
+
return $io40(input3);
|
|
205
213
|
if ("filter" === input3.type)
|
|
206
|
-
return $
|
|
214
|
+
return $io42(input3);
|
|
207
215
|
return false;
|
|
208
216
|
})();
|
|
209
217
|
const $iu4 = (input3) => (() => {
|
|
@@ -221,32 +229,34 @@ var validDescrStatsRequest = (input) => {
|
|
|
221
229
|
return false;
|
|
222
230
|
})();
|
|
223
231
|
const $iu6 = (input3) => (() => {
|
|
224
|
-
if ("
|
|
225
|
-
return $
|
|
232
|
+
if ("TermCollectionTWQual" === input3.type)
|
|
233
|
+
return $io90(input3);
|
|
234
|
+
if ("TermCollectionTWCont" === input3.type)
|
|
235
|
+
return $io88(input3);
|
|
226
236
|
if ("SnpsTW" === input3.type)
|
|
227
|
-
return $
|
|
237
|
+
return $io81(input3);
|
|
228
238
|
if ("ConditionTW" === input3.type)
|
|
229
|
-
return $
|
|
239
|
+
return $io78(input3);
|
|
230
240
|
if ("GvCustomGsTW" === input3.type)
|
|
231
|
-
return $
|
|
241
|
+
return $io76(input3);
|
|
232
242
|
if ("GvPredefinedGsTW" === input3.type)
|
|
233
|
-
return $
|
|
243
|
+
return $io74(input3);
|
|
234
244
|
if ("GvValuesTW" === input3.type)
|
|
235
|
-
return $
|
|
245
|
+
return $io70(input3);
|
|
236
246
|
if ("NumTWSpline" === input3.type)
|
|
237
|
-
return $
|
|
247
|
+
return $io67(input3);
|
|
238
248
|
if ("NumTWCont" === input3.type)
|
|
239
|
-
return $
|
|
249
|
+
return $io65(input3);
|
|
240
250
|
if ("NumTWBinary" === input3.type)
|
|
241
|
-
return $
|
|
251
|
+
return $io63(input3);
|
|
242
252
|
if ("NumTWCustomBin" === input3.type)
|
|
243
|
-
return $
|
|
253
|
+
return $io62(input3);
|
|
244
254
|
if ("NumTWRegularBin" === input3.type)
|
|
245
|
-
return $
|
|
255
|
+
return $io61(input3);
|
|
246
256
|
if ("QualTWCustomGS" === input3.type)
|
|
247
|
-
return $
|
|
257
|
+
return $io58(input3);
|
|
248
258
|
if ("QualTWPredefinedGS" === input3.type)
|
|
249
|
-
return $
|
|
259
|
+
return $io56(input3);
|
|
250
260
|
if ("QualTWValues" === input3.type)
|
|
251
261
|
return $io1(input3);
|
|
252
262
|
return false;
|
|
@@ -255,23 +265,23 @@ var validDescrStatsRequest = (input) => {
|
|
|
255
265
|
if ("categorical" === input3.type)
|
|
256
266
|
return $io3(input3);
|
|
257
267
|
if ("snp" === input3.type)
|
|
258
|
-
return $
|
|
268
|
+
return $io52(input3);
|
|
259
269
|
if ("singleCellCellType" === input3.type)
|
|
260
|
-
return $
|
|
270
|
+
return $io53(input3);
|
|
261
271
|
return false;
|
|
262
272
|
})();
|
|
263
273
|
const $iu8 = (input3) => (() => {
|
|
264
274
|
if (void 0 !== input3.ranges)
|
|
265
275
|
return $io9(input3);
|
|
266
276
|
if (void 0 !== input3.ratio)
|
|
267
|
-
return $
|
|
277
|
+
return $io45(input3);
|
|
268
278
|
return (() => {
|
|
269
279
|
if ($io8(input3))
|
|
270
280
|
return $io8(input3);
|
|
271
|
-
if ($
|
|
272
|
-
return $
|
|
273
|
-
if ($
|
|
274
|
-
return $
|
|
281
|
+
if ($io30(input3))
|
|
282
|
+
return $io30(input3);
|
|
283
|
+
if ($io33(input3))
|
|
284
|
+
return $io33(input3);
|
|
275
285
|
return false;
|
|
276
286
|
})();
|
|
277
287
|
})();
|
|
@@ -280,15 +290,23 @@ var validDescrStatsRequest = (input) => {
|
|
|
280
290
|
return $io10(input3);
|
|
281
291
|
if ("metaboliteIntensity" === input3.type)
|
|
282
292
|
return $io22(input3);
|
|
283
|
-
if ("
|
|
293
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
284
294
|
return $io23(input3);
|
|
285
|
-
if ("
|
|
295
|
+
if ("date" === input3.type)
|
|
286
296
|
return $io24(input3);
|
|
297
|
+
if ("ssGSEA" === input3.type)
|
|
298
|
+
return $io25(input3);
|
|
299
|
+
if ("dnaMethylation" === input3.type)
|
|
300
|
+
return $io26(input3);
|
|
287
301
|
return (() => {
|
|
288
302
|
if ($io21(input3))
|
|
289
303
|
return $io21(input3);
|
|
290
304
|
if ($io20(input3))
|
|
291
305
|
return $io20(input3);
|
|
306
|
+
if ($io28(input3))
|
|
307
|
+
return $io28(input3);
|
|
308
|
+
if ($io27(input3))
|
|
309
|
+
return $io27(input3);
|
|
292
310
|
return false;
|
|
293
311
|
})();
|
|
294
312
|
})();
|
|
@@ -301,23 +319,30 @@ var validDescrStatsRequest = (input) => {
|
|
|
301
319
|
})();
|
|
302
320
|
const $iu11 = (input3) => (() => {
|
|
303
321
|
if ("gene" === input3.kind)
|
|
304
|
-
return $
|
|
322
|
+
return $io35(input3);
|
|
305
323
|
if ("coord" === input3.kind)
|
|
306
|
-
return $
|
|
324
|
+
return $io43(input3);
|
|
307
325
|
return false;
|
|
308
326
|
})();
|
|
309
327
|
const $iu12 = (input3) => (() => {
|
|
328
|
+
if ("numeric" === input3.memberType)
|
|
329
|
+
return $io46(input3);
|
|
330
|
+
if ("categorical" === input3.memberType)
|
|
331
|
+
return $io50(input3);
|
|
332
|
+
return false;
|
|
333
|
+
})();
|
|
334
|
+
const $iu13 = (input3) => (() => {
|
|
310
335
|
if ("gene" === input3.kind)
|
|
311
|
-
return $
|
|
336
|
+
return $io71(input3);
|
|
312
337
|
if ("coord" === input3.kind)
|
|
313
|
-
return $
|
|
338
|
+
return $io72(input3);
|
|
314
339
|
return false;
|
|
315
340
|
})();
|
|
316
|
-
const $
|
|
341
|
+
const $iu14 = (input3) => (() => {
|
|
317
342
|
if ("grade" === input3.valueFor)
|
|
318
|
-
return $
|
|
343
|
+
return $io79(input3);
|
|
319
344
|
if ("children" === input3.valueFor)
|
|
320
|
-
return $
|
|
345
|
+
return $io80(input3);
|
|
321
346
|
return false;
|
|
322
347
|
})();
|
|
323
348
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -340,11 +365,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
340
365
|
value: input3.embedder
|
|
341
366
|
}), ("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
|
|
342
367
|
path: _path2 + ".tw",
|
|
343
|
-
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW |
|
|
368
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
|
|
344
369
|
value: input3.tw
|
|
345
370
|
})) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
|
|
346
371
|
path: _path2 + ".tw",
|
|
347
|
-
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW |
|
|
372
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
|
|
348
373
|
value: input3.tw
|
|
349
374
|
}), void 0 === input3.logScale || "boolean" === typeof input3.logScale || $report(_exceptionable2, {
|
|
350
375
|
path: _path2 + ".logScale",
|
|
@@ -395,7 +420,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
395
420
|
path: _path2 + ".q",
|
|
396
421
|
expected: "ValuesQ",
|
|
397
422
|
value: input3.q
|
|
398
|
-
})) && $
|
|
423
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
399
424
|
path: _path2 + ".q",
|
|
400
425
|
expected: "ValuesQ",
|
|
401
426
|
value: input3.q
|
|
@@ -480,7 +505,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
480
505
|
path: _path2 + ".groupsetting",
|
|
481
506
|
expected: "TermGroupSetting",
|
|
482
507
|
value: input3.groupsetting
|
|
483
|
-
})) && $
|
|
508
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
484
509
|
path: _path2 + ".groupsetting",
|
|
485
510
|
expected: "TermGroupSetting",
|
|
486
511
|
value: input3.groupsetting
|
|
@@ -637,11 +662,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
637
662
|
value: input3.isnot
|
|
638
663
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
639
664
|
path: _path2 + ".term",
|
|
640
|
-
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)',
|
|
665
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
641
666
|
value: input3.term
|
|
642
667
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
643
668
|
path: _path2 + ".term",
|
|
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)',
|
|
669
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
645
670
|
value: input3.term
|
|
646
671
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
647
672
|
path: _path2 + ".ranges",
|
|
@@ -667,7 +692,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
667
692
|
path: _path2 + ".values[" + _index6 + "]",
|
|
668
693
|
expected: "__type.o4",
|
|
669
694
|
value: elem
|
|
670
|
-
})) && $
|
|
695
|
+
})) && $vo29(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
671
696
|
path: _path2 + ".values[" + _index6 + "]",
|
|
672
697
|
expected: "__type.o4",
|
|
673
698
|
value: elem
|
|
@@ -1370,9 +1395,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
1370
1395
|
path: _path2 + ".name",
|
|
1371
1396
|
expected: "string",
|
|
1372
1397
|
value: input3.name
|
|
1373
|
-
}), "
|
|
1398
|
+
}), "wholeProteomeAbundance" === input3.type || $report(_exceptionable2, {
|
|
1374
1399
|
path: _path2 + ".type",
|
|
1375
|
-
expected: '"
|
|
1400
|
+
expected: '"wholeProteomeAbundance"',
|
|
1376
1401
|
value: input3.type
|
|
1377
1402
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1378
1403
|
path: _path2 + ".child_types",
|
|
@@ -1438,6 +1463,10 @@ var validDescrStatsRequest = (input) => {
|
|
|
1438
1463
|
path: _path2 + ".unit",
|
|
1439
1464
|
expected: "(string | undefined)",
|
|
1440
1465
|
value: input3.unit
|
|
1466
|
+
}), "string" === typeof input3.protein || $report(_exceptionable2, {
|
|
1467
|
+
path: _path2 + ".protein",
|
|
1468
|
+
expected: "string",
|
|
1469
|
+
value: input3.protein
|
|
1441
1470
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1442
1471
|
path: _path2 + ".bins",
|
|
1443
1472
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1455,9 +1484,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
1455
1484
|
path: _path2 + ".name",
|
|
1456
1485
|
expected: "string",
|
|
1457
1486
|
value: input3.name
|
|
1458
|
-
}), "
|
|
1487
|
+
}), "date" === input3.type || $report(_exceptionable2, {
|
|
1459
1488
|
path: _path2 + ".type",
|
|
1460
|
-
expected: '"
|
|
1489
|
+
expected: '"date"',
|
|
1461
1490
|
value: input3.type
|
|
1462
1491
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1463
1492
|
path: _path2 + ".child_types",
|
|
@@ -1523,18 +1552,6 @@ var validDescrStatsRequest = (input) => {
|
|
|
1523
1552
|
path: _path2 + ".unit",
|
|
1524
1553
|
expected: "(string | undefined)",
|
|
1525
1554
|
value: input3.unit
|
|
1526
|
-
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1527
|
-
path: _path2 + ".genes",
|
|
1528
|
-
expected: "(Array<string> | undefined)",
|
|
1529
|
-
value: input3.genes
|
|
1530
|
-
})) && input3.genes.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1531
|
-
path: _path2 + ".genes[" + _index20 + "]",
|
|
1532
|
-
expected: "string",
|
|
1533
|
-
value: elem
|
|
1534
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1535
|
-
path: _path2 + ".genes",
|
|
1536
|
-
expected: "(Array<string> | undefined)",
|
|
1537
|
-
value: input3.genes
|
|
1538
1555
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1539
1556
|
path: _path2 + ".bins",
|
|
1540
1557
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1544,69 +1561,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1544
1561
|
expected: "(PresetNumericBins | undefined)",
|
|
1545
1562
|
value: input3.bins
|
|
1546
1563
|
})].every((flag) => flag);
|
|
1547
|
-
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
1548
|
-
path: _path2 + ".key",
|
|
1549
|
-
expected: "string",
|
|
1550
|
-
value: input3.key
|
|
1551
|
-
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
1552
|
-
path: _path2 + ".value",
|
|
1553
|
-
expected: "number",
|
|
1554
|
-
value: input3.value
|
|
1555
|
-
}), true === input3.uncomputable || $report(_exceptionable2, {
|
|
1556
|
-
path: _path2 + ".uncomputable",
|
|
1557
|
-
expected: "true",
|
|
1558
|
-
value: input3.uncomputable
|
|
1559
|
-
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1560
|
-
path: _path2 + ".label",
|
|
1561
|
-
expected: "(string | undefined)",
|
|
1562
|
-
value: input3.label
|
|
1563
|
-
})].every((flag) => flag);
|
|
1564
|
-
const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1565
|
-
path: _path2 + ".join",
|
|
1566
|
-
expected: "(string | undefined)",
|
|
1567
|
-
value: input3.join
|
|
1568
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1569
|
-
path: _path2 + ".isnot",
|
|
1570
|
-
expected: "(boolean | undefined)",
|
|
1571
|
-
value: input3.isnot
|
|
1572
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1573
|
-
path: _path2 + ".term",
|
|
1574
|
-
expected: "ConditionTerm",
|
|
1575
|
-
value: input3.term
|
|
1576
|
-
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1577
|
-
path: _path2 + ".term",
|
|
1578
|
-
expected: "ConditionTerm",
|
|
1579
|
-
value: input3.term
|
|
1580
|
-
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
1581
|
-
path: _path2 + ".value_by_max_grade",
|
|
1582
|
-
expected: "(boolean | undefined)",
|
|
1583
|
-
value: input3.value_by_max_grade
|
|
1584
|
-
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
1585
|
-
path: _path2 + ".value_by_most_recent",
|
|
1586
|
-
expected: "(boolean | undefined)",
|
|
1587
|
-
value: input3.value_by_most_recent
|
|
1588
|
-
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
1589
|
-
path: _path2 + ".value_by_computable_grade",
|
|
1590
|
-
expected: "(boolean | undefined)",
|
|
1591
|
-
value: input3.value_by_computable_grade
|
|
1592
|
-
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
1593
|
-
path: _path2 + ".grade_and_child",
|
|
1594
|
-
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1595
|
-
value: input3.grade_and_child
|
|
1596
|
-
})) && input3.grade_and_child.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1597
|
-
path: _path2 + ".grade_and_child[" + _index21 + "]",
|
|
1598
|
-
expected: "GradeAndChildEntry",
|
|
1599
|
-
value: elem
|
|
1600
|
-
})) && $vo28(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1601
|
-
path: _path2 + ".grade_and_child[" + _index21 + "]",
|
|
1602
|
-
expected: "GradeAndChildEntry",
|
|
1603
|
-
value: elem
|
|
1604
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1605
|
-
path: _path2 + ".grade_and_child",
|
|
1606
|
-
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1607
|
-
value: input3.grade_and_child
|
|
1608
|
-
})].every((flag) => flag);
|
|
1609
|
-
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1564
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1610
1565
|
path: _path2 + ".id",
|
|
1611
1566
|
expected: "string",
|
|
1612
1567
|
value: input3.id
|
|
@@ -1614,16 +1569,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
1614
1569
|
path: _path2 + ".name",
|
|
1615
1570
|
expected: "string",
|
|
1616
1571
|
value: input3.name
|
|
1617
|
-
}), "
|
|
1572
|
+
}), "ssGSEA" === input3.type || $report(_exceptionable2, {
|
|
1618
1573
|
path: _path2 + ".type",
|
|
1619
|
-
expected: '"
|
|
1574
|
+
expected: '"ssGSEA"',
|
|
1620
1575
|
value: input3.type
|
|
1621
1576
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1622
1577
|
path: _path2 + ".child_types",
|
|
1623
1578
|
expected: "(Array<string> | undefined)",
|
|
1624
1579
|
value: input3.child_types
|
|
1625
|
-
})) && input3.child_types.map((elem,
|
|
1626
|
-
path: _path2 + ".child_types[" +
|
|
1580
|
+
})) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1581
|
+
path: _path2 + ".child_types[" + _index20 + "]",
|
|
1627
1582
|
expected: "string",
|
|
1628
1583
|
value: elem
|
|
1629
1584
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1638,8 +1593,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1638
1593
|
path: _path2 + ".included_types",
|
|
1639
1594
|
expected: "(Array<string> | undefined)",
|
|
1640
1595
|
value: input3.included_types
|
|
1641
|
-
})) && input3.included_types.map((elem,
|
|
1642
|
-
path: _path2 + ".included_types[" +
|
|
1596
|
+
})) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1597
|
+
path: _path2 + ".included_types[" + _index21 + "]",
|
|
1643
1598
|
expected: "string",
|
|
1644
1599
|
value: elem
|
|
1645
1600
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1670,115 +1625,40 @@ var validDescrStatsRequest = (input) => {
|
|
|
1670
1625
|
path: _path2 + ".valueConversion",
|
|
1671
1626
|
expected: "(__type.o2 | undefined)",
|
|
1672
1627
|
value: input3.valueConversion
|
|
1673
|
-
})
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
path: _path2 + ".child_id",
|
|
1628
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1629
|
+
path: _path2 + ".continuousColorScale",
|
|
1630
|
+
expected: "(__type.o3 | undefined)",
|
|
1631
|
+
value: input3.continuousColorScale
|
|
1632
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1633
|
+
path: _path2 + ".continuousColorScale",
|
|
1634
|
+
expected: "(__type.o3 | undefined)",
|
|
1635
|
+
value: input3.continuousColorScale
|
|
1636
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1637
|
+
path: _path2 + ".unit",
|
|
1684
1638
|
expected: "(string | undefined)",
|
|
1685
|
-
value: input3.
|
|
1686
|
-
}),
|
|
1687
|
-
path: _path2 + ".
|
|
1639
|
+
value: input3.unit
|
|
1640
|
+
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1641
|
+
path: _path2 + ".genes",
|
|
1642
|
+
expected: "(Array<string> | undefined)",
|
|
1643
|
+
value: input3.genes
|
|
1644
|
+
})) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1645
|
+
path: _path2 + ".genes[" + _index22 + "]",
|
|
1688
1646
|
expected: "string",
|
|
1689
|
-
value: input3.child_label
|
|
1690
|
-
})].every((flag) => flag);
|
|
1691
|
-
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1692
|
-
path: _path2 + ".join",
|
|
1693
|
-
expected: "(string | undefined)",
|
|
1694
|
-
value: input3.join
|
|
1695
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1696
|
-
path: _path2 + ".isnot",
|
|
1697
|
-
expected: "(boolean | undefined)",
|
|
1698
|
-
value: input3.isnot
|
|
1699
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1700
|
-
path: _path2 + ".term",
|
|
1701
|
-
expected: "DtTerm",
|
|
1702
|
-
value: input3.term
|
|
1703
|
-
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1704
|
-
path: _path2 + ".term",
|
|
1705
|
-
expected: "DtTerm",
|
|
1706
|
-
value: input3.term
|
|
1707
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1708
|
-
path: _path2 + ".values",
|
|
1709
|
-
expected: "Array<__type>.o2",
|
|
1710
|
-
value: input3.values
|
|
1711
|
-
})) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1712
|
-
path: _path2 + ".values[" + _index24 + "]",
|
|
1713
|
-
expected: "__type.o6",
|
|
1714
|
-
value: elem
|
|
1715
|
-
})) && $vo40(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1716
|
-
path: _path2 + ".values[" + _index24 + "]",
|
|
1717
|
-
expected: "__type.o6",
|
|
1718
1647
|
value: elem
|
|
1719
1648
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1720
|
-
path: _path2 + ".
|
|
1721
|
-
expected: "Array<
|
|
1722
|
-
value: input3.
|
|
1723
|
-
}), void 0 === input3.
|
|
1724
|
-
path: _path2 + ".
|
|
1725
|
-
expected: "(
|
|
1726
|
-
value: input3.
|
|
1727
|
-
})
|
|
1728
|
-
path: _path2 + ".
|
|
1729
|
-
expected: "(
|
|
1730
|
-
value: input3.
|
|
1731
|
-
})].every((flag) => flag);
|
|
1732
|
-
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1733
|
-
path: _path2 + ".id",
|
|
1734
|
-
expected: "string",
|
|
1735
|
-
value: input3.id
|
|
1736
|
-
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
1737
|
-
path: _path2 + ".query",
|
|
1738
|
-
expected: "string",
|
|
1739
|
-
value: input3.query
|
|
1740
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1741
|
-
path: _path2 + ".name",
|
|
1742
|
-
expected: "string",
|
|
1743
|
-
value: input3.name
|
|
1744
|
-
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
1745
|
-
path: _path2 + ".name_noOrigin",
|
|
1746
|
-
expected: "string",
|
|
1747
|
-
value: input3.name_noOrigin
|
|
1748
|
-
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
1749
|
-
path: _path2 + ".parentTerm",
|
|
1750
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1751
|
-
value: input3.parentTerm
|
|
1752
|
-
})) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1753
|
-
path: _path2 + ".parentTerm",
|
|
1754
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1755
|
-
value: input3.parentTerm
|
|
1756
|
-
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1757
|
-
path: _path2 + ".isleaf",
|
|
1758
|
-
expected: "boolean",
|
|
1759
|
-
value: input3.isleaf
|
|
1760
|
-
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1761
|
-
path: _path2 + ".type",
|
|
1762
|
-
expected: "string",
|
|
1763
|
-
value: input3.type
|
|
1764
|
-
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
1765
|
-
path: _path2 + ".dt",
|
|
1766
|
-
expected: "number",
|
|
1767
|
-
value: input3.dt
|
|
1768
|
-
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
1769
|
-
path: _path2 + ".origin",
|
|
1770
|
-
expected: "(string | undefined)",
|
|
1771
|
-
value: input3.origin
|
|
1772
|
-
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1773
|
-
path: _path2 + ".values",
|
|
1774
|
-
expected: "TermValues",
|
|
1775
|
-
value: input3.values
|
|
1776
|
-
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1777
|
-
path: _path2 + ".values",
|
|
1778
|
-
expected: "TermValues",
|
|
1779
|
-
value: input3.values
|
|
1649
|
+
path: _path2 + ".genes",
|
|
1650
|
+
expected: "(Array<string> | undefined)",
|
|
1651
|
+
value: input3.genes
|
|
1652
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1653
|
+
path: _path2 + ".bins",
|
|
1654
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1655
|
+
value: input3.bins
|
|
1656
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1657
|
+
path: _path2 + ".bins",
|
|
1658
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1659
|
+
value: input3.bins
|
|
1780
1660
|
})].every((flag) => flag);
|
|
1781
|
-
const $
|
|
1661
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1782
1662
|
path: _path2 + ".id",
|
|
1783
1663
|
expected: "string",
|
|
1784
1664
|
value: input3.id
|
|
@@ -1786,16 +1666,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
1786
1666
|
path: _path2 + ".name",
|
|
1787
1667
|
expected: "string",
|
|
1788
1668
|
value: input3.name
|
|
1789
|
-
}), "
|
|
1669
|
+
}), "dnaMethylation" === input3.type || $report(_exceptionable2, {
|
|
1790
1670
|
path: _path2 + ".type",
|
|
1791
|
-
expected: '"
|
|
1671
|
+
expected: '"dnaMethylation"',
|
|
1792
1672
|
value: input3.type
|
|
1793
1673
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1794
1674
|
path: _path2 + ".child_types",
|
|
1795
1675
|
expected: "(Array<string> | undefined)",
|
|
1796
1676
|
value: input3.child_types
|
|
1797
|
-
})) && input3.child_types.map((elem,
|
|
1798
|
-
path: _path2 + ".child_types[" +
|
|
1677
|
+
})) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1678
|
+
path: _path2 + ".child_types[" + _index23 + "]",
|
|
1799
1679
|
expected: "string",
|
|
1800
1680
|
value: elem
|
|
1801
1681
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1810,8 +1690,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1810
1690
|
path: _path2 + ".included_types",
|
|
1811
1691
|
expected: "(Array<string> | undefined)",
|
|
1812
1692
|
value: input3.included_types
|
|
1813
|
-
})) && input3.included_types.map((elem,
|
|
1814
|
-
path: _path2 + ".included_types[" +
|
|
1693
|
+
})) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1694
|
+
path: _path2 + ".included_types[" + _index24 + "]",
|
|
1815
1695
|
expected: "string",
|
|
1816
1696
|
value: elem
|
|
1817
1697
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1842,18 +1722,567 @@ var validDescrStatsRequest = (input) => {
|
|
|
1842
1722
|
path: _path2 + ".valueConversion",
|
|
1843
1723
|
expected: "(__type.o2 | undefined)",
|
|
1844
1724
|
value: input3.valueConversion
|
|
1845
|
-
}), "
|
|
1846
|
-
path: _path2 + ".
|
|
1847
|
-
expected:
|
|
1848
|
-
value: input3.
|
|
1849
|
-
}), "
|
|
1850
|
-
path: _path2 + ".
|
|
1851
|
-
expected: "
|
|
1852
|
-
value: input3.
|
|
1853
|
-
}), void 0 === input3.
|
|
1854
|
-
path: _path2 + ".
|
|
1725
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1726
|
+
path: _path2 + ".continuousColorScale",
|
|
1727
|
+
expected: "(__type.o3 | undefined)",
|
|
1728
|
+
value: input3.continuousColorScale
|
|
1729
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1730
|
+
path: _path2 + ".continuousColorScale",
|
|
1731
|
+
expected: "(__type.o3 | undefined)",
|
|
1732
|
+
value: input3.continuousColorScale
|
|
1733
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1734
|
+
path: _path2 + ".unit",
|
|
1855
1735
|
expected: "(string | undefined)",
|
|
1856
|
-
value: input3.
|
|
1736
|
+
value: input3.unit
|
|
1737
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1738
|
+
path: _path2 + ".chr",
|
|
1739
|
+
expected: "string",
|
|
1740
|
+
value: input3.chr
|
|
1741
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1742
|
+
path: _path2 + ".start",
|
|
1743
|
+
expected: "number",
|
|
1744
|
+
value: input3.start
|
|
1745
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1746
|
+
path: _path2 + ".stop",
|
|
1747
|
+
expected: "number",
|
|
1748
|
+
value: input3.stop
|
|
1749
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1750
|
+
path: _path2 + ".bins",
|
|
1751
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1752
|
+
value: input3.bins
|
|
1753
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1754
|
+
path: _path2 + ".bins",
|
|
1755
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1756
|
+
value: input3.bins
|
|
1757
|
+
})].every((flag) => flag);
|
|
1758
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1759
|
+
path: _path2 + ".id",
|
|
1760
|
+
expected: "string",
|
|
1761
|
+
value: input3.id
|
|
1762
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1763
|
+
path: _path2 + ".name",
|
|
1764
|
+
expected: "string",
|
|
1765
|
+
value: input3.name
|
|
1766
|
+
}), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
|
|
1767
|
+
path: _path2 + ".type",
|
|
1768
|
+
expected: '"singleCellGeneExpression"',
|
|
1769
|
+
value: input3.type
|
|
1770
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1771
|
+
path: _path2 + ".child_types",
|
|
1772
|
+
expected: "(Array<string> | undefined)",
|
|
1773
|
+
value: input3.child_types
|
|
1774
|
+
})) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1775
|
+
path: _path2 + ".child_types[" + _index25 + "]",
|
|
1776
|
+
expected: "string",
|
|
1777
|
+
value: elem
|
|
1778
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1779
|
+
path: _path2 + ".child_types",
|
|
1780
|
+
expected: "(Array<string> | undefined)",
|
|
1781
|
+
value: input3.child_types
|
|
1782
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1783
|
+
path: _path2 + ".hashtmldetail",
|
|
1784
|
+
expected: "(boolean | undefined)",
|
|
1785
|
+
value: input3.hashtmldetail
|
|
1786
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1787
|
+
path: _path2 + ".included_types",
|
|
1788
|
+
expected: "(Array<string> | undefined)",
|
|
1789
|
+
value: input3.included_types
|
|
1790
|
+
})) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1791
|
+
path: _path2 + ".included_types[" + _index26 + "]",
|
|
1792
|
+
expected: "string",
|
|
1793
|
+
value: elem
|
|
1794
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1795
|
+
path: _path2 + ".included_types",
|
|
1796
|
+
expected: "(Array<string> | undefined)",
|
|
1797
|
+
value: input3.included_types
|
|
1798
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1799
|
+
path: _path2 + ".isleaf",
|
|
1800
|
+
expected: "(boolean | undefined)",
|
|
1801
|
+
value: input3.isleaf
|
|
1802
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1803
|
+
path: _path2 + ".values",
|
|
1804
|
+
expected: "(TermValues | undefined)",
|
|
1805
|
+
value: input3.values
|
|
1806
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1807
|
+
path: _path2 + ".values",
|
|
1808
|
+
expected: "(TermValues | undefined)",
|
|
1809
|
+
value: input3.values
|
|
1810
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1811
|
+
path: _path2 + ".skipValuesBuild",
|
|
1812
|
+
expected: "(boolean | undefined)",
|
|
1813
|
+
value: input3.skipValuesBuild
|
|
1814
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1815
|
+
path: _path2 + ".valueConversion",
|
|
1816
|
+
expected: "(__type.o2 | undefined)",
|
|
1817
|
+
value: input3.valueConversion
|
|
1818
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1819
|
+
path: _path2 + ".valueConversion",
|
|
1820
|
+
expected: "(__type.o2 | undefined)",
|
|
1821
|
+
value: input3.valueConversion
|
|
1822
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1823
|
+
path: _path2 + ".continuousColorScale",
|
|
1824
|
+
expected: "(__type.o3 | undefined)",
|
|
1825
|
+
value: input3.continuousColorScale
|
|
1826
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1827
|
+
path: _path2 + ".continuousColorScale",
|
|
1828
|
+
expected: "(__type.o3 | undefined)",
|
|
1829
|
+
value: input3.continuousColorScale
|
|
1830
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1831
|
+
path: _path2 + ".unit",
|
|
1832
|
+
expected: "(string | undefined)",
|
|
1833
|
+
value: input3.unit
|
|
1834
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1835
|
+
path: _path2 + ".gene",
|
|
1836
|
+
expected: "string",
|
|
1837
|
+
value: input3.gene
|
|
1838
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
1839
|
+
path: _path2 + ".sample",
|
|
1840
|
+
expected: "string",
|
|
1841
|
+
value: input3.sample
|
|
1842
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1843
|
+
path: _path2 + ".bins",
|
|
1844
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1845
|
+
value: input3.bins
|
|
1846
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1847
|
+
path: _path2 + ".bins",
|
|
1848
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1849
|
+
value: input3.bins
|
|
1850
|
+
}), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
|
|
1851
|
+
path: _path2 + ".kind",
|
|
1852
|
+
expected: '("gene" | undefined)',
|
|
1853
|
+
value: input3.kind
|
|
1854
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1855
|
+
path: _path2 + ".chr",
|
|
1856
|
+
expected: "(string | undefined)",
|
|
1857
|
+
value: input3.chr
|
|
1858
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1859
|
+
path: _path2 + ".start",
|
|
1860
|
+
expected: "(number | undefined)",
|
|
1861
|
+
value: input3.start
|
|
1862
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1863
|
+
path: _path2 + ".stop",
|
|
1864
|
+
expected: "(number | undefined)",
|
|
1865
|
+
value: input3.stop
|
|
1866
|
+
})].every((flag) => flag);
|
|
1867
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1868
|
+
path: _path2 + ".id",
|
|
1869
|
+
expected: "string",
|
|
1870
|
+
value: input3.id
|
|
1871
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1872
|
+
path: _path2 + ".name",
|
|
1873
|
+
expected: "string",
|
|
1874
|
+
value: input3.name
|
|
1875
|
+
}), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
|
|
1876
|
+
path: _path2 + ".type",
|
|
1877
|
+
expected: '"singleCellGeneExpression"',
|
|
1878
|
+
value: input3.type
|
|
1879
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1880
|
+
path: _path2 + ".child_types",
|
|
1881
|
+
expected: "(Array<string> | undefined)",
|
|
1882
|
+
value: input3.child_types
|
|
1883
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1884
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
1885
|
+
expected: "string",
|
|
1886
|
+
value: elem
|
|
1887
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1888
|
+
path: _path2 + ".child_types",
|
|
1889
|
+
expected: "(Array<string> | undefined)",
|
|
1890
|
+
value: input3.child_types
|
|
1891
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1892
|
+
path: _path2 + ".hashtmldetail",
|
|
1893
|
+
expected: "(boolean | undefined)",
|
|
1894
|
+
value: input3.hashtmldetail
|
|
1895
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1896
|
+
path: _path2 + ".included_types",
|
|
1897
|
+
expected: "(Array<string> | undefined)",
|
|
1898
|
+
value: input3.included_types
|
|
1899
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1900
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
1901
|
+
expected: "string",
|
|
1902
|
+
value: elem
|
|
1903
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1904
|
+
path: _path2 + ".included_types",
|
|
1905
|
+
expected: "(Array<string> | undefined)",
|
|
1906
|
+
value: input3.included_types
|
|
1907
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1908
|
+
path: _path2 + ".isleaf",
|
|
1909
|
+
expected: "(boolean | undefined)",
|
|
1910
|
+
value: input3.isleaf
|
|
1911
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1912
|
+
path: _path2 + ".values",
|
|
1913
|
+
expected: "(TermValues | undefined)",
|
|
1914
|
+
value: input3.values
|
|
1915
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1916
|
+
path: _path2 + ".values",
|
|
1917
|
+
expected: "(TermValues | undefined)",
|
|
1918
|
+
value: input3.values
|
|
1919
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1920
|
+
path: _path2 + ".skipValuesBuild",
|
|
1921
|
+
expected: "(boolean | undefined)",
|
|
1922
|
+
value: input3.skipValuesBuild
|
|
1923
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1924
|
+
path: _path2 + ".valueConversion",
|
|
1925
|
+
expected: "(__type.o2 | undefined)",
|
|
1926
|
+
value: input3.valueConversion
|
|
1927
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1928
|
+
path: _path2 + ".valueConversion",
|
|
1929
|
+
expected: "(__type.o2 | undefined)",
|
|
1930
|
+
value: input3.valueConversion
|
|
1931
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1932
|
+
path: _path2 + ".continuousColorScale",
|
|
1933
|
+
expected: "(__type.o3 | undefined)",
|
|
1934
|
+
value: input3.continuousColorScale
|
|
1935
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1936
|
+
path: _path2 + ".continuousColorScale",
|
|
1937
|
+
expected: "(__type.o3 | undefined)",
|
|
1938
|
+
value: input3.continuousColorScale
|
|
1939
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1940
|
+
path: _path2 + ".unit",
|
|
1941
|
+
expected: "(string | undefined)",
|
|
1942
|
+
value: input3.unit
|
|
1943
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1944
|
+
path: _path2 + ".gene",
|
|
1945
|
+
expected: "string",
|
|
1946
|
+
value: input3.gene
|
|
1947
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
1948
|
+
path: _path2 + ".sample",
|
|
1949
|
+
expected: "string",
|
|
1950
|
+
value: input3.sample
|
|
1951
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1952
|
+
path: _path2 + ".bins",
|
|
1953
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1954
|
+
value: input3.bins
|
|
1955
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1956
|
+
path: _path2 + ".bins",
|
|
1957
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1958
|
+
value: input3.bins
|
|
1959
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1960
|
+
path: _path2 + ".kind",
|
|
1961
|
+
expected: '("coord" | undefined)',
|
|
1962
|
+
value: input3.kind
|
|
1963
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1964
|
+
path: _path2 + ".chr",
|
|
1965
|
+
expected: "string",
|
|
1966
|
+
value: input3.chr
|
|
1967
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1968
|
+
path: _path2 + ".start",
|
|
1969
|
+
expected: "number",
|
|
1970
|
+
value: input3.start
|
|
1971
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1972
|
+
path: _path2 + ".stop",
|
|
1973
|
+
expected: "number",
|
|
1974
|
+
value: input3.stop
|
|
1975
|
+
})].every((flag) => flag);
|
|
1976
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1977
|
+
path: _path2 + ".key",
|
|
1978
|
+
expected: "string",
|
|
1979
|
+
value: input3.key
|
|
1980
|
+
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
1981
|
+
path: _path2 + ".value",
|
|
1982
|
+
expected: "number",
|
|
1983
|
+
value: input3.value
|
|
1984
|
+
}), true === input3.uncomputable || $report(_exceptionable2, {
|
|
1985
|
+
path: _path2 + ".uncomputable",
|
|
1986
|
+
expected: "true",
|
|
1987
|
+
value: input3.uncomputable
|
|
1988
|
+
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1989
|
+
path: _path2 + ".label",
|
|
1990
|
+
expected: "(string | undefined)",
|
|
1991
|
+
value: input3.label
|
|
1992
|
+
})].every((flag) => flag);
|
|
1993
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1994
|
+
path: _path2 + ".join",
|
|
1995
|
+
expected: "(string | undefined)",
|
|
1996
|
+
value: input3.join
|
|
1997
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1998
|
+
path: _path2 + ".isnot",
|
|
1999
|
+
expected: "(boolean | undefined)",
|
|
2000
|
+
value: input3.isnot
|
|
2001
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2002
|
+
path: _path2 + ".term",
|
|
2003
|
+
expected: "ConditionTerm",
|
|
2004
|
+
value: input3.term
|
|
2005
|
+
})) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2006
|
+
path: _path2 + ".term",
|
|
2007
|
+
expected: "ConditionTerm",
|
|
2008
|
+
value: input3.term
|
|
2009
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
2010
|
+
path: _path2 + ".value_by_max_grade",
|
|
2011
|
+
expected: "(boolean | undefined)",
|
|
2012
|
+
value: input3.value_by_max_grade
|
|
2013
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
2014
|
+
path: _path2 + ".value_by_most_recent",
|
|
2015
|
+
expected: "(boolean | undefined)",
|
|
2016
|
+
value: input3.value_by_most_recent
|
|
2017
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
2018
|
+
path: _path2 + ".value_by_computable_grade",
|
|
2019
|
+
expected: "(boolean | undefined)",
|
|
2020
|
+
value: input3.value_by_computable_grade
|
|
2021
|
+
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
2022
|
+
path: _path2 + ".grade_and_child",
|
|
2023
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2024
|
+
value: input3.grade_and_child
|
|
2025
|
+
})) && input3.grade_and_child.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2026
|
+
path: _path2 + ".grade_and_child[" + _index29 + "]",
|
|
2027
|
+
expected: "GradeAndChildEntry",
|
|
2028
|
+
value: elem
|
|
2029
|
+
})) && $vo32(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2030
|
+
path: _path2 + ".grade_and_child[" + _index29 + "]",
|
|
2031
|
+
expected: "GradeAndChildEntry",
|
|
2032
|
+
value: elem
|
|
2033
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2034
|
+
path: _path2 + ".grade_and_child",
|
|
2035
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2036
|
+
value: input3.grade_and_child
|
|
2037
|
+
})].every((flag) => flag);
|
|
2038
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2039
|
+
path: _path2 + ".id",
|
|
2040
|
+
expected: "string",
|
|
2041
|
+
value: input3.id
|
|
2042
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2043
|
+
path: _path2 + ".name",
|
|
2044
|
+
expected: "string",
|
|
2045
|
+
value: input3.name
|
|
2046
|
+
}), "condition" === input3.type || $report(_exceptionable2, {
|
|
2047
|
+
path: _path2 + ".type",
|
|
2048
|
+
expected: '"condition"',
|
|
2049
|
+
value: input3.type
|
|
2050
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2051
|
+
path: _path2 + ".child_types",
|
|
2052
|
+
expected: "(Array<string> | undefined)",
|
|
2053
|
+
value: input3.child_types
|
|
2054
|
+
})) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2055
|
+
path: _path2 + ".child_types[" + _index30 + "]",
|
|
2056
|
+
expected: "string",
|
|
2057
|
+
value: elem
|
|
2058
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2059
|
+
path: _path2 + ".child_types",
|
|
2060
|
+
expected: "(Array<string> | undefined)",
|
|
2061
|
+
value: input3.child_types
|
|
2062
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2063
|
+
path: _path2 + ".hashtmldetail",
|
|
2064
|
+
expected: "(boolean | undefined)",
|
|
2065
|
+
value: input3.hashtmldetail
|
|
2066
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2067
|
+
path: _path2 + ".included_types",
|
|
2068
|
+
expected: "(Array<string> | undefined)",
|
|
2069
|
+
value: input3.included_types
|
|
2070
|
+
})) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2071
|
+
path: _path2 + ".included_types[" + _index31 + "]",
|
|
2072
|
+
expected: "string",
|
|
2073
|
+
value: elem
|
|
2074
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2075
|
+
path: _path2 + ".included_types",
|
|
2076
|
+
expected: "(Array<string> | undefined)",
|
|
2077
|
+
value: input3.included_types
|
|
2078
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2079
|
+
path: _path2 + ".isleaf",
|
|
2080
|
+
expected: "(boolean | undefined)",
|
|
2081
|
+
value: input3.isleaf
|
|
2082
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2083
|
+
path: _path2 + ".values",
|
|
2084
|
+
expected: "(TermValues | undefined)",
|
|
2085
|
+
value: input3.values
|
|
2086
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2087
|
+
path: _path2 + ".values",
|
|
2088
|
+
expected: "(TermValues | undefined)",
|
|
2089
|
+
value: input3.values
|
|
2090
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2091
|
+
path: _path2 + ".skipValuesBuild",
|
|
2092
|
+
expected: "(boolean | undefined)",
|
|
2093
|
+
value: input3.skipValuesBuild
|
|
2094
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2095
|
+
path: _path2 + ".valueConversion",
|
|
2096
|
+
expected: "(__type.o2 | undefined)",
|
|
2097
|
+
value: input3.valueConversion
|
|
2098
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2099
|
+
path: _path2 + ".valueConversion",
|
|
2100
|
+
expected: "(__type.o2 | undefined)",
|
|
2101
|
+
value: input3.valueConversion
|
|
2102
|
+
})].every((flag) => flag);
|
|
2103
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2104
|
+
path: _path2 + ".grade",
|
|
2105
|
+
expected: "number",
|
|
2106
|
+
value: input3.grade
|
|
2107
|
+
}), "string" === typeof input3.grade_label || $report(_exceptionable2, {
|
|
2108
|
+
path: _path2 + ".grade_label",
|
|
2109
|
+
expected: "string",
|
|
2110
|
+
value: input3.grade_label
|
|
2111
|
+
}), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
|
|
2112
|
+
path: _path2 + ".child_id",
|
|
2113
|
+
expected: "(string | undefined)",
|
|
2114
|
+
value: input3.child_id
|
|
2115
|
+
}), "string" === typeof input3.child_label || $report(_exceptionable2, {
|
|
2116
|
+
path: _path2 + ".child_label",
|
|
2117
|
+
expected: "string",
|
|
2118
|
+
value: input3.child_label
|
|
2119
|
+
})].every((flag) => flag);
|
|
2120
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2121
|
+
path: _path2 + ".join",
|
|
2122
|
+
expected: "(string | undefined)",
|
|
2123
|
+
value: input3.join
|
|
2124
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2125
|
+
path: _path2 + ".isnot",
|
|
2126
|
+
expected: "(boolean | undefined)",
|
|
2127
|
+
value: input3.isnot
|
|
2128
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2129
|
+
path: _path2 + ".term",
|
|
2130
|
+
expected: "DtTerm",
|
|
2131
|
+
value: input3.term
|
|
2132
|
+
})) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2133
|
+
path: _path2 + ".term",
|
|
2134
|
+
expected: "DtTerm",
|
|
2135
|
+
value: input3.term
|
|
2136
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2137
|
+
path: _path2 + ".values",
|
|
2138
|
+
expected: "Array<__type>.o2",
|
|
2139
|
+
value: input3.values
|
|
2140
|
+
})) && input3.values.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2141
|
+
path: _path2 + ".values[" + _index32 + "]",
|
|
2142
|
+
expected: "__type.o6",
|
|
2143
|
+
value: elem
|
|
2144
|
+
})) && $vo44(elem, _path2 + ".values[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2145
|
+
path: _path2 + ".values[" + _index32 + "]",
|
|
2146
|
+
expected: "__type.o6",
|
|
2147
|
+
value: elem
|
|
2148
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2149
|
+
path: _path2 + ".values",
|
|
2150
|
+
expected: "Array<__type>.o2",
|
|
2151
|
+
value: input3.values
|
|
2152
|
+
}), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
|
|
2153
|
+
path: _path2 + ".includeNotTested",
|
|
2154
|
+
expected: "(boolean | undefined)",
|
|
2155
|
+
value: input3.includeNotTested
|
|
2156
|
+
}), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
|
|
2157
|
+
path: _path2 + ".excludeGeneName",
|
|
2158
|
+
expected: "(boolean | undefined)",
|
|
2159
|
+
value: input3.excludeGeneName
|
|
2160
|
+
})].every((flag) => flag);
|
|
2161
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2162
|
+
path: _path2 + ".id",
|
|
2163
|
+
expected: "string",
|
|
2164
|
+
value: input3.id
|
|
2165
|
+
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
2166
|
+
path: _path2 + ".query",
|
|
2167
|
+
expected: "string",
|
|
2168
|
+
value: input3.query
|
|
2169
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2170
|
+
path: _path2 + ".name",
|
|
2171
|
+
expected: "string",
|
|
2172
|
+
value: input3.name
|
|
2173
|
+
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
2174
|
+
path: _path2 + ".name_noOrigin",
|
|
2175
|
+
expected: "string",
|
|
2176
|
+
value: input3.name_noOrigin
|
|
2177
|
+
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
2178
|
+
path: _path2 + ".parentTerm",
|
|
2179
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2180
|
+
value: input3.parentTerm
|
|
2181
|
+
})) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
2182
|
+
path: _path2 + ".parentTerm",
|
|
2183
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2184
|
+
value: input3.parentTerm
|
|
2185
|
+
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2186
|
+
path: _path2 + ".isleaf",
|
|
2187
|
+
expected: "boolean",
|
|
2188
|
+
value: input3.isleaf
|
|
2189
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2190
|
+
path: _path2 + ".type",
|
|
2191
|
+
expected: "string",
|
|
2192
|
+
value: input3.type
|
|
2193
|
+
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
2194
|
+
path: _path2 + ".dt",
|
|
2195
|
+
expected: "number",
|
|
2196
|
+
value: input3.dt
|
|
2197
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
2198
|
+
path: _path2 + ".origin",
|
|
2199
|
+
expected: "(string | undefined)",
|
|
2200
|
+
value: input3.origin
|
|
2201
|
+
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2202
|
+
path: _path2 + ".values",
|
|
2203
|
+
expected: "TermValues",
|
|
2204
|
+
value: input3.values
|
|
2205
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2206
|
+
path: _path2 + ".values",
|
|
2207
|
+
expected: "TermValues",
|
|
2208
|
+
value: input3.values
|
|
2209
|
+
})].every((flag) => flag);
|
|
2210
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2211
|
+
path: _path2 + ".id",
|
|
2212
|
+
expected: "string",
|
|
2213
|
+
value: input3.id
|
|
2214
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2215
|
+
path: _path2 + ".name",
|
|
2216
|
+
expected: "string",
|
|
2217
|
+
value: input3.name
|
|
2218
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2219
|
+
path: _path2 + ".type",
|
|
2220
|
+
expected: '"geneVariant"',
|
|
2221
|
+
value: input3.type
|
|
2222
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2223
|
+
path: _path2 + ".child_types",
|
|
2224
|
+
expected: "(Array<string> | undefined)",
|
|
2225
|
+
value: input3.child_types
|
|
2226
|
+
})) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2227
|
+
path: _path2 + ".child_types[" + _index33 + "]",
|
|
2228
|
+
expected: "string",
|
|
2229
|
+
value: elem
|
|
2230
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2231
|
+
path: _path2 + ".child_types",
|
|
2232
|
+
expected: "(Array<string> | undefined)",
|
|
2233
|
+
value: input3.child_types
|
|
2234
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2235
|
+
path: _path2 + ".hashtmldetail",
|
|
2236
|
+
expected: "(boolean | undefined)",
|
|
2237
|
+
value: input3.hashtmldetail
|
|
2238
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2239
|
+
path: _path2 + ".included_types",
|
|
2240
|
+
expected: "(Array<string> | undefined)",
|
|
2241
|
+
value: input3.included_types
|
|
2242
|
+
})) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2243
|
+
path: _path2 + ".included_types[" + _index34 + "]",
|
|
2244
|
+
expected: "string",
|
|
2245
|
+
value: elem
|
|
2246
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2247
|
+
path: _path2 + ".included_types",
|
|
2248
|
+
expected: "(Array<string> | undefined)",
|
|
2249
|
+
value: input3.included_types
|
|
2250
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2251
|
+
path: _path2 + ".isleaf",
|
|
2252
|
+
expected: "(boolean | undefined)",
|
|
2253
|
+
value: input3.isleaf
|
|
2254
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2255
|
+
path: _path2 + ".values",
|
|
2256
|
+
expected: "(TermValues | undefined)",
|
|
2257
|
+
value: input3.values
|
|
2258
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2259
|
+
path: _path2 + ".values",
|
|
2260
|
+
expected: "(TermValues | undefined)",
|
|
2261
|
+
value: input3.values
|
|
2262
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2263
|
+
path: _path2 + ".skipValuesBuild",
|
|
2264
|
+
expected: "(boolean | undefined)",
|
|
2265
|
+
value: input3.skipValuesBuild
|
|
2266
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2267
|
+
path: _path2 + ".valueConversion",
|
|
2268
|
+
expected: "(__type.o2 | undefined)",
|
|
2269
|
+
value: input3.valueConversion
|
|
2270
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2271
|
+
path: _path2 + ".valueConversion",
|
|
2272
|
+
expected: "(__type.o2 | undefined)",
|
|
2273
|
+
value: input3.valueConversion
|
|
2274
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2275
|
+
path: _path2 + ".kind",
|
|
2276
|
+
expected: '"gene"',
|
|
2277
|
+
value: input3.kind
|
|
2278
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
2279
|
+
path: _path2 + ".gene",
|
|
2280
|
+
expected: "string",
|
|
2281
|
+
value: input3.gene
|
|
2282
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2283
|
+
path: _path2 + ".chr",
|
|
2284
|
+
expected: "(string | undefined)",
|
|
2285
|
+
value: input3.chr
|
|
1857
2286
|
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1858
2287
|
path: _path2 + ".start",
|
|
1859
2288
|
expected: "(number | undefined)",
|
|
@@ -1866,12 +2295,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1866
2295
|
path: _path2 + ".genes",
|
|
1867
2296
|
expected: "Array<GvGeneTerm>",
|
|
1868
2297
|
value: input3.genes
|
|
1869
|
-
})) && input3.genes.map((elem,
|
|
1870
|
-
path: _path2 + ".genes[" +
|
|
2298
|
+
})) && input3.genes.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2299
|
+
path: _path2 + ".genes[" + _index35 + "]",
|
|
1871
2300
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1872
2301
|
value: elem
|
|
1873
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
1874
|
-
path: _path2 + ".genes[" +
|
|
2302
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2303
|
+
path: _path2 + ".genes[" + _index35 + "]",
|
|
1875
2304
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1876
2305
|
value: elem
|
|
1877
2306
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1882,7 +2311,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1882
2311
|
path: _path2 + ".groupsetting",
|
|
1883
2312
|
expected: "(TermGroupSetting | undefined)",
|
|
1884
2313
|
value: input3.groupsetting
|
|
1885
|
-
})) && $
|
|
2314
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1886
2315
|
path: _path2 + ".groupsetting",
|
|
1887
2316
|
expected: "(TermGroupSetting | undefined)",
|
|
1888
2317
|
value: input3.groupsetting
|
|
@@ -1890,12 +2319,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1890
2319
|
path: _path2 + ".childTerms",
|
|
1891
2320
|
expected: "(Array<DtTerm> | undefined)",
|
|
1892
2321
|
value: input3.childTerms
|
|
1893
|
-
})) && input3.childTerms.map((elem,
|
|
1894
|
-
path: _path2 + ".childTerms[" +
|
|
2322
|
+
})) && input3.childTerms.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2323
|
+
path: _path2 + ".childTerms[" + _index36 + "]",
|
|
1895
2324
|
expected: "DtTerm",
|
|
1896
2325
|
value: elem
|
|
1897
|
-
})) && $
|
|
1898
|
-
path: _path2 + ".childTerms[" +
|
|
2326
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2327
|
+
path: _path2 + ".childTerms[" + _index36 + "]",
|
|
1899
2328
|
expected: "DtTerm",
|
|
1900
2329
|
value: elem
|
|
1901
2330
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1903,7 +2332,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1903
2332
|
expected: "(Array<DtTerm> | undefined)",
|
|
1904
2333
|
value: input3.childTerms
|
|
1905
2334
|
})].every((flag) => flag);
|
|
1906
|
-
const $
|
|
2335
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1907
2336
|
path: _path2 + ".id",
|
|
1908
2337
|
expected: "string",
|
|
1909
2338
|
value: input3.id
|
|
@@ -1919,8 +2348,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1919
2348
|
path: _path2 + ".child_types",
|
|
1920
2349
|
expected: "(Array<string> | undefined)",
|
|
1921
2350
|
value: input3.child_types
|
|
1922
|
-
})) && input3.child_types.map((elem,
|
|
1923
|
-
path: _path2 + ".child_types[" +
|
|
2351
|
+
})) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2352
|
+
path: _path2 + ".child_types[" + _index37 + "]",
|
|
1924
2353
|
expected: "string",
|
|
1925
2354
|
value: elem
|
|
1926
2355
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1935,8 +2364,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1935
2364
|
path: _path2 + ".included_types",
|
|
1936
2365
|
expected: "(Array<string> | undefined)",
|
|
1937
2366
|
value: input3.included_types
|
|
1938
|
-
})) && input3.included_types.map((elem,
|
|
1939
|
-
path: _path2 + ".included_types[" +
|
|
2367
|
+
})) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2368
|
+
path: _path2 + ".included_types[" + _index38 + "]",
|
|
1940
2369
|
expected: "string",
|
|
1941
2370
|
value: elem
|
|
1942
2371
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1988,7 +2417,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1988
2417
|
expected: "(number | undefined)",
|
|
1989
2418
|
value: input3.stop
|
|
1990
2419
|
})].every((flag) => flag);
|
|
1991
|
-
const $
|
|
2420
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1992
2421
|
path: _path2 + ".id",
|
|
1993
2422
|
expected: "string",
|
|
1994
2423
|
value: input3.id
|
|
@@ -2004,8 +2433,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2004
2433
|
path: _path2 + ".child_types",
|
|
2005
2434
|
expected: "(Array<string> | undefined)",
|
|
2006
2435
|
value: input3.child_types
|
|
2007
|
-
})) && input3.child_types.map((elem,
|
|
2008
|
-
path: _path2 + ".child_types[" +
|
|
2436
|
+
})) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2437
|
+
path: _path2 + ".child_types[" + _index39 + "]",
|
|
2009
2438
|
expected: "string",
|
|
2010
2439
|
value: elem
|
|
2011
2440
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2020,8 +2449,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2020
2449
|
path: _path2 + ".included_types",
|
|
2021
2450
|
expected: "(Array<string> | undefined)",
|
|
2022
2451
|
value: input3.included_types
|
|
2023
|
-
})) && input3.included_types.map((elem,
|
|
2024
|
-
path: _path2 + ".included_types[" +
|
|
2452
|
+
})) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2453
|
+
path: _path2 + ".included_types[" + _index40 + "]",
|
|
2025
2454
|
expected: "string",
|
|
2026
2455
|
value: elem
|
|
2027
2456
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2069,7 +2498,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2069
2498
|
expected: "number",
|
|
2070
2499
|
value: input3.stop
|
|
2071
2500
|
})].every((flag) => flag);
|
|
2072
|
-
const $
|
|
2501
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2073
2502
|
path: _path2 + ".disabled",
|
|
2074
2503
|
expected: "boolean",
|
|
2075
2504
|
value: input3.disabled
|
|
@@ -2077,12 +2506,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2077
2506
|
path: _path2 + ".lst",
|
|
2078
2507
|
expected: "(Array<Groupset> | undefined)",
|
|
2079
2508
|
value: input3.lst
|
|
2080
|
-
})) && input3.lst.map((elem,
|
|
2081
|
-
path: _path2 + ".lst[" +
|
|
2509
|
+
})) && input3.lst.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2510
|
+
path: _path2 + ".lst[" + _index41 + "]",
|
|
2082
2511
|
expected: "Groupset",
|
|
2083
2512
|
value: elem
|
|
2084
|
-
})) && $
|
|
2085
|
-
path: _path2 + ".lst[" +
|
|
2513
|
+
})) && $vo39(elem, _path2 + ".lst[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2514
|
+
path: _path2 + ".lst[" + _index41 + "]",
|
|
2086
2515
|
expected: "Groupset",
|
|
2087
2516
|
value: elem
|
|
2088
2517
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2090,7 +2519,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2090
2519
|
expected: "(Array<Groupset> | undefined)",
|
|
2091
2520
|
value: input3.lst
|
|
2092
2521
|
})].every((flag) => flag);
|
|
2093
|
-
const $
|
|
2522
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2094
2523
|
path: _path2 + ".name",
|
|
2095
2524
|
expected: "string",
|
|
2096
2525
|
value: input3.name
|
|
@@ -2110,12 +2539,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2110
2539
|
path: _path2 + ".groups",
|
|
2111
2540
|
expected: "Array<GroupEntry>",
|
|
2112
2541
|
value: input3.groups
|
|
2113
|
-
})) && input3.groups.map((elem,
|
|
2114
|
-
path: _path2 + ".groups[" +
|
|
2542
|
+
})) && input3.groups.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2543
|
+
path: _path2 + ".groups[" + _index42 + "]",
|
|
2115
2544
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2116
2545
|
value: elem
|
|
2117
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2118
|
-
path: _path2 + ".groups[" +
|
|
2546
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2547
|
+
path: _path2 + ".groups[" + _index42 + "]",
|
|
2119
2548
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2120
2549
|
value: elem
|
|
2121
2550
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2123,7 +2552,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2123
2552
|
expected: "Array<GroupEntry>",
|
|
2124
2553
|
value: input3.groups
|
|
2125
2554
|
})].every((flag) => flag);
|
|
2126
|
-
const $
|
|
2555
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2127
2556
|
path: _path2 + ".name",
|
|
2128
2557
|
expected: "string",
|
|
2129
2558
|
value: input3.name
|
|
@@ -2135,12 +2564,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2135
2564
|
path: _path2 + ".values",
|
|
2136
2565
|
expected: "Array<__type>.o1",
|
|
2137
2566
|
value: input3.values
|
|
2138
|
-
})) && input3.values.map((elem,
|
|
2139
|
-
path: _path2 + ".values[" +
|
|
2567
|
+
})) && input3.values.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2568
|
+
path: _path2 + ".values[" + _index43 + "]",
|
|
2140
2569
|
expected: "__type.o5",
|
|
2141
2570
|
value: elem
|
|
2142
|
-
})) && $
|
|
2143
|
-
path: _path2 + ".values[" +
|
|
2571
|
+
})) && $vo41(elem, _path2 + ".values[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2572
|
+
path: _path2 + ".values[" + _index43 + "]",
|
|
2144
2573
|
expected: "__type.o5",
|
|
2145
2574
|
value: elem
|
|
2146
2575
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2152,7 +2581,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2152
2581
|
expected: "(boolean | undefined)",
|
|
2153
2582
|
value: input3.uncomputable
|
|
2154
2583
|
})].every((flag) => flag);
|
|
2155
|
-
const $
|
|
2584
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2156
2585
|
path: _path2 + ".key",
|
|
2157
2586
|
expected: "(number | string)",
|
|
2158
2587
|
value: input3.key
|
|
@@ -2161,7 +2590,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2161
2590
|
expected: "string",
|
|
2162
2591
|
value: input3.label
|
|
2163
2592
|
})].every((flag) => flag);
|
|
2164
|
-
const $
|
|
2593
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2165
2594
|
path: _path2 + ".name",
|
|
2166
2595
|
expected: "string",
|
|
2167
2596
|
value: input3.name
|
|
@@ -2182,7 +2611,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2182
2611
|
expected: "string",
|
|
2183
2612
|
value: input3.color
|
|
2184
2613
|
})].every((flag) => flag);
|
|
2185
|
-
const $
|
|
2614
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2186
2615
|
path: _path2 + ".id",
|
|
2187
2616
|
expected: "string",
|
|
2188
2617
|
value: input3.id
|
|
@@ -2198,8 +2627,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2198
2627
|
path: _path2 + ".child_types",
|
|
2199
2628
|
expected: "(Array<string> | undefined)",
|
|
2200
2629
|
value: input3.child_types
|
|
2201
|
-
})) && input3.child_types.map((elem,
|
|
2202
|
-
path: _path2 + ".child_types[" +
|
|
2630
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2631
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2203
2632
|
expected: "string",
|
|
2204
2633
|
value: elem
|
|
2205
2634
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2214,8 +2643,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2214
2643
|
path: _path2 + ".included_types",
|
|
2215
2644
|
expected: "(Array<string> | undefined)",
|
|
2216
2645
|
value: input3.included_types
|
|
2217
|
-
})) && input3.included_types.map((elem,
|
|
2218
|
-
path: _path2 + ".included_types[" +
|
|
2646
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2647
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2219
2648
|
expected: "string",
|
|
2220
2649
|
value: elem
|
|
2221
2650
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2266,12 +2695,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2266
2695
|
path: _path2 + ".genes",
|
|
2267
2696
|
expected: "Array<GvGeneTerm>",
|
|
2268
2697
|
value: input3.genes
|
|
2269
|
-
})) && input3.genes.map((elem,
|
|
2270
|
-
path: _path2 + ".genes[" +
|
|
2698
|
+
})) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2699
|
+
path: _path2 + ".genes[" + _index46 + "]",
|
|
2271
2700
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2272
2701
|
value: elem
|
|
2273
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2274
|
-
path: _path2 + ".genes[" +
|
|
2702
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2703
|
+
path: _path2 + ".genes[" + _index46 + "]",
|
|
2275
2704
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2276
2705
|
value: elem
|
|
2277
2706
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2282,7 +2711,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2282
2711
|
path: _path2 + ".groupsetting",
|
|
2283
2712
|
expected: "(TermGroupSetting | undefined)",
|
|
2284
2713
|
value: input3.groupsetting
|
|
2285
|
-
})) && $
|
|
2714
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2286
2715
|
path: _path2 + ".groupsetting",
|
|
2287
2716
|
expected: "(TermGroupSetting | undefined)",
|
|
2288
2717
|
value: input3.groupsetting
|
|
@@ -2290,12 +2719,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2290
2719
|
path: _path2 + ".childTerms",
|
|
2291
2720
|
expected: "(Array<DtTerm> | undefined)",
|
|
2292
2721
|
value: input3.childTerms
|
|
2293
|
-
})) && input3.childTerms.map((elem,
|
|
2294
|
-
path: _path2 + ".childTerms[" +
|
|
2722
|
+
})) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2723
|
+
path: _path2 + ".childTerms[" + _index47 + "]",
|
|
2295
2724
|
expected: "DtTerm",
|
|
2296
2725
|
value: elem
|
|
2297
|
-
})) && $
|
|
2298
|
-
path: _path2 + ".childTerms[" +
|
|
2726
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2727
|
+
path: _path2 + ".childTerms[" + _index47 + "]",
|
|
2299
2728
|
expected: "DtTerm",
|
|
2300
2729
|
value: elem
|
|
2301
2730
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2303,7 +2732,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2303
2732
|
expected: "(Array<DtTerm> | undefined)",
|
|
2304
2733
|
value: input3.childTerms
|
|
2305
2734
|
})].every((flag) => flag);
|
|
2306
|
-
const $
|
|
2735
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2307
2736
|
path: _path2 + ".key",
|
|
2308
2737
|
expected: "string",
|
|
2309
2738
|
value: input3.key
|
|
@@ -2316,7 +2745,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2316
2745
|
expected: "string",
|
|
2317
2746
|
value: input3.value
|
|
2318
2747
|
})].every((flag) => flag);
|
|
2319
|
-
const $
|
|
2748
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2320
2749
|
path: _path2 + ".join",
|
|
2321
2750
|
expected: "(string | undefined)",
|
|
2322
2751
|
value: input3.join
|
|
@@ -2326,18 +2755,18 @@ var validDescrStatsRequest = (input) => {
|
|
|
2326
2755
|
value: input3.isnot
|
|
2327
2756
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2328
2757
|
path: _path2 + ".term",
|
|
2329
|
-
expected: "
|
|
2758
|
+
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2330
2759
|
value: input3.term
|
|
2331
|
-
})) && $
|
|
2760
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2332
2761
|
path: _path2 + ".term",
|
|
2333
|
-
expected: "
|
|
2762
|
+
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2334
2763
|
value: input3.term
|
|
2335
2764
|
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
2336
2765
|
path: _path2 + ".ratio",
|
|
2337
2766
|
expected: "number",
|
|
2338
2767
|
value: input3.ratio
|
|
2339
2768
|
})].every((flag) => flag);
|
|
2340
|
-
const $
|
|
2769
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2341
2770
|
path: _path2 + ".id",
|
|
2342
2771
|
expected: "string",
|
|
2343
2772
|
value: input3.id
|
|
@@ -2353,8 +2782,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2353
2782
|
path: _path2 + ".child_types",
|
|
2354
2783
|
expected: "(Array<string> | undefined)",
|
|
2355
2784
|
value: input3.child_types
|
|
2356
|
-
})) && input3.child_types.map((elem,
|
|
2357
|
-
path: _path2 + ".child_types[" +
|
|
2785
|
+
})) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2786
|
+
path: _path2 + ".child_types[" + _index48 + "]",
|
|
2358
2787
|
expected: "string",
|
|
2359
2788
|
value: elem
|
|
2360
2789
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2369,8 +2798,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2369
2798
|
path: _path2 + ".included_types",
|
|
2370
2799
|
expected: "(Array<string> | undefined)",
|
|
2371
2800
|
value: input3.included_types
|
|
2372
|
-
})) && input3.included_types.map((elem,
|
|
2373
|
-
path: _path2 + ".included_types[" +
|
|
2801
|
+
})) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2802
|
+
path: _path2 + ".included_types[" + _index49 + "]",
|
|
2374
2803
|
expected: "string",
|
|
2375
2804
|
value: elem
|
|
2376
2805
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2405,34 +2834,34 @@ var validDescrStatsRequest = (input) => {
|
|
|
2405
2834
|
path: _path2 + ".collectionId",
|
|
2406
2835
|
expected: "(string | undefined)",
|
|
2407
2836
|
value: input3.collectionId
|
|
2837
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
2838
|
+
path: _path2 + ".termIds",
|
|
2839
|
+
expected: "(Array<string> | undefined)",
|
|
2840
|
+
value: input3.termIds
|
|
2841
|
+
})) && input3.termIds.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2842
|
+
path: _path2 + ".termIds[" + _index50 + "]",
|
|
2843
|
+
expected: "string",
|
|
2844
|
+
value: elem
|
|
2845
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2846
|
+
path: _path2 + ".termIds",
|
|
2847
|
+
expected: "(Array<string> | undefined)",
|
|
2848
|
+
value: input3.termIds
|
|
2408
2849
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2409
2850
|
path: _path2 + ".termlst",
|
|
2410
2851
|
expected: "Array<BaseTerm>",
|
|
2411
2852
|
value: input3.termlst
|
|
2412
|
-
})) && input3.termlst.map((elem,
|
|
2413
|
-
path: _path2 + ".termlst[" +
|
|
2853
|
+
})) && input3.termlst.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2854
|
+
path: _path2 + ".termlst[" + _index51 + "]",
|
|
2414
2855
|
expected: "BaseTerm",
|
|
2415
2856
|
value: elem
|
|
2416
|
-
})) && $
|
|
2417
|
-
path: _path2 + ".termlst[" +
|
|
2857
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2858
|
+
path: _path2 + ".termlst[" + _index51 + "]",
|
|
2418
2859
|
expected: "BaseTerm",
|
|
2419
2860
|
value: elem
|
|
2420
2861
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2421
2862
|
path: _path2 + ".termlst",
|
|
2422
2863
|
expected: "Array<BaseTerm>",
|
|
2423
2864
|
value: input3.termlst
|
|
2424
|
-
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2425
|
-
path: _path2 + ".numerators",
|
|
2426
|
-
expected: "(Array<string> | undefined)",
|
|
2427
|
-
value: input3.numerators
|
|
2428
|
-
})) && input3.numerators.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2429
|
-
path: _path2 + ".numerators[" + _index43 + "]",
|
|
2430
|
-
expected: "string",
|
|
2431
|
-
value: elem
|
|
2432
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2433
|
-
path: _path2 + ".numerators",
|
|
2434
|
-
expected: "(Array<string> | undefined)",
|
|
2435
|
-
value: input3.numerators
|
|
2436
2865
|
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
2437
2866
|
path: _path2 + ".newTvs",
|
|
2438
2867
|
expected: "(boolean | undefined)",
|
|
@@ -2441,12 +2870,117 @@ var validDescrStatsRequest = (input) => {
|
|
|
2441
2870
|
path: _path2 + ".propsByTermId",
|
|
2442
2871
|
expected: "__type.o7",
|
|
2443
2872
|
value: input3.propsByTermId
|
|
2444
|
-
})) && $
|
|
2873
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2445
2874
|
path: _path2 + ".propsByTermId",
|
|
2446
2875
|
expected: "__type.o7",
|
|
2447
2876
|
value: input3.propsByTermId
|
|
2877
|
+
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
2878
|
+
path: _path2 + ".memberType",
|
|
2879
|
+
expected: '"numeric"',
|
|
2880
|
+
value: input3.memberType
|
|
2881
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2882
|
+
path: _path2 + ".numerators",
|
|
2883
|
+
expected: "(Array<string> | undefined)",
|
|
2884
|
+
value: input3.numerators
|
|
2885
|
+
})) && input3.numerators.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2886
|
+
path: _path2 + ".numerators[" + _index52 + "]",
|
|
2887
|
+
expected: "string",
|
|
2888
|
+
value: elem
|
|
2889
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2890
|
+
path: _path2 + ".numerators",
|
|
2891
|
+
expected: "(Array<string> | undefined)",
|
|
2892
|
+
value: input3.numerators
|
|
2893
|
+
})].every((flag) => flag);
|
|
2894
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2895
|
+
path: _path2 + ".id",
|
|
2896
|
+
expected: "string",
|
|
2897
|
+
value: input3.id
|
|
2898
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2899
|
+
path: _path2 + ".name",
|
|
2900
|
+
expected: "string",
|
|
2901
|
+
value: input3.name
|
|
2902
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2903
|
+
path: _path2 + ".type",
|
|
2904
|
+
expected: "string",
|
|
2905
|
+
value: input3.type
|
|
2906
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2907
|
+
path: _path2 + ".child_types",
|
|
2908
|
+
expected: "(Array<string> | undefined)",
|
|
2909
|
+
value: input3.child_types
|
|
2910
|
+
})) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2911
|
+
path: _path2 + ".child_types[" + _index53 + "]",
|
|
2912
|
+
expected: "string",
|
|
2913
|
+
value: elem
|
|
2914
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2915
|
+
path: _path2 + ".child_types",
|
|
2916
|
+
expected: "(Array<string> | undefined)",
|
|
2917
|
+
value: input3.child_types
|
|
2918
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2919
|
+
path: _path2 + ".hashtmldetail",
|
|
2920
|
+
expected: "(boolean | undefined)",
|
|
2921
|
+
value: input3.hashtmldetail
|
|
2922
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2923
|
+
path: _path2 + ".included_types",
|
|
2924
|
+
expected: "(Array<string> | undefined)",
|
|
2925
|
+
value: input3.included_types
|
|
2926
|
+
})) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2927
|
+
path: _path2 + ".included_types[" + _index54 + "]",
|
|
2928
|
+
expected: "string",
|
|
2929
|
+
value: elem
|
|
2930
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2931
|
+
path: _path2 + ".included_types",
|
|
2932
|
+
expected: "(Array<string> | undefined)",
|
|
2933
|
+
value: input3.included_types
|
|
2934
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2935
|
+
path: _path2 + ".isleaf",
|
|
2936
|
+
expected: "(boolean | undefined)",
|
|
2937
|
+
value: input3.isleaf
|
|
2938
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2939
|
+
path: _path2 + ".values",
|
|
2940
|
+
expected: "(TermValues | undefined)",
|
|
2941
|
+
value: input3.values
|
|
2942
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2943
|
+
path: _path2 + ".values",
|
|
2944
|
+
expected: "(TermValues | undefined)",
|
|
2945
|
+
value: input3.values
|
|
2946
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2947
|
+
path: _path2 + ".skipValuesBuild",
|
|
2948
|
+
expected: "(boolean | undefined)",
|
|
2949
|
+
value: input3.skipValuesBuild
|
|
2950
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2951
|
+
path: _path2 + ".valueConversion",
|
|
2952
|
+
expected: "(__type.o2 | undefined)",
|
|
2953
|
+
value: input3.valueConversion
|
|
2954
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2955
|
+
path: _path2 + ".valueConversion",
|
|
2956
|
+
expected: "(__type.o2 | undefined)",
|
|
2957
|
+
value: input3.valueConversion
|
|
2448
2958
|
})].every((flag) => flag);
|
|
2449
|
-
const $
|
|
2959
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2960
|
+
const value = input3[key];
|
|
2961
|
+
if (void 0 === value)
|
|
2962
|
+
return true;
|
|
2963
|
+
if (RegExp(/(.*)/).test(key))
|
|
2964
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
|
|
2965
|
+
path: _path2 + $join(key),
|
|
2966
|
+
expected: "__type.o8",
|
|
2967
|
+
value
|
|
2968
|
+
})) && $vo49(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2969
|
+
path: _path2 + $join(key),
|
|
2970
|
+
expected: "__type.o8",
|
|
2971
|
+
value
|
|
2972
|
+
});
|
|
2973
|
+
return true;
|
|
2974
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
2975
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2976
|
+
const value = input3[key];
|
|
2977
|
+
if (void 0 === value)
|
|
2978
|
+
return true;
|
|
2979
|
+
if (RegExp(/(.*)/).test(key))
|
|
2980
|
+
return true;
|
|
2981
|
+
return true;
|
|
2982
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
2983
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2450
2984
|
path: _path2 + ".id",
|
|
2451
2985
|
expected: "string",
|
|
2452
2986
|
value: input3.id
|
|
@@ -2454,16 +2988,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
2454
2988
|
path: _path2 + ".name",
|
|
2455
2989
|
expected: "string",
|
|
2456
2990
|
value: input3.name
|
|
2457
|
-
}), "
|
|
2991
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
2458
2992
|
path: _path2 + ".type",
|
|
2459
|
-
expected: "
|
|
2993
|
+
expected: '"termCollection"',
|
|
2460
2994
|
value: input3.type
|
|
2461
2995
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2462
2996
|
path: _path2 + ".child_types",
|
|
2463
2997
|
expected: "(Array<string> | undefined)",
|
|
2464
2998
|
value: input3.child_types
|
|
2465
|
-
})) && input3.child_types.map((elem,
|
|
2466
|
-
path: _path2 + ".child_types[" +
|
|
2999
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3000
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
2467
3001
|
expected: "string",
|
|
2468
3002
|
value: elem
|
|
2469
3003
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2478,8 +3012,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2478
3012
|
path: _path2 + ".included_types",
|
|
2479
3013
|
expected: "(Array<string> | undefined)",
|
|
2480
3014
|
value: input3.included_types
|
|
2481
|
-
})) && input3.included_types.map((elem,
|
|
2482
|
-
path: _path2 + ".included_types[" +
|
|
3015
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3016
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
2483
3017
|
expected: "string",
|
|
2484
3018
|
value: elem
|
|
2485
3019
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2510,32 +3044,81 @@ var validDescrStatsRequest = (input) => {
|
|
|
2510
3044
|
path: _path2 + ".valueConversion",
|
|
2511
3045
|
expected: "(__type.o2 | undefined)",
|
|
2512
3046
|
value: input3.valueConversion
|
|
3047
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
3048
|
+
path: _path2 + ".collectionId",
|
|
3049
|
+
expected: "(string | undefined)",
|
|
3050
|
+
value: input3.collectionId
|
|
3051
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3052
|
+
path: _path2 + ".termIds",
|
|
3053
|
+
expected: "(Array<string> | undefined)",
|
|
3054
|
+
value: input3.termIds
|
|
3055
|
+
})) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3056
|
+
path: _path2 + ".termIds[" + _index57 + "]",
|
|
3057
|
+
expected: "string",
|
|
3058
|
+
value: elem
|
|
3059
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3060
|
+
path: _path2 + ".termIds",
|
|
3061
|
+
expected: "(Array<string> | undefined)",
|
|
3062
|
+
value: input3.termIds
|
|
3063
|
+
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
3064
|
+
path: _path2 + ".termlst",
|
|
3065
|
+
expected: "Array<BaseTerm>",
|
|
3066
|
+
value: input3.termlst
|
|
3067
|
+
})) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3068
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3069
|
+
expected: "BaseTerm",
|
|
3070
|
+
value: elem
|
|
3071
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3072
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3073
|
+
expected: "BaseTerm",
|
|
3074
|
+
value: elem
|
|
3075
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3076
|
+
path: _path2 + ".termlst",
|
|
3077
|
+
expected: "Array<BaseTerm>",
|
|
3078
|
+
value: input3.termlst
|
|
3079
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
3080
|
+
path: _path2 + ".newTvs",
|
|
3081
|
+
expected: "(boolean | undefined)",
|
|
3082
|
+
value: input3.newTvs
|
|
3083
|
+
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3084
|
+
path: _path2 + ".propsByTermId",
|
|
3085
|
+
expected: "__type.o7",
|
|
3086
|
+
value: input3.propsByTermId
|
|
3087
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3088
|
+
path: _path2 + ".propsByTermId",
|
|
3089
|
+
expected: "__type.o7",
|
|
3090
|
+
value: input3.propsByTermId
|
|
3091
|
+
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
3092
|
+
path: _path2 + ".memberType",
|
|
3093
|
+
expected: '"categorical"',
|
|
3094
|
+
value: input3.memberType
|
|
3095
|
+
}), (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
|
|
3096
|
+
path: _path2 + ".categoryKeys",
|
|
3097
|
+
expected: "Array<CategoryKey>",
|
|
3098
|
+
value: input3.categoryKeys
|
|
3099
|
+
})) && input3.categoryKeys.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3100
|
+
path: _path2 + ".categoryKeys[" + _index59 + "]",
|
|
3101
|
+
expected: "CategoryKey",
|
|
3102
|
+
value: elem
|
|
3103
|
+
})) && $vo51(elem, _path2 + ".categoryKeys[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3104
|
+
path: _path2 + ".categoryKeys[" + _index59 + "]",
|
|
3105
|
+
expected: "CategoryKey",
|
|
3106
|
+
value: elem
|
|
3107
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3108
|
+
path: _path2 + ".categoryKeys",
|
|
3109
|
+
expected: "Array<CategoryKey>",
|
|
3110
|
+
value: input3.categoryKeys
|
|
2513
3111
|
})].every((flag) => flag);
|
|
2514
|
-
const $
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
path: _path2 + $join(key),
|
|
2525
|
-
expected: "__type.o8",
|
|
2526
|
-
value
|
|
2527
|
-
});
|
|
2528
|
-
return true;
|
|
2529
|
-
}).every((flag) => flag)].every((flag) => flag);
|
|
2530
|
-
const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2531
|
-
const value = input3[key];
|
|
2532
|
-
if (void 0 === value)
|
|
2533
|
-
return true;
|
|
2534
|
-
if (RegExp(/(.*)/).test(key))
|
|
2535
|
-
return true;
|
|
2536
|
-
return true;
|
|
2537
|
-
}).every((flag) => flag)].every((flag) => flag);
|
|
2538
|
-
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3112
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3113
|
+
path: _path2 + ".key",
|
|
3114
|
+
expected: "string",
|
|
3115
|
+
value: input3.key
|
|
3116
|
+
}), "boolean" === typeof input3.shown || $report(_exceptionable2, {
|
|
3117
|
+
path: _path2 + ".shown",
|
|
3118
|
+
expected: "boolean",
|
|
3119
|
+
value: input3.shown
|
|
3120
|
+
})].every((flag) => flag);
|
|
3121
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2539
3122
|
path: _path2 + ".id",
|
|
2540
3123
|
expected: "string",
|
|
2541
3124
|
value: input3.id
|
|
@@ -2551,8 +3134,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2551
3134
|
path: _path2 + ".child_types",
|
|
2552
3135
|
expected: "(Array<string> | undefined)",
|
|
2553
3136
|
value: input3.child_types
|
|
2554
|
-
})) && input3.child_types.map((elem,
|
|
2555
|
-
path: _path2 + ".child_types[" +
|
|
3137
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3138
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
2556
3139
|
expected: "string",
|
|
2557
3140
|
value: elem
|
|
2558
3141
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2567,8 +3150,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2567
3150
|
path: _path2 + ".included_types",
|
|
2568
3151
|
expected: "(Array<string> | undefined)",
|
|
2569
3152
|
value: input3.included_types
|
|
2570
|
-
})) && input3.included_types.map((elem,
|
|
2571
|
-
path: _path2 + ".included_types[" +
|
|
3153
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3154
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
2572
3155
|
expected: "string",
|
|
2573
3156
|
value: elem
|
|
2574
3157
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2619,8 +3202,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2619
3202
|
path: _path2 + ".alt",
|
|
2620
3203
|
expected: "Array<string>",
|
|
2621
3204
|
value: input3.alt
|
|
2622
|
-
})) && input3.alt.map((elem,
|
|
2623
|
-
path: _path2 + ".alt[" +
|
|
3205
|
+
})) && input3.alt.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3206
|
+
path: _path2 + ".alt[" + _index62 + "]",
|
|
2624
3207
|
expected: "string",
|
|
2625
3208
|
value: elem
|
|
2626
3209
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2631,12 +3214,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2631
3214
|
path: _path2 + ".groupsetting",
|
|
2632
3215
|
expected: "TermGroupSetting",
|
|
2633
3216
|
value: input3.groupsetting
|
|
2634
|
-
})) && $
|
|
3217
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2635
3218
|
path: _path2 + ".groupsetting",
|
|
2636
3219
|
expected: "TermGroupSetting",
|
|
2637
3220
|
value: input3.groupsetting
|
|
2638
3221
|
})].every((flag) => flag);
|
|
2639
|
-
const $
|
|
3222
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2640
3223
|
path: _path2 + ".id",
|
|
2641
3224
|
expected: "string",
|
|
2642
3225
|
value: input3.id
|
|
@@ -2652,8 +3235,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2652
3235
|
path: _path2 + ".child_types",
|
|
2653
3236
|
expected: "(Array<string> | undefined)",
|
|
2654
3237
|
value: input3.child_types
|
|
2655
|
-
})) && input3.child_types.map((elem,
|
|
2656
|
-
path: _path2 + ".child_types[" +
|
|
3238
|
+
})) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3239
|
+
path: _path2 + ".child_types[" + _index63 + "]",
|
|
2657
3240
|
expected: "string",
|
|
2658
3241
|
value: elem
|
|
2659
3242
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2668,8 +3251,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2668
3251
|
path: _path2 + ".included_types",
|
|
2669
3252
|
expected: "(Array<string> | undefined)",
|
|
2670
3253
|
value: input3.included_types
|
|
2671
|
-
})) && input3.included_types.map((elem,
|
|
2672
|
-
path: _path2 + ".included_types[" +
|
|
3254
|
+
})) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3255
|
+
path: _path2 + ".included_types[" + _index64 + "]",
|
|
2673
3256
|
expected: "string",
|
|
2674
3257
|
value: elem
|
|
2675
3258
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2700,9 +3283,13 @@ var validDescrStatsRequest = (input) => {
|
|
|
2700
3283
|
path: _path2 + ".valueConversion",
|
|
2701
3284
|
expected: "(__type.o2 | undefined)",
|
|
2702
3285
|
value: input3.valueConversion
|
|
2703
|
-
}), "
|
|
3286
|
+
}), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
|
|
2704
3287
|
path: _path2 + ".sample",
|
|
2705
|
-
expected: "
|
|
3288
|
+
expected: "object",
|
|
3289
|
+
value: input3.sample
|
|
3290
|
+
})) && $vo54(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3291
|
+
path: _path2 + ".sample",
|
|
3292
|
+
expected: "object",
|
|
2706
3293
|
value: input3.sample
|
|
2707
3294
|
}), "string" === typeof input3.plot || $report(_exceptionable2, {
|
|
2708
3295
|
path: _path2 + ".plot",
|
|
@@ -2712,12 +3299,13 @@ var validDescrStatsRequest = (input) => {
|
|
|
2712
3299
|
path: _path2 + ".groupsetting",
|
|
2713
3300
|
expected: "TermGroupSetting",
|
|
2714
3301
|
value: input3.groupsetting
|
|
2715
|
-
})) && $
|
|
3302
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2716
3303
|
path: _path2 + ".groupsetting",
|
|
2717
3304
|
expected: "TermGroupSetting",
|
|
2718
3305
|
value: input3.groupsetting
|
|
2719
3306
|
})].every((flag) => flag);
|
|
2720
|
-
const $
|
|
3307
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3308
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2721
3309
|
path: _path2 + ".hiddenValues",
|
|
2722
3310
|
expected: "(HiddenValues | undefined)",
|
|
2723
3311
|
value: input3.hiddenValues
|
|
@@ -2746,7 +3334,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2746
3334
|
expected: '"values"',
|
|
2747
3335
|
value: input3.type
|
|
2748
3336
|
})].every((flag) => flag);
|
|
2749
|
-
const $
|
|
3337
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2750
3338
|
path: _path2 + ".id",
|
|
2751
3339
|
expected: "(string | undefined)",
|
|
2752
3340
|
value: input3.id
|
|
@@ -2782,7 +3370,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2782
3370
|
path: _path2 + ".q",
|
|
2783
3371
|
expected: "PredefinedGroupSettingQ",
|
|
2784
3372
|
value: input3.q
|
|
2785
|
-
})) && $
|
|
3373
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2786
3374
|
path: _path2 + ".q",
|
|
2787
3375
|
expected: "PredefinedGroupSettingQ",
|
|
2788
3376
|
value: input3.q
|
|
@@ -2791,7 +3379,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2791
3379
|
expected: '"QualTWPredefinedGS"',
|
|
2792
3380
|
value: input3.type
|
|
2793
3381
|
})].every((flag) => flag);
|
|
2794
|
-
const $
|
|
3382
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2795
3383
|
path: _path2 + ".hiddenValues",
|
|
2796
3384
|
expected: "(HiddenValues | undefined)",
|
|
2797
3385
|
value: input3.hiddenValues
|
|
@@ -2824,7 +3412,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2824
3412
|
expected: "number",
|
|
2825
3413
|
value: input3.predefined_groupset_idx
|
|
2826
3414
|
})].every((flag) => flag);
|
|
2827
|
-
const $
|
|
3415
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2828
3416
|
path: _path2 + ".id",
|
|
2829
3417
|
expected: "(string | undefined)",
|
|
2830
3418
|
value: input3.id
|
|
@@ -2860,7 +3448,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2860
3448
|
path: _path2 + ".q",
|
|
2861
3449
|
expected: "CustomGroupSettingQ",
|
|
2862
3450
|
value: input3.q
|
|
2863
|
-
})) && $
|
|
3451
|
+
})) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2864
3452
|
path: _path2 + ".q",
|
|
2865
3453
|
expected: "CustomGroupSettingQ",
|
|
2866
3454
|
value: input3.q
|
|
@@ -2869,7 +3457,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2869
3457
|
expected: '"QualTWCustomGS"',
|
|
2870
3458
|
value: input3.type
|
|
2871
3459
|
})].every((flag) => flag);
|
|
2872
|
-
const $
|
|
3460
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2873
3461
|
path: _path2 + ".hiddenValues",
|
|
2874
3462
|
expected: "(HiddenValues | undefined)",
|
|
2875
3463
|
value: input3.hiddenValues
|
|
@@ -2901,21 +3489,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
2901
3489
|
path: _path2 + ".customset",
|
|
2902
3490
|
expected: "BaseGroupSet",
|
|
2903
3491
|
value: input3.customset
|
|
2904
|
-
})) && $
|
|
3492
|
+
})) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2905
3493
|
path: _path2 + ".customset",
|
|
2906
3494
|
expected: "BaseGroupSet",
|
|
2907
3495
|
value: input3.customset
|
|
2908
3496
|
})].every((flag) => flag);
|
|
2909
|
-
const $
|
|
3497
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2910
3498
|
path: _path2 + ".groups",
|
|
2911
3499
|
expected: "Array<GroupEntry>",
|
|
2912
3500
|
value: input3.groups
|
|
2913
|
-
})) && input3.groups.map((elem,
|
|
2914
|
-
path: _path2 + ".groups[" +
|
|
3501
|
+
})) && input3.groups.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3502
|
+
path: _path2 + ".groups[" + _index65 + "]",
|
|
2915
3503
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2916
3504
|
value: elem
|
|
2917
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2918
|
-
path: _path2 + ".groups[" +
|
|
3505
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3506
|
+
path: _path2 + ".groups[" + _index65 + "]",
|
|
2919
3507
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2920
3508
|
value: elem
|
|
2921
3509
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2923,7 +3511,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2923
3511
|
expected: "Array<GroupEntry>",
|
|
2924
3512
|
value: input3.groups
|
|
2925
3513
|
})].every((flag) => flag);
|
|
2926
|
-
const $
|
|
3514
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2927
3515
|
path: _path2 + ".id",
|
|
2928
3516
|
expected: "(string | undefined)",
|
|
2929
3517
|
value: input3.id
|
|
@@ -2953,11 +3541,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2953
3541
|
value: input3.type
|
|
2954
3542
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2955
3543
|
path: _path2 + ".term",
|
|
2956
|
-
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)',
|
|
3544
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
2957
3545
|
value: input3.term
|
|
2958
3546
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2959
3547
|
path: _path2 + ".term",
|
|
2960
|
-
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)',
|
|
3548
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
2961
3549
|
value: input3.term
|
|
2962
3550
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2963
3551
|
path: _path2 + ".q",
|
|
@@ -2968,7 +3556,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2968
3556
|
expected: "RegularNumericBinConfig",
|
|
2969
3557
|
value: input3.q
|
|
2970
3558
|
})].every((flag) => flag);
|
|
2971
|
-
const $
|
|
3559
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2972
3560
|
path: _path2 + ".id",
|
|
2973
3561
|
expected: "(string | undefined)",
|
|
2974
3562
|
value: input3.id
|
|
@@ -2998,11 +3586,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2998
3586
|
value: input3.type
|
|
2999
3587
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3000
3588
|
path: _path2 + ".term",
|
|
3001
|
-
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)',
|
|
3589
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3002
3590
|
value: input3.term
|
|
3003
3591
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3004
3592
|
path: _path2 + ".term",
|
|
3005
|
-
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)',
|
|
3593
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3006
3594
|
value: input3.term
|
|
3007
3595
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3008
3596
|
path: _path2 + ".q",
|
|
@@ -3013,7 +3601,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3013
3601
|
expected: "CustomNumericBinConfig",
|
|
3014
3602
|
value: input3.q
|
|
3015
3603
|
})].every((flag) => flag);
|
|
3016
|
-
const $
|
|
3604
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3017
3605
|
path: _path2 + ".id",
|
|
3018
3606
|
expected: "(string | undefined)",
|
|
3019
3607
|
value: input3.id
|
|
@@ -3043,22 +3631,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
3043
3631
|
value: input3.type
|
|
3044
3632
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3045
3633
|
path: _path2 + ".term",
|
|
3046
|
-
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)',
|
|
3634
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3047
3635
|
value: input3.term
|
|
3048
3636
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3049
3637
|
path: _path2 + ".term",
|
|
3050
|
-
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)',
|
|
3638
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3051
3639
|
value: input3.term
|
|
3052
3640
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3053
3641
|
path: _path2 + ".q",
|
|
3054
3642
|
expected: "BinaryNumericQ",
|
|
3055
3643
|
value: input3.q
|
|
3056
|
-
})) && $
|
|
3644
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3057
3645
|
path: _path2 + ".q",
|
|
3058
3646
|
expected: "BinaryNumericQ",
|
|
3059
3647
|
value: input3.q
|
|
3060
3648
|
})].every((flag) => flag);
|
|
3061
|
-
const $
|
|
3649
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3062
3650
|
path: _path2 + ".hiddenValues",
|
|
3063
3651
|
expected: "(HiddenValues | undefined)",
|
|
3064
3652
|
value: input3.hiddenValues
|
|
@@ -3126,7 +3714,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3126
3714
|
expected: "(number | undefined)",
|
|
3127
3715
|
value: input3.cutoffPercentile
|
|
3128
3716
|
})].every((flag) => flag);
|
|
3129
|
-
const $
|
|
3717
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3130
3718
|
path: _path2 + ".id",
|
|
3131
3719
|
expected: "(string | undefined)",
|
|
3132
3720
|
value: input3.id
|
|
@@ -3156,22 +3744,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
3156
3744
|
value: input3.type
|
|
3157
3745
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3158
3746
|
path: _path2 + ".term",
|
|
3159
|
-
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)',
|
|
3747
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3160
3748
|
value: input3.term
|
|
3161
3749
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3162
3750
|
path: _path2 + ".term",
|
|
3163
|
-
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)',
|
|
3751
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3164
3752
|
value: input3.term
|
|
3165
3753
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
3166
3754
|
path: _path2 + ".q",
|
|
3167
3755
|
expected: "ContinuousNumericQ",
|
|
3168
3756
|
value: input3.q
|
|
3169
|
-
})) && $
|
|
3757
|
+
})) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3170
3758
|
path: _path2 + ".q",
|
|
3171
3759
|
expected: "ContinuousNumericQ",
|
|
3172
3760
|
value: input3.q
|
|
3173
3761
|
})].every((flag) => flag);
|
|
3174
|
-
const $
|
|
3762
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3175
3763
|
path: _path2 + ".hiddenValues",
|
|
3176
3764
|
expected: "(HiddenValues | undefined)",
|
|
3177
3765
|
value: input3.hiddenValues
|
|
@@ -3212,7 +3800,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3212
3800
|
expected: "(number | undefined)",
|
|
3213
3801
|
value: input3.scale
|
|
3214
3802
|
})].every((flag) => flag);
|
|
3215
|
-
const $
|
|
3803
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3216
3804
|
path: _path2 + ".id",
|
|
3217
3805
|
expected: "(string | undefined)",
|
|
3218
3806
|
value: input3.id
|
|
@@ -3242,22 +3830,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
3242
3830
|
value: input3.type
|
|
3243
3831
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3244
3832
|
path: _path2 + ".term",
|
|
3245
|
-
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)',
|
|
3833
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3246
3834
|
value: input3.term
|
|
3247
3835
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3248
3836
|
path: _path2 + ".term",
|
|
3249
|
-
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)',
|
|
3837
|
+
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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
3250
3838
|
value: input3.term
|
|
3251
3839
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3252
3840
|
path: _path2 + ".q",
|
|
3253
3841
|
expected: "SplineNumericQ",
|
|
3254
3842
|
value: input3.q
|
|
3255
|
-
})) && $
|
|
3843
|
+
})) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3256
3844
|
path: _path2 + ".q",
|
|
3257
3845
|
expected: "SplineNumericQ",
|
|
3258
3846
|
value: input3.q
|
|
3259
3847
|
})].every((flag) => flag);
|
|
3260
|
-
const $
|
|
3848
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3261
3849
|
path: _path2 + ".hiddenValues",
|
|
3262
3850
|
expected: "(HiddenValues | undefined)",
|
|
3263
3851
|
value: input3.hiddenValues
|
|
@@ -3285,12 +3873,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3285
3873
|
path: _path2 + ".knots",
|
|
3286
3874
|
expected: "Array<__type>.o3",
|
|
3287
3875
|
value: input3.knots
|
|
3288
|
-
})) && input3.knots.map((elem,
|
|
3289
|
-
path: _path2 + ".knots[" +
|
|
3876
|
+
})) && input3.knots.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3877
|
+
path: _path2 + ".knots[" + _index66 + "]",
|
|
3290
3878
|
expected: "__type.o9",
|
|
3291
3879
|
value: elem
|
|
3292
|
-
})) && $
|
|
3293
|
-
path: _path2 + ".knots[" +
|
|
3880
|
+
})) && $vo69(elem, _path2 + ".knots[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3881
|
+
path: _path2 + ".knots[" + _index66 + "]",
|
|
3294
3882
|
expected: "__type.o9",
|
|
3295
3883
|
value: elem
|
|
3296
3884
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3306,12 +3894,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3306
3894
|
expected: "undefined",
|
|
3307
3895
|
value: input3.type
|
|
3308
3896
|
}))].every((flag) => flag);
|
|
3309
|
-
const $
|
|
3897
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
3310
3898
|
path: _path2 + ".value",
|
|
3311
3899
|
expected: "number",
|
|
3312
3900
|
value: input3.value
|
|
3313
3901
|
})].every((flag) => flag);
|
|
3314
|
-
const $
|
|
3902
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3315
3903
|
path: _path2 + ".id",
|
|
3316
3904
|
expected: "(string | undefined)",
|
|
3317
3905
|
value: input3.id
|
|
@@ -3343,7 +3931,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3343
3931
|
path: _path2 + ".term",
|
|
3344
3932
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3345
3933
|
value: input3.term
|
|
3346
|
-
})) && $
|
|
3934
|
+
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3347
3935
|
path: _path2 + ".term",
|
|
3348
3936
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3349
3937
|
value: input3.term
|
|
@@ -3351,12 +3939,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3351
3939
|
path: _path2 + ".q",
|
|
3352
3940
|
expected: "GvValuesQ",
|
|
3353
3941
|
value: input3.q
|
|
3354
|
-
})) && $
|
|
3942
|
+
})) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3355
3943
|
path: _path2 + ".q",
|
|
3356
3944
|
expected: "GvValuesQ",
|
|
3357
3945
|
value: input3.q
|
|
3358
3946
|
})].every((flag) => flag);
|
|
3359
|
-
const $
|
|
3947
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3360
3948
|
path: _path2 + ".id",
|
|
3361
3949
|
expected: "string",
|
|
3362
3950
|
value: input3.id
|
|
@@ -3372,8 +3960,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3372
3960
|
path: _path2 + ".child_types",
|
|
3373
3961
|
expected: "(Array<string> | undefined)",
|
|
3374
3962
|
value: input3.child_types
|
|
3375
|
-
})) && input3.child_types.map((elem,
|
|
3376
|
-
path: _path2 + ".child_types[" +
|
|
3963
|
+
})) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3964
|
+
path: _path2 + ".child_types[" + _index67 + "]",
|
|
3377
3965
|
expected: "string",
|
|
3378
3966
|
value: elem
|
|
3379
3967
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3388,8 +3976,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3388
3976
|
path: _path2 + ".included_types",
|
|
3389
3977
|
expected: "(Array<string> | undefined)",
|
|
3390
3978
|
value: input3.included_types
|
|
3391
|
-
})) && input3.included_types.map((elem,
|
|
3392
|
-
path: _path2 + ".included_types[" +
|
|
3979
|
+
})) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3980
|
+
path: _path2 + ".included_types[" + _index68 + "]",
|
|
3393
3981
|
expected: "string",
|
|
3394
3982
|
value: elem
|
|
3395
3983
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3444,12 +4032,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3444
4032
|
path: _path2 + ".genes",
|
|
3445
4033
|
expected: "Array<GvGeneTerm>",
|
|
3446
4034
|
value: input3.genes
|
|
3447
|
-
})) && input3.genes.map((elem,
|
|
3448
|
-
path: _path2 + ".genes[" +
|
|
4035
|
+
})) && input3.genes.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4036
|
+
path: _path2 + ".genes[" + _index69 + "]",
|
|
3449
4037
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3450
4038
|
value: elem
|
|
3451
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3452
|
-
path: _path2 + ".genes[" +
|
|
4039
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4040
|
+
path: _path2 + ".genes[" + _index69 + "]",
|
|
3453
4041
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3454
4042
|
value: elem
|
|
3455
4043
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3460,7 +4048,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3460
4048
|
path: _path2 + ".groupsetting",
|
|
3461
4049
|
expected: "TermGroupSetting",
|
|
3462
4050
|
value: input3.groupsetting
|
|
3463
|
-
})) && $
|
|
4051
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3464
4052
|
path: _path2 + ".groupsetting",
|
|
3465
4053
|
expected: "TermGroupSetting",
|
|
3466
4054
|
value: input3.groupsetting
|
|
@@ -3468,12 +4056,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3468
4056
|
path: _path2 + ".childTerms",
|
|
3469
4057
|
expected: "Array<DtTerm>",
|
|
3470
4058
|
value: input3.childTerms
|
|
3471
|
-
})) && input3.childTerms.map((elem,
|
|
3472
|
-
path: _path2 + ".childTerms[" +
|
|
4059
|
+
})) && input3.childTerms.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4060
|
+
path: _path2 + ".childTerms[" + _index70 + "]",
|
|
3473
4061
|
expected: "DtTerm",
|
|
3474
4062
|
value: elem
|
|
3475
|
-
})) && $
|
|
3476
|
-
path: _path2 + ".childTerms[" +
|
|
4063
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4064
|
+
path: _path2 + ".childTerms[" + _index70 + "]",
|
|
3477
4065
|
expected: "DtTerm",
|
|
3478
4066
|
value: elem
|
|
3479
4067
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3481,7 +4069,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3481
4069
|
expected: "Array<DtTerm>",
|
|
3482
4070
|
value: input3.childTerms
|
|
3483
4071
|
})].every((flag) => flag);
|
|
3484
|
-
const $
|
|
4072
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3485
4073
|
path: _path2 + ".id",
|
|
3486
4074
|
expected: "string",
|
|
3487
4075
|
value: input3.id
|
|
@@ -3497,8 +4085,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3497
4085
|
path: _path2 + ".child_types",
|
|
3498
4086
|
expected: "(Array<string> | undefined)",
|
|
3499
4087
|
value: input3.child_types
|
|
3500
|
-
})) && input3.child_types.map((elem,
|
|
3501
|
-
path: _path2 + ".child_types[" +
|
|
4088
|
+
})) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4089
|
+
path: _path2 + ".child_types[" + _index71 + "]",
|
|
3502
4090
|
expected: "string",
|
|
3503
4091
|
value: elem
|
|
3504
4092
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3513,8 +4101,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3513
4101
|
path: _path2 + ".included_types",
|
|
3514
4102
|
expected: "(Array<string> | undefined)",
|
|
3515
4103
|
value: input3.included_types
|
|
3516
|
-
})) && input3.included_types.map((elem,
|
|
3517
|
-
path: _path2 + ".included_types[" +
|
|
4104
|
+
})) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4105
|
+
path: _path2 + ".included_types[" + _index72 + "]",
|
|
3518
4106
|
expected: "string",
|
|
3519
4107
|
value: elem
|
|
3520
4108
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3565,12 +4153,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3565
4153
|
path: _path2 + ".genes",
|
|
3566
4154
|
expected: "Array<GvGeneTerm>",
|
|
3567
4155
|
value: input3.genes
|
|
3568
|
-
})) && input3.genes.map((elem,
|
|
3569
|
-
path: _path2 + ".genes[" +
|
|
4156
|
+
})) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4157
|
+
path: _path2 + ".genes[" + _index73 + "]",
|
|
3570
4158
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3571
4159
|
value: elem
|
|
3572
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3573
|
-
path: _path2 + ".genes[" +
|
|
4160
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4161
|
+
path: _path2 + ".genes[" + _index73 + "]",
|
|
3574
4162
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3575
4163
|
value: elem
|
|
3576
4164
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3581,7 +4169,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3581
4169
|
path: _path2 + ".groupsetting",
|
|
3582
4170
|
expected: "TermGroupSetting",
|
|
3583
4171
|
value: input3.groupsetting
|
|
3584
|
-
})) && $
|
|
4172
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3585
4173
|
path: _path2 + ".groupsetting",
|
|
3586
4174
|
expected: "TermGroupSetting",
|
|
3587
4175
|
value: input3.groupsetting
|
|
@@ -3589,12 +4177,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3589
4177
|
path: _path2 + ".childTerms",
|
|
3590
4178
|
expected: "Array<DtTerm>",
|
|
3591
4179
|
value: input3.childTerms
|
|
3592
|
-
})) && input3.childTerms.map((elem,
|
|
3593
|
-
path: _path2 + ".childTerms[" +
|
|
4180
|
+
})) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4181
|
+
path: _path2 + ".childTerms[" + _index74 + "]",
|
|
3594
4182
|
expected: "DtTerm",
|
|
3595
4183
|
value: elem
|
|
3596
|
-
})) && $
|
|
3597
|
-
path: _path2 + ".childTerms[" +
|
|
4184
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4185
|
+
path: _path2 + ".childTerms[" + _index74 + "]",
|
|
3598
4186
|
expected: "DtTerm",
|
|
3599
4187
|
value: elem
|
|
3600
4188
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3602,7 +4190,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3602
4190
|
expected: "Array<DtTerm>",
|
|
3603
4191
|
value: input3.childTerms
|
|
3604
4192
|
})].every((flag) => flag);
|
|
3605
|
-
const $
|
|
4193
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3606
4194
|
path: _path2 + ".hiddenValues",
|
|
3607
4195
|
expected: "(HiddenValues | undefined)",
|
|
3608
4196
|
value: input3.hiddenValues
|
|
@@ -3643,7 +4231,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3643
4231
|
expected: '"values"',
|
|
3644
4232
|
value: input3.type
|
|
3645
4233
|
})].every((flag) => flag);
|
|
3646
|
-
const $
|
|
4234
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3647
4235
|
path: _path2 + ".id",
|
|
3648
4236
|
expected: "(string | undefined)",
|
|
3649
4237
|
value: input3.id
|
|
@@ -3675,7 +4263,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3675
4263
|
path: _path2 + ".term",
|
|
3676
4264
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3677
4265
|
value: input3.term
|
|
3678
|
-
})) && $
|
|
4266
|
+
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3679
4267
|
path: _path2 + ".term",
|
|
3680
4268
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3681
4269
|
value: input3.term
|
|
@@ -3683,12 +4271,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3683
4271
|
path: _path2 + ".q",
|
|
3684
4272
|
expected: "GvPredefinedGsQ",
|
|
3685
4273
|
value: input3.q
|
|
3686
|
-
})) && $
|
|
4274
|
+
})) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3687
4275
|
path: _path2 + ".q",
|
|
3688
4276
|
expected: "GvPredefinedGsQ",
|
|
3689
4277
|
value: input3.q
|
|
3690
4278
|
})].every((flag) => flag);
|
|
3691
|
-
const $
|
|
4279
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3692
4280
|
path: _path2 + ".hiddenValues",
|
|
3693
4281
|
expected: "(HiddenValues | undefined)",
|
|
3694
4282
|
value: input3.hiddenValues
|
|
@@ -3737,7 +4325,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3737
4325
|
expected: "Array<any>",
|
|
3738
4326
|
value: input3.dtLst
|
|
3739
4327
|
})].every((flag) => flag);
|
|
3740
|
-
const $
|
|
4328
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3741
4329
|
path: _path2 + ".id",
|
|
3742
4330
|
expected: "(string | undefined)",
|
|
3743
4331
|
value: input3.id
|
|
@@ -3769,7 +4357,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3769
4357
|
path: _path2 + ".term",
|
|
3770
4358
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3771
4359
|
value: input3.term
|
|
3772
|
-
})) && $
|
|
4360
|
+
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3773
4361
|
path: _path2 + ".term",
|
|
3774
4362
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3775
4363
|
value: input3.term
|
|
@@ -3777,12 +4365,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3777
4365
|
path: _path2 + ".q",
|
|
3778
4366
|
expected: "GvCustomGsQ",
|
|
3779
4367
|
value: input3.q
|
|
3780
|
-
})) && $
|
|
4368
|
+
})) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3781
4369
|
path: _path2 + ".q",
|
|
3782
4370
|
expected: "GvCustomGsQ",
|
|
3783
4371
|
value: input3.q
|
|
3784
4372
|
})].every((flag) => flag);
|
|
3785
|
-
const $
|
|
4373
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3786
4374
|
path: _path2 + ".hiddenValues",
|
|
3787
4375
|
expected: "(HiddenValues | undefined)",
|
|
3788
4376
|
value: input3.hiddenValues
|
|
@@ -3826,7 +4414,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3826
4414
|
path: _path2 + ".customset",
|
|
3827
4415
|
expected: "BaseGroupSet",
|
|
3828
4416
|
value: input3.customset
|
|
3829
|
-
})) && $
|
|
4417
|
+
})) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3830
4418
|
path: _path2 + ".customset",
|
|
3831
4419
|
expected: "BaseGroupSet",
|
|
3832
4420
|
value: input3.customset
|
|
@@ -3835,7 +4423,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3835
4423
|
expected: "Array<any>",
|
|
3836
4424
|
value: input3.dtLst
|
|
3837
4425
|
})].every((flag) => flag);
|
|
3838
|
-
const $
|
|
4426
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3839
4427
|
path: _path2 + ".id",
|
|
3840
4428
|
expected: "(string | undefined)",
|
|
3841
4429
|
value: input3.id
|
|
@@ -3867,7 +4455,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3867
4455
|
path: _path2 + ".term",
|
|
3868
4456
|
expected: "ConditionTerm",
|
|
3869
4457
|
value: input3.term
|
|
3870
|
-
})) && $
|
|
4458
|
+
})) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3871
4459
|
path: _path2 + ".term",
|
|
3872
4460
|
expected: "ConditionTerm",
|
|
3873
4461
|
value: input3.term
|
|
@@ -3875,12 +4463,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3875
4463
|
path: _path2 + ".q",
|
|
3876
4464
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3877
4465
|
value: input3.q
|
|
3878
|
-
})) && $
|
|
4466
|
+
})) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3879
4467
|
path: _path2 + ".q",
|
|
3880
4468
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3881
4469
|
value: input3.q
|
|
3882
4470
|
})].every((flag) => flag);
|
|
3883
|
-
const $
|
|
4471
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3884
4472
|
path: _path2 + ".hiddenValues",
|
|
3885
4473
|
expected: "(HiddenValues | undefined)",
|
|
3886
4474
|
value: input3.hiddenValues
|
|
@@ -3920,8 +4508,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3920
4508
|
path: _path2 + ".breaks",
|
|
3921
4509
|
expected: "(Array<number> | undefined)",
|
|
3922
4510
|
value: input3.breaks
|
|
3923
|
-
})) && input3.breaks.map((elem,
|
|
3924
|
-
path: _path2 + ".breaks[" +
|
|
4511
|
+
})) && input3.breaks.map((elem, _index75) => "number" === typeof elem || $report(_exceptionable2, {
|
|
4512
|
+
path: _path2 + ".breaks[" + _index75 + "]",
|
|
3925
4513
|
expected: "number",
|
|
3926
4514
|
value: elem
|
|
3927
4515
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3941,7 +4529,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3941
4529
|
expected: "(boolean | undefined)",
|
|
3942
4530
|
value: input3.value_by_computable_grade
|
|
3943
4531
|
}), true].every((flag) => flag);
|
|
3944
|
-
const $
|
|
4532
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3945
4533
|
path: _path2 + ".hiddenValues",
|
|
3946
4534
|
expected: "(HiddenValues | undefined)",
|
|
3947
4535
|
value: input3.hiddenValues
|
|
@@ -3974,7 +4562,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3974
4562
|
expected: "true",
|
|
3975
4563
|
value: input3.bar_by_children
|
|
3976
4564
|
}), true].every((flag) => flag);
|
|
3977
|
-
const $
|
|
4565
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3978
4566
|
path: _path2 + ".id",
|
|
3979
4567
|
expected: "(string | undefined)",
|
|
3980
4568
|
value: input3.id
|
|
@@ -4006,7 +4594,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4006
4594
|
path: _path2 + ".q",
|
|
4007
4595
|
expected: "SnpsQ",
|
|
4008
4596
|
value: input3.q
|
|
4009
|
-
})) && $
|
|
4597
|
+
})) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4010
4598
|
path: _path2 + ".q",
|
|
4011
4599
|
expected: "SnpsQ",
|
|
4012
4600
|
value: input3.q
|
|
@@ -4014,12 +4602,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4014
4602
|
path: _path2 + ".term",
|
|
4015
4603
|
expected: "SnpsTerm",
|
|
4016
4604
|
value: input3.term
|
|
4017
|
-
})) && $
|
|
4605
|
+
})) && $vo84(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4018
4606
|
path: _path2 + ".term",
|
|
4019
4607
|
expected: "SnpsTerm",
|
|
4020
4608
|
value: input3.term
|
|
4021
4609
|
})].every((flag) => flag);
|
|
4022
|
-
const $
|
|
4610
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4023
4611
|
path: _path2 + ".hiddenValues",
|
|
4024
4612
|
expected: "(HiddenValues | undefined)",
|
|
4025
4613
|
value: input3.hiddenValues
|
|
@@ -4067,7 +4655,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4067
4655
|
path: _path2 + ".restrictAncestry",
|
|
4068
4656
|
expected: "RestrictAncestry",
|
|
4069
4657
|
value: input3.restrictAncestry
|
|
4070
|
-
})) && $
|
|
4658
|
+
})) && $vo83(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4071
4659
|
path: _path2 + ".restrictAncestry",
|
|
4072
4660
|
expected: "RestrictAncestry",
|
|
4073
4661
|
value: input3.restrictAncestry
|
|
@@ -4092,7 +4680,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4092
4680
|
expected: "number",
|
|
4093
4681
|
value: input3.stop
|
|
4094
4682
|
})].every((flag) => flag);
|
|
4095
|
-
const $
|
|
4683
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4096
4684
|
path: _path2 + ".name",
|
|
4097
4685
|
expected: "string",
|
|
4098
4686
|
value: input3.name
|
|
@@ -4105,7 +4693,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4105
4693
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4106
4694
|
value: input3.tvs
|
|
4107
4695
|
})].every((flag) => flag);
|
|
4108
|
-
const $
|
|
4696
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4109
4697
|
path: _path2 + ".id",
|
|
4110
4698
|
expected: "string",
|
|
4111
4699
|
value: input3.id
|
|
@@ -4121,8 +4709,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4121
4709
|
path: _path2 + ".child_types",
|
|
4122
4710
|
expected: "(Array<string> | undefined)",
|
|
4123
4711
|
value: input3.child_types
|
|
4124
|
-
})) && input3.child_types.map((elem,
|
|
4125
|
-
path: _path2 + ".child_types[" +
|
|
4712
|
+
})) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4713
|
+
path: _path2 + ".child_types[" + _index76 + "]",
|
|
4126
4714
|
expected: "string",
|
|
4127
4715
|
value: elem
|
|
4128
4716
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4137,8 +4725,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4137
4725
|
path: _path2 + ".included_types",
|
|
4138
4726
|
expected: "(Array<string> | undefined)",
|
|
4139
4727
|
value: input3.included_types
|
|
4140
|
-
})) && input3.included_types.map((elem,
|
|
4141
|
-
path: _path2 + ".included_types[" +
|
|
4728
|
+
})) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4729
|
+
path: _path2 + ".included_types[" + _index77 + "]",
|
|
4142
4730
|
expected: "string",
|
|
4143
4731
|
value: elem
|
|
4144
4732
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4177,12 +4765,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4177
4765
|
path: _path2 + ".snps",
|
|
4178
4766
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4179
4767
|
value: input3.snps
|
|
4180
|
-
})) && input3.snps.map((elem,
|
|
4181
|
-
path: _path2 + ".snps[" +
|
|
4768
|
+
})) && input3.snps.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4769
|
+
path: _path2 + ".snps[" + _index78 + "]",
|
|
4182
4770
|
expected: "SnpsEntry",
|
|
4183
4771
|
value: elem
|
|
4184
|
-
})) && $
|
|
4185
|
-
path: _path2 + ".snps[" +
|
|
4772
|
+
})) && $vo85(elem, _path2 + ".snps[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4773
|
+
path: _path2 + ".snps[" + _index78 + "]",
|
|
4186
4774
|
expected: "SnpsEntry",
|
|
4187
4775
|
value: elem
|
|
4188
4776
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4190,12 +4778,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4190
4778
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4191
4779
|
value: input3.snps
|
|
4192
4780
|
})].every((flag) => flag);
|
|
4193
|
-
const $
|
|
4781
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
4194
4782
|
path: _path2 + ".altAlleles",
|
|
4195
4783
|
expected: "(Array<string> | undefined)",
|
|
4196
4784
|
value: input3.altAlleles
|
|
4197
|
-
})) && input3.altAlleles.map((elem,
|
|
4198
|
-
path: _path2 + ".altAlleles[" +
|
|
4785
|
+
})) && input3.altAlleles.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4786
|
+
path: _path2 + ".altAlleles[" + _index79 + "]",
|
|
4199
4787
|
expected: "string",
|
|
4200
4788
|
value: elem
|
|
4201
4789
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4206,12 +4794,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4206
4794
|
path: _path2 + ".alleles",
|
|
4207
4795
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
4208
4796
|
value: input3.alleles
|
|
4209
|
-
})) && input3.alleles.map((elem,
|
|
4210
|
-
path: _path2 + ".alleles[" +
|
|
4797
|
+
})) && input3.alleles.map((elem, _index80) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4798
|
+
path: _path2 + ".alleles[" + _index80 + "]",
|
|
4211
4799
|
expected: "AllelesEntry",
|
|
4212
4800
|
value: elem
|
|
4213
|
-
})) && $
|
|
4214
|
-
path: _path2 + ".alleles[" +
|
|
4801
|
+
})) && $vo86(elem, _path2 + ".alleles[" + _index80 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4802
|
+
path: _path2 + ".alleles[" + _index80 + "]",
|
|
4215
4803
|
expected: "AllelesEntry",
|
|
4216
4804
|
value: elem
|
|
4217
4805
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4226,7 +4814,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4226
4814
|
path: _path2 + ".gt2count",
|
|
4227
4815
|
expected: "(__type.o10 | undefined)",
|
|
4228
4816
|
value: input3.gt2count
|
|
4229
|
-
})) && $
|
|
4817
|
+
})) && $vo87(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
4230
4818
|
path: _path2 + ".gt2count",
|
|
4231
4819
|
expected: "(__type.o10 | undefined)",
|
|
4232
4820
|
value: input3.gt2count
|
|
@@ -4255,7 +4843,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4255
4843
|
expected: "(number | undefined)",
|
|
4256
4844
|
value: input3.pos
|
|
4257
4845
|
})].every((flag) => flag);
|
|
4258
|
-
const $
|
|
4846
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
4259
4847
|
path: _path2 + ".allele",
|
|
4260
4848
|
expected: "string",
|
|
4261
4849
|
value: input3.allele
|
|
@@ -4268,7 +4856,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4268
4856
|
expected: "boolean",
|
|
4269
4857
|
value: input3.isRef
|
|
4270
4858
|
})].every((flag) => flag);
|
|
4271
|
-
const $
|
|
4859
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
4272
4860
|
path: _path2 + ".k",
|
|
4273
4861
|
expected: "string",
|
|
4274
4862
|
value: input3.k
|
|
@@ -4277,7 +4865,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4277
4865
|
expected: "(number | string)",
|
|
4278
4866
|
value: input3.v
|
|
4279
4867
|
})].every((flag) => flag);
|
|
4280
|
-
const $
|
|
4868
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4281
4869
|
path: _path2 + ".id",
|
|
4282
4870
|
expected: "(string | undefined)",
|
|
4283
4871
|
value: input3.id
|
|
@@ -4301,28 +4889,28 @@ var validDescrStatsRequest = (input) => {
|
|
|
4301
4889
|
path: _path2 + ".minNumSamples",
|
|
4302
4890
|
expected: "(number | undefined)",
|
|
4303
4891
|
value: input3.minNumSamples
|
|
4304
|
-
}), true, "
|
|
4892
|
+
}), true, "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
|
|
4305
4893
|
path: _path2 + ".type",
|
|
4306
|
-
expected: '"
|
|
4894
|
+
expected: '"TermCollectionTWCont"',
|
|
4307
4895
|
value: input3.type
|
|
4308
4896
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4309
4897
|
path: _path2 + ".term",
|
|
4310
|
-
expected: "
|
|
4898
|
+
expected: "NumericTermCollection",
|
|
4311
4899
|
value: input3.term
|
|
4312
|
-
})) && $
|
|
4900
|
+
})) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4313
4901
|
path: _path2 + ".term",
|
|
4314
|
-
expected: "
|
|
4902
|
+
expected: "NumericTermCollection",
|
|
4315
4903
|
value: input3.term
|
|
4316
4904
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
4317
4905
|
path: _path2 + ".q",
|
|
4318
|
-
expected: "
|
|
4906
|
+
expected: "TermCollectionQCont",
|
|
4319
4907
|
value: input3.q
|
|
4320
|
-
})) && $
|
|
4908
|
+
})) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4321
4909
|
path: _path2 + ".q",
|
|
4322
|
-
expected: "
|
|
4910
|
+
expected: "TermCollectionQCont",
|
|
4323
4911
|
value: input3.q
|
|
4324
4912
|
})].every((flag) => flag);
|
|
4325
|
-
const $
|
|
4913
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4326
4914
|
path: _path2 + ".hiddenValues",
|
|
4327
4915
|
expected: "(HiddenValues | undefined)",
|
|
4328
4916
|
value: input3.hiddenValues
|
|
@@ -4354,8 +4942,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4354
4942
|
path: _path2 + ".lst",
|
|
4355
4943
|
expected: "Array<string>",
|
|
4356
4944
|
value: input3.lst
|
|
4357
|
-
})) && input3.lst.map((elem,
|
|
4358
|
-
path: _path2 + ".lst[" +
|
|
4945
|
+
})) && input3.lst.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4946
|
+
path: _path2 + ".lst[" + _index81 + "]",
|
|
4359
4947
|
expected: "string",
|
|
4360
4948
|
value: elem
|
|
4361
4949
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4366,8 +4954,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4366
4954
|
path: _path2 + ".numerators",
|
|
4367
4955
|
expected: "(Array<string> | undefined)",
|
|
4368
4956
|
value: input3.numerators
|
|
4369
|
-
})) && input3.numerators.map((elem,
|
|
4370
|
-
path: _path2 + ".numerators[" +
|
|
4957
|
+
})) && input3.numerators.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4958
|
+
path: _path2 + ".numerators[" + _index82 + "]",
|
|
4371
4959
|
expected: "string",
|
|
4372
4960
|
value: elem
|
|
4373
4961
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4375,6 +4963,108 @@ var validDescrStatsRequest = (input) => {
|
|
|
4375
4963
|
expected: "(Array<string> | undefined)",
|
|
4376
4964
|
value: input3.numerators
|
|
4377
4965
|
})].every((flag) => flag);
|
|
4966
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4967
|
+
path: _path2 + ".id",
|
|
4968
|
+
expected: "(string | undefined)",
|
|
4969
|
+
value: input3.id
|
|
4970
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
4971
|
+
path: _path2 + ".$id",
|
|
4972
|
+
expected: "(string | undefined)",
|
|
4973
|
+
value: input3.$id
|
|
4974
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
4975
|
+
path: _path2 + ".isAtomic",
|
|
4976
|
+
expected: "(true | undefined)",
|
|
4977
|
+
value: input3.isAtomic
|
|
4978
|
+
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4979
|
+
path: _path2 + ".settings",
|
|
4980
|
+
expected: "(__type | undefined)",
|
|
4981
|
+
value: input3.settings
|
|
4982
|
+
})) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4983
|
+
path: _path2 + ".settings",
|
|
4984
|
+
expected: "(__type | undefined)",
|
|
4985
|
+
value: input3.settings
|
|
4986
|
+
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4987
|
+
path: _path2 + ".minNumSamples",
|
|
4988
|
+
expected: "(number | undefined)",
|
|
4989
|
+
value: input3.minNumSamples
|
|
4990
|
+
}), true, "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
|
|
4991
|
+
path: _path2 + ".type",
|
|
4992
|
+
expected: '"TermCollectionTWQual"',
|
|
4993
|
+
value: input3.type
|
|
4994
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4995
|
+
path: _path2 + ".term",
|
|
4996
|
+
expected: "CategoricalTermCollection",
|
|
4997
|
+
value: input3.term
|
|
4998
|
+
})) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4999
|
+
path: _path2 + ".term",
|
|
5000
|
+
expected: "CategoricalTermCollection",
|
|
5001
|
+
value: input3.term
|
|
5002
|
+
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
5003
|
+
path: _path2 + ".q",
|
|
5004
|
+
expected: "TermCollectionQQual",
|
|
5005
|
+
value: input3.q
|
|
5006
|
+
})) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5007
|
+
path: _path2 + ".q",
|
|
5008
|
+
expected: "TermCollectionQQual",
|
|
5009
|
+
value: input3.q
|
|
5010
|
+
})].every((flag) => flag);
|
|
5011
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5012
|
+
path: _path2 + ".hiddenValues",
|
|
5013
|
+
expected: "(HiddenValues | undefined)",
|
|
5014
|
+
value: input3.hiddenValues
|
|
5015
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5016
|
+
path: _path2 + ".hiddenValues",
|
|
5017
|
+
expected: "(HiddenValues | undefined)",
|
|
5018
|
+
value: input3.hiddenValues
|
|
5019
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
5020
|
+
path: _path2 + ".isAtomic",
|
|
5021
|
+
expected: "(true | undefined)",
|
|
5022
|
+
value: input3.isAtomic
|
|
5023
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
5024
|
+
path: _path2 + ".name",
|
|
5025
|
+
expected: "(string | undefined)",
|
|
5026
|
+
value: input3.name
|
|
5027
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
5028
|
+
path: _path2 + ".reuseId",
|
|
5029
|
+
expected: "(string | undefined)",
|
|
5030
|
+
value: input3.reuseId
|
|
5031
|
+
}), "discrete" === input3.mode || $report(_exceptionable2, {
|
|
5032
|
+
path: _path2 + ".mode",
|
|
5033
|
+
expected: '"discrete"',
|
|
5034
|
+
value: input3.mode
|
|
5035
|
+
}), "values" === input3.type || $report(_exceptionable2, {
|
|
5036
|
+
path: _path2 + ".type",
|
|
5037
|
+
expected: '"values"',
|
|
5038
|
+
value: input3.type
|
|
5039
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
5040
|
+
path: _path2 + ".lst",
|
|
5041
|
+
expected: "Array<string>",
|
|
5042
|
+
value: input3.lst
|
|
5043
|
+
})) && input3.lst.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5044
|
+
path: _path2 + ".lst[" + _index83 + "]",
|
|
5045
|
+
expected: "string",
|
|
5046
|
+
value: elem
|
|
5047
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5048
|
+
path: _path2 + ".lst",
|
|
5049
|
+
expected: "Array<string>",
|
|
5050
|
+
value: input3.lst
|
|
5051
|
+
}), void 0 === input3.categoryKeys || (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
|
|
5052
|
+
path: _path2 + ".categoryKeys",
|
|
5053
|
+
expected: "(Array<CategoryKey> | undefined)",
|
|
5054
|
+
value: input3.categoryKeys
|
|
5055
|
+
})) && input3.categoryKeys.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5056
|
+
path: _path2 + ".categoryKeys[" + _index84 + "]",
|
|
5057
|
+
expected: "CategoryKey",
|
|
5058
|
+
value: elem
|
|
5059
|
+
})) && $vo51(elem, _path2 + ".categoryKeys[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5060
|
+
path: _path2 + ".categoryKeys[" + _index84 + "]",
|
|
5061
|
+
expected: "CategoryKey",
|
|
5062
|
+
value: elem
|
|
5063
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5064
|
+
path: _path2 + ".categoryKeys",
|
|
5065
|
+
expected: "(Array<CategoryKey> | undefined)",
|
|
5066
|
+
value: input3.categoryKeys
|
|
5067
|
+
})].every((flag) => flag);
|
|
4378
5068
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4379
5069
|
if ("tvslst" === input3.type)
|
|
4380
5070
|
return $vo6(input3, _path2, _exceptionable2);
|
|
@@ -4395,9 +5085,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4395
5085
|
})();
|
|
4396
5086
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4397
5087
|
if ("gene" === input3.kind)
|
|
4398
|
-
return $
|
|
5088
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
4399
5089
|
if ("coord" === input3.kind)
|
|
4400
|
-
return $
|
|
5090
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
4401
5091
|
return $report(_exceptionable2, {
|
|
4402
5092
|
path: _path2,
|
|
4403
5093
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -4406,9 +5096,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4406
5096
|
})();
|
|
4407
5097
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4408
5098
|
if ("string" === typeof input3.type)
|
|
4409
|
-
return $
|
|
5099
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
4410
5100
|
if ("filter" === input3.type)
|
|
4411
|
-
return $
|
|
5101
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
4412
5102
|
return $report(_exceptionable2, {
|
|
4413
5103
|
path: _path2,
|
|
4414
5104
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -4438,37 +5128,39 @@ var validDescrStatsRequest = (input) => {
|
|
|
4438
5128
|
});
|
|
4439
5129
|
})();
|
|
4440
5130
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4441
|
-
if ("
|
|
4442
|
-
return $
|
|
5131
|
+
if ("TermCollectionTWQual" === input3.type)
|
|
5132
|
+
return $vo90(input3, _path2, _exceptionable2);
|
|
5133
|
+
if ("TermCollectionTWCont" === input3.type)
|
|
5134
|
+
return $vo88(input3, _path2, _exceptionable2);
|
|
4443
5135
|
if ("SnpsTW" === input3.type)
|
|
4444
|
-
return $
|
|
5136
|
+
return $vo81(input3, _path2, _exceptionable2);
|
|
4445
5137
|
if ("ConditionTW" === input3.type)
|
|
4446
|
-
return $
|
|
5138
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
4447
5139
|
if ("GvCustomGsTW" === input3.type)
|
|
4448
|
-
return $
|
|
5140
|
+
return $vo76(input3, _path2, _exceptionable2);
|
|
4449
5141
|
if ("GvPredefinedGsTW" === input3.type)
|
|
4450
|
-
return $
|
|
5142
|
+
return $vo74(input3, _path2, _exceptionable2);
|
|
4451
5143
|
if ("GvValuesTW" === input3.type)
|
|
4452
|
-
return $
|
|
5144
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
4453
5145
|
if ("NumTWSpline" === input3.type)
|
|
4454
|
-
return $
|
|
5146
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
4455
5147
|
if ("NumTWCont" === input3.type)
|
|
4456
|
-
return $
|
|
5148
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
4457
5149
|
if ("NumTWBinary" === input3.type)
|
|
4458
|
-
return $
|
|
5150
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
4459
5151
|
if ("NumTWCustomBin" === input3.type)
|
|
4460
|
-
return $
|
|
5152
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
4461
5153
|
if ("NumTWRegularBin" === input3.type)
|
|
4462
|
-
return $
|
|
5154
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
4463
5155
|
if ("QualTWCustomGS" === input3.type)
|
|
4464
|
-
return $
|
|
5156
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
4465
5157
|
if ("QualTWPredefinedGS" === input3.type)
|
|
4466
|
-
return $
|
|
5158
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
4467
5159
|
if ("QualTWValues" === input3.type)
|
|
4468
5160
|
return $vo1(input3, _path2, _exceptionable2);
|
|
4469
5161
|
return $report(_exceptionable2, {
|
|
4470
5162
|
path: _path2,
|
|
4471
|
-
expected: "(
|
|
5163
|
+
expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
4472
5164
|
value: input3
|
|
4473
5165
|
});
|
|
4474
5166
|
})();
|
|
@@ -4476,9 +5168,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4476
5168
|
if ("categorical" === input3.type)
|
|
4477
5169
|
return $vo3(input3, _path2, _exceptionable2);
|
|
4478
5170
|
if ("snp" === input3.type)
|
|
4479
|
-
return $
|
|
5171
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4480
5172
|
if ("singleCellCellType" === input3.type)
|
|
4481
|
-
return $
|
|
5173
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
4482
5174
|
return $report(_exceptionable2, {
|
|
4483
5175
|
path: _path2,
|
|
4484
5176
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -4489,19 +5181,23 @@ var validDescrStatsRequest = (input) => {
|
|
|
4489
5181
|
if (void 0 !== input3.ranges)
|
|
4490
5182
|
return $vo9(input3, _path2, _exceptionable2);
|
|
4491
5183
|
if (void 0 !== input3.ratio)
|
|
4492
|
-
return $
|
|
4493
|
-
return $vo8(input3, _path2, false) || $
|
|
5184
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
5185
|
+
return $vo8(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
|
|
4494
5186
|
})();
|
|
4495
5187
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4496
5188
|
if ("integer" === input3.type || "float" === input3.type)
|
|
4497
5189
|
return $vo10(input3, _path2, _exceptionable2);
|
|
4498
5190
|
if ("metaboliteIntensity" === input3.type)
|
|
4499
5191
|
return $vo22(input3, _path2, _exceptionable2);
|
|
4500
|
-
if ("
|
|
5192
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
4501
5193
|
return $vo23(input3, _path2, _exceptionable2);
|
|
4502
|
-
if ("
|
|
5194
|
+
if ("date" === input3.type)
|
|
4503
5195
|
return $vo24(input3, _path2, _exceptionable2);
|
|
4504
|
-
|
|
5196
|
+
if ("ssGSEA" === input3.type)
|
|
5197
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
5198
|
+
if ("dnaMethylation" === input3.type)
|
|
5199
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
5200
|
+
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo28(input3, _path2, false) || $vo27(input3, _path2, false);
|
|
4505
5201
|
})();
|
|
4506
5202
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4507
5203
|
if ("regular-bin" === input3.type)
|
|
@@ -4516,9 +5212,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4516
5212
|
})();
|
|
4517
5213
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4518
5214
|
if ("gene" === input3.kind)
|
|
4519
|
-
return $
|
|
5215
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
4520
5216
|
if ("coord" === input3.kind)
|
|
4521
|
-
return $
|
|
5217
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
4522
5218
|
return $report(_exceptionable2, {
|
|
4523
5219
|
path: _path2,
|
|
4524
5220
|
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; })',
|
|
@@ -4526,21 +5222,32 @@ var validDescrStatsRequest = (input) => {
|
|
|
4526
5222
|
});
|
|
4527
5223
|
})();
|
|
4528
5224
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5225
|
+
if ("numeric" === input3.memberType)
|
|
5226
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
5227
|
+
if ("categorical" === input3.memberType)
|
|
5228
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5229
|
+
return $report(_exceptionable2, {
|
|
5230
|
+
path: _path2,
|
|
5231
|
+
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
5232
|
+
value: input3
|
|
5233
|
+
});
|
|
5234
|
+
})();
|
|
5235
|
+
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4529
5236
|
if ("gene" === input3.kind)
|
|
4530
|
-
return $
|
|
5237
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
4531
5238
|
if ("coord" === input3.kind)
|
|
4532
|
-
return $
|
|
5239
|
+
return $vo72(input3, _path2, _exceptionable2);
|
|
4533
5240
|
return $report(_exceptionable2, {
|
|
4534
5241
|
path: _path2,
|
|
4535
5242
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
4536
5243
|
value: input3
|
|
4537
5244
|
});
|
|
4538
5245
|
})();
|
|
4539
|
-
const $
|
|
5246
|
+
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4540
5247
|
if ("grade" === input3.valueFor)
|
|
4541
|
-
return $
|
|
5248
|
+
return $vo79(input3, _path2, _exceptionable2);
|
|
4542
5249
|
if ("children" === input3.valueFor)
|
|
4543
|
-
return $
|
|
5250
|
+
return $vo80(input3, _path2, _exceptionable2);
|
|
4544
5251
|
return $report(_exceptionable2, {
|
|
4545
5252
|
path: _path2,
|
|
4546
5253
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|