@sjcrh/proteinpaint-types 2.100.1-1 → 2.102.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-MPWRZLLD.js → chunk-A7N3MZBR.js} +220 -190
- package/dist/{chunk-6FUNF4LO.js → chunk-C7NNY32H.js} +222 -162
- package/dist/{chunk-3SAPC23I.js → chunk-FUIYK4TP.js} +251 -225
- package/dist/{chunk-GQVW2DPA.js → chunk-JGY7OWQH.js} +64 -46
- package/dist/{chunk-ARKAYFIF.js → chunk-KADNDGDN.js} +215 -189
- package/dist/{chunk-IORCECK2.js → chunk-MD7FPJ6R.js} +64 -46
- package/dist/{chunk-Y4KYTIK6.js → chunk-MUMDRXDY.js} +64 -46
- package/dist/{chunk-JDJZ35H6.js → chunk-OK6BVEFI.js} +64 -46
- package/dist/{chunk-QV7KKZV4.js → chunk-PFG6MDVS.js} +215 -189
- package/dist/{chunk-HQDTWY25.js → chunk-QVDCLRUP.js} +215 -189
- package/dist/{chunk-CU5TLT6P.js → chunk-WSXS2FSQ.js} +188 -144
- package/dist/{chunk-BJB2CGP3.js → chunk-XPPUNYBL.js} +64 -46
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +12 -12
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/routes/termdb.boxplot.ts +2 -0
- package/src/terms/numeric.ts +3 -5
|
@@ -73,7 +73,7 @@ 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.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 && $io11(input3.filter)) && true;
|
|
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 && $io11(input3.filter)) && true;
|
|
77
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 && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term));
|
|
78
78
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
79
79
|
const value = input3[key];
|
|
@@ -115,74 +115,75 @@ var validBoxPlotRequest = (input) => {
|
|
|
115
115
|
const $io16 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io17(elem)));
|
|
116
116
|
const $io17 = (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) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
117
117
|
const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
118
|
-
const $io19 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io20(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 && $
|
|
119
|
-
const $io20 = (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) && $io14(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit);
|
|
118
|
+
const $io19 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io20(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 && $io28(elem)));
|
|
119
|
+
const $io20 = (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) && $io14(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io27(input3.continuousColorScale));
|
|
120
120
|
const $io21 = (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);
|
|
121
121
|
const $io22 = (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);
|
|
122
122
|
const $io23 = (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);
|
|
123
123
|
const $io24 = (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);
|
|
124
124
|
const $io25 = (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);
|
|
125
125
|
const $io26 = (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);
|
|
126
|
-
const $io27 = (input3) => "string" === typeof input3.
|
|
127
|
-
const $io28 = (input3) =>
|
|
128
|
-
const $io29 = (input3) =>
|
|
129
|
-
const $io30 = (input3) => "
|
|
130
|
-
const $io31 = (input3) =>
|
|
131
|
-
const $io32 = (input3) =>
|
|
132
|
-
const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "
|
|
133
|
-
const $io34 = (input3) =>
|
|
134
|
-
const $io35 = (input3) =>
|
|
135
|
-
const $io36 = (input3) =>
|
|
136
|
-
const $io37 = (input3) =>
|
|
137
|
-
const $io38 = (input3) =>
|
|
138
|
-
const $io39 = (input3) => (void 0 === input3.
|
|
139
|
-
const $io40 = (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) && "
|
|
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) && "
|
|
141
|
-
const $io42 = (input3) => "
|
|
142
|
-
const $io43 = (input3) =>
|
|
143
|
-
const $io44 = (input3) => (void 0 === input3.
|
|
144
|
-
const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.
|
|
145
|
-
const $io46 = (input3) => "string" === typeof input3.
|
|
146
|
-
const $io47 = (input3) =>
|
|
147
|
-
const $io48 = (input3) => "string" === typeof input3.
|
|
148
|
-
const $io49 = (input3) => "string" === typeof input3.
|
|
149
|
-
const $io50 = (input3) =>
|
|
150
|
-
const $io51 = (input3) =>
|
|
151
|
-
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
152
|
-
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
153
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
154
|
-
const $io55 = (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) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "
|
|
155
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
156
|
-
const $io57 = (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) && $
|
|
157
|
-
const $io58 = (input3) =>
|
|
126
|
+
const $io27 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
127
|
+
const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
128
|
+
const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(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 && $io31(elem)));
|
|
129
|
+
const $io30 = (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) && $io14(input3.values));
|
|
130
|
+
const $io31 = (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;
|
|
131
|
+
const $io32 = (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)));
|
|
132
|
+
const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(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);
|
|
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) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(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) => (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 && $io20(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
|
|
139
|
+
const $io40 = (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]))));
|
|
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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
142
|
+
const $io43 = (input3) => "number" === typeof input3.value;
|
|
143
|
+
const $io44 = (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 && $io45(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term));
|
|
144
|
+
const $io45 = (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 || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === 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 && $io46(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io11(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
145
|
+
const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
|
|
146
|
+
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && (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 && $io48(elem)));
|
|
147
|
+
const $io48 = (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 && $io49(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io50(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);
|
|
148
|
+
const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
149
|
+
const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
150
|
+
const $io51 = (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));
|
|
151
|
+
const $io52 = (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) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
152
|
+
const $io53 = (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) && $io14(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io27(input3.continuousColorScale));
|
|
153
|
+
const $io54 = (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) && $io14(input3.values));
|
|
154
|
+
const $io55 = (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) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(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);
|
|
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) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
156
|
+
const $io57 = (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) && $io14(input3.values)) && (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 && $io48(elem)));
|
|
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) && $io59(input3.values));
|
|
158
|
+
const $io59 = (input3) => Object.keys(input3).every((key) => {
|
|
158
159
|
const value = input3[key];
|
|
159
160
|
if (void 0 === value)
|
|
160
161
|
return true;
|
|
161
162
|
if (RegExp(/(.*)/).test(key))
|
|
162
|
-
return "object" === typeof value && null !== value && $
|
|
163
|
+
return "object" === typeof value && null !== value && $io60(value);
|
|
163
164
|
if (RegExp(/^-?\d+\.?\d*$/).test(key))
|
|
164
|
-
return "object" === typeof value && null !== value && $
|
|
165
|
+
return "object" === typeof value && null !== value && $io60(value);
|
|
165
166
|
return true;
|
|
166
167
|
});
|
|
167
|
-
const $
|
|
168
|
-
const $
|
|
169
|
-
const $
|
|
170
|
-
const $
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
173
|
-
const $
|
|
174
|
-
const $
|
|
175
|
-
const $
|
|
168
|
+
const $io60 = (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 && $io11(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
|
|
169
|
+
const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
170
|
+
const $io62 = (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 || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type);
|
|
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 || "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;
|
|
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 || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
173
|
+
const $io65 = (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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
174
|
+
const $io66 = (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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io7(input3.customset));
|
|
175
|
+
const $io67 = (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 || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io68(input3.groups));
|
|
176
|
+
const $io68 = (input3) => Object.keys(input3).every((key) => {
|
|
176
177
|
const value = input3[key];
|
|
177
178
|
if (void 0 === value)
|
|
178
179
|
return true;
|
|
179
180
|
if (RegExp(/(.*)/).test(key))
|
|
180
|
-
return "object" === typeof value && null !== value && $
|
|
181
|
+
return "object" === typeof value && null !== value && $io69(value);
|
|
181
182
|
if (RegExp(/^-?\d+\.?\d*$/).test(key))
|
|
182
|
-
return "object" === typeof value && null !== value && $
|
|
183
|
+
return "object" === typeof value && null !== value && $io69(value);
|
|
183
184
|
return true;
|
|
184
185
|
});
|
|
185
|
-
const $
|
|
186
|
+
const $io69 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
|
|
186
187
|
const $iu0 = (input3) => (() => {
|
|
187
188
|
if ("string" === typeof input3.type)
|
|
188
189
|
return $io8(input3);
|
|
@@ -198,10 +199,10 @@ var validBoxPlotRequest = (input) => {
|
|
|
198
199
|
return (() => {
|
|
199
200
|
if ($io12(input3))
|
|
200
201
|
return $io12(input3);
|
|
201
|
-
if ($
|
|
202
|
-
return $
|
|
203
|
-
if ($
|
|
204
|
-
return $
|
|
202
|
+
if ($io29(input3))
|
|
203
|
+
return $io29(input3);
|
|
204
|
+
if ($io32(input3))
|
|
205
|
+
return $io32(input3);
|
|
205
206
|
return false;
|
|
206
207
|
})();
|
|
207
208
|
})();
|
|
@@ -214,13 +215,13 @@ var validBoxPlotRequest = (input) => {
|
|
|
214
215
|
})();
|
|
215
216
|
const $iu3 = (input3) => (() => {
|
|
216
217
|
if (2 === input3.dt)
|
|
217
|
-
return $
|
|
218
|
+
return $io38(input3);
|
|
218
219
|
if (5 === input3.dt)
|
|
219
|
-
return $
|
|
220
|
+
return $io37(input3);
|
|
220
221
|
if (4 === input3.dt)
|
|
221
|
-
return $
|
|
222
|
+
return $io36(input3);
|
|
222
223
|
if (1 === input3.dt)
|
|
223
|
-
return $
|
|
224
|
+
return $io35(input3);
|
|
224
225
|
return false;
|
|
225
226
|
})();
|
|
226
227
|
const $iu4 = (input3) => (() => {
|
|
@@ -241,12 +242,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
241
242
|
if (void 0 !== input3.type)
|
|
242
243
|
return $io1(input3);
|
|
243
244
|
return (() => {
|
|
244
|
-
if ($
|
|
245
|
-
return $
|
|
246
|
-
if ($
|
|
247
|
-
return $
|
|
248
|
-
if ($
|
|
249
|
-
return $
|
|
245
|
+
if ($io51(input3))
|
|
246
|
+
return $io51(input3);
|
|
247
|
+
if ($io44(input3))
|
|
248
|
+
return $io44(input3);
|
|
249
|
+
if ($io39(input3))
|
|
250
|
+
return $io39(input3);
|
|
250
251
|
return false;
|
|
251
252
|
})();
|
|
252
253
|
})();
|
|
@@ -273,23 +274,23 @@ var validBoxPlotRequest = (input) => {
|
|
|
273
274
|
})();
|
|
274
275
|
const $iu10 = (input3) => (() => {
|
|
275
276
|
if ("gene" === input3.kind)
|
|
276
|
-
return $io32(input3);
|
|
277
|
-
if ("coord" === input3.kind)
|
|
278
277
|
return $io33(input3);
|
|
278
|
+
if ("coord" === input3.kind)
|
|
279
|
+
return $io34(input3);
|
|
279
280
|
return false;
|
|
280
281
|
})();
|
|
281
282
|
const $iu11 = (input3) => (() => {
|
|
282
283
|
if ("regular-bin" === input3.type)
|
|
283
284
|
return $io22(input3);
|
|
284
285
|
if ("continuous" === input3.mode)
|
|
285
|
-
return $io40(input3);
|
|
286
|
-
if ("spline" === input3.mode)
|
|
287
286
|
return $io41(input3);
|
|
287
|
+
if ("spline" === input3.mode)
|
|
288
|
+
return $io42(input3);
|
|
288
289
|
return (() => {
|
|
289
290
|
if ($io26(input3))
|
|
290
291
|
return $io26(input3);
|
|
291
|
-
if ($
|
|
292
|
-
return $
|
|
292
|
+
if ($io40(input3))
|
|
293
|
+
return $io40(input3);
|
|
293
294
|
return false;
|
|
294
295
|
})();
|
|
295
296
|
})();
|
|
@@ -299,29 +300,29 @@ var validBoxPlotRequest = (input) => {
|
|
|
299
300
|
return (() => {
|
|
300
301
|
if ($io12(input3))
|
|
301
302
|
return $io12(input3);
|
|
302
|
-
if ($
|
|
303
|
-
return $
|
|
304
|
-
if ($
|
|
305
|
-
return $
|
|
303
|
+
if ($io29(input3))
|
|
304
|
+
return $io29(input3);
|
|
305
|
+
if ($io32(input3))
|
|
306
|
+
return $io32(input3);
|
|
306
307
|
return false;
|
|
307
308
|
})();
|
|
308
309
|
})();
|
|
309
310
|
const $iu13 = (input3) => (() => {
|
|
310
311
|
if ("categorical" === input3.type)
|
|
311
|
-
return $io51(input3);
|
|
312
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
313
312
|
return $io52(input3);
|
|
314
|
-
if ("
|
|
313
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
315
314
|
return $io53(input3);
|
|
316
|
-
if ("
|
|
315
|
+
if ("condition" === input3.type)
|
|
317
316
|
return $io54(input3);
|
|
318
|
-
if ("
|
|
317
|
+
if ("gene" === input3.kind)
|
|
319
318
|
return $io55(input3);
|
|
319
|
+
if ("coord" === input3.kind)
|
|
320
|
+
return $io56(input3);
|
|
320
321
|
return (() => {
|
|
321
|
-
if ($io56(input3))
|
|
322
|
-
return $io56(input3);
|
|
323
322
|
if ($io57(input3))
|
|
324
323
|
return $io57(input3);
|
|
324
|
+
if ($io58(input3))
|
|
325
|
+
return $io58(input3);
|
|
325
326
|
return false;
|
|
326
327
|
})();
|
|
327
328
|
})();
|
|
@@ -329,14 +330,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
329
330
|
if (void 0 !== input3.bin_size)
|
|
330
331
|
return $io22(input3);
|
|
331
332
|
if (void 0 !== input3.knots)
|
|
332
|
-
return $
|
|
333
|
+
return $io42(input3);
|
|
333
334
|
if (void 0 !== input3.AFcutoff)
|
|
334
|
-
return $
|
|
335
|
+
return $io45(input3);
|
|
335
336
|
if (void 0 !== input3.timeScale)
|
|
336
|
-
return $
|
|
337
|
+
return $io63(input3);
|
|
337
338
|
return (() => {
|
|
338
339
|
if (void 0 !== input3.groups)
|
|
339
|
-
return $
|
|
340
|
+
return $io67(input3);
|
|
340
341
|
return (() => {
|
|
341
342
|
if ($io3(input3))
|
|
342
343
|
return $io3(input3);
|
|
@@ -346,18 +347,18 @@ var validBoxPlotRequest = (input) => {
|
|
|
346
347
|
return $io6(input3);
|
|
347
348
|
if ($io26(input3))
|
|
348
349
|
return $io26(input3);
|
|
349
|
-
if ($io39(input3))
|
|
350
|
-
return $io39(input3);
|
|
351
350
|
if ($io40(input3))
|
|
352
351
|
return $io40(input3);
|
|
353
|
-
if ($
|
|
354
|
-
return $
|
|
355
|
-
if ($
|
|
356
|
-
return $
|
|
352
|
+
if ($io41(input3))
|
|
353
|
+
return $io41(input3);
|
|
354
|
+
if ($io62(input3))
|
|
355
|
+
return $io62(input3);
|
|
357
356
|
if ($io64(input3))
|
|
358
357
|
return $io64(input3);
|
|
359
358
|
if ($io65(input3))
|
|
360
359
|
return $io65(input3);
|
|
360
|
+
if ($io66(input3))
|
|
361
|
+
return $io66(input3);
|
|
361
362
|
return false;
|
|
362
363
|
})();
|
|
363
364
|
})();
|
|
@@ -384,6 +385,10 @@ var validBoxPlotRequest = (input) => {
|
|
|
384
385
|
path: _path2 + ".dslabel",
|
|
385
386
|
expected: "string",
|
|
386
387
|
value: input3.dslabel
|
|
388
|
+
}), "boolean" === typeof input3.isLogScale || $report(_exceptionable2, {
|
|
389
|
+
path: _path2 + ".isLogScale",
|
|
390
|
+
expected: "boolean",
|
|
391
|
+
value: input3.isLogScale
|
|
387
392
|
}), "boolean" === typeof input3.orderByMedian || $report(_exceptionable2, {
|
|
388
393
|
path: _path2 + ".orderByMedian",
|
|
389
394
|
expected: "boolean",
|
|
@@ -936,11 +941,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
936
941
|
value: input3.values
|
|
937
942
|
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
938
943
|
path: _path2 + ".values[" + _index10 + "]",
|
|
939
|
-
expected: "__type.
|
|
944
|
+
expected: "__type.o4",
|
|
940
945
|
value: elem
|
|
941
|
-
})) && $
|
|
946
|
+
})) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
942
947
|
path: _path2 + ".values[" + _index10 + "]",
|
|
943
|
-
expected: "__type.
|
|
948
|
+
expected: "__type.o4",
|
|
944
949
|
value: elem
|
|
945
950
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
946
951
|
path: _path2 + ".values",
|
|
@@ -1011,6 +1016,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
1011
1016
|
path: _path2 + ".unit",
|
|
1012
1017
|
expected: "(string | undefined)",
|
|
1013
1018
|
value: input3.unit
|
|
1019
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1020
|
+
path: _path2 + ".continuousColorScale",
|
|
1021
|
+
expected: "(__type.o3 | undefined)",
|
|
1022
|
+
value: input3.continuousColorScale
|
|
1023
|
+
})) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1024
|
+
path: _path2 + ".continuousColorScale",
|
|
1025
|
+
expected: "(__type.o3 | undefined)",
|
|
1026
|
+
value: input3.continuousColorScale
|
|
1014
1027
|
})].every((flag) => flag);
|
|
1015
1028
|
const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1016
1029
|
path: _path2 + '["default"]',
|
|
@@ -1248,7 +1261,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
1248
1261
|
expected: '("median" | undefined)',
|
|
1249
1262
|
value: input3.preferredBins
|
|
1250
1263
|
})].every((flag) => flag);
|
|
1251
|
-
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
1264
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1265
|
+
path: _path2 + ".minColor",
|
|
1266
|
+
expected: "string",
|
|
1267
|
+
value: input3.minColor
|
|
1268
|
+
}), "string" === typeof input3.maxColor || $report(_exceptionable2, {
|
|
1269
|
+
path: _path2 + ".maxColor",
|
|
1270
|
+
expected: "string",
|
|
1271
|
+
value: input3.maxColor
|
|
1272
|
+
})].every((flag) => flag);
|
|
1273
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1252
1274
|
path: _path2 + ".key",
|
|
1253
1275
|
expected: "string",
|
|
1254
1276
|
value: input3.key
|
|
@@ -1265,7 +1287,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1265
1287
|
expected: "(string | undefined)",
|
|
1266
1288
|
value: input3.label
|
|
1267
1289
|
})].every((flag) => flag);
|
|
1268
|
-
const $
|
|
1290
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1269
1291
|
path: _path2 + ".join",
|
|
1270
1292
|
expected: "(string | undefined)",
|
|
1271
1293
|
value: input3.join
|
|
@@ -1277,7 +1299,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1277
1299
|
path: _path2 + ".term",
|
|
1278
1300
|
expected: "ConditionTerm",
|
|
1279
1301
|
value: input3.term
|
|
1280
|
-
})) && $
|
|
1302
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1281
1303
|
path: _path2 + ".term",
|
|
1282
1304
|
expected: "ConditionTerm",
|
|
1283
1305
|
value: input3.term
|
|
@@ -1301,7 +1323,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1301
1323
|
path: _path2 + ".grade_and_child[" + _index14 + "]",
|
|
1302
1324
|
expected: "GradeAndChildEntry",
|
|
1303
1325
|
value: elem
|
|
1304
|
-
})) && $
|
|
1326
|
+
})) && $vo31(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1305
1327
|
path: _path2 + ".grade_and_child[" + _index14 + "]",
|
|
1306
1328
|
expected: "GradeAndChildEntry",
|
|
1307
1329
|
value: elem
|
|
@@ -1310,7 +1332,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1310
1332
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1311
1333
|
value: input3.grade_and_child
|
|
1312
1334
|
})].every((flag) => flag);
|
|
1313
|
-
const $
|
|
1335
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1314
1336
|
path: _path2 + ".id",
|
|
1315
1337
|
expected: "string",
|
|
1316
1338
|
value: input3.id
|
|
@@ -1363,7 +1385,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1363
1385
|
expected: "(TermValues | undefined)",
|
|
1364
1386
|
value: input3.values
|
|
1365
1387
|
})].every((flag) => flag);
|
|
1366
|
-
const $
|
|
1388
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1367
1389
|
path: _path2 + ".grade",
|
|
1368
1390
|
expected: "number",
|
|
1369
1391
|
value: input3.grade
|
|
@@ -1380,7 +1402,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1380
1402
|
expected: "string",
|
|
1381
1403
|
value: input3.child_label
|
|
1382
1404
|
})].every((flag) => flag);
|
|
1383
|
-
const $
|
|
1405
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1384
1406
|
path: _path2 + ".join",
|
|
1385
1407
|
expected: "(string | undefined)",
|
|
1386
1408
|
value: input3.join
|
|
@@ -1413,7 +1435,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1413
1435
|
expected: "Array<GeneVariantTvsValue>",
|
|
1414
1436
|
value: input3.values
|
|
1415
1437
|
})].every((flag) => flag);
|
|
1416
|
-
const $
|
|
1438
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1417
1439
|
path: _path2 + ".id",
|
|
1418
1440
|
expected: "string",
|
|
1419
1441
|
value: input3.id
|
|
@@ -1494,7 +1516,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1494
1516
|
expected: "(number | undefined)",
|
|
1495
1517
|
value: input3.stop
|
|
1496
1518
|
})].every((flag) => flag);
|
|
1497
|
-
const $
|
|
1519
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1498
1520
|
path: _path2 + ".id",
|
|
1499
1521
|
expected: "string",
|
|
1500
1522
|
value: input3.id
|
|
@@ -1571,7 +1593,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1571
1593
|
expected: "number",
|
|
1572
1594
|
value: input3.stop
|
|
1573
1595
|
})].every((flag) => flag);
|
|
1574
|
-
const $
|
|
1596
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
|
|
1575
1597
|
path: _path2 + ".dt",
|
|
1576
1598
|
expected: "1",
|
|
1577
1599
|
value: input3.dt
|
|
@@ -1604,7 +1626,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1604
1626
|
expected: '("germline" | "somatic" | undefined)',
|
|
1605
1627
|
value: input3.origin
|
|
1606
1628
|
})].every((flag) => flag);
|
|
1607
|
-
const $
|
|
1629
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
|
|
1608
1630
|
path: _path2 + ".dt",
|
|
1609
1631
|
expected: "4",
|
|
1610
1632
|
value: input3.dt
|
|
@@ -1637,7 +1659,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1637
1659
|
expected: '("germline" | "somatic" | undefined)',
|
|
1638
1660
|
value: input3.origin
|
|
1639
1661
|
})].every((flag) => flag);
|
|
1640
|
-
const $
|
|
1662
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
|
|
1641
1663
|
path: _path2 + ".dt",
|
|
1642
1664
|
expected: "5",
|
|
1643
1665
|
value: input3.dt
|
|
@@ -1670,7 +1692,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1670
1692
|
expected: '("germline" | "somatic" | undefined)',
|
|
1671
1693
|
value: input3.origin
|
|
1672
1694
|
})].every((flag) => flag);
|
|
1673
|
-
const $
|
|
1695
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
|
|
1674
1696
|
path: _path2 + ".dt",
|
|
1675
1697
|
expected: "2",
|
|
1676
1698
|
value: input3.dt
|
|
@@ -1703,7 +1725,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1703
1725
|
expected: '("germline" | "somatic" | undefined)',
|
|
1704
1726
|
value: input3.origin
|
|
1705
1727
|
})].every((flag) => flag);
|
|
1706
|
-
const $
|
|
1728
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1707
1729
|
path: _path2 + ".id",
|
|
1708
1730
|
expected: "(string | undefined)",
|
|
1709
1731
|
value: input3.id
|
|
@@ -1744,7 +1766,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1744
1766
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1745
1767
|
value: input3.q
|
|
1746
1768
|
})].every((flag) => flag);
|
|
1747
|
-
const $
|
|
1769
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1748
1770
|
path: _path2 + ".hiddenValues",
|
|
1749
1771
|
expected: "(HiddenValues | undefined)",
|
|
1750
1772
|
value: input3.hiddenValues
|
|
@@ -1804,7 +1826,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1804
1826
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1805
1827
|
value: input3.lst
|
|
1806
1828
|
})].every((flag) => flag);
|
|
1807
|
-
const $
|
|
1829
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1808
1830
|
path: _path2 + ".hiddenValues",
|
|
1809
1831
|
expected: "(HiddenValues | undefined)",
|
|
1810
1832
|
value: input3.hiddenValues
|
|
@@ -1841,7 +1863,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1841
1863
|
expected: "undefined",
|
|
1842
1864
|
value: input3.type
|
|
1843
1865
|
}))].every((flag) => flag);
|
|
1844
|
-
const $
|
|
1866
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1845
1867
|
path: _path2 + ".hiddenValues",
|
|
1846
1868
|
expected: "(HiddenValues | undefined)",
|
|
1847
1869
|
value: input3.hiddenValues
|
|
@@ -1871,11 +1893,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
1871
1893
|
value: input3.knots
|
|
1872
1894
|
})) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1873
1895
|
path: _path2 + ".knots[" + _index30 + "]",
|
|
1874
|
-
expected: "__type.
|
|
1896
|
+
expected: "__type.o5",
|
|
1875
1897
|
value: elem
|
|
1876
|
-
})) && $
|
|
1898
|
+
})) && $vo43(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1877
1899
|
path: _path2 + ".knots[" + _index30 + "]",
|
|
1878
|
-
expected: "__type.
|
|
1900
|
+
expected: "__type.o5",
|
|
1879
1901
|
value: elem
|
|
1880
1902
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1881
1903
|
path: _path2 + ".knots",
|
|
@@ -1890,12 +1912,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1890
1912
|
expected: "undefined",
|
|
1891
1913
|
value: input3.type
|
|
1892
1914
|
}))].every((flag) => flag);
|
|
1893
|
-
const $
|
|
1915
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1894
1916
|
path: _path2 + ".value",
|
|
1895
1917
|
expected: "number",
|
|
1896
1918
|
value: input3.value
|
|
1897
1919
|
})].every((flag) => flag);
|
|
1898
|
-
const $
|
|
1920
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1899
1921
|
path: _path2 + ".id",
|
|
1900
1922
|
expected: "(string | undefined)",
|
|
1901
1923
|
value: input3.id
|
|
@@ -1923,7 +1945,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1923
1945
|
path: _path2 + ".q",
|
|
1924
1946
|
expected: "SnpsQ",
|
|
1925
1947
|
value: input3.q
|
|
1926
|
-
})) && $
|
|
1948
|
+
})) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1927
1949
|
path: _path2 + ".q",
|
|
1928
1950
|
expected: "SnpsQ",
|
|
1929
1951
|
value: input3.q
|
|
@@ -1931,12 +1953,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1931
1953
|
path: _path2 + ".term",
|
|
1932
1954
|
expected: "SnpsTerm",
|
|
1933
1955
|
value: input3.term
|
|
1934
|
-
})) && $
|
|
1956
|
+
})) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1935
1957
|
path: _path2 + ".term",
|
|
1936
1958
|
expected: "SnpsTerm",
|
|
1937
1959
|
value: input3.term
|
|
1938
1960
|
})].every((flag) => flag);
|
|
1939
|
-
const $
|
|
1961
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1940
1962
|
path: _path2 + ".hiddenValues",
|
|
1941
1963
|
expected: "(HiddenValues | undefined)",
|
|
1942
1964
|
value: input3.hiddenValues
|
|
@@ -1992,7 +2014,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1992
2014
|
path: _path2 + ".restrictAncestry",
|
|
1993
2015
|
expected: "RestrictAncestry",
|
|
1994
2016
|
value: input3.restrictAncestry
|
|
1995
|
-
})) && $
|
|
2017
|
+
})) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
1996
2018
|
path: _path2 + ".restrictAncestry",
|
|
1997
2019
|
expected: "RestrictAncestry",
|
|
1998
2020
|
value: input3.restrictAncestry
|
|
@@ -2017,7 +2039,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2017
2039
|
expected: "number",
|
|
2018
2040
|
value: input3.stop
|
|
2019
2041
|
})].every((flag) => flag);
|
|
2020
|
-
const $
|
|
2042
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2021
2043
|
path: _path2 + ".name",
|
|
2022
2044
|
expected: "string",
|
|
2023
2045
|
value: input3.name
|
|
@@ -2030,7 +2052,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2030
2052
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2031
2053
|
value: input3.tvs
|
|
2032
2054
|
})].every((flag) => flag);
|
|
2033
|
-
const $
|
|
2055
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2034
2056
|
path: _path2 + ".id",
|
|
2035
2057
|
expected: "string",
|
|
2036
2058
|
value: input3.id
|
|
@@ -2094,7 +2116,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2094
2116
|
path: _path2 + ".snps[" + _index33 + "]",
|
|
2095
2117
|
expected: "SnpsEntry",
|
|
2096
2118
|
value: elem
|
|
2097
|
-
})) && $
|
|
2119
|
+
})) && $vo48(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2098
2120
|
path: _path2 + ".snps[" + _index33 + "]",
|
|
2099
2121
|
expected: "SnpsEntry",
|
|
2100
2122
|
value: elem
|
|
@@ -2103,7 +2125,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2103
2125
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2104
2126
|
value: input3.snps
|
|
2105
2127
|
})].every((flag) => flag);
|
|
2106
|
-
const $
|
|
2128
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2107
2129
|
path: _path2 + ".altAlleles",
|
|
2108
2130
|
expected: "(Array<string> | undefined)",
|
|
2109
2131
|
value: input3.altAlleles
|
|
@@ -2123,7 +2145,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2123
2145
|
path: _path2 + ".alleles[" + _index35 + "]",
|
|
2124
2146
|
expected: "AllelesEntry",
|
|
2125
2147
|
value: elem
|
|
2126
|
-
})) && $
|
|
2148
|
+
})) && $vo49(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2127
2149
|
path: _path2 + ".alleles[" + _index35 + "]",
|
|
2128
2150
|
expected: "AllelesEntry",
|
|
2129
2151
|
value: elem
|
|
@@ -2137,11 +2159,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2137
2159
|
value: input3.effectAllele
|
|
2138
2160
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
2139
2161
|
path: _path2 + ".gt2count",
|
|
2140
|
-
expected: "(__type.
|
|
2162
|
+
expected: "(__type.o6 | undefined)",
|
|
2141
2163
|
value: input3.gt2count
|
|
2142
|
-
})) && $
|
|
2164
|
+
})) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2143
2165
|
path: _path2 + ".gt2count",
|
|
2144
|
-
expected: "(__type.
|
|
2166
|
+
expected: "(__type.o6 | undefined)",
|
|
2145
2167
|
value: input3.gt2count
|
|
2146
2168
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
2147
2169
|
path: _path2 + ".invalid",
|
|
@@ -2168,7 +2190,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2168
2190
|
expected: "(number | undefined)",
|
|
2169
2191
|
value: input3.pos
|
|
2170
2192
|
})].every((flag) => flag);
|
|
2171
|
-
const $
|
|
2193
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2172
2194
|
path: _path2 + ".allele",
|
|
2173
2195
|
expected: "string",
|
|
2174
2196
|
value: input3.allele
|
|
@@ -2181,7 +2203,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2181
2203
|
expected: "boolean",
|
|
2182
2204
|
value: input3.isRef
|
|
2183
2205
|
})].every((flag) => flag);
|
|
2184
|
-
const $
|
|
2206
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2185
2207
|
path: _path2 + ".k",
|
|
2186
2208
|
expected: "string",
|
|
2187
2209
|
value: input3.k
|
|
@@ -2190,7 +2212,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2190
2212
|
expected: "(number | string)",
|
|
2191
2213
|
value: input3.v
|
|
2192
2214
|
})].every((flag) => flag);
|
|
2193
|
-
const $
|
|
2215
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2194
2216
|
path: _path2 + ".id",
|
|
2195
2217
|
expected: "(string | undefined)",
|
|
2196
2218
|
value: input3.id
|
|
@@ -2216,11 +2238,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2216
2238
|
value: input3.minNumSamples
|
|
2217
2239
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2218
2240
|
path: _path2 + ".term",
|
|
2219
|
-
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; } | 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; })',
|
|
2241
|
+
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; })',
|
|
2220
2242
|
value: input3.term
|
|
2221
2243
|
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2222
2244
|
path: _path2 + ".term",
|
|
2223
|
-
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; } | 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; })',
|
|
2245
|
+
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; })',
|
|
2224
2246
|
value: input3.term
|
|
2225
2247
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2226
2248
|
path: _path2 + ".q",
|
|
@@ -2231,7 +2253,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2231
2253
|
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2232
2254
|
value: input3.q
|
|
2233
2255
|
})].every((flag) => flag);
|
|
2234
|
-
const $
|
|
2256
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2235
2257
|
path: _path2 + ".id",
|
|
2236
2258
|
expected: "string",
|
|
2237
2259
|
value: input3.id
|
|
@@ -2292,7 +2314,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2292
2314
|
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2293
2315
|
value: input3.groupsetting
|
|
2294
2316
|
})].every((flag) => flag);
|
|
2295
|
-
const $
|
|
2317
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2296
2318
|
path: _path2 + ".id",
|
|
2297
2319
|
expected: "string",
|
|
2298
2320
|
value: input3.id
|
|
@@ -2356,8 +2378,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
2356
2378
|
path: _path2 + ".unit",
|
|
2357
2379
|
expected: "(string | undefined)",
|
|
2358
2380
|
value: input3.unit
|
|
2381
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2382
|
+
path: _path2 + ".continuousColorScale",
|
|
2383
|
+
expected: "(__type.o3 | undefined)",
|
|
2384
|
+
value: input3.continuousColorScale
|
|
2385
|
+
})) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2386
|
+
path: _path2 + ".continuousColorScale",
|
|
2387
|
+
expected: "(__type.o3 | undefined)",
|
|
2388
|
+
value: input3.continuousColorScale
|
|
2359
2389
|
})].every((flag) => flag);
|
|
2360
|
-
const $
|
|
2390
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2361
2391
|
path: _path2 + ".id",
|
|
2362
2392
|
expected: "string",
|
|
2363
2393
|
value: input3.id
|
|
@@ -2410,7 +2440,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2410
2440
|
expected: "(TermValues | undefined)",
|
|
2411
2441
|
value: input3.values
|
|
2412
2442
|
})].every((flag) => flag);
|
|
2413
|
-
const $
|
|
2443
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2414
2444
|
path: _path2 + ".id",
|
|
2415
2445
|
expected: "string",
|
|
2416
2446
|
value: input3.id
|
|
@@ -2491,7 +2521,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2491
2521
|
expected: "(number | undefined)",
|
|
2492
2522
|
value: input3.stop
|
|
2493
2523
|
})].every((flag) => flag);
|
|
2494
|
-
const $
|
|
2524
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2495
2525
|
path: _path2 + ".id",
|
|
2496
2526
|
expected: "string",
|
|
2497
2527
|
value: input3.id
|
|
@@ -2568,7 +2598,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2568
2598
|
expected: "number",
|
|
2569
2599
|
value: input3.stop
|
|
2570
2600
|
})].every((flag) => flag);
|
|
2571
|
-
const $
|
|
2601
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2572
2602
|
path: _path2 + ".id",
|
|
2573
2603
|
expected: "string",
|
|
2574
2604
|
value: input3.id
|
|
@@ -2632,7 +2662,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2632
2662
|
path: _path2 + ".snps[" + _index48 + "]",
|
|
2633
2663
|
expected: "SnpsEntry",
|
|
2634
2664
|
value: elem
|
|
2635
|
-
})) && $
|
|
2665
|
+
})) && $vo48(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2636
2666
|
path: _path2 + ".snps[" + _index48 + "]",
|
|
2637
2667
|
expected: "SnpsEntry",
|
|
2638
2668
|
value: elem
|
|
@@ -2641,7 +2671,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2641
2671
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2642
2672
|
value: input3.snps
|
|
2643
2673
|
})].every((flag) => flag);
|
|
2644
|
-
const $
|
|
2674
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2645
2675
|
path: _path2 + ".id",
|
|
2646
2676
|
expected: "string",
|
|
2647
2677
|
value: input3.id
|
|
@@ -2689,12 +2719,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2689
2719
|
path: _path2 + ".values",
|
|
2690
2720
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2691
2721
|
value: input3.values
|
|
2692
|
-
})) && $
|
|
2722
|
+
})) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2693
2723
|
path: _path2 + ".values",
|
|
2694
2724
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2695
2725
|
value: input3.values
|
|
2696
2726
|
})].every((flag) => flag);
|
|
2697
|
-
const $
|
|
2727
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2698
2728
|
const value = input3[key];
|
|
2699
2729
|
if (void 0 === value)
|
|
2700
2730
|
return true;
|
|
@@ -2703,7 +2733,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2703
2733
|
path: _path2 + $join(key),
|
|
2704
2734
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2705
2735
|
value
|
|
2706
|
-
})) && $
|
|
2736
|
+
})) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2707
2737
|
path: _path2 + $join(key),
|
|
2708
2738
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2709
2739
|
value
|
|
@@ -2713,14 +2743,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
2713
2743
|
path: _path2 + $join(key),
|
|
2714
2744
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2715
2745
|
value
|
|
2716
|
-
})) && $
|
|
2746
|
+
})) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2717
2747
|
path: _path2 + $join(key),
|
|
2718
2748
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2719
2749
|
value
|
|
2720
2750
|
});
|
|
2721
2751
|
return true;
|
|
2722
2752
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2723
|
-
const $
|
|
2753
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2724
2754
|
path: _path2 + ".key",
|
|
2725
2755
|
expected: "(string | undefined)",
|
|
2726
2756
|
value: input3.key
|
|
@@ -2766,18 +2796,18 @@ var validBoxPlotRequest = (input) => {
|
|
|
2766
2796
|
value: input3.list
|
|
2767
2797
|
})) && input3.list.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2768
2798
|
path: _path2 + ".list[" + _index51 + "]",
|
|
2769
|
-
expected: "__type.
|
|
2799
|
+
expected: "__type.o7",
|
|
2770
2800
|
value: elem
|
|
2771
|
-
})) && $
|
|
2801
|
+
})) && $vo61(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2772
2802
|
path: _path2 + ".list[" + _index51 + "]",
|
|
2773
|
-
expected: "__type.
|
|
2803
|
+
expected: "__type.o7",
|
|
2774
2804
|
value: elem
|
|
2775
2805
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2776
2806
|
path: _path2 + ".list",
|
|
2777
2807
|
expected: "Array<__type>.o3",
|
|
2778
2808
|
value: input3.list
|
|
2779
2809
|
}), true].every((flag) => flag);
|
|
2780
|
-
const $
|
|
2810
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2781
2811
|
path: _path2 + ".sampleId",
|
|
2782
2812
|
expected: "string",
|
|
2783
2813
|
value: input3.sampleId
|
|
@@ -2786,7 +2816,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2786
2816
|
expected: "string",
|
|
2787
2817
|
value: input3.sample
|
|
2788
2818
|
})].every((flag) => flag);
|
|
2789
|
-
const $
|
|
2819
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2790
2820
|
path: _path2 + ".hiddenValues",
|
|
2791
2821
|
expected: "(HiddenValues | undefined)",
|
|
2792
2822
|
value: input3.hiddenValues
|
|
@@ -2815,7 +2845,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2815
2845
|
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2816
2846
|
value: input3.type
|
|
2817
2847
|
})].every((flag) => flag);
|
|
2818
|
-
const $
|
|
2848
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2819
2849
|
path: _path2 + ".hiddenValues",
|
|
2820
2850
|
expected: "(HiddenValues | undefined)",
|
|
2821
2851
|
value: input3.hiddenValues
|
|
@@ -2880,7 +2910,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2880
2910
|
expected: "(boolean | undefined)",
|
|
2881
2911
|
value: input3.value_by_computable_grade
|
|
2882
2912
|
}), true].every((flag) => flag);
|
|
2883
|
-
const $
|
|
2913
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2884
2914
|
path: _path2 + ".hiddenValues",
|
|
2885
2915
|
expected: "(HiddenValues | undefined)",
|
|
2886
2916
|
value: input3.hiddenValues
|
|
@@ -2945,7 +2975,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2945
2975
|
expected: '"values"',
|
|
2946
2976
|
value: input3.type
|
|
2947
2977
|
})].every((flag) => flag);
|
|
2948
|
-
const $
|
|
2978
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2949
2979
|
path: _path2 + ".hiddenValues",
|
|
2950
2980
|
expected: "(HiddenValues | undefined)",
|
|
2951
2981
|
value: input3.hiddenValues
|
|
@@ -3014,7 +3044,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3014
3044
|
expected: "number",
|
|
3015
3045
|
value: input3.predefined_groupset_idx
|
|
3016
3046
|
})].every((flag) => flag);
|
|
3017
|
-
const $
|
|
3047
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3018
3048
|
path: _path2 + ".hiddenValues",
|
|
3019
3049
|
expected: "(HiddenValues | undefined)",
|
|
3020
3050
|
value: input3.hiddenValues
|
|
@@ -3087,7 +3117,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3087
3117
|
expected: "BaseGroupSet",
|
|
3088
3118
|
value: input3.customset
|
|
3089
3119
|
})].every((flag) => flag);
|
|
3090
|
-
const $
|
|
3120
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3091
3121
|
path: _path2 + ".hiddenValues",
|
|
3092
3122
|
expected: "(HiddenValues | undefined)",
|
|
3093
3123
|
value: input3.hiddenValues
|
|
@@ -3119,38 +3149,38 @@ var validBoxPlotRequest = (input) => {
|
|
|
3119
3149
|
path: _path2 + ".groups",
|
|
3120
3150
|
expected: "SampleLstTermValues",
|
|
3121
3151
|
value: input3.groups
|
|
3122
|
-
})) && $
|
|
3152
|
+
})) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3123
3153
|
path: _path2 + ".groups",
|
|
3124
3154
|
expected: "SampleLstTermValues",
|
|
3125
3155
|
value: input3.groups
|
|
3126
3156
|
})].every((flag) => flag);
|
|
3127
|
-
const $
|
|
3157
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3128
3158
|
const value = input3[key];
|
|
3129
3159
|
if (void 0 === value)
|
|
3130
3160
|
return true;
|
|
3131
3161
|
if (RegExp(/(.*)/).test(key))
|
|
3132
3162
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3133
3163
|
path: _path2 + $join(key),
|
|
3134
|
-
expected: "__type.
|
|
3164
|
+
expected: "__type.o8",
|
|
3135
3165
|
value
|
|
3136
|
-
})) && $
|
|
3166
|
+
})) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3137
3167
|
path: _path2 + $join(key),
|
|
3138
|
-
expected: "__type.
|
|
3168
|
+
expected: "__type.o8",
|
|
3139
3169
|
value
|
|
3140
3170
|
});
|
|
3141
3171
|
if (RegExp(/^-?\d+\.?\d*$/).test(key))
|
|
3142
3172
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3143
3173
|
path: _path2 + $join(key),
|
|
3144
|
-
expected: "__type.
|
|
3174
|
+
expected: "__type.o8",
|
|
3145
3175
|
value
|
|
3146
|
-
})) && $
|
|
3176
|
+
})) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3147
3177
|
path: _path2 + $join(key),
|
|
3148
|
-
expected: "__type.
|
|
3178
|
+
expected: "__type.o8",
|
|
3149
3179
|
value
|
|
3150
3180
|
});
|
|
3151
3181
|
return true;
|
|
3152
3182
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3153
|
-
const $
|
|
3183
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3154
3184
|
path: _path2 + ".name",
|
|
3155
3185
|
expected: "string",
|
|
3156
3186
|
value: input3.name
|
|
@@ -3164,11 +3194,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
3164
3194
|
value: input3.list
|
|
3165
3195
|
})) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3166
3196
|
path: _path2 + ".list[" + _index56 + "]",
|
|
3167
|
-
expected: "__type.
|
|
3197
|
+
expected: "__type.o7",
|
|
3168
3198
|
value: elem
|
|
3169
|
-
})) && $
|
|
3199
|
+
})) && $vo61(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3170
3200
|
path: _path2 + ".list[" + _index56 + "]",
|
|
3171
|
-
expected: "__type.
|
|
3201
|
+
expected: "__type.o7",
|
|
3172
3202
|
value: elem
|
|
3173
3203
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3174
3204
|
path: _path2 + ".list",
|
|
@@ -3191,7 +3221,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3191
3221
|
return $vo11(input3, _path2, _exceptionable2);
|
|
3192
3222
|
if (void 0 !== input3.ranges)
|
|
3193
3223
|
return $vo19(input3, _path2, _exceptionable2);
|
|
3194
|
-
return $vo12(input3, _path2, false) || $
|
|
3224
|
+
return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
3195
3225
|
})();
|
|
3196
3226
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3197
3227
|
if (true === input3.startunbounded)
|
|
@@ -3202,13 +3232,13 @@ var validBoxPlotRequest = (input) => {
|
|
|
3202
3232
|
})();
|
|
3203
3233
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3204
3234
|
if (2 === input3.dt)
|
|
3205
|
-
return $
|
|
3235
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3206
3236
|
if (5 === input3.dt)
|
|
3207
|
-
return $
|
|
3237
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3208
3238
|
if (4 === input3.dt)
|
|
3209
|
-
return $
|
|
3239
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3210
3240
|
if (1 === input3.dt)
|
|
3211
|
-
return $
|
|
3241
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3212
3242
|
return $report(_exceptionable2, {
|
|
3213
3243
|
path: _path2,
|
|
3214
3244
|
expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
|
|
@@ -3240,7 +3270,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3240
3270
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3241
3271
|
if (void 0 !== input3.type)
|
|
3242
3272
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3243
|
-
return $
|
|
3273
|
+
return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
|
|
3244
3274
|
})();
|
|
3245
3275
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3246
3276
|
if ("values" === input3.type)
|
|
@@ -3273,9 +3303,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3273
3303
|
})();
|
|
3274
3304
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3275
3305
|
if ("gene" === input3.kind)
|
|
3276
|
-
return $vo32(input3, _path2, _exceptionable2);
|
|
3277
|
-
if ("coord" === input3.kind)
|
|
3278
3306
|
return $vo33(input3, _path2, _exceptionable2);
|
|
3307
|
+
if ("coord" === input3.kind)
|
|
3308
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
3279
3309
|
return $report(_exceptionable2, {
|
|
3280
3310
|
path: _path2,
|
|
3281
3311
|
expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
|
|
@@ -3286,42 +3316,42 @@ var validBoxPlotRequest = (input) => {
|
|
|
3286
3316
|
if ("regular-bin" === input3.type)
|
|
3287
3317
|
return $vo22(input3, _path2, _exceptionable2);
|
|
3288
3318
|
if ("continuous" === input3.mode)
|
|
3289
|
-
return $vo40(input3, _path2, _exceptionable2);
|
|
3290
|
-
if ("spline" === input3.mode)
|
|
3291
3319
|
return $vo41(input3, _path2, _exceptionable2);
|
|
3292
|
-
|
|
3320
|
+
if ("spline" === input3.mode)
|
|
3321
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3322
|
+
return $vo26(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3293
3323
|
})();
|
|
3294
3324
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3295
3325
|
if (void 0 !== input3.ranges)
|
|
3296
3326
|
return $vo19(input3, _path2, _exceptionable2);
|
|
3297
|
-
return $vo12(input3, _path2, false) || $
|
|
3327
|
+
return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
3298
3328
|
})();
|
|
3299
3329
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3300
3330
|
if ("categorical" === input3.type)
|
|
3301
|
-
return $vo51(input3, _path2, _exceptionable2);
|
|
3302
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
3303
3331
|
return $vo52(input3, _path2, _exceptionable2);
|
|
3304
|
-
if ("
|
|
3332
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
3305
3333
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3306
|
-
if ("
|
|
3334
|
+
if ("condition" === input3.type)
|
|
3307
3335
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3308
|
-
if ("
|
|
3336
|
+
if ("gene" === input3.kind)
|
|
3309
3337
|
return $vo55(input3, _path2, _exceptionable2);
|
|
3310
|
-
|
|
3338
|
+
if ("coord" === input3.kind)
|
|
3339
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
3340
|
+
return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
|
|
3311
3341
|
})();
|
|
3312
3342
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3313
3343
|
if (void 0 !== input3.bin_size)
|
|
3314
3344
|
return $vo22(input3, _path2, _exceptionable2);
|
|
3315
3345
|
if (void 0 !== input3.knots)
|
|
3316
|
-
return $
|
|
3346
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3317
3347
|
if (void 0 !== input3.AFcutoff)
|
|
3318
|
-
return $
|
|
3348
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
3319
3349
|
if (void 0 !== input3.timeScale)
|
|
3320
|
-
return $
|
|
3350
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
3321
3351
|
return (() => {
|
|
3322
3352
|
if (void 0 !== input3.groups)
|
|
3323
|
-
return $
|
|
3324
|
-
return $vo3(input3, _path2, false) || $vo5(input3, _path2, false) || $vo6(input3, _path2, false) || $vo26(input3, _path2, false) || $
|
|
3353
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
3354
|
+
return $vo3(input3, _path2, false) || $vo5(input3, _path2, false) || $vo6(input3, _path2, false) || $vo26(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false) || $vo62(input3, _path2, false) || $vo64(input3, _path2, false) || $vo65(input3, _path2, false) || $vo66(input3, _path2, false);
|
|
3325
3355
|
})();
|
|
3326
3356
|
})();
|
|
3327
3357
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|