@sjcrh/proteinpaint-types 2.137.2 → 2.137.3
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-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
- package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
- package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
- package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
- package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
- package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
- package/dist/{chunk-YW6G7WTF.js → chunk-GGZUN2GE.js} +5 -1
- package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
- package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
- package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
- package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
- package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
- package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +13 -13
- 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.singleSampleMutation.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +5 -7
- package/src/routes/termdb.categories.ts +5 -0
- package/src/routes/termdb.descrstats.ts +1 -0
- package/src/routes/termdb.singleSampleMutation.ts +3 -1
- package/src/terms/geneVariant.ts +11 -3
|
@@ -22,9 +22,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
22
22
|
const errors = [];
|
|
23
23
|
const __is = (input2) => {
|
|
24
24
|
const $join = import_typia.createValidate.join;
|
|
25
|
-
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && ("object" === typeof input3.featureTw && null !== input3.featureTw && $
|
|
25
|
+
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && ("object" === typeof input3.featureTw && null !== input3.featureTw && $iu4(input3.featureTw)) && (Array.isArray(input3.variableTwLst) && input3.variableTwLst.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("pearson" === input3.correlationMethod || "spearman" === input3.correlationMethod);
|
|
26
26
|
const $io1 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
27
|
-
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $
|
|
27
|
+
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
28
28
|
const $io3 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem)));
|
|
29
29
|
const $io4 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
30
30
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
@@ -45,8 +45,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
45
45
|
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
46
46
|
const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io22(elem)));
|
|
47
47
|
const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
|
|
48
|
-
const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $
|
|
49
|
-
const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $
|
|
48
|
+
const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(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);
|
|
49
|
+
const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
50
50
|
const $io16 = (input3) => Object.keys(input3).every((key) => {
|
|
51
51
|
const value = input3[key];
|
|
52
52
|
if (void 0 === value)
|
|
@@ -64,13 +64,15 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
64
64
|
const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(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 && $io25(elem)));
|
|
65
65
|
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
66
66
|
const $io25 = (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;
|
|
67
|
-
const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
68
|
-
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $
|
|
69
|
-
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
70
|
-
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
71
|
-
const $io30 = (input3) => "string" === typeof input3.
|
|
72
|
-
const $io31 = (input3) => (void 0 === input3.
|
|
73
|
-
const $io32 = (input3) =>
|
|
67
|
+
const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
68
|
+
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
69
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
70
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
71
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
72
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
73
|
+
const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
74
|
+
const $io33 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term));
|
|
75
|
+
const $io34 = (input3) => Object.keys(input3).every((key) => {
|
|
74
76
|
const value = input3[key];
|
|
75
77
|
if (void 0 === value)
|
|
76
78
|
return true;
|
|
@@ -78,57 +80,57 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
78
80
|
return true;
|
|
79
81
|
return true;
|
|
80
82
|
});
|
|
81
|
-
const $
|
|
82
|
-
const $
|
|
83
|
-
const $
|
|
84
|
-
const $
|
|
85
|
-
const $
|
|
86
|
-
const $
|
|
87
|
-
const $
|
|
88
|
-
const $
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
93
|
-
const $
|
|
94
|
-
const $
|
|
95
|
-
const $
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
98
|
-
const $
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
83
|
+
const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
84
|
+
const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
|
|
85
|
+
const $io37 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
86
|
+
const $io38 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io39(input3.customset));
|
|
87
|
+
const $io39 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
|
|
88
|
+
const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
|
|
89
|
+
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1]))));
|
|
90
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
|
|
91
|
+
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
92
|
+
const $io44 = (input3) => "number" === typeof input3.value;
|
|
93
|
+
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
|
|
94
|
+
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
95
|
+
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
96
|
+
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
97
|
+
const $io49 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
|
|
98
|
+
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
99
|
+
const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
100
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
|
|
101
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
102
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
103
|
+
const $io55 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
104
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
|
|
105
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
106
|
+
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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
107
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
108
|
+
const $io60 = (input3) => Object.keys(input3).every((key) => {
|
|
107
109
|
const value = input3[key];
|
|
108
110
|
if (void 0 === value)
|
|
109
111
|
return true;
|
|
110
112
|
if (RegExp(/(.*)/).test(key))
|
|
111
|
-
return "object" === typeof value && null !== value && $
|
|
113
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
112
114
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
113
|
-
return "object" === typeof value && null !== value && $
|
|
115
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
114
116
|
return true;
|
|
115
117
|
});
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
118
|
+
const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
119
|
+
const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
120
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
|
|
121
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
|
|
122
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io66(input3.groups));
|
|
123
|
+
const $io66 = (input3) => Object.keys(input3).every((key) => {
|
|
122
124
|
const value = input3[key];
|
|
123
125
|
if (void 0 === value)
|
|
124
126
|
return true;
|
|
125
127
|
if (RegExp(/(.*)/).test(key))
|
|
126
|
-
return "object" === typeof value && null !== value && $
|
|
128
|
+
return "object" === typeof value && null !== value && $io67(value);
|
|
127
129
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
128
|
-
return "object" === typeof value && null !== value && $
|
|
130
|
+
return "object" === typeof value && null !== value && $io67(value);
|
|
129
131
|
return true;
|
|
130
132
|
});
|
|
131
|
-
const $
|
|
133
|
+
const $io67 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
132
134
|
const $iu0 = (input3) => (() => {
|
|
133
135
|
if ("tvslst" === input3.type)
|
|
134
136
|
return $io1(input3);
|
|
@@ -151,33 +153,40 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
151
153
|
return $io18(input3);
|
|
152
154
|
})();
|
|
153
155
|
const $iu3 = (input3) => (() => {
|
|
156
|
+
if ("gene" === input3.kind)
|
|
157
|
+
return $io29(input3);
|
|
158
|
+
if ("coord" === input3.kind)
|
|
159
|
+
return $io30(input3);
|
|
160
|
+
return false;
|
|
161
|
+
})();
|
|
162
|
+
const $iu4 = (input3) => (() => {
|
|
154
163
|
if (void 0 !== input3.type)
|
|
155
|
-
return $
|
|
164
|
+
return $io33(input3);
|
|
156
165
|
return (() => {
|
|
157
|
-
if ($
|
|
158
|
-
return $
|
|
159
|
-
if ($
|
|
160
|
-
return $
|
|
161
|
-
if ($
|
|
162
|
-
return $
|
|
166
|
+
if ($io52(input3))
|
|
167
|
+
return $io52(input3);
|
|
168
|
+
if ($io45(input3))
|
|
169
|
+
return $io45(input3);
|
|
170
|
+
if ($io40(input3))
|
|
171
|
+
return $io40(input3);
|
|
163
172
|
return false;
|
|
164
173
|
})();
|
|
165
174
|
})();
|
|
166
|
-
const $
|
|
175
|
+
const $iu5 = (input3) => (() => {
|
|
167
176
|
if (true === input3.startunbounded)
|
|
168
177
|
return $io17(input3);
|
|
169
178
|
if (void 0 !== input3.start)
|
|
170
179
|
return $io18(input3);
|
|
171
180
|
return false;
|
|
172
181
|
})();
|
|
173
|
-
const $
|
|
182
|
+
const $iu6 = (input3) => (() => {
|
|
174
183
|
if (void 0 !== input3.stop)
|
|
175
184
|
return $io18(input3);
|
|
176
185
|
if (true === input3.stopunbounded)
|
|
177
186
|
return $io19(input3);
|
|
178
187
|
return false;
|
|
179
188
|
})();
|
|
180
|
-
const $
|
|
189
|
+
const $iu7 = (input3) => (() => {
|
|
181
190
|
if (void 0 !== input3.ranges)
|
|
182
191
|
return $io12(input3);
|
|
183
192
|
return (() => {
|
|
@@ -190,92 +199,92 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
190
199
|
return false;
|
|
191
200
|
})();
|
|
192
201
|
})();
|
|
193
|
-
const $
|
|
202
|
+
const $iu8 = (input3) => (() => {
|
|
194
203
|
if ("regular-bin" === input3.type)
|
|
195
204
|
return $io15(input3);
|
|
196
205
|
if ("custom-bin" === input3.type)
|
|
197
206
|
return $io20(input3);
|
|
198
207
|
return false;
|
|
199
208
|
})();
|
|
200
|
-
const $
|
|
209
|
+
const $iu9 = (input3) => (() => {
|
|
201
210
|
if ("gene" === input3.kind)
|
|
202
211
|
return $io28(input3);
|
|
203
212
|
if ("coord" === input3.kind)
|
|
204
|
-
return $
|
|
213
|
+
return $io31(input3);
|
|
205
214
|
return false;
|
|
206
215
|
})();
|
|
207
|
-
const $
|
|
216
|
+
const $iu10 = (input3) => (() => {
|
|
208
217
|
if ("values" === input3.type)
|
|
209
|
-
return $io33(input3);
|
|
210
|
-
if ("predefined-groupset" === input3.type)
|
|
211
218
|
return $io35(input3);
|
|
219
|
+
if ("predefined-groupset" === input3.type)
|
|
220
|
+
return $io37(input3);
|
|
212
221
|
if ("custom-groupset" === input3.type)
|
|
213
|
-
return $
|
|
214
|
-
return $
|
|
222
|
+
return $io38(input3);
|
|
223
|
+
return $io36(input3);
|
|
215
224
|
})();
|
|
216
|
-
const $
|
|
225
|
+
const $iu11 = (input3) => (() => {
|
|
217
226
|
if ("regular-bin" === input3.type)
|
|
218
227
|
return $io15(input3);
|
|
219
228
|
if ("continuous" === input3.mode)
|
|
220
|
-
return $
|
|
229
|
+
return $io42(input3);
|
|
221
230
|
if ("spline" === input3.mode)
|
|
222
|
-
return $
|
|
231
|
+
return $io43(input3);
|
|
223
232
|
return (() => {
|
|
224
233
|
if ($io20(input3))
|
|
225
234
|
return $io20(input3);
|
|
226
|
-
if ($
|
|
227
|
-
return $
|
|
235
|
+
if ($io41(input3))
|
|
236
|
+
return $io41(input3);
|
|
228
237
|
return false;
|
|
229
238
|
})();
|
|
230
239
|
})();
|
|
231
|
-
const $
|
|
240
|
+
const $iu12 = (input3) => (() => {
|
|
232
241
|
if ("gene" === input3.kind)
|
|
233
|
-
return $
|
|
242
|
+
return $io53(input3);
|
|
234
243
|
if ("coord" === input3.kind)
|
|
235
|
-
return $
|
|
244
|
+
return $io54(input3);
|
|
236
245
|
if ("categorical" === input3.type)
|
|
237
|
-
return $
|
|
246
|
+
return $io55(input3);
|
|
238
247
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
239
|
-
return $
|
|
248
|
+
return $io56(input3);
|
|
240
249
|
if ("condition" === input3.type)
|
|
241
|
-
return $
|
|
250
|
+
return $io57(input3);
|
|
242
251
|
return (() => {
|
|
243
|
-
if ($
|
|
244
|
-
return $
|
|
245
|
-
if ($
|
|
246
|
-
return $
|
|
252
|
+
if ($io58(input3))
|
|
253
|
+
return $io58(input3);
|
|
254
|
+
if ($io59(input3))
|
|
255
|
+
return $io59(input3);
|
|
247
256
|
return false;
|
|
248
257
|
})();
|
|
249
258
|
})();
|
|
250
|
-
const $
|
|
259
|
+
const $iu13 = (input3) => (() => {
|
|
251
260
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
252
|
-
return $
|
|
261
|
+
return $io37(input3);
|
|
253
262
|
if (void 0 !== input3.customset)
|
|
254
|
-
return $
|
|
263
|
+
return $io38(input3);
|
|
255
264
|
if (void 0 !== input3.bin_size)
|
|
256
265
|
return $io15(input3);
|
|
257
266
|
if (void 0 !== input3.knots)
|
|
258
|
-
return $
|
|
267
|
+
return $io43(input3);
|
|
259
268
|
if (void 0 !== input3.AFcutoff)
|
|
260
|
-
return $
|
|
269
|
+
return $io46(input3);
|
|
261
270
|
if (void 0 !== input3.timeScale)
|
|
262
|
-
return $
|
|
271
|
+
return $io64(input3);
|
|
263
272
|
return (() => {
|
|
264
273
|
if (void 0 !== input3.groups)
|
|
265
|
-
return $
|
|
274
|
+
return $io65(input3);
|
|
266
275
|
return (() => {
|
|
267
|
-
if ($
|
|
268
|
-
return $
|
|
269
|
-
if ($
|
|
270
|
-
return $
|
|
271
|
-
if ($
|
|
272
|
-
return $
|
|
276
|
+
if ($io36(input3))
|
|
277
|
+
return $io36(input3);
|
|
278
|
+
if ($io63(input3))
|
|
279
|
+
return $io63(input3);
|
|
280
|
+
if ($io35(input3))
|
|
281
|
+
return $io35(input3);
|
|
273
282
|
if ($io20(input3))
|
|
274
283
|
return $io20(input3);
|
|
275
|
-
if ($
|
|
276
|
-
return $
|
|
277
|
-
if ($
|
|
278
|
-
return $
|
|
284
|
+
if ($io41(input3))
|
|
285
|
+
return $io41(input3);
|
|
286
|
+
if ($io42(input3))
|
|
287
|
+
return $io42(input3);
|
|
279
288
|
return false;
|
|
280
289
|
})();
|
|
281
290
|
})();
|
|
@@ -306,7 +315,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
306
315
|
path: _path2 + ".featureTw",
|
|
307
316
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
308
317
|
value: input3.featureTw
|
|
309
|
-
})) && $
|
|
318
|
+
})) && $vu4(input3.featureTw, _path2 + ".featureTw", _exceptionable2) || $report(_exceptionable2, {
|
|
310
319
|
path: _path2 + ".featureTw",
|
|
311
320
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
312
321
|
value: input3.featureTw
|
|
@@ -318,7 +327,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
318
327
|
path: _path2 + ".variableTwLst[" + _index1 + "]",
|
|
319
328
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
320
329
|
value: elem
|
|
321
|
-
})) && $
|
|
330
|
+
})) && $vu4(elem, _path2 + ".variableTwLst[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
322
331
|
path: _path2 + ".variableTwLst[" + _index1 + "]",
|
|
323
332
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
324
333
|
value: elem
|
|
@@ -372,7 +381,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
372
381
|
path: _path2 + ".tvs",
|
|
373
382
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
374
383
|
value: input3.tvs
|
|
375
|
-
})) && $
|
|
384
|
+
})) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
376
385
|
path: _path2 + ".tvs",
|
|
377
386
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
378
387
|
value: input3.tvs
|
|
@@ -781,7 +790,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
781
790
|
path: _path2 + '["default"]',
|
|
782
791
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
783
792
|
value: input3["default"]
|
|
784
|
-
})) && $
|
|
793
|
+
})) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
785
794
|
path: _path2 + '["default"]',
|
|
786
795
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
787
796
|
value: input3["default"]
|
|
@@ -789,7 +798,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
789
798
|
path: _path2 + ".less",
|
|
790
799
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
791
800
|
value: input3.less
|
|
792
|
-
})) && $
|
|
801
|
+
})) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
793
802
|
path: _path2 + ".less",
|
|
794
803
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
795
804
|
value: input3.less
|
|
@@ -850,7 +859,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
850
859
|
path: _path2 + ".first_bin",
|
|
851
860
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
852
861
|
value: input3.first_bin
|
|
853
|
-
})) && $
|
|
862
|
+
})) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
854
863
|
path: _path2 + ".first_bin",
|
|
855
864
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
856
865
|
value: input3.first_bin
|
|
@@ -858,7 +867,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
858
867
|
path: _path2 + ".last_bin",
|
|
859
868
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
860
869
|
value: input3.last_bin
|
|
861
|
-
})) && $
|
|
870
|
+
})) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
862
871
|
path: _path2 + ".last_bin",
|
|
863
872
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
864
873
|
value: input3.last_bin
|
|
@@ -1194,7 +1203,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1194
1203
|
path: _path2 + ".values[" + _index17 + "]",
|
|
1195
1204
|
expected: "__type.o4",
|
|
1196
1205
|
value: elem
|
|
1197
|
-
})) && $
|
|
1206
|
+
})) && $vo32(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1198
1207
|
path: _path2 + ".values[" + _index17 + "]",
|
|
1199
1208
|
expected: "__type.o4",
|
|
1200
1209
|
value: elem
|
|
@@ -1229,11 +1238,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1229
1238
|
value: input3.name_noOrigin
|
|
1230
1239
|
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
1231
1240
|
path: _path2 + ".parentTerm",
|
|
1232
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
1241
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1233
1242
|
value: input3.parentTerm
|
|
1234
|
-
})) && $
|
|
1243
|
+
})) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1235
1244
|
path: _path2 + ".parentTerm",
|
|
1236
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
1245
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1237
1246
|
value: input3.parentTerm
|
|
1238
1247
|
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1239
1248
|
path: _path2 + ".isleaf",
|
|
@@ -1336,6 +1345,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1336
1345
|
path: _path2 + ".stop",
|
|
1337
1346
|
expected: "(number | undefined)",
|
|
1338
1347
|
value: input3.stop
|
|
1348
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1349
|
+
path: _path2 + ".genes",
|
|
1350
|
+
expected: "Array<GvGeneTerm>",
|
|
1351
|
+
value: input3.genes
|
|
1352
|
+
})) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1353
|
+
path: _path2 + ".genes[" + _index20 + "]",
|
|
1354
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1355
|
+
value: elem
|
|
1356
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1357
|
+
path: _path2 + ".genes[" + _index20 + "]",
|
|
1358
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1359
|
+
value: elem
|
|
1360
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1361
|
+
path: _path2 + ".genes",
|
|
1362
|
+
expected: "Array<GvGeneTerm>",
|
|
1363
|
+
value: input3.genes
|
|
1339
1364
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1340
1365
|
path: _path2 + ".groupsetting",
|
|
1341
1366
|
expected: "(TermGroupSetting | undefined)",
|
|
@@ -1348,12 +1373,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1348
1373
|
path: _path2 + ".childTerms",
|
|
1349
1374
|
expected: "(Array<DtTerm> | undefined)",
|
|
1350
1375
|
value: input3.childTerms
|
|
1351
|
-
})) && input3.childTerms.map((elem,
|
|
1352
|
-
path: _path2 + ".childTerms[" +
|
|
1376
|
+
})) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1377
|
+
path: _path2 + ".childTerms[" + _index21 + "]",
|
|
1353
1378
|
expected: "DtTerm",
|
|
1354
1379
|
value: elem
|
|
1355
|
-
})) && $vo27(elem, _path2 + ".childTerms[" +
|
|
1356
|
-
path: _path2 + ".childTerms[" +
|
|
1380
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1381
|
+
path: _path2 + ".childTerms[" + _index21 + "]",
|
|
1357
1382
|
expected: "DtTerm",
|
|
1358
1383
|
value: elem
|
|
1359
1384
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1369,6 +1394,156 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1369
1394
|
path: _path2 + ".name",
|
|
1370
1395
|
expected: "string",
|
|
1371
1396
|
value: input3.name
|
|
1397
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1398
|
+
path: _path2 + ".type",
|
|
1399
|
+
expected: "string",
|
|
1400
|
+
value: input3.type
|
|
1401
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1402
|
+
path: _path2 + ".child_types",
|
|
1403
|
+
expected: "(Array<string> | undefined)",
|
|
1404
|
+
value: input3.child_types
|
|
1405
|
+
})) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1406
|
+
path: _path2 + ".child_types[" + _index22 + "]",
|
|
1407
|
+
expected: "string",
|
|
1408
|
+
value: elem
|
|
1409
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1410
|
+
path: _path2 + ".child_types",
|
|
1411
|
+
expected: "(Array<string> | undefined)",
|
|
1412
|
+
value: input3.child_types
|
|
1413
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1414
|
+
path: _path2 + ".hashtmldetail",
|
|
1415
|
+
expected: "(boolean | undefined)",
|
|
1416
|
+
value: input3.hashtmldetail
|
|
1417
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1418
|
+
path: _path2 + ".included_types",
|
|
1419
|
+
expected: "(Array<string> | undefined)",
|
|
1420
|
+
value: input3.included_types
|
|
1421
|
+
})) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1422
|
+
path: _path2 + ".included_types[" + _index23 + "]",
|
|
1423
|
+
expected: "string",
|
|
1424
|
+
value: elem
|
|
1425
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1426
|
+
path: _path2 + ".included_types",
|
|
1427
|
+
expected: "(Array<string> | undefined)",
|
|
1428
|
+
value: input3.included_types
|
|
1429
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1430
|
+
path: _path2 + ".isleaf",
|
|
1431
|
+
expected: "(boolean | undefined)",
|
|
1432
|
+
value: input3.isleaf
|
|
1433
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1434
|
+
path: _path2 + ".values",
|
|
1435
|
+
expected: "(TermValues | undefined)",
|
|
1436
|
+
value: input3.values
|
|
1437
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1438
|
+
path: _path2 + ".values",
|
|
1439
|
+
expected: "(TermValues | undefined)",
|
|
1440
|
+
value: input3.values
|
|
1441
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1442
|
+
path: _path2 + ".skipValuesBuild",
|
|
1443
|
+
expected: "(boolean | undefined)",
|
|
1444
|
+
value: input3.skipValuesBuild
|
|
1445
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1446
|
+
path: _path2 + ".kind",
|
|
1447
|
+
expected: '"gene"',
|
|
1448
|
+
value: input3.kind
|
|
1449
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1450
|
+
path: _path2 + ".gene",
|
|
1451
|
+
expected: "string",
|
|
1452
|
+
value: input3.gene
|
|
1453
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1454
|
+
path: _path2 + ".chr",
|
|
1455
|
+
expected: "(string | undefined)",
|
|
1456
|
+
value: input3.chr
|
|
1457
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1458
|
+
path: _path2 + ".start",
|
|
1459
|
+
expected: "(number | undefined)",
|
|
1460
|
+
value: input3.start
|
|
1461
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1462
|
+
path: _path2 + ".stop",
|
|
1463
|
+
expected: "(number | undefined)",
|
|
1464
|
+
value: input3.stop
|
|
1465
|
+
})].every((flag) => flag);
|
|
1466
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1467
|
+
path: _path2 + ".id",
|
|
1468
|
+
expected: "string",
|
|
1469
|
+
value: input3.id
|
|
1470
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1471
|
+
path: _path2 + ".name",
|
|
1472
|
+
expected: "string",
|
|
1473
|
+
value: input3.name
|
|
1474
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1475
|
+
path: _path2 + ".type",
|
|
1476
|
+
expected: "string",
|
|
1477
|
+
value: input3.type
|
|
1478
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1479
|
+
path: _path2 + ".child_types",
|
|
1480
|
+
expected: "(Array<string> | undefined)",
|
|
1481
|
+
value: input3.child_types
|
|
1482
|
+
})) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1483
|
+
path: _path2 + ".child_types[" + _index24 + "]",
|
|
1484
|
+
expected: "string",
|
|
1485
|
+
value: elem
|
|
1486
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1487
|
+
path: _path2 + ".child_types",
|
|
1488
|
+
expected: "(Array<string> | undefined)",
|
|
1489
|
+
value: input3.child_types
|
|
1490
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1491
|
+
path: _path2 + ".hashtmldetail",
|
|
1492
|
+
expected: "(boolean | undefined)",
|
|
1493
|
+
value: input3.hashtmldetail
|
|
1494
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1495
|
+
path: _path2 + ".included_types",
|
|
1496
|
+
expected: "(Array<string> | undefined)",
|
|
1497
|
+
value: input3.included_types
|
|
1498
|
+
})) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1499
|
+
path: _path2 + ".included_types[" + _index25 + "]",
|
|
1500
|
+
expected: "string",
|
|
1501
|
+
value: elem
|
|
1502
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1503
|
+
path: _path2 + ".included_types",
|
|
1504
|
+
expected: "(Array<string> | undefined)",
|
|
1505
|
+
value: input3.included_types
|
|
1506
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1507
|
+
path: _path2 + ".isleaf",
|
|
1508
|
+
expected: "(boolean | undefined)",
|
|
1509
|
+
value: input3.isleaf
|
|
1510
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1511
|
+
path: _path2 + ".values",
|
|
1512
|
+
expected: "(TermValues | undefined)",
|
|
1513
|
+
value: input3.values
|
|
1514
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1515
|
+
path: _path2 + ".values",
|
|
1516
|
+
expected: "(TermValues | undefined)",
|
|
1517
|
+
value: input3.values
|
|
1518
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1519
|
+
path: _path2 + ".skipValuesBuild",
|
|
1520
|
+
expected: "(boolean | undefined)",
|
|
1521
|
+
value: input3.skipValuesBuild
|
|
1522
|
+
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1523
|
+
path: _path2 + ".kind",
|
|
1524
|
+
expected: '"coord"',
|
|
1525
|
+
value: input3.kind
|
|
1526
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1527
|
+
path: _path2 + ".chr",
|
|
1528
|
+
expected: "string",
|
|
1529
|
+
value: input3.chr
|
|
1530
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1531
|
+
path: _path2 + ".start",
|
|
1532
|
+
expected: "number",
|
|
1533
|
+
value: input3.start
|
|
1534
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1535
|
+
path: _path2 + ".stop",
|
|
1536
|
+
expected: "number",
|
|
1537
|
+
value: input3.stop
|
|
1538
|
+
})].every((flag) => flag);
|
|
1539
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1540
|
+
path: _path2 + ".id",
|
|
1541
|
+
expected: "string",
|
|
1542
|
+
value: input3.id
|
|
1543
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1544
|
+
path: _path2 + ".name",
|
|
1545
|
+
expected: "string",
|
|
1546
|
+
value: input3.name
|
|
1372
1547
|
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1373
1548
|
path: _path2 + ".type",
|
|
1374
1549
|
expected: '"geneVariant"',
|
|
@@ -1377,8 +1552,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1377
1552
|
path: _path2 + ".child_types",
|
|
1378
1553
|
expected: "(Array<string> | undefined)",
|
|
1379
1554
|
value: input3.child_types
|
|
1380
|
-
})) && input3.child_types.map((elem,
|
|
1381
|
-
path: _path2 + ".child_types[" +
|
|
1555
|
+
})) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1556
|
+
path: _path2 + ".child_types[" + _index26 + "]",
|
|
1382
1557
|
expected: "string",
|
|
1383
1558
|
value: elem
|
|
1384
1559
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1393,8 +1568,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1393
1568
|
path: _path2 + ".included_types",
|
|
1394
1569
|
expected: "(Array<string> | undefined)",
|
|
1395
1570
|
value: input3.included_types
|
|
1396
|
-
})) && input3.included_types.map((elem,
|
|
1397
|
-
path: _path2 + ".included_types[" +
|
|
1571
|
+
})) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1572
|
+
path: _path2 + ".included_types[" + _index27 + "]",
|
|
1398
1573
|
expected: "string",
|
|
1399
1574
|
value: elem
|
|
1400
1575
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1433,6 +1608,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1433
1608
|
path: _path2 + ".stop",
|
|
1434
1609
|
expected: "number",
|
|
1435
1610
|
value: input3.stop
|
|
1611
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1612
|
+
path: _path2 + ".genes",
|
|
1613
|
+
expected: "Array<GvGeneTerm>",
|
|
1614
|
+
value: input3.genes
|
|
1615
|
+
})) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1616
|
+
path: _path2 + ".genes[" + _index28 + "]",
|
|
1617
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1618
|
+
value: elem
|
|
1619
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1620
|
+
path: _path2 + ".genes[" + _index28 + "]",
|
|
1621
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1622
|
+
value: elem
|
|
1623
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1624
|
+
path: _path2 + ".genes",
|
|
1625
|
+
expected: "Array<GvGeneTerm>",
|
|
1626
|
+
value: input3.genes
|
|
1436
1627
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1437
1628
|
path: _path2 + ".groupsetting",
|
|
1438
1629
|
expected: "(TermGroupSetting | undefined)",
|
|
@@ -1445,12 +1636,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1445
1636
|
path: _path2 + ".childTerms",
|
|
1446
1637
|
expected: "(Array<DtTerm> | undefined)",
|
|
1447
1638
|
value: input3.childTerms
|
|
1448
|
-
})) && input3.childTerms.map((elem,
|
|
1449
|
-
path: _path2 + ".childTerms[" +
|
|
1639
|
+
})) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1640
|
+
path: _path2 + ".childTerms[" + _index29 + "]",
|
|
1450
1641
|
expected: "DtTerm",
|
|
1451
1642
|
value: elem
|
|
1452
|
-
})) && $vo27(elem, _path2 + ".childTerms[" +
|
|
1453
|
-
path: _path2 + ".childTerms[" +
|
|
1643
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1644
|
+
path: _path2 + ".childTerms[" + _index29 + "]",
|
|
1454
1645
|
expected: "DtTerm",
|
|
1455
1646
|
value: elem
|
|
1456
1647
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1458,7 +1649,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1458
1649
|
expected: "(Array<DtTerm> | undefined)",
|
|
1459
1650
|
value: input3.childTerms
|
|
1460
1651
|
})].every((flag) => flag);
|
|
1461
|
-
const $
|
|
1652
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1462
1653
|
path: _path2 + ".key",
|
|
1463
1654
|
expected: "string",
|
|
1464
1655
|
value: input3.key
|
|
@@ -1471,7 +1662,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1471
1662
|
expected: "string",
|
|
1472
1663
|
value: input3.value
|
|
1473
1664
|
})].every((flag) => flag);
|
|
1474
|
-
const $
|
|
1665
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1475
1666
|
path: _path2 + ".id",
|
|
1476
1667
|
expected: "(string | undefined)",
|
|
1477
1668
|
value: input3.id
|
|
@@ -1487,7 +1678,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1487
1678
|
path: _path2 + ".settings",
|
|
1488
1679
|
expected: "(__type.o5 | undefined)",
|
|
1489
1680
|
value: input3.settings
|
|
1490
|
-
})) && $
|
|
1681
|
+
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1491
1682
|
path: _path2 + ".settings",
|
|
1492
1683
|
expected: "(__type.o5 | undefined)",
|
|
1493
1684
|
value: input3.settings
|
|
@@ -1503,7 +1694,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1503
1694
|
path: _path2 + ".q",
|
|
1504
1695
|
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
1505
1696
|
value: input3.q
|
|
1506
|
-
})) && $
|
|
1697
|
+
})) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1507
1698
|
path: _path2 + ".q",
|
|
1508
1699
|
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
1509
1700
|
value: input3.q
|
|
@@ -1516,7 +1707,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1516
1707
|
expected: "CategoricalTerm",
|
|
1517
1708
|
value: input3.term
|
|
1518
1709
|
})].every((flag) => flag);
|
|
1519
|
-
const $
|
|
1710
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
1520
1711
|
const value = input3[key];
|
|
1521
1712
|
if (void 0 === value)
|
|
1522
1713
|
return true;
|
|
@@ -1524,7 +1715,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1524
1715
|
return true;
|
|
1525
1716
|
return true;
|
|
1526
1717
|
}).every((flag) => flag)].every((flag) => flag);
|
|
1527
|
-
const $
|
|
1718
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1528
1719
|
path: _path2 + ".hiddenValues",
|
|
1529
1720
|
expected: "(HiddenValues | undefined)",
|
|
1530
1721
|
value: input3.hiddenValues
|
|
@@ -1553,7 +1744,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1553
1744
|
expected: '"values"',
|
|
1554
1745
|
value: input3.type
|
|
1555
1746
|
})].every((flag) => flag);
|
|
1556
|
-
const $
|
|
1747
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1557
1748
|
path: _path2 + ".hiddenValues",
|
|
1558
1749
|
expected: "(HiddenValues | undefined)",
|
|
1559
1750
|
value: input3.hiddenValues
|
|
@@ -1582,7 +1773,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1582
1773
|
expected: '("filter" | undefined)',
|
|
1583
1774
|
value: input3.type
|
|
1584
1775
|
})].every((flag) => flag);
|
|
1585
|
-
const $
|
|
1776
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1586
1777
|
path: _path2 + ".hiddenValues",
|
|
1587
1778
|
expected: "(HiddenValues | undefined)",
|
|
1588
1779
|
value: input3.hiddenValues
|
|
@@ -1615,7 +1806,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1615
1806
|
expected: "number",
|
|
1616
1807
|
value: input3.predefined_groupset_idx
|
|
1617
1808
|
})].every((flag) => flag);
|
|
1618
|
-
const $
|
|
1809
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1619
1810
|
path: _path2 + ".hiddenValues",
|
|
1620
1811
|
expected: "(HiddenValues | undefined)",
|
|
1621
1812
|
value: input3.hiddenValues
|
|
@@ -1647,21 +1838,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1647
1838
|
path: _path2 + ".customset",
|
|
1648
1839
|
expected: "BaseGroupSet",
|
|
1649
1840
|
value: input3.customset
|
|
1650
|
-
})) && $
|
|
1841
|
+
})) && $vo39(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
1651
1842
|
path: _path2 + ".customset",
|
|
1652
1843
|
expected: "BaseGroupSet",
|
|
1653
1844
|
value: input3.customset
|
|
1654
1845
|
})].every((flag) => flag);
|
|
1655
|
-
const $
|
|
1846
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1656
1847
|
path: _path2 + ".groups",
|
|
1657
1848
|
expected: "Array<GroupEntry>",
|
|
1658
1849
|
value: input3.groups
|
|
1659
|
-
})) && input3.groups.map((elem,
|
|
1660
|
-
path: _path2 + ".groups[" +
|
|
1850
|
+
})) && input3.groups.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1851
|
+
path: _path2 + ".groups[" + _index30 + "]",
|
|
1661
1852
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1662
1853
|
value: elem
|
|
1663
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
1664
|
-
path: _path2 + ".groups[" +
|
|
1854
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1855
|
+
path: _path2 + ".groups[" + _index30 + "]",
|
|
1665
1856
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1666
1857
|
value: elem
|
|
1667
1858
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1669,7 +1860,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1669
1860
|
expected: "Array<GroupEntry>",
|
|
1670
1861
|
value: input3.groups
|
|
1671
1862
|
})].every((flag) => flag);
|
|
1672
|
-
const $
|
|
1863
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1673
1864
|
path: _path2 + ".id",
|
|
1674
1865
|
expected: "(string | undefined)",
|
|
1675
1866
|
value: input3.id
|
|
@@ -1685,7 +1876,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1685
1876
|
path: _path2 + ".settings",
|
|
1686
1877
|
expected: "(__type.o5 | undefined)",
|
|
1687
1878
|
value: input3.settings
|
|
1688
|
-
})) && $
|
|
1879
|
+
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1689
1880
|
path: _path2 + ".settings",
|
|
1690
1881
|
expected: "(__type.o5 | undefined)",
|
|
1691
1882
|
value: input3.settings
|
|
@@ -1705,12 +1896,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1705
1896
|
path: _path2 + ".q",
|
|
1706
1897
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1707
1898
|
value: input3.q
|
|
1708
|
-
})) && $
|
|
1899
|
+
})) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1709
1900
|
path: _path2 + ".q",
|
|
1710
1901
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1711
1902
|
value: input3.q
|
|
1712
1903
|
})].every((flag) => flag);
|
|
1713
|
-
const $
|
|
1904
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1714
1905
|
path: _path2 + ".hiddenValues",
|
|
1715
1906
|
expected: "(HiddenValues | undefined)",
|
|
1716
1907
|
value: input3.hiddenValues
|
|
@@ -1751,7 +1942,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1751
1942
|
path: _path2 + ".lst[0]",
|
|
1752
1943
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1753
1944
|
value: input3.lst[0]
|
|
1754
|
-
})) && $
|
|
1945
|
+
})) && $vu5(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
|
|
1755
1946
|
path: _path2 + ".lst[0]",
|
|
1756
1947
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1757
1948
|
value: input3.lst[0]
|
|
@@ -1760,7 +1951,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1760
1951
|
path: _path2 + ".lst[1]",
|
|
1761
1952
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1762
1953
|
value: input3.lst[1]
|
|
1763
|
-
})) && $
|
|
1954
|
+
})) && $vu6(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
|
|
1764
1955
|
path: _path2 + ".lst[1]",
|
|
1765
1956
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1766
1957
|
value: input3.lst[1]
|
|
@@ -1770,7 +1961,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1770
1961
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1771
1962
|
value: input3.lst
|
|
1772
1963
|
})].every((flag) => flag);
|
|
1773
|
-
const $
|
|
1964
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1774
1965
|
path: _path2 + ".hiddenValues",
|
|
1775
1966
|
expected: "(HiddenValues | undefined)",
|
|
1776
1967
|
value: input3.hiddenValues
|
|
@@ -1807,7 +1998,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1807
1998
|
expected: "undefined",
|
|
1808
1999
|
value: input3.type
|
|
1809
2000
|
}))].every((flag) => flag);
|
|
1810
|
-
const $
|
|
2001
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1811
2002
|
path: _path2 + ".hiddenValues",
|
|
1812
2003
|
expected: "(HiddenValues | undefined)",
|
|
1813
2004
|
value: input3.hiddenValues
|
|
@@ -1835,12 +2026,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1835
2026
|
path: _path2 + ".knots",
|
|
1836
2027
|
expected: "Array<__type>.o3",
|
|
1837
2028
|
value: input3.knots
|
|
1838
|
-
})) && input3.knots.map((elem,
|
|
1839
|
-
path: _path2 + ".knots[" +
|
|
2029
|
+
})) && input3.knots.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2030
|
+
path: _path2 + ".knots[" + _index31 + "]",
|
|
1840
2031
|
expected: "__type.o6",
|
|
1841
2032
|
value: elem
|
|
1842
|
-
})) && $
|
|
1843
|
-
path: _path2 + ".knots[" +
|
|
2033
|
+
})) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2034
|
+
path: _path2 + ".knots[" + _index31 + "]",
|
|
1844
2035
|
expected: "__type.o6",
|
|
1845
2036
|
value: elem
|
|
1846
2037
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1856,12 +2047,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1856
2047
|
expected: "undefined",
|
|
1857
2048
|
value: input3.type
|
|
1858
2049
|
}))].every((flag) => flag);
|
|
1859
|
-
const $
|
|
2050
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1860
2051
|
path: _path2 + ".value",
|
|
1861
2052
|
expected: "number",
|
|
1862
2053
|
value: input3.value
|
|
1863
2054
|
})].every((flag) => flag);
|
|
1864
|
-
const $
|
|
2055
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1865
2056
|
path: _path2 + ".id",
|
|
1866
2057
|
expected: "(string | undefined)",
|
|
1867
2058
|
value: input3.id
|
|
@@ -1877,7 +2068,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1877
2068
|
path: _path2 + ".settings",
|
|
1878
2069
|
expected: "(__type.o5 | undefined)",
|
|
1879
2070
|
value: input3.settings
|
|
1880
|
-
})) && $
|
|
2071
|
+
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1881
2072
|
path: _path2 + ".settings",
|
|
1882
2073
|
expected: "(__type.o5 | undefined)",
|
|
1883
2074
|
value: input3.settings
|
|
@@ -1889,7 +2080,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1889
2080
|
path: _path2 + ".q",
|
|
1890
2081
|
expected: "SnpsQ",
|
|
1891
2082
|
value: input3.q
|
|
1892
|
-
})) && $
|
|
2083
|
+
})) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1893
2084
|
path: _path2 + ".q",
|
|
1894
2085
|
expected: "SnpsQ",
|
|
1895
2086
|
value: input3.q
|
|
@@ -1897,12 +2088,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1897
2088
|
path: _path2 + ".term",
|
|
1898
2089
|
expected: "SnpsTerm",
|
|
1899
2090
|
value: input3.term
|
|
1900
|
-
})) && $
|
|
2091
|
+
})) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1901
2092
|
path: _path2 + ".term",
|
|
1902
2093
|
expected: "SnpsTerm",
|
|
1903
2094
|
value: input3.term
|
|
1904
2095
|
})].every((flag) => flag);
|
|
1905
|
-
const $
|
|
2096
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1906
2097
|
path: _path2 + ".hiddenValues",
|
|
1907
2098
|
expected: "(HiddenValues | undefined)",
|
|
1908
2099
|
value: input3.hiddenValues
|
|
@@ -1958,7 +2149,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1958
2149
|
path: _path2 + ".restrictAncestry",
|
|
1959
2150
|
expected: "RestrictAncestry",
|
|
1960
2151
|
value: input3.restrictAncestry
|
|
1961
|
-
})) && $
|
|
2152
|
+
})) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
1962
2153
|
path: _path2 + ".restrictAncestry",
|
|
1963
2154
|
expected: "RestrictAncestry",
|
|
1964
2155
|
value: input3.restrictAncestry
|
|
@@ -1983,7 +2174,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1983
2174
|
expected: "number",
|
|
1984
2175
|
value: input3.stop
|
|
1985
2176
|
})].every((flag) => flag);
|
|
1986
|
-
const $
|
|
2177
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1987
2178
|
path: _path2 + ".name",
|
|
1988
2179
|
expected: "string",
|
|
1989
2180
|
value: input3.name
|
|
@@ -1991,12 +2182,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1991
2182
|
path: _path2 + ".tvs",
|
|
1992
2183
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
1993
2184
|
value: input3.tvs
|
|
1994
|
-
})) && $
|
|
2185
|
+
})) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
1995
2186
|
path: _path2 + ".tvs",
|
|
1996
2187
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
1997
2188
|
value: input3.tvs
|
|
1998
2189
|
})].every((flag) => flag);
|
|
1999
|
-
const $
|
|
2190
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2000
2191
|
path: _path2 + ".id",
|
|
2001
2192
|
expected: "string",
|
|
2002
2193
|
value: input3.id
|
|
@@ -2012,8 +2203,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2012
2203
|
path: _path2 + ".child_types",
|
|
2013
2204
|
expected: "(Array<string> | undefined)",
|
|
2014
2205
|
value: input3.child_types
|
|
2015
|
-
})) && input3.child_types.map((elem,
|
|
2016
|
-
path: _path2 + ".child_types[" +
|
|
2206
|
+
})) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2207
|
+
path: _path2 + ".child_types[" + _index32 + "]",
|
|
2017
2208
|
expected: "string",
|
|
2018
2209
|
value: elem
|
|
2019
2210
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2028,8 +2219,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2028
2219
|
path: _path2 + ".included_types",
|
|
2029
2220
|
expected: "(Array<string> | undefined)",
|
|
2030
2221
|
value: input3.included_types
|
|
2031
|
-
})) && input3.included_types.map((elem,
|
|
2032
|
-
path: _path2 + ".included_types[" +
|
|
2222
|
+
})) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2223
|
+
path: _path2 + ".included_types[" + _index33 + "]",
|
|
2033
2224
|
expected: "string",
|
|
2034
2225
|
value: elem
|
|
2035
2226
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2060,12 +2251,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2060
2251
|
path: _path2 + ".snps",
|
|
2061
2252
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2062
2253
|
value: input3.snps
|
|
2063
|
-
})) && input3.snps.map((elem,
|
|
2064
|
-
path: _path2 + ".snps[" +
|
|
2254
|
+
})) && input3.snps.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2255
|
+
path: _path2 + ".snps[" + _index34 + "]",
|
|
2065
2256
|
expected: "SnpsEntry",
|
|
2066
2257
|
value: elem
|
|
2067
|
-
})) && $
|
|
2068
|
-
path: _path2 + ".snps[" +
|
|
2258
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2259
|
+
path: _path2 + ".snps[" + _index34 + "]",
|
|
2069
2260
|
expected: "SnpsEntry",
|
|
2070
2261
|
value: elem
|
|
2071
2262
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2073,12 +2264,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2073
2264
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2074
2265
|
value: input3.snps
|
|
2075
2266
|
})].every((flag) => flag);
|
|
2076
|
-
const $
|
|
2267
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2077
2268
|
path: _path2 + ".altAlleles",
|
|
2078
2269
|
expected: "(Array<string> | undefined)",
|
|
2079
2270
|
value: input3.altAlleles
|
|
2080
|
-
})) && input3.altAlleles.map((elem,
|
|
2081
|
-
path: _path2 + ".altAlleles[" +
|
|
2271
|
+
})) && input3.altAlleles.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2272
|
+
path: _path2 + ".altAlleles[" + _index35 + "]",
|
|
2082
2273
|
expected: "string",
|
|
2083
2274
|
value: elem
|
|
2084
2275
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2089,12 +2280,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2089
2280
|
path: _path2 + ".alleles",
|
|
2090
2281
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
2091
2282
|
value: input3.alleles
|
|
2092
|
-
})) && input3.alleles.map((elem,
|
|
2093
|
-
path: _path2 + ".alleles[" +
|
|
2283
|
+
})) && input3.alleles.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2284
|
+
path: _path2 + ".alleles[" + _index36 + "]",
|
|
2094
2285
|
expected: "AllelesEntry",
|
|
2095
2286
|
value: elem
|
|
2096
|
-
})) && $
|
|
2097
|
-
path: _path2 + ".alleles[" +
|
|
2287
|
+
})) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2288
|
+
path: _path2 + ".alleles[" + _index36 + "]",
|
|
2098
2289
|
expected: "AllelesEntry",
|
|
2099
2290
|
value: elem
|
|
2100
2291
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2109,7 +2300,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2109
2300
|
path: _path2 + ".gt2count",
|
|
2110
2301
|
expected: "(__type.o7 | undefined)",
|
|
2111
2302
|
value: input3.gt2count
|
|
2112
|
-
})) && $
|
|
2303
|
+
})) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2113
2304
|
path: _path2 + ".gt2count",
|
|
2114
2305
|
expected: "(__type.o7 | undefined)",
|
|
2115
2306
|
value: input3.gt2count
|
|
@@ -2138,7 +2329,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2138
2329
|
expected: "(number | undefined)",
|
|
2139
2330
|
value: input3.pos
|
|
2140
2331
|
})].every((flag) => flag);
|
|
2141
|
-
const $
|
|
2332
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2142
2333
|
path: _path2 + ".allele",
|
|
2143
2334
|
expected: "string",
|
|
2144
2335
|
value: input3.allele
|
|
@@ -2151,7 +2342,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2151
2342
|
expected: "boolean",
|
|
2152
2343
|
value: input3.isRef
|
|
2153
2344
|
})].every((flag) => flag);
|
|
2154
|
-
const $
|
|
2345
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2155
2346
|
path: _path2 + ".k",
|
|
2156
2347
|
expected: "string",
|
|
2157
2348
|
value: input3.k
|
|
@@ -2160,7 +2351,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2160
2351
|
expected: "(number | string)",
|
|
2161
2352
|
value: input3.v
|
|
2162
2353
|
})].every((flag) => flag);
|
|
2163
|
-
const $
|
|
2354
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2164
2355
|
path: _path2 + ".id",
|
|
2165
2356
|
expected: "(string | undefined)",
|
|
2166
2357
|
value: input3.id
|
|
@@ -2176,7 +2367,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2176
2367
|
path: _path2 + ".settings",
|
|
2177
2368
|
expected: "(__type.o5 | undefined)",
|
|
2178
2369
|
value: input3.settings
|
|
2179
|
-
})) && $
|
|
2370
|
+
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2180
2371
|
path: _path2 + ".settings",
|
|
2181
2372
|
expected: "(__type.o5 | undefined)",
|
|
2182
2373
|
value: input3.settings
|
|
@@ -2186,22 +2377,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2186
2377
|
value: input3.minNumSamples
|
|
2187
2378
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2188
2379
|
path: _path2 + ".term",
|
|
2189
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & {
|
|
2380
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2190
2381
|
value: input3.term
|
|
2191
|
-
})) && $
|
|
2382
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2192
2383
|
path: _path2 + ".term",
|
|
2193
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & {
|
|
2384
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2194
2385
|
value: input3.term
|
|
2195
2386
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2196
2387
|
path: _path2 + ".q",
|
|
2197
2388
|
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2198
2389
|
value: input3.q
|
|
2199
|
-
})) && $
|
|
2390
|
+
})) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2200
2391
|
path: _path2 + ".q",
|
|
2201
2392
|
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2202
2393
|
value: input3.q
|
|
2203
2394
|
})].every((flag) => flag);
|
|
2204
|
-
const $
|
|
2395
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2205
2396
|
path: _path2 + ".id",
|
|
2206
2397
|
expected: "string",
|
|
2207
2398
|
value: input3.id
|
|
@@ -2217,8 +2408,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2217
2408
|
path: _path2 + ".child_types",
|
|
2218
2409
|
expected: "(Array<string> | undefined)",
|
|
2219
2410
|
value: input3.child_types
|
|
2220
|
-
})) && input3.child_types.map((elem,
|
|
2221
|
-
path: _path2 + ".child_types[" +
|
|
2411
|
+
})) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2412
|
+
path: _path2 + ".child_types[" + _index37 + "]",
|
|
2222
2413
|
expected: "string",
|
|
2223
2414
|
value: elem
|
|
2224
2415
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2233,8 +2424,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2233
2424
|
path: _path2 + ".included_types",
|
|
2234
2425
|
expected: "(Array<string> | undefined)",
|
|
2235
2426
|
value: input3.included_types
|
|
2236
|
-
})) && input3.included_types.map((elem,
|
|
2237
|
-
path: _path2 + ".included_types[" +
|
|
2427
|
+
})) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2428
|
+
path: _path2 + ".included_types[" + _index38 + "]",
|
|
2238
2429
|
expected: "string",
|
|
2239
2430
|
value: elem
|
|
2240
2431
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2277,6 +2468,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2277
2468
|
path: _path2 + ".stop",
|
|
2278
2469
|
expected: "(number | undefined)",
|
|
2279
2470
|
value: input3.stop
|
|
2471
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
2472
|
+
path: _path2 + ".genes",
|
|
2473
|
+
expected: "Array<GvGeneTerm>",
|
|
2474
|
+
value: input3.genes
|
|
2475
|
+
})) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2476
|
+
path: _path2 + ".genes[" + _index39 + "]",
|
|
2477
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2478
|
+
value: elem
|
|
2479
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2480
|
+
path: _path2 + ".genes[" + _index39 + "]",
|
|
2481
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2482
|
+
value: elem
|
|
2483
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2484
|
+
path: _path2 + ".genes",
|
|
2485
|
+
expected: "Array<GvGeneTerm>",
|
|
2486
|
+
value: input3.genes
|
|
2280
2487
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2281
2488
|
path: _path2 + ".groupsetting",
|
|
2282
2489
|
expected: "TermGroupSetting",
|
|
@@ -2289,12 +2496,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2289
2496
|
path: _path2 + ".childTerms",
|
|
2290
2497
|
expected: "Array<DtTerm>",
|
|
2291
2498
|
value: input3.childTerms
|
|
2292
|
-
})) && input3.childTerms.map((elem,
|
|
2293
|
-
path: _path2 + ".childTerms[" +
|
|
2499
|
+
})) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2500
|
+
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2294
2501
|
expected: "DtTerm",
|
|
2295
2502
|
value: elem
|
|
2296
|
-
})) && $vo27(elem, _path2 + ".childTerms[" +
|
|
2297
|
-
path: _path2 + ".childTerms[" +
|
|
2503
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2504
|
+
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2298
2505
|
expected: "DtTerm",
|
|
2299
2506
|
value: elem
|
|
2300
2507
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2302,7 +2509,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2302
2509
|
expected: "Array<DtTerm>",
|
|
2303
2510
|
value: input3.childTerms
|
|
2304
2511
|
})].every((flag) => flag);
|
|
2305
|
-
const $
|
|
2512
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2306
2513
|
path: _path2 + ".id",
|
|
2307
2514
|
expected: "string",
|
|
2308
2515
|
value: input3.id
|
|
@@ -2318,8 +2525,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2318
2525
|
path: _path2 + ".child_types",
|
|
2319
2526
|
expected: "(Array<string> | undefined)",
|
|
2320
2527
|
value: input3.child_types
|
|
2321
|
-
})) && input3.child_types.map((elem,
|
|
2322
|
-
path: _path2 + ".child_types[" +
|
|
2528
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2529
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2323
2530
|
expected: "string",
|
|
2324
2531
|
value: elem
|
|
2325
2532
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2334,8 +2541,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2334
2541
|
path: _path2 + ".included_types",
|
|
2335
2542
|
expected: "(Array<string> | undefined)",
|
|
2336
2543
|
value: input3.included_types
|
|
2337
|
-
})) && input3.included_types.map((elem,
|
|
2338
|
-
path: _path2 + ".included_types[" +
|
|
2544
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2545
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2339
2546
|
expected: "string",
|
|
2340
2547
|
value: elem
|
|
2341
2548
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2374,6 +2581,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2374
2581
|
path: _path2 + ".stop",
|
|
2375
2582
|
expected: "number",
|
|
2376
2583
|
value: input3.stop
|
|
2584
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
2585
|
+
path: _path2 + ".genes",
|
|
2586
|
+
expected: "Array<GvGeneTerm>",
|
|
2587
|
+
value: input3.genes
|
|
2588
|
+
})) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2589
|
+
path: _path2 + ".genes[" + _index43 + "]",
|
|
2590
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2591
|
+
value: elem
|
|
2592
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2593
|
+
path: _path2 + ".genes[" + _index43 + "]",
|
|
2594
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2595
|
+
value: elem
|
|
2596
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2597
|
+
path: _path2 + ".genes",
|
|
2598
|
+
expected: "Array<GvGeneTerm>",
|
|
2599
|
+
value: input3.genes
|
|
2377
2600
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2378
2601
|
path: _path2 + ".groupsetting",
|
|
2379
2602
|
expected: "TermGroupSetting",
|
|
@@ -2386,12 +2609,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2386
2609
|
path: _path2 + ".childTerms",
|
|
2387
2610
|
expected: "Array<DtTerm>",
|
|
2388
2611
|
value: input3.childTerms
|
|
2389
|
-
})) && input3.childTerms.map((elem,
|
|
2390
|
-
path: _path2 + ".childTerms[" +
|
|
2612
|
+
})) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2613
|
+
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
2391
2614
|
expected: "DtTerm",
|
|
2392
2615
|
value: elem
|
|
2393
|
-
})) && $vo27(elem, _path2 + ".childTerms[" +
|
|
2394
|
-
path: _path2 + ".childTerms[" +
|
|
2616
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2617
|
+
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
2395
2618
|
expected: "DtTerm",
|
|
2396
2619
|
value: elem
|
|
2397
2620
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2399,7 +2622,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2399
2622
|
expected: "Array<DtTerm>",
|
|
2400
2623
|
value: input3.childTerms
|
|
2401
2624
|
})].every((flag) => flag);
|
|
2402
|
-
const $
|
|
2625
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2403
2626
|
path: _path2 + ".id",
|
|
2404
2627
|
expected: "string",
|
|
2405
2628
|
value: input3.id
|
|
@@ -2415,8 +2638,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2415
2638
|
path: _path2 + ".child_types",
|
|
2416
2639
|
expected: "(Array<string> | undefined)",
|
|
2417
2640
|
value: input3.child_types
|
|
2418
|
-
})) && input3.child_types.map((elem,
|
|
2419
|
-
path: _path2 + ".child_types[" +
|
|
2641
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2642
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2420
2643
|
expected: "string",
|
|
2421
2644
|
value: elem
|
|
2422
2645
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2431,8 +2654,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2431
2654
|
path: _path2 + ".included_types",
|
|
2432
2655
|
expected: "(Array<string> | undefined)",
|
|
2433
2656
|
value: input3.included_types
|
|
2434
|
-
})) && input3.included_types.map((elem,
|
|
2435
|
-
path: _path2 + ".included_types[" +
|
|
2657
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2658
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2436
2659
|
expected: "string",
|
|
2437
2660
|
value: elem
|
|
2438
2661
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2464,7 +2687,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2464
2687
|
expected: "TermGroupSetting",
|
|
2465
2688
|
value: input3.groupsetting
|
|
2466
2689
|
})].every((flag) => flag);
|
|
2467
|
-
const $
|
|
2690
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2468
2691
|
path: _path2 + ".id",
|
|
2469
2692
|
expected: "string",
|
|
2470
2693
|
value: input3.id
|
|
@@ -2480,8 +2703,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2480
2703
|
path: _path2 + ".child_types",
|
|
2481
2704
|
expected: "(Array<string> | undefined)",
|
|
2482
2705
|
value: input3.child_types
|
|
2483
|
-
})) && input3.child_types.map((elem,
|
|
2484
|
-
path: _path2 + ".child_types[" +
|
|
2706
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2707
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2485
2708
|
expected: "string",
|
|
2486
2709
|
value: elem
|
|
2487
2710
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2496,8 +2719,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2496
2719
|
path: _path2 + ".included_types",
|
|
2497
2720
|
expected: "(Array<string> | undefined)",
|
|
2498
2721
|
value: input3.included_types
|
|
2499
|
-
})) && input3.included_types.map((elem,
|
|
2500
|
-
path: _path2 + ".included_types[" +
|
|
2722
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2723
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2501
2724
|
expected: "string",
|
|
2502
2725
|
value: elem
|
|
2503
2726
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2541,7 +2764,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2541
2764
|
expected: "(__type.o2 | undefined)",
|
|
2542
2765
|
value: input3.continuousColorScale
|
|
2543
2766
|
})].every((flag) => flag);
|
|
2544
|
-
const $
|
|
2767
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2545
2768
|
path: _path2 + ".id",
|
|
2546
2769
|
expected: "string",
|
|
2547
2770
|
value: input3.id
|
|
@@ -2557,8 +2780,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2557
2780
|
path: _path2 + ".child_types",
|
|
2558
2781
|
expected: "(Array<string> | undefined)",
|
|
2559
2782
|
value: input3.child_types
|
|
2560
|
-
})) && input3.child_types.map((elem,
|
|
2561
|
-
path: _path2 + ".child_types[" +
|
|
2783
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2784
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2562
2785
|
expected: "string",
|
|
2563
2786
|
value: elem
|
|
2564
2787
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2573,8 +2796,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2573
2796
|
path: _path2 + ".included_types",
|
|
2574
2797
|
expected: "(Array<string> | undefined)",
|
|
2575
2798
|
value: input3.included_types
|
|
2576
|
-
})) && input3.included_types.map((elem,
|
|
2577
|
-
path: _path2 + ".included_types[" +
|
|
2799
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2800
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2578
2801
|
expected: "string",
|
|
2579
2802
|
value: elem
|
|
2580
2803
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2598,7 +2821,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2598
2821
|
expected: "(boolean | undefined)",
|
|
2599
2822
|
value: input3.skipValuesBuild
|
|
2600
2823
|
})].every((flag) => flag);
|
|
2601
|
-
const $
|
|
2824
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2602
2825
|
path: _path2 + ".id",
|
|
2603
2826
|
expected: "string",
|
|
2604
2827
|
value: input3.id
|
|
@@ -2614,8 +2837,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2614
2837
|
path: _path2 + ".child_types",
|
|
2615
2838
|
expected: "(Array<string> | undefined)",
|
|
2616
2839
|
value: input3.child_types
|
|
2617
|
-
})) && input3.child_types.map((elem,
|
|
2618
|
-
path: _path2 + ".child_types[" +
|
|
2840
|
+
})) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2841
|
+
path: _path2 + ".child_types[" + _index51 + "]",
|
|
2619
2842
|
expected: "string",
|
|
2620
2843
|
value: elem
|
|
2621
2844
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2630,8 +2853,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2630
2853
|
path: _path2 + ".included_types",
|
|
2631
2854
|
expected: "(Array<string> | undefined)",
|
|
2632
2855
|
value: input3.included_types
|
|
2633
|
-
})) && input3.included_types.map((elem,
|
|
2634
|
-
path: _path2 + ".included_types[" +
|
|
2856
|
+
})) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2857
|
+
path: _path2 + ".included_types[" + _index52 + "]",
|
|
2635
2858
|
expected: "string",
|
|
2636
2859
|
value: elem
|
|
2637
2860
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2662,12 +2885,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2662
2885
|
path: _path2 + ".snps",
|
|
2663
2886
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2664
2887
|
value: input3.snps
|
|
2665
|
-
})) && input3.snps.map((elem,
|
|
2666
|
-
path: _path2 + ".snps[" +
|
|
2888
|
+
})) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2889
|
+
path: _path2 + ".snps[" + _index53 + "]",
|
|
2667
2890
|
expected: "SnpsEntry",
|
|
2668
2891
|
value: elem
|
|
2669
|
-
})) && $
|
|
2670
|
-
path: _path2 + ".snps[" +
|
|
2892
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2893
|
+
path: _path2 + ".snps[" + _index53 + "]",
|
|
2671
2894
|
expected: "SnpsEntry",
|
|
2672
2895
|
value: elem
|
|
2673
2896
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2675,7 +2898,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2675
2898
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2676
2899
|
value: input3.snps
|
|
2677
2900
|
})].every((flag) => flag);
|
|
2678
|
-
const $
|
|
2901
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2679
2902
|
path: _path2 + ".id",
|
|
2680
2903
|
expected: "string",
|
|
2681
2904
|
value: input3.id
|
|
@@ -2691,8 +2914,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2691
2914
|
path: _path2 + ".child_types",
|
|
2692
2915
|
expected: "(Array<string> | undefined)",
|
|
2693
2916
|
value: input3.child_types
|
|
2694
|
-
})) && input3.child_types.map((elem,
|
|
2695
|
-
path: _path2 + ".child_types[" +
|
|
2917
|
+
})) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2918
|
+
path: _path2 + ".child_types[" + _index54 + "]",
|
|
2696
2919
|
expected: "string",
|
|
2697
2920
|
value: elem
|
|
2698
2921
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2707,8 +2930,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2707
2930
|
path: _path2 + ".included_types",
|
|
2708
2931
|
expected: "(Array<string> | undefined)",
|
|
2709
2932
|
value: input3.included_types
|
|
2710
|
-
})) && input3.included_types.map((elem,
|
|
2711
|
-
path: _path2 + ".included_types[" +
|
|
2933
|
+
})) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2934
|
+
path: _path2 + ".included_types[" + _index55 + "]",
|
|
2712
2935
|
expected: "string",
|
|
2713
2936
|
value: elem
|
|
2714
2937
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2723,7 +2946,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2723
2946
|
path: _path2 + ".values",
|
|
2724
2947
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2725
2948
|
value: input3.values
|
|
2726
|
-
})) && $
|
|
2949
|
+
})) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2727
2950
|
path: _path2 + ".values",
|
|
2728
2951
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2729
2952
|
value: input3.values
|
|
@@ -2732,7 +2955,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2732
2955
|
expected: "(boolean | undefined)",
|
|
2733
2956
|
value: input3.skipValuesBuild
|
|
2734
2957
|
})].every((flag) => flag);
|
|
2735
|
-
const $
|
|
2958
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2736
2959
|
const value = input3[key];
|
|
2737
2960
|
if (void 0 === value)
|
|
2738
2961
|
return true;
|
|
@@ -2741,7 +2964,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2741
2964
|
path: _path2 + $join(key),
|
|
2742
2965
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2743
2966
|
value
|
|
2744
|
-
})) && $
|
|
2967
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2745
2968
|
path: _path2 + $join(key),
|
|
2746
2969
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2747
2970
|
value
|
|
@@ -2751,14 +2974,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2751
2974
|
path: _path2 + $join(key),
|
|
2752
2975
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2753
2976
|
value
|
|
2754
|
-
})) && $
|
|
2977
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2755
2978
|
path: _path2 + $join(key),
|
|
2756
2979
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2757
2980
|
value
|
|
2758
2981
|
});
|
|
2759
2982
|
return true;
|
|
2760
2983
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2761
|
-
const $
|
|
2984
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2762
2985
|
path: _path2 + ".key",
|
|
2763
2986
|
expected: "(string | undefined)",
|
|
2764
2987
|
value: input3.key
|
|
@@ -2802,12 +3025,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2802
3025
|
path: _path2 + ".list",
|
|
2803
3026
|
expected: "Array<__type>.o4",
|
|
2804
3027
|
value: input3.list
|
|
2805
|
-
})) && input3.list.map((elem,
|
|
2806
|
-
path: _path2 + ".list[" +
|
|
3028
|
+
})) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3029
|
+
path: _path2 + ".list[" + _index56 + "]",
|
|
2807
3030
|
expected: "__type.o8",
|
|
2808
3031
|
value: elem
|
|
2809
|
-
})) && $
|
|
2810
|
-
path: _path2 + ".list[" +
|
|
3032
|
+
})) && $vo62(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3033
|
+
path: _path2 + ".list[" + _index56 + "]",
|
|
2811
3034
|
expected: "__type.o8",
|
|
2812
3035
|
value: elem
|
|
2813
3036
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2815,7 +3038,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2815
3038
|
expected: "Array<__type>.o4",
|
|
2816
3039
|
value: input3.list
|
|
2817
3040
|
}), true].every((flag) => flag);
|
|
2818
|
-
const $
|
|
3041
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2819
3042
|
path: _path2 + ".sampleId",
|
|
2820
3043
|
expected: "string",
|
|
2821
3044
|
value: input3.sampleId
|
|
@@ -2824,7 +3047,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2824
3047
|
expected: "string",
|
|
2825
3048
|
value: input3.sample
|
|
2826
3049
|
})].every((flag) => flag);
|
|
2827
|
-
const $
|
|
3050
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2828
3051
|
path: _path2 + ".hiddenValues",
|
|
2829
3052
|
expected: "(HiddenValues | undefined)",
|
|
2830
3053
|
value: input3.hiddenValues
|
|
@@ -2853,7 +3076,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2853
3076
|
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2854
3077
|
value: input3.type
|
|
2855
3078
|
})].every((flag) => flag);
|
|
2856
|
-
const $
|
|
3079
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2857
3080
|
path: _path2 + ".hiddenValues",
|
|
2858
3081
|
expected: "(HiddenValues | undefined)",
|
|
2859
3082
|
value: input3.hiddenValues
|
|
@@ -2893,8 +3116,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2893
3116
|
path: _path2 + ".breaks",
|
|
2894
3117
|
expected: "(Array<number> | undefined)",
|
|
2895
3118
|
value: input3.breaks
|
|
2896
|
-
})) && input3.breaks.map((elem,
|
|
2897
|
-
path: _path2 + ".breaks[" +
|
|
3119
|
+
})) && input3.breaks.map((elem, _index57) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3120
|
+
path: _path2 + ".breaks[" + _index57 + "]",
|
|
2898
3121
|
expected: "number",
|
|
2899
3122
|
value: elem
|
|
2900
3123
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2918,7 +3141,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2918
3141
|
expected: "(boolean | undefined)",
|
|
2919
3142
|
value: input3.value_by_computable_grade
|
|
2920
3143
|
}), true].every((flag) => flag);
|
|
2921
|
-
const $
|
|
3144
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2922
3145
|
path: _path2 + ".hiddenValues",
|
|
2923
3146
|
expected: "(HiddenValues | undefined)",
|
|
2924
3147
|
value: input3.hiddenValues
|
|
@@ -2950,12 +3173,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2950
3173
|
path: _path2 + ".groups",
|
|
2951
3174
|
expected: "SampleLstTermValues",
|
|
2952
3175
|
value: input3.groups
|
|
2953
|
-
})) && $
|
|
3176
|
+
})) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
2954
3177
|
path: _path2 + ".groups",
|
|
2955
3178
|
expected: "SampleLstTermValues",
|
|
2956
3179
|
value: input3.groups
|
|
2957
3180
|
})].every((flag) => flag);
|
|
2958
|
-
const $
|
|
3181
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2959
3182
|
const value = input3[key];
|
|
2960
3183
|
if (void 0 === value)
|
|
2961
3184
|
return true;
|
|
@@ -2964,7 +3187,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2964
3187
|
path: _path2 + $join(key),
|
|
2965
3188
|
expected: "__type.o9",
|
|
2966
3189
|
value
|
|
2967
|
-
})) && $
|
|
3190
|
+
})) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2968
3191
|
path: _path2 + $join(key),
|
|
2969
3192
|
expected: "__type.o9",
|
|
2970
3193
|
value
|
|
@@ -2974,14 +3197,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2974
3197
|
path: _path2 + $join(key),
|
|
2975
3198
|
expected: "__type.o9",
|
|
2976
3199
|
value
|
|
2977
|
-
})) && $
|
|
3200
|
+
})) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2978
3201
|
path: _path2 + $join(key),
|
|
2979
3202
|
expected: "__type.o9",
|
|
2980
3203
|
value
|
|
2981
3204
|
});
|
|
2982
3205
|
return true;
|
|
2983
3206
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2984
|
-
const $
|
|
3207
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2985
3208
|
path: _path2 + ".name",
|
|
2986
3209
|
expected: "string",
|
|
2987
3210
|
value: input3.name
|
|
@@ -2993,12 +3216,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2993
3216
|
path: _path2 + ".list",
|
|
2994
3217
|
expected: "Array<__type>.o4",
|
|
2995
3218
|
value: input3.list
|
|
2996
|
-
})) && input3.list.map((elem,
|
|
2997
|
-
path: _path2 + ".list[" +
|
|
3219
|
+
})) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3220
|
+
path: _path2 + ".list[" + _index58 + "]",
|
|
2998
3221
|
expected: "__type.o8",
|
|
2999
3222
|
value: elem
|
|
3000
|
-
})) && $
|
|
3001
|
-
path: _path2 + ".list[" +
|
|
3223
|
+
})) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3224
|
+
path: _path2 + ".list[" + _index58 + "]",
|
|
3002
3225
|
expected: "__type.o8",
|
|
3003
3226
|
value: elem
|
|
3004
3227
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3036,11 +3259,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3036
3259
|
return $vo18(input3, _path2, _exceptionable2);
|
|
3037
3260
|
})();
|
|
3038
3261
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3039
|
-
if (
|
|
3040
|
-
return $
|
|
3041
|
-
|
|
3262
|
+
if ("gene" === input3.kind)
|
|
3263
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
3264
|
+
if ("coord" === input3.kind)
|
|
3265
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3266
|
+
return $report(_exceptionable2, {
|
|
3267
|
+
path: _path2,
|
|
3268
|
+
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
3269
|
+
value: input3
|
|
3270
|
+
});
|
|
3042
3271
|
})();
|
|
3043
3272
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3273
|
+
if (void 0 !== input3.type)
|
|
3274
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
3275
|
+
return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3276
|
+
})();
|
|
3277
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3044
3278
|
if (true === input3.startunbounded)
|
|
3045
3279
|
return $vo17(input3, _path2, _exceptionable2);
|
|
3046
3280
|
if (void 0 !== input3.start)
|
|
@@ -3051,7 +3285,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3051
3285
|
value: input3
|
|
3052
3286
|
});
|
|
3053
3287
|
})();
|
|
3054
|
-
const $
|
|
3288
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3055
3289
|
if (void 0 !== input3.stop)
|
|
3056
3290
|
return $vo18(input3, _path2, _exceptionable2);
|
|
3057
3291
|
if (true === input3.stopunbounded)
|
|
@@ -3062,12 +3296,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3062
3296
|
value: input3
|
|
3063
3297
|
});
|
|
3064
3298
|
})();
|
|
3065
|
-
const $
|
|
3299
|
+
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3066
3300
|
if (void 0 !== input3.ranges)
|
|
3067
3301
|
return $vo12(input3, _path2, _exceptionable2);
|
|
3068
3302
|
return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
|
|
3069
3303
|
})();
|
|
3070
|
-
const $
|
|
3304
|
+
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3071
3305
|
if ("regular-bin" === input3.type)
|
|
3072
3306
|
return $vo15(input3, _path2, _exceptionable2);
|
|
3073
3307
|
if ("custom-bin" === input3.type)
|
|
@@ -3078,65 +3312,65 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3078
3312
|
value: input3
|
|
3079
3313
|
});
|
|
3080
3314
|
})();
|
|
3081
|
-
const $
|
|
3315
|
+
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3082
3316
|
if ("gene" === input3.kind)
|
|
3083
3317
|
return $vo28(input3, _path2, _exceptionable2);
|
|
3084
3318
|
if ("coord" === input3.kind)
|
|
3085
|
-
return $
|
|
3319
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3086
3320
|
return $report(_exceptionable2, {
|
|
3087
3321
|
path: _path2,
|
|
3088
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
3322
|
+
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
3089
3323
|
value: input3
|
|
3090
3324
|
});
|
|
3091
3325
|
})();
|
|
3092
|
-
const $
|
|
3326
|
+
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3093
3327
|
if ("values" === input3.type)
|
|
3094
|
-
return $vo33(input3, _path2, _exceptionable2);
|
|
3095
|
-
if ("predefined-groupset" === input3.type)
|
|
3096
3328
|
return $vo35(input3, _path2, _exceptionable2);
|
|
3329
|
+
if ("predefined-groupset" === input3.type)
|
|
3330
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3097
3331
|
if ("custom-groupset" === input3.type)
|
|
3098
|
-
return $
|
|
3099
|
-
return $
|
|
3332
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3333
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3100
3334
|
})();
|
|
3101
|
-
const $
|
|
3335
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3102
3336
|
if ("regular-bin" === input3.type)
|
|
3103
3337
|
return $vo15(input3, _path2, _exceptionable2);
|
|
3104
3338
|
if ("continuous" === input3.mode)
|
|
3105
|
-
return $
|
|
3339
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3106
3340
|
if ("spline" === input3.mode)
|
|
3107
|
-
return $
|
|
3108
|
-
return $vo20(input3, _path2, false) || $
|
|
3341
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3342
|
+
return $vo20(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3109
3343
|
})();
|
|
3110
|
-
const $
|
|
3344
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3111
3345
|
if ("gene" === input3.kind)
|
|
3112
|
-
return $
|
|
3346
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3113
3347
|
if ("coord" === input3.kind)
|
|
3114
|
-
return $
|
|
3348
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3115
3349
|
if ("categorical" === input3.type)
|
|
3116
|
-
return $
|
|
3350
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3117
3351
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3118
|
-
return $
|
|
3352
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
3119
3353
|
if ("condition" === input3.type)
|
|
3120
|
-
return $
|
|
3121
|
-
return $
|
|
3354
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
3355
|
+
return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
|
|
3122
3356
|
})();
|
|
3123
|
-
const $
|
|
3357
|
+
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3124
3358
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
3125
|
-
return $
|
|
3359
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3126
3360
|
if (void 0 !== input3.customset)
|
|
3127
|
-
return $
|
|
3361
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3128
3362
|
if (void 0 !== input3.bin_size)
|
|
3129
3363
|
return $vo15(input3, _path2, _exceptionable2);
|
|
3130
3364
|
if (void 0 !== input3.knots)
|
|
3131
|
-
return $
|
|
3365
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3132
3366
|
if (void 0 !== input3.AFcutoff)
|
|
3133
|
-
return $
|
|
3367
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3134
3368
|
if (void 0 !== input3.timeScale)
|
|
3135
|
-
return $
|
|
3369
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3136
3370
|
return (() => {
|
|
3137
3371
|
if (void 0 !== input3.groups)
|
|
3138
|
-
return $
|
|
3139
|
-
return $
|
|
3372
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3373
|
+
return $vo36(input3, _path2, false) || $vo63(input3, _path2, false) || $vo35(input3, _path2, false) || $vo20(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
3140
3374
|
})();
|
|
3141
3375
|
})();
|
|
3142
3376
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|