@sjcrh/proteinpaint-types 2.114.0 → 2.115.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-5HL5BPE5.js +126 -0
- package/dist/{chunk-BEXUBE5A.js → chunk-7GSVLBKZ.js} +10 -14
- package/dist/{chunk-H45GALYV.js → chunk-C7DJDPLP.js} +339 -343
- package/dist/{chunk-PR7XHL4T.js → chunk-EQGBEPDC.js} +10 -14
- package/dist/{chunk-BNOGQYXG.js → chunk-GS37E7DB.js} +339 -343
- package/dist/{chunk-KRHYG2ZZ.js → chunk-I3U2T7HV.js} +337 -341
- package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
- package/dist/{chunk-XDRUNGOV.js → chunk-KBTAXZM4.js} +286 -290
- package/dist/{chunk-JNEIQWTE.js → chunk-KZIZMP7Y.js} +27 -35
- package/dist/{chunk-7AQB3YHO.js → chunk-M26XQDA4.js} +10 -14
- package/dist/{chunk-66XSFQPI.js → chunk-MDBZCBM2.js} +17 -21
- package/dist/{chunk-OSHG443J.js → chunk-NESPJ4GG.js} +36 -44
- package/dist/{chunk-WVBWDL2B.js → chunk-PTYGGJLG.js} +339 -343
- package/dist/{chunk-T3NOHXOJ.js → chunk-ZPN2DV5E.js} +10 -14
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +45 -37
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topMutatedGenes.js +11 -0
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/dist/wsisamples.js +11 -0
- package/package.json +1 -1
- package/src/dataset.ts +13 -3
- package/src/index.ts +2 -1
- package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
- package/src/routes/wsisamples.ts +25 -0
- package/src/terms/numeric.ts +2 -2
- package/src/terms/term.ts +2 -1
- package/dist/gdc.topMutatedGenes.js +0 -11
|
@@ -73,8 +73,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
73
73
|
const errors = [];
|
|
74
74
|
const __is = (input2) => {
|
|
75
75
|
const $join = import_typia.createValidate.join;
|
|
76
|
-
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $
|
|
77
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof 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 && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $
|
|
76
|
+
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && true;
|
|
77
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof 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 && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io12(input3.term));
|
|
78
78
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
79
79
|
const value = input3[key];
|
|
80
80
|
if (void 0 === value)
|
|
@@ -98,63 +98,63 @@ var validBoxPlotRequest = (input) => {
|
|
|
98
98
|
const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
99
99
|
const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
100
100
|
const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
101
|
-
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type &&
|
|
102
|
-
const $io12 = (input3) => "
|
|
103
|
-
const $io13 = (input3) =>
|
|
104
|
-
const $io14 = (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) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
105
|
-
const $io15 = (input3) => Object.keys(input3).every((key) => {
|
|
101
|
+
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
102
|
+
const $io12 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
103
|
+
const $io13 = (input3) => Object.keys(input3).every((key) => {
|
|
106
104
|
const value = input3[key];
|
|
107
105
|
if (void 0 === value)
|
|
108
106
|
return true;
|
|
109
107
|
if (RegExp(/(.*)/).test(key))
|
|
110
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
108
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
|
|
111
109
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
112
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
110
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
|
|
113
111
|
return true;
|
|
114
112
|
});
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
122
|
-
const $
|
|
123
|
-
const $
|
|
124
|
-
const $
|
|
125
|
-
const $
|
|
126
|
-
const $
|
|
127
|
-
const $
|
|
128
|
-
const $
|
|
129
|
-
const $
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
113
|
+
const $io14 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter));
|
|
114
|
+
const $io15 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
115
|
+
const $io16 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io12(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) && $io14(elem)));
|
|
116
|
+
const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io26(elem)));
|
|
117
|
+
const $io18 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
|
|
118
|
+
const $io19 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
119
|
+
const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
120
|
+
const $io21 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
121
|
+
const $io22 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
122
|
+
const $io23 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
123
|
+
const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
124
|
+
const $io25 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
125
|
+
const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
126
|
+
const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(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 && $io29(elem)));
|
|
127
|
+
const $io28 = (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) && $io13(input3.values)) && true;
|
|
128
|
+
const $io29 = (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;
|
|
129
|
+
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 && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
130
|
+
const $io31 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "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);
|
|
131
|
+
const $io32 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
132
|
+
const $io33 = (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.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
133
|
+
const $io34 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
134
|
+
const $io35 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
135
|
+
const $io36 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
136
|
+
const $io37 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
137
|
+
const $io38 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
138
|
+
const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
139
|
+
const $io40 = (input3) => (void 0 === input3.id || "string" === typeof 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 && $io18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
|
|
140
140
|
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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]))));
|
|
141
141
|
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
142
142
|
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
143
143
|
const $io44 = (input3) => "number" === typeof input3.value;
|
|
144
144
|
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof 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.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
|
|
145
|
-
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $
|
|
145
|
+
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io15(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
146
146
|
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
|
|
147
|
-
const $io48 = (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) && $
|
|
147
|
+
const $io48 = (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) && $io13(input3.values)) && true && (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 && $io49(elem)));
|
|
148
148
|
const $io49 = (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 && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(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);
|
|
149
149
|
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
150
150
|
const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
151
151
|
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof 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 && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
|
|
152
|
-
const $io53 = (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) && $
|
|
153
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "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) && $
|
|
154
|
-
const $io55 = (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) && $
|
|
155
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $
|
|
156
|
-
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $
|
|
157
|
-
const $io58 = (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) && $
|
|
152
|
+
const $io53 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
153
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
|
|
154
|
+
const $io55 = (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) && $io13(input3.values)) && true;
|
|
155
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "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);
|
|
156
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
157
|
+
const $io58 = (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) && $io13(input3.values)) && true && (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 && $io49(elem)));
|
|
158
158
|
const $io59 = (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) && $io60(input3.values)) && true;
|
|
159
159
|
const $io60 = (input3) => Object.keys(input3).every((key) => {
|
|
160
160
|
const value = input3[key];
|
|
@@ -166,7 +166,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
166
166
|
return "object" === typeof value && null !== value && $io61(value);
|
|
167
167
|
return true;
|
|
168
168
|
});
|
|
169
|
-
const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $
|
|
169
|
+
const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
170
170
|
const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
171
171
|
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
|
|
172
172
|
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
@@ -195,49 +195,49 @@ var validBoxPlotRequest = (input) => {
|
|
|
195
195
|
})();
|
|
196
196
|
const $iu1 = (input3) => (() => {
|
|
197
197
|
if (void 0 !== input3.type)
|
|
198
|
-
return $
|
|
198
|
+
return $io15(input3);
|
|
199
199
|
if (void 0 !== input3.ranges)
|
|
200
|
-
return $
|
|
200
|
+
return $io17(input3);
|
|
201
201
|
return (() => {
|
|
202
|
-
if ($
|
|
203
|
-
return $
|
|
202
|
+
if ($io16(input3))
|
|
203
|
+
return $io16(input3);
|
|
204
|
+
if ($io27(input3))
|
|
205
|
+
return $io27(input3);
|
|
204
206
|
if ($io30(input3))
|
|
205
207
|
return $io30(input3);
|
|
206
|
-
if ($io33(input3))
|
|
207
|
-
return $io33(input3);
|
|
208
208
|
return false;
|
|
209
209
|
})();
|
|
210
210
|
})();
|
|
211
211
|
const $iu2 = (input3) => (() => {
|
|
212
212
|
if (true === input3.startunbounded)
|
|
213
|
-
return $
|
|
213
|
+
return $io21(input3);
|
|
214
214
|
if (true === input3.stopunbounded)
|
|
215
|
-
return $
|
|
216
|
-
return $
|
|
215
|
+
return $io23(input3);
|
|
216
|
+
return $io22(input3);
|
|
217
217
|
})();
|
|
218
218
|
const $iu3 = (input3) => (() => {
|
|
219
219
|
if (2 === input3.dt)
|
|
220
|
-
return $io39(input3);
|
|
221
|
-
if (5 === input3.dt)
|
|
222
220
|
return $io38(input3);
|
|
223
|
-
if (
|
|
221
|
+
if (5 === input3.dt)
|
|
224
222
|
return $io37(input3);
|
|
225
|
-
if (
|
|
223
|
+
if (4 === input3.dt)
|
|
226
224
|
return $io36(input3);
|
|
225
|
+
if (1 === input3.dt)
|
|
226
|
+
return $io35(input3);
|
|
227
227
|
return false;
|
|
228
228
|
})();
|
|
229
229
|
const $iu4 = (input3) => (() => {
|
|
230
230
|
if (true === input3.startunbounded)
|
|
231
|
-
return $
|
|
231
|
+
return $io21(input3);
|
|
232
232
|
if (void 0 !== input3.start)
|
|
233
|
-
return $
|
|
233
|
+
return $io22(input3);
|
|
234
234
|
return false;
|
|
235
235
|
})();
|
|
236
236
|
const $iu5 = (input3) => (() => {
|
|
237
237
|
if (void 0 !== input3.stop)
|
|
238
|
-
return $
|
|
238
|
+
return $io22(input3);
|
|
239
239
|
if (true === input3.stopunbounded)
|
|
240
|
-
return $
|
|
240
|
+
return $io23(input3);
|
|
241
241
|
return false;
|
|
242
242
|
})();
|
|
243
243
|
const $iu6 = (input3) => (() => {
|
|
@@ -263,34 +263,34 @@ var validBoxPlotRequest = (input) => {
|
|
|
263
263
|
return $io5(input3);
|
|
264
264
|
})();
|
|
265
265
|
const $iu8 = (input3) => (() => {
|
|
266
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
267
|
-
return $
|
|
268
|
-
return $
|
|
266
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)))
|
|
267
|
+
return $io32(input3);
|
|
268
|
+
return $io39(input3);
|
|
269
269
|
})();
|
|
270
270
|
const $iu9 = (input3) => (() => {
|
|
271
271
|
if ("regular-bin" === input3.type)
|
|
272
|
-
return $
|
|
272
|
+
return $io20(input3);
|
|
273
273
|
if ("custom-bin" === input3.type)
|
|
274
|
-
return $
|
|
274
|
+
return $io24(input3);
|
|
275
275
|
return false;
|
|
276
276
|
})();
|
|
277
277
|
const $iu10 = (input3) => (() => {
|
|
278
278
|
if ("gene" === input3.kind)
|
|
279
|
-
return $
|
|
279
|
+
return $io31(input3);
|
|
280
280
|
if ("coord" === input3.kind)
|
|
281
|
-
return $
|
|
281
|
+
return $io34(input3);
|
|
282
282
|
return false;
|
|
283
283
|
})();
|
|
284
284
|
const $iu11 = (input3) => (() => {
|
|
285
285
|
if ("regular-bin" === input3.type)
|
|
286
|
-
return $
|
|
286
|
+
return $io20(input3);
|
|
287
287
|
if ("continuous" === input3.mode)
|
|
288
288
|
return $io42(input3);
|
|
289
289
|
if ("spline" === input3.mode)
|
|
290
290
|
return $io43(input3);
|
|
291
291
|
return (() => {
|
|
292
|
-
if ($
|
|
293
|
-
return $
|
|
292
|
+
if ($io24(input3))
|
|
293
|
+
return $io24(input3);
|
|
294
294
|
if ($io41(input3))
|
|
295
295
|
return $io41(input3);
|
|
296
296
|
return false;
|
|
@@ -298,21 +298,21 @@ var validBoxPlotRequest = (input) => {
|
|
|
298
298
|
})();
|
|
299
299
|
const $iu12 = (input3) => (() => {
|
|
300
300
|
if (void 0 !== input3.ranges)
|
|
301
|
-
return $
|
|
301
|
+
return $io17(input3);
|
|
302
302
|
return (() => {
|
|
303
|
-
if ($
|
|
304
|
-
return $
|
|
303
|
+
if ($io16(input3))
|
|
304
|
+
return $io16(input3);
|
|
305
|
+
if ($io27(input3))
|
|
306
|
+
return $io27(input3);
|
|
305
307
|
if ($io30(input3))
|
|
306
308
|
return $io30(input3);
|
|
307
|
-
if ($io33(input3))
|
|
308
|
-
return $io33(input3);
|
|
309
309
|
return false;
|
|
310
310
|
})();
|
|
311
311
|
})();
|
|
312
312
|
const $iu13 = (input3) => (() => {
|
|
313
313
|
if ("categorical" === input3.type)
|
|
314
314
|
return $io53(input3);
|
|
315
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
315
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
316
316
|
return $io54(input3);
|
|
317
317
|
if ("condition" === input3.type)
|
|
318
318
|
return $io55(input3);
|
|
@@ -330,7 +330,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
330
330
|
})();
|
|
331
331
|
const $iu14 = (input3) => (() => {
|
|
332
332
|
if (void 0 !== input3.bin_size)
|
|
333
|
-
return $
|
|
333
|
+
return $io20(input3);
|
|
334
334
|
if (void 0 !== input3.knots)
|
|
335
335
|
return $io43(input3);
|
|
336
336
|
if (void 0 !== input3.AFcutoff)
|
|
@@ -351,8 +351,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
351
351
|
return $io6(input3);
|
|
352
352
|
if ($io7(input3))
|
|
353
353
|
return $io7(input3);
|
|
354
|
-
if ($
|
|
355
|
-
return $
|
|
354
|
+
if ($io24(input3))
|
|
355
|
+
return $io24(input3);
|
|
356
356
|
if ($io41(input3))
|
|
357
357
|
return $io41(input3);
|
|
358
358
|
if ($io42(input3))
|
|
@@ -411,7 +411,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
411
411
|
path: _path2 + ".filter",
|
|
412
412
|
expected: "(Filter | undefined)",
|
|
413
413
|
value: input3.filter
|
|
414
|
-
})) && $
|
|
414
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
415
415
|
path: _path2 + ".filter",
|
|
416
416
|
expected: "(Filter | undefined)",
|
|
417
417
|
value: input3.filter
|
|
@@ -456,7 +456,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
456
456
|
path: _path2 + ".term",
|
|
457
457
|
expected: "CategoricalTerm",
|
|
458
458
|
value: input3.term
|
|
459
|
-
})) && $
|
|
459
|
+
})) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
460
460
|
path: _path2 + ".term",
|
|
461
461
|
expected: "CategoricalTerm",
|
|
462
462
|
value: input3.term
|
|
@@ -672,90 +672,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
672
672
|
path: _path2 + ".type",
|
|
673
673
|
expected: '"filter"',
|
|
674
674
|
value: input3.type
|
|
675
|
-
}),
|
|
676
|
-
path: _path2 + ".filter",
|
|
677
|
-
expected: "Filter",
|
|
678
|
-
value: input3.filter
|
|
679
|
-
})) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
680
|
-
path: _path2 + ".filter",
|
|
681
|
-
expected: "Filter",
|
|
682
|
-
value: input3.filter
|
|
683
|
-
}), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
675
|
+
}), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
684
676
|
path: _path2 + ".uncomputable",
|
|
685
677
|
expected: "(boolean | undefined)",
|
|
686
678
|
value: input3.uncomputable
|
|
687
679
|
})].every((flag) => flag);
|
|
688
|
-
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["
|
|
689
|
-
path: _path2 + ".type",
|
|
690
|
-
expected: '"lst"',
|
|
691
|
-
value: input3.type
|
|
692
|
-
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
693
|
-
path: _path2 + '["in"]',
|
|
694
|
-
expected: "(boolean | undefined)",
|
|
695
|
-
value: input3["in"]
|
|
696
|
-
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
697
|
-
path: _path2 + ".join",
|
|
698
|
-
expected: '("and" | "or")',
|
|
699
|
-
value: input3.join
|
|
700
|
-
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
701
|
-
path: _path2 + ".tag",
|
|
702
|
-
expected: "(string | undefined)",
|
|
703
|
-
value: input3.tag
|
|
704
|
-
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
705
|
-
path: _path2 + ".lst",
|
|
706
|
-
expected: "Array<Filter | Tvs>",
|
|
707
|
-
value: input3.lst
|
|
708
|
-
})) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
709
|
-
path: _path2 + ".lst[" + _index3 + "]",
|
|
710
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
711
|
-
value: elem
|
|
712
|
-
})) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
713
|
-
path: _path2 + ".lst[" + _index3 + "]",
|
|
714
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
715
|
-
value: elem
|
|
716
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
717
|
-
path: _path2 + ".lst",
|
|
718
|
-
expected: "Array<Filter | Tvs>",
|
|
719
|
-
value: input3.lst
|
|
720
|
-
})].every((flag) => flag);
|
|
721
|
-
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
722
|
-
path: _path2 + ".join",
|
|
723
|
-
expected: "(string | undefined)",
|
|
724
|
-
value: input3.join
|
|
725
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
726
|
-
path: _path2 + ".isnot",
|
|
727
|
-
expected: "(boolean | undefined)",
|
|
728
|
-
value: input3.isnot
|
|
729
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
730
|
-
path: _path2 + ".term",
|
|
731
|
-
expected: "CategoricalTerm",
|
|
732
|
-
value: input3.term
|
|
733
|
-
})) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
734
|
-
path: _path2 + ".term",
|
|
735
|
-
expected: "CategoricalTerm",
|
|
736
|
-
value: input3.term
|
|
737
|
-
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
738
|
-
path: _path2 + ".groupset_label",
|
|
739
|
-
expected: "(string | undefined)",
|
|
740
|
-
value: input3.groupset_label
|
|
741
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
742
|
-
path: _path2 + ".values",
|
|
743
|
-
expected: "Array<BaseValue>",
|
|
744
|
-
value: input3.values
|
|
745
|
-
})) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
746
|
-
path: _path2 + ".values[" + _index4 + "]",
|
|
747
|
-
expected: "BaseValue",
|
|
748
|
-
value: elem
|
|
749
|
-
})) && $vo16(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
750
|
-
path: _path2 + ".values[" + _index4 + "]",
|
|
751
|
-
expected: "BaseValue",
|
|
752
|
-
value: elem
|
|
753
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
754
|
-
path: _path2 + ".values",
|
|
755
|
-
expected: "Array<BaseValue>",
|
|
756
|
-
value: input3.values
|
|
757
|
-
})].every((flag) => flag);
|
|
758
|
-
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
680
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
759
681
|
path: _path2 + ".id",
|
|
760
682
|
expected: "string",
|
|
761
683
|
value: input3.id
|
|
@@ -771,8 +693,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
771
693
|
path: _path2 + ".child_types",
|
|
772
694
|
expected: "(Array<string> | undefined)",
|
|
773
695
|
value: input3.child_types
|
|
774
|
-
})) && input3.child_types.map((elem,
|
|
775
|
-
path: _path2 + ".child_types[" +
|
|
696
|
+
})) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
|
|
697
|
+
path: _path2 + ".child_types[" + _index3 + "]",
|
|
776
698
|
expected: "string",
|
|
777
699
|
value: elem
|
|
778
700
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -787,8 +709,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
787
709
|
path: _path2 + ".included_types",
|
|
788
710
|
expected: "(Array<string> | undefined)",
|
|
789
711
|
value: input3.included_types
|
|
790
|
-
})) && input3.included_types.map((elem,
|
|
791
|
-
path: _path2 + ".included_types[" +
|
|
712
|
+
})) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
|
|
713
|
+
path: _path2 + ".included_types[" + _index4 + "]",
|
|
792
714
|
expected: "string",
|
|
793
715
|
value: elem
|
|
794
716
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -803,20 +725,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
803
725
|
path: _path2 + ".values",
|
|
804
726
|
expected: "(TermValues | undefined)",
|
|
805
727
|
value: input3.values
|
|
806
|
-
})) && $
|
|
728
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
807
729
|
path: _path2 + ".values",
|
|
808
730
|
expected: "(TermValues | undefined)",
|
|
809
731
|
value: input3.values
|
|
810
732
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
811
733
|
path: _path2 + ".groupsetting",
|
|
812
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
734
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
813
735
|
value: input3.groupsetting
|
|
814
736
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
815
737
|
path: _path2 + ".groupsetting",
|
|
816
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
738
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
817
739
|
value: input3.groupsetting
|
|
818
740
|
})].every((flag) => flag);
|
|
819
|
-
const $
|
|
741
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
820
742
|
const value = input3[key];
|
|
821
743
|
if (void 0 === value)
|
|
822
744
|
return true;
|
|
@@ -825,7 +747,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
825
747
|
path: _path2 + $join(key),
|
|
826
748
|
expected: "BaseValue",
|
|
827
749
|
value
|
|
828
|
-
})) && $
|
|
750
|
+
})) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
829
751
|
path: _path2 + $join(key),
|
|
830
752
|
expected: "BaseValue",
|
|
831
753
|
value
|
|
@@ -835,14 +757,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
835
757
|
path: _path2 + $join(key),
|
|
836
758
|
expected: "BaseValue",
|
|
837
759
|
value
|
|
838
|
-
})) && $
|
|
760
|
+
})) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
839
761
|
path: _path2 + $join(key),
|
|
840
762
|
expected: "BaseValue",
|
|
841
763
|
value
|
|
842
764
|
});
|
|
843
765
|
return true;
|
|
844
766
|
}).every((flag) => flag)].every((flag) => flag);
|
|
845
|
-
const $
|
|
767
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
846
768
|
path: _path2 + ".key",
|
|
847
769
|
expected: "(string | undefined)",
|
|
848
770
|
value: input3.key
|
|
@@ -870,79 +792,82 @@ var validBoxPlotRequest = (input) => {
|
|
|
870
792
|
path: _path2 + ".filter",
|
|
871
793
|
expected: "(Filter | undefined)",
|
|
872
794
|
value: input3.filter
|
|
873
|
-
})) && $
|
|
795
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
874
796
|
path: _path2 + ".filter",
|
|
875
797
|
expected: "(Filter | undefined)",
|
|
876
798
|
value: input3.filter
|
|
877
799
|
})].every((flag) => flag);
|
|
878
|
-
const $
|
|
879
|
-
path: _path2 + ".
|
|
800
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
801
|
+
path: _path2 + ".type",
|
|
802
|
+
expected: '"lst"',
|
|
803
|
+
value: input3.type
|
|
804
|
+
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
805
|
+
path: _path2 + '["in"]',
|
|
880
806
|
expected: "(boolean | undefined)",
|
|
881
|
-
value: input3
|
|
807
|
+
value: input3["in"]
|
|
808
|
+
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
809
|
+
path: _path2 + ".join",
|
|
810
|
+
expected: '("and" | "or")',
|
|
811
|
+
value: input3.join
|
|
812
|
+
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
813
|
+
path: _path2 + ".tag",
|
|
814
|
+
expected: "(string | undefined)",
|
|
815
|
+
value: input3.tag
|
|
882
816
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
883
817
|
path: _path2 + ".lst",
|
|
884
|
-
expected: "Array<
|
|
818
|
+
expected: "Array<Filter | Tvs>",
|
|
885
819
|
value: input3.lst
|
|
886
|
-
})) && input3.lst.map((elem,
|
|
887
|
-
path: _path2 + ".lst[" +
|
|
888
|
-
expected: "
|
|
820
|
+
})) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
821
|
+
path: _path2 + ".lst[" + _index5 + "]",
|
|
822
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
889
823
|
value: elem
|
|
890
|
-
})) && $
|
|
891
|
-
path: _path2 + ".lst[" +
|
|
892
|
-
expected: "
|
|
824
|
+
})) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
825
|
+
path: _path2 + ".lst[" + _index5 + "]",
|
|
826
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
893
827
|
value: elem
|
|
894
828
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
895
829
|
path: _path2 + ".lst",
|
|
896
|
-
expected: "Array<
|
|
830
|
+
expected: "Array<Filter | Tvs>",
|
|
897
831
|
value: input3.lst
|
|
898
832
|
})].every((flag) => flag);
|
|
899
|
-
const $
|
|
900
|
-
path: _path2 + ".
|
|
901
|
-
expected: "string",
|
|
902
|
-
value: input3.
|
|
903
|
-
}), void 0 === input3.
|
|
904
|
-
path: _path2 + ".
|
|
905
|
-
expected: "(boolean | undefined)",
|
|
906
|
-
value: input3.is_grade
|
|
907
|
-
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
908
|
-
path: _path2 + ".is_subcondition",
|
|
833
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
834
|
+
path: _path2 + ".join",
|
|
835
|
+
expected: "(string | undefined)",
|
|
836
|
+
value: input3.join
|
|
837
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
838
|
+
path: _path2 + ".isnot",
|
|
909
839
|
expected: "(boolean | undefined)",
|
|
910
|
-
value: input3.
|
|
911
|
-
}), (
|
|
912
|
-
path: _path2 + ".
|
|
913
|
-
expected: "
|
|
914
|
-
value: input3.
|
|
915
|
-
})) && input3.
|
|
916
|
-
path: _path2 + ".
|
|
917
|
-
expected: "
|
|
840
|
+
value: input3.isnot
|
|
841
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
842
|
+
path: _path2 + ".term",
|
|
843
|
+
expected: "CategoricalTerm",
|
|
844
|
+
value: input3.term
|
|
845
|
+
})) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
846
|
+
path: _path2 + ".term",
|
|
847
|
+
expected: "CategoricalTerm",
|
|
848
|
+
value: input3.term
|
|
849
|
+
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
850
|
+
path: _path2 + ".groupset_label",
|
|
851
|
+
expected: "(string | undefined)",
|
|
852
|
+
value: input3.groupset_label
|
|
853
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
854
|
+
path: _path2 + ".values",
|
|
855
|
+
expected: "Array<BaseValue>",
|
|
856
|
+
value: input3.values
|
|
857
|
+
})) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
858
|
+
path: _path2 + ".values[" + _index6 + "]",
|
|
859
|
+
expected: "BaseValue",
|
|
918
860
|
value: elem
|
|
919
|
-
})) && $
|
|
920
|
-
path: _path2 + ".
|
|
921
|
-
expected: "
|
|
861
|
+
})) && $vo14(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
862
|
+
path: _path2 + ".values[" + _index6 + "]",
|
|
863
|
+
expected: "BaseValue",
|
|
922
864
|
value: elem
|
|
923
865
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
924
|
-
path: _path2 + ".
|
|
925
|
-
expected: "Array<
|
|
926
|
-
value: input3.
|
|
927
|
-
})].every((flag) => flag);
|
|
928
|
-
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
929
|
-
path: _path2 + ".disabled",
|
|
930
|
-
expected: "boolean",
|
|
931
|
-
value: input3.disabled
|
|
932
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
933
|
-
path: _path2 + ".lst",
|
|
934
|
-
expected: "([] | undefined)",
|
|
935
|
-
value: input3.lst
|
|
936
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
937
|
-
path: _path2 + ".lst",
|
|
938
|
-
expected: "[]",
|
|
939
|
-
value: input3.lst
|
|
940
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
941
|
-
path: _path2 + ".lst",
|
|
942
|
-
expected: "([] | undefined)",
|
|
943
|
-
value: input3.lst
|
|
866
|
+
path: _path2 + ".values",
|
|
867
|
+
expected: "Array<BaseValue>",
|
|
868
|
+
value: input3.values
|
|
944
869
|
})].every((flag) => flag);
|
|
945
|
-
const $
|
|
870
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
946
871
|
path: _path2 + ".join",
|
|
947
872
|
expected: "(string | undefined)",
|
|
948
873
|
value: input3.join
|
|
@@ -954,7 +879,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
954
879
|
path: _path2 + ".term",
|
|
955
880
|
expected: "NumericTerm",
|
|
956
881
|
value: input3.term
|
|
957
|
-
})) && $
|
|
882
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
958
883
|
path: _path2 + ".term",
|
|
959
884
|
expected: "NumericTerm",
|
|
960
885
|
value: input3.term
|
|
@@ -962,12 +887,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
962
887
|
path: _path2 + ".ranges",
|
|
963
888
|
expected: "Array<NumericBin>",
|
|
964
889
|
value: input3.ranges
|
|
965
|
-
})) && input3.ranges.map((elem,
|
|
966
|
-
path: _path2 + ".ranges[" +
|
|
890
|
+
})) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
891
|
+
path: _path2 + ".ranges[" + _index7 + "]",
|
|
967
892
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
968
893
|
value: elem
|
|
969
|
-
})) && $vu2(elem, _path2 + ".ranges[" +
|
|
970
|
-
path: _path2 + ".ranges[" +
|
|
894
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
895
|
+
path: _path2 + ".ranges[" + _index7 + "]",
|
|
971
896
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
972
897
|
value: elem
|
|
973
898
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -978,20 +903,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
978
903
|
path: _path2 + ".values",
|
|
979
904
|
expected: "Array<__type>.o1",
|
|
980
905
|
value: input3.values
|
|
981
|
-
})) && input3.values.map((elem,
|
|
982
|
-
path: _path2 + ".values[" +
|
|
983
|
-
expected: "__type.
|
|
906
|
+
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
907
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
908
|
+
expected: "__type.o3",
|
|
984
909
|
value: elem
|
|
985
|
-
})) && $
|
|
986
|
-
path: _path2 + ".values[" +
|
|
987
|
-
expected: "__type.
|
|
910
|
+
})) && $vo26(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
911
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
912
|
+
expected: "__type.o3",
|
|
988
913
|
value: elem
|
|
989
914
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
990
915
|
path: _path2 + ".values",
|
|
991
916
|
expected: "Array<__type>.o1",
|
|
992
917
|
value: input3.values
|
|
993
918
|
})].every((flag) => flag);
|
|
994
|
-
const $
|
|
919
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
995
920
|
path: _path2 + ".id",
|
|
996
921
|
expected: "string",
|
|
997
922
|
value: input3.id
|
|
@@ -999,16 +924,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
999
924
|
path: _path2 + ".name",
|
|
1000
925
|
expected: "string",
|
|
1001
926
|
value: input3.name
|
|
1002
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
927
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
1003
928
|
path: _path2 + ".type",
|
|
1004
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
929
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
1005
930
|
value: input3.type
|
|
1006
931
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1007
932
|
path: _path2 + ".child_types",
|
|
1008
933
|
expected: "(Array<string> | undefined)",
|
|
1009
934
|
value: input3.child_types
|
|
1010
|
-
})) && input3.child_types.map((elem,
|
|
1011
|
-
path: _path2 + ".child_types[" +
|
|
935
|
+
})) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
|
|
936
|
+
path: _path2 + ".child_types[" + _index9 + "]",
|
|
1012
937
|
expected: "string",
|
|
1013
938
|
value: elem
|
|
1014
939
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1023,8 +948,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1023
948
|
path: _path2 + ".included_types",
|
|
1024
949
|
expected: "(Array<string> | undefined)",
|
|
1025
950
|
value: input3.included_types
|
|
1026
|
-
})) && input3.included_types.map((elem,
|
|
1027
|
-
path: _path2 + ".included_types[" +
|
|
951
|
+
})) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
|
|
952
|
+
path: _path2 + ".included_types[" + _index10 + "]",
|
|
1028
953
|
expected: "string",
|
|
1029
954
|
value: elem
|
|
1030
955
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1039,7 +964,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1039
964
|
path: _path2 + ".values",
|
|
1040
965
|
expected: "(TermValues | undefined)",
|
|
1041
966
|
value: input3.values
|
|
1042
|
-
})) && $
|
|
967
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1043
968
|
path: _path2 + ".values",
|
|
1044
969
|
expected: "(TermValues | undefined)",
|
|
1045
970
|
value: input3.values
|
|
@@ -1047,7 +972,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1047
972
|
path: _path2 + ".bins",
|
|
1048
973
|
expected: "PresetNumericBins",
|
|
1049
974
|
value: input3.bins
|
|
1050
|
-
})) && $
|
|
975
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1051
976
|
path: _path2 + ".bins",
|
|
1052
977
|
expected: "PresetNumericBins",
|
|
1053
978
|
value: input3.bins
|
|
@@ -1057,14 +982,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
1057
982
|
value: input3.unit
|
|
1058
983
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1059
984
|
path: _path2 + ".continuousColorScale",
|
|
1060
|
-
expected: "(__type.
|
|
985
|
+
expected: "(__type.o2 | undefined)",
|
|
1061
986
|
value: input3.continuousColorScale
|
|
1062
|
-
})) && $
|
|
987
|
+
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1063
988
|
path: _path2 + ".continuousColorScale",
|
|
1064
|
-
expected: "(__type.
|
|
989
|
+
expected: "(__type.o2 | undefined)",
|
|
1065
990
|
value: input3.continuousColorScale
|
|
1066
991
|
})].every((flag) => flag);
|
|
1067
|
-
const $
|
|
992
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1068
993
|
path: _path2 + '["default"]',
|
|
1069
994
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1070
995
|
value: input3["default"]
|
|
@@ -1101,7 +1026,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1101
1026
|
expected: "(number | undefined)",
|
|
1102
1027
|
value: input3.max
|
|
1103
1028
|
})].every((flag) => flag);
|
|
1104
|
-
const $
|
|
1029
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1105
1030
|
path: _path2 + ".hiddenValues",
|
|
1106
1031
|
expected: "(HiddenValues | undefined)",
|
|
1107
1032
|
value: input3.hiddenValues
|
|
@@ -1154,7 +1079,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1154
1079
|
expected: "(number | undefined)",
|
|
1155
1080
|
value: input3.label_offset
|
|
1156
1081
|
})].every((flag) => flag);
|
|
1157
|
-
const $
|
|
1082
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1158
1083
|
path: _path2 + ".startunbounded",
|
|
1159
1084
|
expected: "true",
|
|
1160
1085
|
value: input3.startunbounded
|
|
@@ -1179,7 +1104,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1179
1104
|
expected: "(string | undefined)",
|
|
1180
1105
|
value: input3.label
|
|
1181
1106
|
})].every((flag) => flag);
|
|
1182
|
-
const $
|
|
1107
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1183
1108
|
path: _path2 + ".startunbounded",
|
|
1184
1109
|
expected: "(false | undefined)",
|
|
1185
1110
|
value: input3.startunbounded
|
|
@@ -1208,7 +1133,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1208
1133
|
expected: "(string | undefined)",
|
|
1209
1134
|
value: input3.label
|
|
1210
1135
|
})].every((flag) => flag);
|
|
1211
|
-
const $
|
|
1136
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1212
1137
|
path: _path2 + ".start",
|
|
1213
1138
|
expected: "number",
|
|
1214
1139
|
value: input3.start
|
|
@@ -1233,7 +1158,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1233
1158
|
expected: "(string | undefined)",
|
|
1234
1159
|
value: input3.label
|
|
1235
1160
|
})].every((flag) => flag);
|
|
1236
|
-
const $
|
|
1161
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1237
1162
|
path: _path2 + ".hiddenValues",
|
|
1238
1163
|
expected: "(HiddenValues | undefined)",
|
|
1239
1164
|
value: input3.hiddenValues
|
|
@@ -1279,12 +1204,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1279
1204
|
path: _path2 + ".lst",
|
|
1280
1205
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1281
1206
|
value: input3.lst.slice(1)
|
|
1282
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1283
|
-
path: _path2 + ".lst[" + (1 +
|
|
1207
|
+
})) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1208
|
+
path: _path2 + ".lst[" + (1 + _index11) + "]",
|
|
1284
1209
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1285
1210
|
value: elem
|
|
1286
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1287
|
-
path: _path2 + ".lst[" + (1 +
|
|
1211
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1212
|
+
path: _path2 + ".lst[" + (1 + _index11) + "]",
|
|
1288
1213
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1289
1214
|
value: elem
|
|
1290
1215
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1300,7 +1225,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1300
1225
|
expected: '("median" | undefined)',
|
|
1301
1226
|
value: input3.preferredBins
|
|
1302
1227
|
})].every((flag) => flag);
|
|
1303
|
-
const $
|
|
1228
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1304
1229
|
path: _path2 + ".minColor",
|
|
1305
1230
|
expected: "string",
|
|
1306
1231
|
value: input3.minColor
|
|
@@ -1309,7 +1234,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1309
1234
|
expected: "string",
|
|
1310
1235
|
value: input3.maxColor
|
|
1311
1236
|
})].every((flag) => flag);
|
|
1312
|
-
const $
|
|
1237
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1313
1238
|
path: _path2 + ".key",
|
|
1314
1239
|
expected: "string",
|
|
1315
1240
|
value: input3.key
|
|
@@ -1326,7 +1251,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1326
1251
|
expected: "(string | undefined)",
|
|
1327
1252
|
value: input3.label
|
|
1328
1253
|
})].every((flag) => flag);
|
|
1329
|
-
const $
|
|
1254
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1330
1255
|
path: _path2 + ".join",
|
|
1331
1256
|
expected: "(string | undefined)",
|
|
1332
1257
|
value: input3.join
|
|
@@ -1338,7 +1263,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1338
1263
|
path: _path2 + ".term",
|
|
1339
1264
|
expected: "ConditionTerm",
|
|
1340
1265
|
value: input3.term
|
|
1341
|
-
})) && $
|
|
1266
|
+
})) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1342
1267
|
path: _path2 + ".term",
|
|
1343
1268
|
expected: "ConditionTerm",
|
|
1344
1269
|
value: input3.term
|
|
@@ -1358,12 +1283,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1358
1283
|
path: _path2 + ".grade_and_child",
|
|
1359
1284
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1360
1285
|
value: input3.grade_and_child
|
|
1361
|
-
})) && input3.grade_and_child.map((elem,
|
|
1362
|
-
path: _path2 + ".grade_and_child[" +
|
|
1286
|
+
})) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1287
|
+
path: _path2 + ".grade_and_child[" + _index12 + "]",
|
|
1363
1288
|
expected: "GradeAndChildEntry",
|
|
1364
1289
|
value: elem
|
|
1365
|
-
})) && $
|
|
1366
|
-
path: _path2 + ".grade_and_child[" +
|
|
1290
|
+
})) && $vo29(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1291
|
+
path: _path2 + ".grade_and_child[" + _index12 + "]",
|
|
1367
1292
|
expected: "GradeAndChildEntry",
|
|
1368
1293
|
value: elem
|
|
1369
1294
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1371,7 +1296,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1371
1296
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1372
1297
|
value: input3.grade_and_child
|
|
1373
1298
|
})].every((flag) => flag);
|
|
1374
|
-
const $
|
|
1299
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1375
1300
|
path: _path2 + ".id",
|
|
1376
1301
|
expected: "string",
|
|
1377
1302
|
value: input3.id
|
|
@@ -1387,8 +1312,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1387
1312
|
path: _path2 + ".child_types",
|
|
1388
1313
|
expected: "(Array<string> | undefined)",
|
|
1389
1314
|
value: input3.child_types
|
|
1390
|
-
})) && input3.child_types.map((elem,
|
|
1391
|
-
path: _path2 + ".child_types[" +
|
|
1315
|
+
})) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1316
|
+
path: _path2 + ".child_types[" + _index13 + "]",
|
|
1392
1317
|
expected: "string",
|
|
1393
1318
|
value: elem
|
|
1394
1319
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1403,8 +1328,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1403
1328
|
path: _path2 + ".included_types",
|
|
1404
1329
|
expected: "(Array<string> | undefined)",
|
|
1405
1330
|
value: input3.included_types
|
|
1406
|
-
})) && input3.included_types.map((elem,
|
|
1407
|
-
path: _path2 + ".included_types[" +
|
|
1331
|
+
})) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1332
|
+
path: _path2 + ".included_types[" + _index14 + "]",
|
|
1408
1333
|
expected: "string",
|
|
1409
1334
|
value: elem
|
|
1410
1335
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1419,12 +1344,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1419
1344
|
path: _path2 + ".values",
|
|
1420
1345
|
expected: "(TermValues | undefined)",
|
|
1421
1346
|
value: input3.values
|
|
1422
|
-
})) && $
|
|
1347
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1423
1348
|
path: _path2 + ".values",
|
|
1424
1349
|
expected: "(TermValues | undefined)",
|
|
1425
1350
|
value: input3.values
|
|
1426
1351
|
}), true].every((flag) => flag);
|
|
1427
|
-
const $
|
|
1352
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1428
1353
|
path: _path2 + ".grade",
|
|
1429
1354
|
expected: "number",
|
|
1430
1355
|
value: input3.grade
|
|
@@ -1441,7 +1366,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1441
1366
|
expected: "string",
|
|
1442
1367
|
value: input3.child_label
|
|
1443
1368
|
})].every((flag) => flag);
|
|
1444
|
-
const $
|
|
1369
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1445
1370
|
path: _path2 + ".join",
|
|
1446
1371
|
expected: "(string | undefined)",
|
|
1447
1372
|
value: input3.join
|
|
@@ -1461,12 +1386,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1461
1386
|
path: _path2 + ".values",
|
|
1462
1387
|
expected: "Array<GeneVariantTvsValue>",
|
|
1463
1388
|
value: input3.values
|
|
1464
|
-
})) && input3.values.map((elem,
|
|
1465
|
-
path: _path2 + ".values[" +
|
|
1389
|
+
})) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1390
|
+
path: _path2 + ".values[" + _index15 + "]",
|
|
1466
1391
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1467
1392
|
value: elem
|
|
1468
|
-
})) && $vu3(elem, _path2 + ".values[" +
|
|
1469
|
-
path: _path2 + ".values[" +
|
|
1393
|
+
})) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1394
|
+
path: _path2 + ".values[" + _index15 + "]",
|
|
1470
1395
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1471
1396
|
value: elem
|
|
1472
1397
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1474,7 +1399,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1474
1399
|
expected: "Array<GeneVariantTvsValue>",
|
|
1475
1400
|
value: input3.values
|
|
1476
1401
|
})].every((flag) => flag);
|
|
1477
|
-
const $
|
|
1402
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1478
1403
|
path: _path2 + ".id",
|
|
1479
1404
|
expected: "string",
|
|
1480
1405
|
value: input3.id
|
|
@@ -1490,8 +1415,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1490
1415
|
path: _path2 + ".child_types",
|
|
1491
1416
|
expected: "(Array<string> | undefined)",
|
|
1492
1417
|
value: input3.child_types
|
|
1493
|
-
})) && input3.child_types.map((elem,
|
|
1494
|
-
path: _path2 + ".child_types[" +
|
|
1418
|
+
})) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1419
|
+
path: _path2 + ".child_types[" + _index16 + "]",
|
|
1495
1420
|
expected: "string",
|
|
1496
1421
|
value: elem
|
|
1497
1422
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1506,8 +1431,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1506
1431
|
path: _path2 + ".included_types",
|
|
1507
1432
|
expected: "(Array<string> | undefined)",
|
|
1508
1433
|
value: input3.included_types
|
|
1509
|
-
})) && input3.included_types.map((elem,
|
|
1510
|
-
path: _path2 + ".included_types[" +
|
|
1434
|
+
})) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1435
|
+
path: _path2 + ".included_types[" + _index17 + "]",
|
|
1511
1436
|
expected: "string",
|
|
1512
1437
|
value: elem
|
|
1513
1438
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1522,7 +1447,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1522
1447
|
path: _path2 + ".values",
|
|
1523
1448
|
expected: "(TermValues | undefined)",
|
|
1524
1449
|
value: input3.values
|
|
1525
|
-
})) && $
|
|
1450
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1526
1451
|
path: _path2 + ".values",
|
|
1527
1452
|
expected: "(TermValues | undefined)",
|
|
1528
1453
|
value: input3.values
|
|
@@ -1530,7 +1455,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1530
1455
|
path: _path2 + ".groupsetting",
|
|
1531
1456
|
expected: "EnabledTermGroupSetting",
|
|
1532
1457
|
value: input3.groupsetting
|
|
1533
|
-
})) && $
|
|
1458
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1534
1459
|
path: _path2 + ".groupsetting",
|
|
1535
1460
|
expected: "EnabledTermGroupSetting",
|
|
1536
1461
|
value: input3.groupsetting
|
|
@@ -1555,7 +1480,61 @@ var validBoxPlotRequest = (input) => {
|
|
|
1555
1480
|
expected: "(number | undefined)",
|
|
1556
1481
|
value: input3.stop
|
|
1557
1482
|
})].every((flag) => flag);
|
|
1558
|
-
const $
|
|
1483
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1484
|
+
path: _path2 + ".disabled",
|
|
1485
|
+
expected: "(boolean | undefined)",
|
|
1486
|
+
value: input3.disabled
|
|
1487
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1488
|
+
path: _path2 + ".lst",
|
|
1489
|
+
expected: "Array<Groupset>",
|
|
1490
|
+
value: input3.lst
|
|
1491
|
+
})) && input3.lst.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1492
|
+
path: _path2 + ".lst[" + _index18 + "]",
|
|
1493
|
+
expected: "Groupset",
|
|
1494
|
+
value: elem
|
|
1495
|
+
})) && $vo33(elem, _path2 + ".lst[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1496
|
+
path: _path2 + ".lst[" + _index18 + "]",
|
|
1497
|
+
expected: "Groupset",
|
|
1498
|
+
value: elem
|
|
1499
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1500
|
+
path: _path2 + ".lst",
|
|
1501
|
+
expected: "Array<Groupset>",
|
|
1502
|
+
value: input3.lst
|
|
1503
|
+
})].every((flag) => flag);
|
|
1504
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1505
|
+
path: _path2 + ".name",
|
|
1506
|
+
expected: "string",
|
|
1507
|
+
value: input3.name
|
|
1508
|
+
}), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
|
|
1509
|
+
path: _path2 + ".is_grade",
|
|
1510
|
+
expected: "(boolean | undefined)",
|
|
1511
|
+
value: input3.is_grade
|
|
1512
|
+
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
1513
|
+
path: _path2 + ".is_subcondition",
|
|
1514
|
+
expected: "(boolean | undefined)",
|
|
1515
|
+
value: input3.is_subcondition
|
|
1516
|
+
}), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1517
|
+
path: _path2 + ".id",
|
|
1518
|
+
expected: "(string | undefined)",
|
|
1519
|
+
value: input3.id
|
|
1520
|
+
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1521
|
+
path: _path2 + ".groups",
|
|
1522
|
+
expected: "Array<GroupEntry>",
|
|
1523
|
+
value: input3.groups
|
|
1524
|
+
})) && input3.groups.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1525
|
+
path: _path2 + ".groups[" + _index19 + "]",
|
|
1526
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1527
|
+
value: elem
|
|
1528
|
+
})) && $vu0(elem, _path2 + ".groups[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1529
|
+
path: _path2 + ".groups[" + _index19 + "]",
|
|
1530
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1531
|
+
value: elem
|
|
1532
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1533
|
+
path: _path2 + ".groups",
|
|
1534
|
+
expected: "Array<GroupEntry>",
|
|
1535
|
+
value: input3.groups
|
|
1536
|
+
})].every((flag) => flag);
|
|
1537
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1559
1538
|
path: _path2 + ".id",
|
|
1560
1539
|
expected: "string",
|
|
1561
1540
|
value: input3.id
|
|
@@ -1603,7 +1582,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1603
1582
|
path: _path2 + ".values",
|
|
1604
1583
|
expected: "(TermValues | undefined)",
|
|
1605
1584
|
value: input3.values
|
|
1606
|
-
})) && $
|
|
1585
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1607
1586
|
path: _path2 + ".values",
|
|
1608
1587
|
expected: "(TermValues | undefined)",
|
|
1609
1588
|
value: input3.values
|
|
@@ -1611,7 +1590,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1611
1590
|
path: _path2 + ".groupsetting",
|
|
1612
1591
|
expected: "EnabledTermGroupSetting",
|
|
1613
1592
|
value: input3.groupsetting
|
|
1614
|
-
})) && $
|
|
1593
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1615
1594
|
path: _path2 + ".groupsetting",
|
|
1616
1595
|
expected: "EnabledTermGroupSetting",
|
|
1617
1596
|
value: input3.groupsetting
|
|
@@ -1632,7 +1611,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1632
1611
|
expected: "number",
|
|
1633
1612
|
value: input3.stop
|
|
1634
1613
|
})].every((flag) => flag);
|
|
1635
|
-
const $
|
|
1614
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
|
|
1636
1615
|
path: _path2 + ".dt",
|
|
1637
1616
|
expected: "1",
|
|
1638
1617
|
value: input3.dt
|
|
@@ -1665,7 +1644,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1665
1644
|
expected: '("germline" | "somatic" | undefined)',
|
|
1666
1645
|
value: input3.origin
|
|
1667
1646
|
})].every((flag) => flag);
|
|
1668
|
-
const $
|
|
1647
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
|
|
1669
1648
|
path: _path2 + ".dt",
|
|
1670
1649
|
expected: "4",
|
|
1671
1650
|
value: input3.dt
|
|
@@ -1698,7 +1677,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1698
1677
|
expected: '("germline" | "somatic" | undefined)',
|
|
1699
1678
|
value: input3.origin
|
|
1700
1679
|
})].every((flag) => flag);
|
|
1701
|
-
const $
|
|
1680
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
|
|
1702
1681
|
path: _path2 + ".dt",
|
|
1703
1682
|
expected: "5",
|
|
1704
1683
|
value: input3.dt
|
|
@@ -1731,7 +1710,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1731
1710
|
expected: '("germline" | "somatic" | undefined)',
|
|
1732
1711
|
value: input3.origin
|
|
1733
1712
|
})].every((flag) => flag);
|
|
1734
|
-
const $
|
|
1713
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
|
|
1735
1714
|
path: _path2 + ".dt",
|
|
1736
1715
|
expected: "2",
|
|
1737
1716
|
value: input3.dt
|
|
@@ -1764,6 +1743,23 @@ var validBoxPlotRequest = (input) => {
|
|
|
1764
1743
|
expected: '("germline" | "somatic" | undefined)',
|
|
1765
1744
|
value: input3.origin
|
|
1766
1745
|
})].every((flag) => flag);
|
|
1746
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1747
|
+
path: _path2 + ".disabled",
|
|
1748
|
+
expected: "boolean",
|
|
1749
|
+
value: input3.disabled
|
|
1750
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1751
|
+
path: _path2 + ".lst",
|
|
1752
|
+
expected: "([] | undefined)",
|
|
1753
|
+
value: input3.lst
|
|
1754
|
+
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1755
|
+
path: _path2 + ".lst",
|
|
1756
|
+
expected: "[]",
|
|
1757
|
+
value: input3.lst
|
|
1758
|
+
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1759
|
+
path: _path2 + ".lst",
|
|
1760
|
+
expected: "([] | undefined)",
|
|
1761
|
+
value: input3.lst
|
|
1762
|
+
})].every((flag) => flag);
|
|
1767
1763
|
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1768
1764
|
path: _path2 + ".id",
|
|
1769
1765
|
expected: "(string | undefined)",
|
|
@@ -1792,7 +1788,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1792
1788
|
path: _path2 + ".term",
|
|
1793
1789
|
expected: "NumericTerm",
|
|
1794
1790
|
value: input3.term
|
|
1795
|
-
})) && $
|
|
1791
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1796
1792
|
path: _path2 + ".term",
|
|
1797
1793
|
expected: "NumericTerm",
|
|
1798
1794
|
value: input3.term
|
|
@@ -2061,7 +2057,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2061
2057
|
path: _path2 + ".variant_filter",
|
|
2062
2058
|
expected: "Filter",
|
|
2063
2059
|
value: input3.variant_filter
|
|
2064
|
-
})) && $
|
|
2060
|
+
})) && $vo15(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2065
2061
|
path: _path2 + ".variant_filter",
|
|
2066
2062
|
expected: "Filter",
|
|
2067
2063
|
value: input3.variant_filter
|
|
@@ -2139,7 +2135,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2139
2135
|
path: _path2 + ".values",
|
|
2140
2136
|
expected: "(TermValues | undefined)",
|
|
2141
2137
|
value: input3.values
|
|
2142
|
-
})) && $
|
|
2138
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2143
2139
|
path: _path2 + ".values",
|
|
2144
2140
|
expected: "(TermValues | undefined)",
|
|
2145
2141
|
value: input3.values
|
|
@@ -2277,11 +2273,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2277
2273
|
value: input3.minNumSamples
|
|
2278
2274
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2279
2275
|
path: _path2 + ".term",
|
|
2280
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2276
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2281
2277
|
value: input3.term
|
|
2282
2278
|
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2283
2279
|
path: _path2 + ".term",
|
|
2284
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2280
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2285
2281
|
value: input3.term
|
|
2286
2282
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2287
2283
|
path: _path2 + ".q",
|
|
@@ -2340,17 +2336,17 @@ var validBoxPlotRequest = (input) => {
|
|
|
2340
2336
|
path: _path2 + ".values",
|
|
2341
2337
|
expected: "(TermValues | undefined)",
|
|
2342
2338
|
value: input3.values
|
|
2343
|
-
})) && $
|
|
2339
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2344
2340
|
path: _path2 + ".values",
|
|
2345
2341
|
expected: "(TermValues | undefined)",
|
|
2346
2342
|
value: input3.values
|
|
2347
2343
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2348
2344
|
path: _path2 + ".groupsetting",
|
|
2349
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2345
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2350
2346
|
value: input3.groupsetting
|
|
2351
2347
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2352
2348
|
path: _path2 + ".groupsetting",
|
|
2353
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2349
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2354
2350
|
value: input3.groupsetting
|
|
2355
2351
|
})].every((flag) => flag);
|
|
2356
2352
|
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -2361,9 +2357,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
2361
2357
|
path: _path2 + ".name",
|
|
2362
2358
|
expected: "string",
|
|
2363
2359
|
value: input3.name
|
|
2364
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
2360
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
2365
2361
|
path: _path2 + ".type",
|
|
2366
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2362
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2367
2363
|
value: input3.type
|
|
2368
2364
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2369
2365
|
path: _path2 + ".child_types",
|
|
@@ -2401,7 +2397,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2401
2397
|
path: _path2 + ".values",
|
|
2402
2398
|
expected: "(TermValues | undefined)",
|
|
2403
2399
|
value: input3.values
|
|
2404
|
-
})) && $
|
|
2400
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2405
2401
|
path: _path2 + ".values",
|
|
2406
2402
|
expected: "(TermValues | undefined)",
|
|
2407
2403
|
value: input3.values
|
|
@@ -2409,7 +2405,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2409
2405
|
path: _path2 + ".bins",
|
|
2410
2406
|
expected: "PresetNumericBins",
|
|
2411
2407
|
value: input3.bins
|
|
2412
|
-
})) && $
|
|
2408
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2413
2409
|
path: _path2 + ".bins",
|
|
2414
2410
|
expected: "PresetNumericBins",
|
|
2415
2411
|
value: input3.bins
|
|
@@ -2419,11 +2415,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2419
2415
|
value: input3.unit
|
|
2420
2416
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2421
2417
|
path: _path2 + ".continuousColorScale",
|
|
2422
|
-
expected: "(__type.
|
|
2418
|
+
expected: "(__type.o2 | undefined)",
|
|
2423
2419
|
value: input3.continuousColorScale
|
|
2424
|
-
})) && $
|
|
2420
|
+
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2425
2421
|
path: _path2 + ".continuousColorScale",
|
|
2426
|
-
expected: "(__type.
|
|
2422
|
+
expected: "(__type.o2 | undefined)",
|
|
2427
2423
|
value: input3.continuousColorScale
|
|
2428
2424
|
})].every((flag) => flag);
|
|
2429
2425
|
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -2474,7 +2470,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2474
2470
|
path: _path2 + ".values",
|
|
2475
2471
|
expected: "(TermValues | undefined)",
|
|
2476
2472
|
value: input3.values
|
|
2477
|
-
})) && $
|
|
2473
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2478
2474
|
path: _path2 + ".values",
|
|
2479
2475
|
expected: "(TermValues | undefined)",
|
|
2480
2476
|
value: input3.values
|
|
@@ -2527,7 +2523,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2527
2523
|
path: _path2 + ".values",
|
|
2528
2524
|
expected: "(TermValues | undefined)",
|
|
2529
2525
|
value: input3.values
|
|
2530
|
-
})) && $
|
|
2526
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2531
2527
|
path: _path2 + ".values",
|
|
2532
2528
|
expected: "(TermValues | undefined)",
|
|
2533
2529
|
value: input3.values
|
|
@@ -2535,7 +2531,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2535
2531
|
path: _path2 + ".groupsetting",
|
|
2536
2532
|
expected: "EnabledTermGroupSetting",
|
|
2537
2533
|
value: input3.groupsetting
|
|
2538
|
-
})) && $
|
|
2534
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2539
2535
|
path: _path2 + ".groupsetting",
|
|
2540
2536
|
expected: "EnabledTermGroupSetting",
|
|
2541
2537
|
value: input3.groupsetting
|
|
@@ -2608,7 +2604,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2608
2604
|
path: _path2 + ".values",
|
|
2609
2605
|
expected: "(TermValues | undefined)",
|
|
2610
2606
|
value: input3.values
|
|
2611
|
-
})) && $
|
|
2607
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2612
2608
|
path: _path2 + ".values",
|
|
2613
2609
|
expected: "(TermValues | undefined)",
|
|
2614
2610
|
value: input3.values
|
|
@@ -2616,7 +2612,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2616
2612
|
path: _path2 + ".groupsetting",
|
|
2617
2613
|
expected: "EnabledTermGroupSetting",
|
|
2618
2614
|
value: input3.groupsetting
|
|
2619
|
-
})) && $
|
|
2615
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2620
2616
|
path: _path2 + ".groupsetting",
|
|
2621
2617
|
expected: "EnabledTermGroupSetting",
|
|
2622
2618
|
value: input3.groupsetting
|
|
@@ -2685,7 +2681,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2685
2681
|
path: _path2 + ".values",
|
|
2686
2682
|
expected: "(TermValues | undefined)",
|
|
2687
2683
|
value: input3.values
|
|
2688
|
-
})) && $
|
|
2684
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2689
2685
|
path: _path2 + ".values",
|
|
2690
2686
|
expected: "(TermValues | undefined)",
|
|
2691
2687
|
value: input3.values
|
|
@@ -2817,7 +2813,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2817
2813
|
path: _path2 + ".filter",
|
|
2818
2814
|
expected: "(Filter | undefined)",
|
|
2819
2815
|
value: input3.filter
|
|
2820
|
-
})) && $
|
|
2816
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2821
2817
|
path: _path2 + ".filter",
|
|
2822
2818
|
expected: "(Filter | undefined)",
|
|
2823
2819
|
value: input3.filter
|
|
@@ -3322,27 +3318,27 @@ var validBoxPlotRequest = (input) => {
|
|
|
3322
3318
|
})();
|
|
3323
3319
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3324
3320
|
if (void 0 !== input3.type)
|
|
3325
|
-
return $
|
|
3321
|
+
return $vo15(input3, _path2, _exceptionable2);
|
|
3326
3322
|
if (void 0 !== input3.ranges)
|
|
3327
|
-
return $
|
|
3328
|
-
return $
|
|
3323
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3324
|
+
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3329
3325
|
})();
|
|
3330
3326
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3331
3327
|
if (true === input3.startunbounded)
|
|
3332
|
-
return $
|
|
3328
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3333
3329
|
if (true === input3.stopunbounded)
|
|
3334
|
-
return $
|
|
3335
|
-
return $
|
|
3330
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3331
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3336
3332
|
})();
|
|
3337
3333
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3338
3334
|
if (2 === input3.dt)
|
|
3339
|
-
return $vo39(input3, _path2, _exceptionable2);
|
|
3340
|
-
if (5 === input3.dt)
|
|
3341
3335
|
return $vo38(input3, _path2, _exceptionable2);
|
|
3342
|
-
if (
|
|
3336
|
+
if (5 === input3.dt)
|
|
3343
3337
|
return $vo37(input3, _path2, _exceptionable2);
|
|
3344
|
-
if (
|
|
3338
|
+
if (4 === input3.dt)
|
|
3345
3339
|
return $vo36(input3, _path2, _exceptionable2);
|
|
3340
|
+
if (1 === input3.dt)
|
|
3341
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3346
3342
|
return $report(_exceptionable2, {
|
|
3347
3343
|
path: _path2,
|
|
3348
3344
|
expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
|
|
@@ -3351,9 +3347,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3351
3347
|
})();
|
|
3352
3348
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3353
3349
|
if (true === input3.startunbounded)
|
|
3354
|
-
return $
|
|
3350
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3355
3351
|
if (void 0 !== input3.start)
|
|
3356
|
-
return $
|
|
3352
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3357
3353
|
return $report(_exceptionable2, {
|
|
3358
3354
|
path: _path2,
|
|
3359
3355
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3362,9 +3358,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3362
3358
|
})();
|
|
3363
3359
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3364
3360
|
if (void 0 !== input3.stop)
|
|
3365
|
-
return $
|
|
3361
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3366
3362
|
if (true === input3.stopunbounded)
|
|
3367
|
-
return $
|
|
3363
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3368
3364
|
return $report(_exceptionable2, {
|
|
3369
3365
|
path: _path2,
|
|
3370
3366
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3386,15 +3382,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
3386
3382
|
return $vo5(input3, _path2, _exceptionable2);
|
|
3387
3383
|
})();
|
|
3388
3384
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3389
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $
|
|
3390
|
-
return $
|
|
3391
|
-
return $
|
|
3385
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
|
|
3386
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3387
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3392
3388
|
})();
|
|
3393
3389
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3394
3390
|
if ("regular-bin" === input3.type)
|
|
3395
|
-
return $
|
|
3391
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3396
3392
|
if ("custom-bin" === input3.type)
|
|
3397
|
-
return $
|
|
3393
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3398
3394
|
return $report(_exceptionable2, {
|
|
3399
3395
|
path: _path2,
|
|
3400
3396
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3403,9 +3399,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3403
3399
|
})();
|
|
3404
3400
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3405
3401
|
if ("gene" === input3.kind)
|
|
3406
|
-
return $
|
|
3402
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3407
3403
|
if ("coord" === input3.kind)
|
|
3408
|
-
return $
|
|
3404
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
3409
3405
|
return $report(_exceptionable2, {
|
|
3410
3406
|
path: _path2,
|
|
3411
3407
|
expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
|
|
@@ -3414,22 +3410,22 @@ var validBoxPlotRequest = (input) => {
|
|
|
3414
3410
|
})();
|
|
3415
3411
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3416
3412
|
if ("regular-bin" === input3.type)
|
|
3417
|
-
return $
|
|
3413
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3418
3414
|
if ("continuous" === input3.mode)
|
|
3419
3415
|
return $vo42(input3, _path2, _exceptionable2);
|
|
3420
3416
|
if ("spline" === input3.mode)
|
|
3421
3417
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3422
|
-
return $
|
|
3418
|
+
return $vo24(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3423
3419
|
})();
|
|
3424
3420
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3425
3421
|
if (void 0 !== input3.ranges)
|
|
3426
|
-
return $
|
|
3427
|
-
return $
|
|
3422
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3423
|
+
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3428
3424
|
})();
|
|
3429
3425
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3430
3426
|
if ("categorical" === input3.type)
|
|
3431
3427
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3432
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
3428
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3433
3429
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3434
3430
|
if ("condition" === input3.type)
|
|
3435
3431
|
return $vo55(input3, _path2, _exceptionable2);
|
|
@@ -3441,7 +3437,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3441
3437
|
})();
|
|
3442
3438
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3443
3439
|
if (void 0 !== input3.bin_size)
|
|
3444
|
-
return $
|
|
3440
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3445
3441
|
if (void 0 !== input3.knots)
|
|
3446
3442
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3447
3443
|
if (void 0 !== input3.AFcutoff)
|
|
@@ -3451,7 +3447,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3451
3447
|
return (() => {
|
|
3452
3448
|
if (void 0 !== input3.groups)
|
|
3453
3449
|
return $vo69(input3, _path2, _exceptionable2);
|
|
3454
|
-
return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $
|
|
3450
|
+
return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo24(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
|
|
3455
3451
|
})();
|
|
3456
3452
|
})();
|
|
3457
3453
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|