@sjcrh/proteinpaint-types 2.183.0 → 2.183.1
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-2UNWSR7Y.js → chunk-INIT6CVR.js} +716 -580
- package/dist/{chunk-R7BQWUIF.js → chunk-LOFBLGRE.js} +296 -160
- package/dist/{chunk-JYTPHVO2.js → chunk-M7WMC7GC.js} +364 -188
- package/dist/{chunk-7ZYM6FC6.js → chunk-TI565XIR.js} +458 -418
- package/dist/{chunk-YDJG6VT4.js → chunk-UWK6LBTQ.js} +865 -778
- package/dist/{chunk-NF6RKK5E.js → chunk-WNUWRPXG.js} +721 -585
- package/dist/{chunk-URG6BNUU.js → chunk-Y6FNAG22.js} +357 -172
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +7 -7
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.violinBox.js +1 -1
- package/package.json +1 -1
- package/src/terms/tw.ts +1 -0
|
@@ -116,7 +116,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
116
116
|
const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
117
117
|
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
|
|
118
118
|
const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
119
|
-
const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu16(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
119
|
+
const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu16(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
120
120
|
const $io57 = (input3) => Object.keys(input3).every((key) => {
|
|
121
121
|
const value = input3[key];
|
|
122
122
|
if (void 0 === value)
|
|
@@ -125,11 +125,18 @@ var validTermdbClusterRequest = (input) => {
|
|
|
125
125
|
return true;
|
|
126
126
|
return true;
|
|
127
127
|
});
|
|
128
|
-
const $io58 = (input3) =>
|
|
128
|
+
const $io58 = (input3) => Object.keys(input3).every((key) => {
|
|
129
|
+
const value = input3[key];
|
|
130
|
+
if (void 0 === value)
|
|
131
|
+
return true;
|
|
132
|
+
if (RegExp(/(.*)/).test(key))
|
|
133
|
+
return true;
|
|
134
|
+
return true;
|
|
135
|
+
});
|
|
129
136
|
const $io59 = (input3) => true;
|
|
130
|
-
const $io60 = (input3) =>
|
|
131
|
-
const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.
|
|
132
|
-
const $io62 = (input3) =>
|
|
137
|
+
const $io60 = (input3) => true;
|
|
138
|
+
const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === 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);
|
|
139
|
+
const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
133
140
|
const $io63 = (input3) => true;
|
|
134
141
|
const $io64 = (input3) => true;
|
|
135
142
|
const $io65 = (input3) => true;
|
|
@@ -147,25 +154,25 @@ var validTermdbClusterRequest = (input) => {
|
|
|
147
154
|
const $io77 = (input3) => true;
|
|
148
155
|
const $io78 = (input3) => true;
|
|
149
156
|
const $io79 = (input3) => true;
|
|
150
|
-
const $io80 = (input3) =>
|
|
151
|
-
const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
152
|
-
const $io82 = (input3) => (void 0 === input3.
|
|
153
|
-
const $io83 = (input3) => (void 0 === input3.
|
|
154
|
-
const $io84 = (input3) => (void 0 === input3.
|
|
155
|
-
const $io85 = (input3) => (void 0 === input3.
|
|
156
|
-
const $io86 = (input3) => (void 0 === input3.
|
|
157
|
-
const $io87 = (input3) => "
|
|
158
|
-
const $io88 = (input3) => "
|
|
159
|
-
const $io89 = (input3) =>
|
|
160
|
-
const $io90 = (input3) => true;
|
|
157
|
+
const $io80 = (input3) => true;
|
|
158
|
+
const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu16(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
159
|
+
const $io82 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu16(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
160
|
+
const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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] && $iu9(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu10(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
161
|
+
const $io84 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu16(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io85(input3.q));
|
|
162
|
+
const $io85 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
163
|
+
const $io86 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu16(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io87(input3.q));
|
|
164
|
+
const $io87 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io88(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
165
|
+
const $io88 = (input3) => "number" === typeof input3.value;
|
|
166
|
+
const $io89 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "isoformExpression" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
|
|
167
|
+
const $io90 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu17(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
161
168
|
const $io91 = (input3) => true;
|
|
162
169
|
const $io92 = (input3) => true;
|
|
163
170
|
const $io93 = (input3) => true;
|
|
164
171
|
const $io94 = (input3) => true;
|
|
165
172
|
const $io95 = (input3) => true;
|
|
166
|
-
const $io96 = (input3) =>
|
|
167
|
-
const $io97 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.
|
|
168
|
-
const $io98 = (input3) =>
|
|
173
|
+
const $io96 = (input3) => true;
|
|
174
|
+
const $io97 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "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);
|
|
175
|
+
const $io98 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
169
176
|
const $io99 = (input3) => true;
|
|
170
177
|
const $io100 = (input3) => true;
|
|
171
178
|
const $io101 = (input3) => true;
|
|
@@ -179,46 +186,47 @@ var validTermdbClusterRequest = (input) => {
|
|
|
179
186
|
const $io109 = (input3) => true;
|
|
180
187
|
const $io110 = (input3) => true;
|
|
181
188
|
const $io111 = (input3) => true;
|
|
182
|
-
const $io112 = (input3) =>
|
|
183
|
-
const $io113 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
184
|
-
const $io114 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true &&
|
|
185
|
-
const $io115 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
186
|
-
const $io116 = (input3) =>
|
|
187
|
-
const $io117 = (input3) =>
|
|
188
|
-
const $io118 = (input3) => true;
|
|
189
|
+
const $io112 = (input3) => true;
|
|
190
|
+
const $io113 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu17(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
191
|
+
const $io114 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu17(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
192
|
+
const $io115 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu17(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io85(input3.q));
|
|
193
|
+
const $io116 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu17(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io87(input3.q));
|
|
194
|
+
const $io117 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu6(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
|
|
195
|
+
const $io118 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
189
196
|
const $io119 = (input3) => true;
|
|
190
197
|
const $io120 = (input3) => true;
|
|
191
198
|
const $io121 = (input3) => true;
|
|
192
199
|
const $io122 = (input3) => true;
|
|
193
|
-
const $io123 = (input3) =>
|
|
194
|
-
const $io124 = (input3) =>
|
|
200
|
+
const $io123 = (input3) => true;
|
|
201
|
+
const $io124 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
195
202
|
const $io125 = (input3) => true;
|
|
196
203
|
const $io126 = (input3) => true;
|
|
197
204
|
const $io127 = (input3) => true;
|
|
198
205
|
const $io128 = (input3) => true;
|
|
199
206
|
const $io129 = (input3) => true;
|
|
200
|
-
const $io130 = (input3) =>
|
|
201
|
-
const $io131 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
202
|
-
const $io132 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true &&
|
|
203
|
-
const $io133 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
204
|
-
const $io134 = (input3) =>
|
|
205
|
-
const $io135 = (input3) =>
|
|
206
|
-
const $io136 = (input3) => true;
|
|
207
|
+
const $io130 = (input3) => true;
|
|
208
|
+
const $io131 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
209
|
+
const $io132 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
210
|
+
const $io133 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io85(input3.q));
|
|
211
|
+
const $io134 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io87(input3.q));
|
|
212
|
+
const $io135 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "proteomeAbundance" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu7(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
213
|
+
const $io136 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
207
214
|
const $io137 = (input3) => true;
|
|
208
215
|
const $io138 = (input3) => true;
|
|
209
216
|
const $io139 = (input3) => true;
|
|
210
217
|
const $io140 = (input3) => true;
|
|
211
218
|
const $io141 = (input3) => true;
|
|
212
|
-
const $io142 = (input3) =>
|
|
213
|
-
const $io143 = (input3) =>
|
|
219
|
+
const $io142 = (input3) => true;
|
|
220
|
+
const $io143 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
214
221
|
const $io144 = (input3) => true;
|
|
215
222
|
const $io145 = (input3) => true;
|
|
216
223
|
const $io146 = (input3) => true;
|
|
217
224
|
const $io147 = (input3) => true;
|
|
218
|
-
const $io148 = (input3) =>
|
|
219
|
-
const $io149 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
220
|
-
const $io150 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true &&
|
|
221
|
-
const $io151 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
225
|
+
const $io148 = (input3) => true;
|
|
226
|
+
const $io149 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
227
|
+
const $io150 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
228
|
+
const $io151 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io85(input3.q));
|
|
229
|
+
const $io152 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io87(input3.q));
|
|
222
230
|
const $iu0 = (input3) => (() => {
|
|
223
231
|
if ("tvslst" === input3.type)
|
|
224
232
|
return $io1(input3);
|
|
@@ -251,54 +259,54 @@ var validTermdbClusterRequest = (input) => {
|
|
|
251
259
|
})();
|
|
252
260
|
const $iu4 = (input3) => (() => {
|
|
253
261
|
if ("NumTWSpline" === input3.type)
|
|
254
|
-
return $
|
|
262
|
+
return $io86(input3);
|
|
255
263
|
if ("NumTWCont" === input3.type)
|
|
256
|
-
return $
|
|
264
|
+
return $io84(input3);
|
|
257
265
|
if ("NumTWBinary" === input3.type)
|
|
258
|
-
return $
|
|
266
|
+
return $io82(input3);
|
|
259
267
|
if ("NumTWCustomBin" === input3.type)
|
|
260
|
-
return $
|
|
268
|
+
return $io81(input3);
|
|
261
269
|
if ("NumTWRegularBin" === input3.type)
|
|
262
270
|
return $io56(input3);
|
|
263
271
|
return false;
|
|
264
272
|
})();
|
|
265
273
|
const $iu5 = (input3) => (() => {
|
|
266
274
|
if ("NumTWSpline" === input3.type)
|
|
267
|
-
return $
|
|
275
|
+
return $io116(input3);
|
|
268
276
|
if ("NumTWCont" === input3.type)
|
|
269
|
-
return $
|
|
277
|
+
return $io115(input3);
|
|
270
278
|
if ("NumTWBinary" === input3.type)
|
|
271
|
-
return $
|
|
279
|
+
return $io114(input3);
|
|
272
280
|
if ("NumTWCustomBin" === input3.type)
|
|
273
|
-
return $
|
|
281
|
+
return $io113(input3);
|
|
274
282
|
if ("NumTWRegularBin" === input3.type)
|
|
275
|
-
return $
|
|
283
|
+
return $io90(input3);
|
|
276
284
|
return false;
|
|
277
285
|
})();
|
|
278
286
|
const $iu6 = (input3) => (() => {
|
|
279
287
|
if ("NumTWSpline" === input3.type)
|
|
280
|
-
return $
|
|
288
|
+
return $io134(input3);
|
|
281
289
|
if ("NumTWCont" === input3.type)
|
|
282
|
-
return $
|
|
290
|
+
return $io133(input3);
|
|
283
291
|
if ("NumTWBinary" === input3.type)
|
|
284
|
-
return $
|
|
292
|
+
return $io132(input3);
|
|
285
293
|
if ("NumTWCustomBin" === input3.type)
|
|
286
|
-
return $
|
|
294
|
+
return $io131(input3);
|
|
287
295
|
if ("NumTWRegularBin" === input3.type)
|
|
288
|
-
return $
|
|
296
|
+
return $io118(input3);
|
|
289
297
|
return false;
|
|
290
298
|
})();
|
|
291
299
|
const $iu7 = (input3) => (() => {
|
|
292
300
|
if ("NumTWSpline" === input3.type)
|
|
293
|
-
return $
|
|
301
|
+
return $io152(input3);
|
|
294
302
|
if ("NumTWCont" === input3.type)
|
|
295
|
-
return $
|
|
303
|
+
return $io151(input3);
|
|
296
304
|
if ("NumTWBinary" === input3.type)
|
|
297
|
-
return $
|
|
305
|
+
return $io150(input3);
|
|
298
306
|
if ("NumTWCustomBin" === input3.type)
|
|
299
|
-
return $
|
|
307
|
+
return $io149(input3);
|
|
300
308
|
if ("NumTWRegularBin" === input3.type)
|
|
301
|
-
return $
|
|
309
|
+
return $io136(input3);
|
|
302
310
|
return false;
|
|
303
311
|
})();
|
|
304
312
|
const $iu8 = (input3) => (() => {
|
|
@@ -392,6 +400,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
392
400
|
return $io24(input3);
|
|
393
401
|
if ($io23(input3))
|
|
394
402
|
return $io23(input3);
|
|
403
|
+
if ($io80(input3))
|
|
404
|
+
return $io80(input3);
|
|
395
405
|
if ($io79(input3))
|
|
396
406
|
return $io79(input3);
|
|
397
407
|
if ($io78(input3))
|
|
@@ -426,16 +436,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
426
436
|
return $io64(input3);
|
|
427
437
|
if ($io63(input3))
|
|
428
438
|
return $io63(input3);
|
|
429
|
-
if ($
|
|
430
|
-
return $
|
|
439
|
+
if ($io60(input3))
|
|
440
|
+
return $io60(input3);
|
|
431
441
|
if ($io59(input3))
|
|
432
442
|
return $io59(input3);
|
|
433
|
-
if ($
|
|
434
|
-
return $
|
|
443
|
+
if ($io62(input3))
|
|
444
|
+
return $io62(input3);
|
|
435
445
|
if ($io61(input3))
|
|
436
446
|
return $io61(input3);
|
|
437
|
-
if ($io60(input3))
|
|
438
|
-
return $io60(input3);
|
|
439
447
|
return false;
|
|
440
448
|
})();
|
|
441
449
|
const $iu17 = (input3) => (() => {
|
|
@@ -443,6 +451,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
443
451
|
return $io26(input3);
|
|
444
452
|
if ($io25(input3))
|
|
445
453
|
return $io25(input3);
|
|
454
|
+
if ($io112(input3))
|
|
455
|
+
return $io112(input3);
|
|
446
456
|
if ($io111(input3))
|
|
447
457
|
return $io111(input3);
|
|
448
458
|
if ($io110(input3))
|
|
@@ -469,8 +479,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
469
479
|
return $io100(input3);
|
|
470
480
|
if ($io99(input3))
|
|
471
481
|
return $io99(input3);
|
|
472
|
-
if ($
|
|
473
|
-
return $
|
|
482
|
+
if ($io96(input3))
|
|
483
|
+
return $io96(input3);
|
|
474
484
|
if ($io95(input3))
|
|
475
485
|
return $io95(input3);
|
|
476
486
|
if ($io94(input3))
|
|
@@ -481,18 +491,18 @@ var validTermdbClusterRequest = (input) => {
|
|
|
481
491
|
return $io92(input3);
|
|
482
492
|
if ($io91(input3))
|
|
483
493
|
return $io91(input3);
|
|
484
|
-
if ($
|
|
485
|
-
return $
|
|
494
|
+
if ($io98(input3))
|
|
495
|
+
return $io98(input3);
|
|
486
496
|
if ($io97(input3))
|
|
487
497
|
return $io97(input3);
|
|
488
|
-
if ($io96(input3))
|
|
489
|
-
return $io96(input3);
|
|
490
498
|
return false;
|
|
491
499
|
})();
|
|
492
500
|
const $iu18 = (input3) => (() => {
|
|
493
501
|
if (void 0 !== input3.type)
|
|
494
|
-
return $
|
|
502
|
+
return $io124(input3);
|
|
495
503
|
return (() => {
|
|
504
|
+
if ($io130(input3))
|
|
505
|
+
return $io130(input3);
|
|
496
506
|
if ($io129(input3))
|
|
497
507
|
return $io129(input3);
|
|
498
508
|
if ($io128(input3))
|
|
@@ -503,8 +513,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
503
513
|
return $io126(input3);
|
|
504
514
|
if ($io125(input3))
|
|
505
515
|
return $io125(input3);
|
|
506
|
-
if ($
|
|
507
|
-
return $
|
|
516
|
+
if ($io123(input3))
|
|
517
|
+
return $io123(input3);
|
|
508
518
|
if ($io122(input3))
|
|
509
519
|
return $io122(input3);
|
|
510
520
|
if ($io121(input3))
|
|
@@ -513,15 +523,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
513
523
|
return $io120(input3);
|
|
514
524
|
if ($io119(input3))
|
|
515
525
|
return $io119(input3);
|
|
516
|
-
if ($io118(input3))
|
|
517
|
-
return $io118(input3);
|
|
518
526
|
return false;
|
|
519
527
|
})();
|
|
520
528
|
})();
|
|
521
529
|
const $iu19 = (input3) => (() => {
|
|
522
530
|
if (void 0 !== input3.type)
|
|
523
|
-
return $
|
|
531
|
+
return $io143(input3);
|
|
524
532
|
return (() => {
|
|
533
|
+
if ($io148(input3))
|
|
534
|
+
return $io148(input3);
|
|
525
535
|
if ($io147(input3))
|
|
526
536
|
return $io147(input3);
|
|
527
537
|
if ($io146(input3))
|
|
@@ -530,8 +540,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
530
540
|
return $io145(input3);
|
|
531
541
|
if ($io144(input3))
|
|
532
542
|
return $io144(input3);
|
|
533
|
-
if ($
|
|
534
|
-
return $
|
|
543
|
+
if ($io142(input3))
|
|
544
|
+
return $io142(input3);
|
|
535
545
|
if ($io141(input3))
|
|
536
546
|
return $io141(input3);
|
|
537
547
|
if ($io140(input3))
|
|
@@ -542,20 +552,18 @@ var validTermdbClusterRequest = (input) => {
|
|
|
542
552
|
return $io138(input3);
|
|
543
553
|
if ($io137(input3))
|
|
544
554
|
return $io137(input3);
|
|
545
|
-
if ($io136(input3))
|
|
546
|
-
return $io136(input3);
|
|
547
555
|
return false;
|
|
548
556
|
})();
|
|
549
557
|
})();
|
|
550
558
|
const $iu20 = (input3) => (() => {
|
|
551
559
|
if ("metaboliteIntensity" === input3.dataType)
|
|
552
|
-
return $
|
|
560
|
+
return $io117(input3);
|
|
553
561
|
if ("isoformExpression" === input3.dataType)
|
|
554
|
-
return $
|
|
562
|
+
return $io89(input3);
|
|
555
563
|
if ("geneExpression" === input3.dataType)
|
|
556
564
|
return $io0(input3);
|
|
557
565
|
if ("proteomeAbundance" === input3.dataType)
|
|
558
|
-
return $
|
|
566
|
+
return $io135(input3);
|
|
559
567
|
return false;
|
|
560
568
|
})();
|
|
561
569
|
return "object" === typeof input2 && null !== input2 && $iu20(input2);
|
|
@@ -3777,7 +3785,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3777
3785
|
path: _path2 + ".minNumSamples",
|
|
3778
3786
|
expected: "(number | undefined)",
|
|
3779
3787
|
value: input3.minNumSamples
|
|
3780
|
-
}), true, "
|
|
3788
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3789
|
+
path: _path2 + ".values",
|
|
3790
|
+
expected: "(__type.o11 | undefined)",
|
|
3791
|
+
value: input3.values
|
|
3792
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3793
|
+
path: _path2 + ".values",
|
|
3794
|
+
expected: "(__type.o11 | undefined)",
|
|
3795
|
+
value: input3.values
|
|
3796
|
+
}), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
|
|
3781
3797
|
path: _path2 + ".type",
|
|
3782
3798
|
expected: '"NumTWRegularBin"',
|
|
3783
3799
|
value: input3.type
|
|
@@ -3806,9 +3822,17 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3806
3822
|
return true;
|
|
3807
3823
|
return true;
|
|
3808
3824
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3809
|
-
const $vo58 = (input3, _path2, _exceptionable2 = true) =>
|
|
3825
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3826
|
+
const value = input3[key];
|
|
3827
|
+
if (void 0 === value)
|
|
3828
|
+
return true;
|
|
3829
|
+
if (RegExp(/(.*)/).test(key))
|
|
3830
|
+
return true;
|
|
3831
|
+
return true;
|
|
3832
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
3810
3833
|
const $vo59 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3811
|
-
const $vo60 = (input3, _path2, _exceptionable2 = true) =>
|
|
3834
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3835
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3812
3836
|
path: _path2 + ".id",
|
|
3813
3837
|
expected: "string",
|
|
3814
3838
|
value: input3.id
|
|
@@ -3917,7 +3941,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3917
3941
|
expected: "(number | undefined)",
|
|
3918
3942
|
value: input3.stop
|
|
3919
3943
|
})].every((flag) => flag);
|
|
3920
|
-
const $
|
|
3944
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3921
3945
|
path: _path2 + ".id",
|
|
3922
3946
|
expected: "string",
|
|
3923
3947
|
value: input3.id
|
|
@@ -4026,7 +4050,6 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4026
4050
|
expected: "number",
|
|
4027
4051
|
value: input3.stop
|
|
4028
4052
|
})].every((flag) => flag);
|
|
4029
|
-
const $vo62 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4030
4053
|
const $vo63 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4031
4054
|
const $vo64 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4032
4055
|
const $vo65 = (input3, _path2, _exceptionable2 = true) => true;
|
|
@@ -4044,7 +4067,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4044
4067
|
const $vo77 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4045
4068
|
const $vo78 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4046
4069
|
const $vo79 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4047
|
-
const $vo80 = (input3, _path2, _exceptionable2 = true) =>
|
|
4070
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4071
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4048
4072
|
path: _path2 + ".id",
|
|
4049
4073
|
expected: "(string | undefined)",
|
|
4050
4074
|
value: input3.id
|
|
@@ -4068,7 +4092,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4068
4092
|
path: _path2 + ".minNumSamples",
|
|
4069
4093
|
expected: "(number | undefined)",
|
|
4070
4094
|
value: input3.minNumSamples
|
|
4071
|
-
}), true, "
|
|
4095
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4096
|
+
path: _path2 + ".values",
|
|
4097
|
+
expected: "(__type.o11 | undefined)",
|
|
4098
|
+
value: input3.values
|
|
4099
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4100
|
+
path: _path2 + ".values",
|
|
4101
|
+
expected: "(__type.o11 | undefined)",
|
|
4102
|
+
value: input3.values
|
|
4103
|
+
}), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
|
|
4072
4104
|
path: _path2 + ".type",
|
|
4073
4105
|
expected: '"NumTWCustomBin"',
|
|
4074
4106
|
value: input3.type
|
|
@@ -4089,7 +4121,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4089
4121
|
expected: "CustomNumericBinConfig",
|
|
4090
4122
|
value: input3.q
|
|
4091
4123
|
})].every((flag) => flag);
|
|
4092
|
-
const $
|
|
4124
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4093
4125
|
path: _path2 + ".id",
|
|
4094
4126
|
expected: "(string | undefined)",
|
|
4095
4127
|
value: input3.id
|
|
@@ -4113,7 +4145,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4113
4145
|
path: _path2 + ".minNumSamples",
|
|
4114
4146
|
expected: "(number | undefined)",
|
|
4115
4147
|
value: input3.minNumSamples
|
|
4116
|
-
}), true, "
|
|
4148
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4149
|
+
path: _path2 + ".values",
|
|
4150
|
+
expected: "(__type.o11 | undefined)",
|
|
4151
|
+
value: input3.values
|
|
4152
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4153
|
+
path: _path2 + ".values",
|
|
4154
|
+
expected: "(__type.o11 | undefined)",
|
|
4155
|
+
value: input3.values
|
|
4156
|
+
}), "NumTWBinary" === input3.type || $report(_exceptionable2, {
|
|
4117
4157
|
path: _path2 + ".type",
|
|
4118
4158
|
expected: '"NumTWBinary"',
|
|
4119
4159
|
value: input3.type
|
|
@@ -4129,12 +4169,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4129
4169
|
path: _path2 + ".q",
|
|
4130
4170
|
expected: "BinaryNumericQ",
|
|
4131
4171
|
value: input3.q
|
|
4132
|
-
})) && $
|
|
4172
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4133
4173
|
path: _path2 + ".q",
|
|
4134
4174
|
expected: "BinaryNumericQ",
|
|
4135
4175
|
value: input3.q
|
|
4136
4176
|
})].every((flag) => flag);
|
|
4137
|
-
const $
|
|
4177
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4138
4178
|
path: _path2 + ".hiddenValues",
|
|
4139
4179
|
expected: "(HiddenValues | undefined)",
|
|
4140
4180
|
value: input3.hiddenValues
|
|
@@ -4202,7 +4242,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4202
4242
|
expected: "(number | undefined)",
|
|
4203
4243
|
value: input3.cutoffPercentile
|
|
4204
4244
|
})].every((flag) => flag);
|
|
4205
|
-
const $
|
|
4245
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4206
4246
|
path: _path2 + ".id",
|
|
4207
4247
|
expected: "(string | undefined)",
|
|
4208
4248
|
value: input3.id
|
|
@@ -4226,7 +4266,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4226
4266
|
path: _path2 + ".minNumSamples",
|
|
4227
4267
|
expected: "(number | undefined)",
|
|
4228
4268
|
value: input3.minNumSamples
|
|
4229
|
-
}), true, "
|
|
4269
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4270
|
+
path: _path2 + ".values",
|
|
4271
|
+
expected: "(__type.o11 | undefined)",
|
|
4272
|
+
value: input3.values
|
|
4273
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4274
|
+
path: _path2 + ".values",
|
|
4275
|
+
expected: "(__type.o11 | undefined)",
|
|
4276
|
+
value: input3.values
|
|
4277
|
+
}), "NumTWCont" === input3.type || $report(_exceptionable2, {
|
|
4230
4278
|
path: _path2 + ".type",
|
|
4231
4279
|
expected: '"NumTWCont"',
|
|
4232
4280
|
value: input3.type
|
|
@@ -4242,12 +4290,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4242
4290
|
path: _path2 + ".q",
|
|
4243
4291
|
expected: "ContinuousNumericQ",
|
|
4244
4292
|
value: input3.q
|
|
4245
|
-
})) && $
|
|
4293
|
+
})) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4246
4294
|
path: _path2 + ".q",
|
|
4247
4295
|
expected: "ContinuousNumericQ",
|
|
4248
4296
|
value: input3.q
|
|
4249
4297
|
})].every((flag) => flag);
|
|
4250
|
-
const $
|
|
4298
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4251
4299
|
path: _path2 + ".hiddenValues",
|
|
4252
4300
|
expected: "(HiddenValues | undefined)",
|
|
4253
4301
|
value: input3.hiddenValues
|
|
@@ -4288,7 +4336,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4288
4336
|
expected: "(number | undefined)",
|
|
4289
4337
|
value: input3.scale
|
|
4290
4338
|
})].every((flag) => flag);
|
|
4291
|
-
const $
|
|
4339
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4292
4340
|
path: _path2 + ".id",
|
|
4293
4341
|
expected: "(string | undefined)",
|
|
4294
4342
|
value: input3.id
|
|
@@ -4312,7 +4360,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4312
4360
|
path: _path2 + ".minNumSamples",
|
|
4313
4361
|
expected: "(number | undefined)",
|
|
4314
4362
|
value: input3.minNumSamples
|
|
4315
|
-
}), true, "
|
|
4363
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4364
|
+
path: _path2 + ".values",
|
|
4365
|
+
expected: "(__type.o11 | undefined)",
|
|
4366
|
+
value: input3.values
|
|
4367
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4368
|
+
path: _path2 + ".values",
|
|
4369
|
+
expected: "(__type.o11 | undefined)",
|
|
4370
|
+
value: input3.values
|
|
4371
|
+
}), "NumTWSpline" === input3.type || $report(_exceptionable2, {
|
|
4316
4372
|
path: _path2 + ".type",
|
|
4317
4373
|
expected: '"NumTWSpline"',
|
|
4318
4374
|
value: input3.type
|
|
@@ -4328,12 +4384,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4328
4384
|
path: _path2 + ".q",
|
|
4329
4385
|
expected: "SplineNumericQ",
|
|
4330
4386
|
value: input3.q
|
|
4331
|
-
})) && $
|
|
4387
|
+
})) && $vo87(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4332
4388
|
path: _path2 + ".q",
|
|
4333
4389
|
expected: "SplineNumericQ",
|
|
4334
4390
|
value: input3.q
|
|
4335
4391
|
})].every((flag) => flag);
|
|
4336
|
-
const $
|
|
4392
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4337
4393
|
path: _path2 + ".hiddenValues",
|
|
4338
4394
|
expected: "(HiddenValues | undefined)",
|
|
4339
4395
|
value: input3.hiddenValues
|
|
@@ -4363,11 +4419,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4363
4419
|
value: input3.knots
|
|
4364
4420
|
})) && input3.knots.map((elem, _index72) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4365
4421
|
path: _path2 + ".knots[" + _index72 + "]",
|
|
4366
|
-
expected: "__type.
|
|
4422
|
+
expected: "__type.o12",
|
|
4367
4423
|
value: elem
|
|
4368
|
-
})) && $
|
|
4424
|
+
})) && $vo88(elem, _path2 + ".knots[" + _index72 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4369
4425
|
path: _path2 + ".knots[" + _index72 + "]",
|
|
4370
|
-
expected: "__type.
|
|
4426
|
+
expected: "__type.o12",
|
|
4371
4427
|
value: elem
|
|
4372
4428
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4373
4429
|
path: _path2 + ".knots",
|
|
@@ -4382,12 +4438,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4382
4438
|
expected: "undefined",
|
|
4383
4439
|
value: input3.type
|
|
4384
4440
|
}))].every((flag) => flag);
|
|
4385
|
-
const $
|
|
4441
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
4386
4442
|
path: _path2 + ".value",
|
|
4387
4443
|
expected: "number",
|
|
4388
4444
|
value: input3.value
|
|
4389
4445
|
})].every((flag) => flag);
|
|
4390
|
-
const $
|
|
4446
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
4391
4447
|
path: _path2 + ".genome",
|
|
4392
4448
|
expected: "string",
|
|
4393
4449
|
value: input3.genome
|
|
@@ -4436,7 +4492,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4436
4492
|
expected: "(string | undefined)",
|
|
4437
4493
|
value: input3.zScoreTransformation
|
|
4438
4494
|
})].every((flag) => flag);
|
|
4439
|
-
const $
|
|
4495
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4440
4496
|
path: _path2 + ".id",
|
|
4441
4497
|
expected: "(string | undefined)",
|
|
4442
4498
|
value: input3.id
|
|
@@ -4460,7 +4516,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4460
4516
|
path: _path2 + ".minNumSamples",
|
|
4461
4517
|
expected: "(number | undefined)",
|
|
4462
4518
|
value: input3.minNumSamples
|
|
4463
|
-
}), true, "
|
|
4519
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4520
|
+
path: _path2 + ".values",
|
|
4521
|
+
expected: "(__type.o11 | undefined)",
|
|
4522
|
+
value: input3.values
|
|
4523
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4524
|
+
path: _path2 + ".values",
|
|
4525
|
+
expected: "(__type.o11 | undefined)",
|
|
4526
|
+
value: input3.values
|
|
4527
|
+
}), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
|
|
4464
4528
|
path: _path2 + ".type",
|
|
4465
4529
|
expected: '"NumTWRegularBin"',
|
|
4466
4530
|
value: input3.type
|
|
@@ -4481,13 +4545,13 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4481
4545
|
expected: "RegularNumericBinConfig",
|
|
4482
4546
|
value: input3.q
|
|
4483
4547
|
})].every((flag) => flag);
|
|
4484
|
-
const $vo90 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4485
4548
|
const $vo91 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4486
4549
|
const $vo92 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4487
4550
|
const $vo93 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4488
4551
|
const $vo94 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4489
4552
|
const $vo95 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4490
|
-
const $vo96 = (input3, _path2, _exceptionable2 = true) =>
|
|
4553
|
+
const $vo96 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4554
|
+
const $vo97 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4491
4555
|
path: _path2 + ".id",
|
|
4492
4556
|
expected: "string",
|
|
4493
4557
|
value: input3.id
|
|
@@ -4600,7 +4664,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4600
4664
|
expected: "(number | undefined)",
|
|
4601
4665
|
value: input3.stop
|
|
4602
4666
|
})].every((flag) => flag);
|
|
4603
|
-
const $
|
|
4667
|
+
const $vo98 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4604
4668
|
path: _path2 + ".id",
|
|
4605
4669
|
expected: "string",
|
|
4606
4670
|
value: input3.id
|
|
@@ -4713,7 +4777,6 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4713
4777
|
expected: "number",
|
|
4714
4778
|
value: input3.stop
|
|
4715
4779
|
})].every((flag) => flag);
|
|
4716
|
-
const $vo98 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4717
4780
|
const $vo99 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4718
4781
|
const $vo100 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4719
4782
|
const $vo101 = (input3, _path2, _exceptionable2 = true) => true;
|
|
@@ -4727,7 +4790,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4727
4790
|
const $vo109 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4728
4791
|
const $vo110 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4729
4792
|
const $vo111 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4730
|
-
const $vo112 = (input3, _path2, _exceptionable2 = true) =>
|
|
4793
|
+
const $vo112 = (input3, _path2, _exceptionable2 = true) => true;
|
|
4794
|
+
const $vo113 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4731
4795
|
path: _path2 + ".id",
|
|
4732
4796
|
expected: "(string | undefined)",
|
|
4733
4797
|
value: input3.id
|
|
@@ -4751,7 +4815,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4751
4815
|
path: _path2 + ".minNumSamples",
|
|
4752
4816
|
expected: "(number | undefined)",
|
|
4753
4817
|
value: input3.minNumSamples
|
|
4754
|
-
}), true, "
|
|
4818
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4819
|
+
path: _path2 + ".values",
|
|
4820
|
+
expected: "(__type.o11 | undefined)",
|
|
4821
|
+
value: input3.values
|
|
4822
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4823
|
+
path: _path2 + ".values",
|
|
4824
|
+
expected: "(__type.o11 | undefined)",
|
|
4825
|
+
value: input3.values
|
|
4826
|
+
}), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
|
|
4755
4827
|
path: _path2 + ".type",
|
|
4756
4828
|
expected: '"NumTWCustomBin"',
|
|
4757
4829
|
value: input3.type
|
|
@@ -4772,7 +4844,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4772
4844
|
expected: "CustomNumericBinConfig",
|
|
4773
4845
|
value: input3.q
|
|
4774
4846
|
})].every((flag) => flag);
|
|
4775
|
-
const $
|
|
4847
|
+
const $vo114 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4776
4848
|
path: _path2 + ".id",
|
|
4777
4849
|
expected: "(string | undefined)",
|
|
4778
4850
|
value: input3.id
|
|
@@ -4796,7 +4868,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4796
4868
|
path: _path2 + ".minNumSamples",
|
|
4797
4869
|
expected: "(number | undefined)",
|
|
4798
4870
|
value: input3.minNumSamples
|
|
4799
|
-
}), true, "
|
|
4871
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4872
|
+
path: _path2 + ".values",
|
|
4873
|
+
expected: "(__type.o11 | undefined)",
|
|
4874
|
+
value: input3.values
|
|
4875
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4876
|
+
path: _path2 + ".values",
|
|
4877
|
+
expected: "(__type.o11 | undefined)",
|
|
4878
|
+
value: input3.values
|
|
4879
|
+
}), "NumTWBinary" === input3.type || $report(_exceptionable2, {
|
|
4800
4880
|
path: _path2 + ".type",
|
|
4801
4881
|
expected: '"NumTWBinary"',
|
|
4802
4882
|
value: input3.type
|
|
@@ -4812,12 +4892,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4812
4892
|
path: _path2 + ".q",
|
|
4813
4893
|
expected: "BinaryNumericQ",
|
|
4814
4894
|
value: input3.q
|
|
4815
|
-
})) && $
|
|
4895
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4816
4896
|
path: _path2 + ".q",
|
|
4817
4897
|
expected: "BinaryNumericQ",
|
|
4818
4898
|
value: input3.q
|
|
4819
4899
|
})].every((flag) => flag);
|
|
4820
|
-
const $
|
|
4900
|
+
const $vo115 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4821
4901
|
path: _path2 + ".id",
|
|
4822
4902
|
expected: "(string | undefined)",
|
|
4823
4903
|
value: input3.id
|
|
@@ -4841,7 +4921,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4841
4921
|
path: _path2 + ".minNumSamples",
|
|
4842
4922
|
expected: "(number | undefined)",
|
|
4843
4923
|
value: input3.minNumSamples
|
|
4844
|
-
}), true, "
|
|
4924
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4925
|
+
path: _path2 + ".values",
|
|
4926
|
+
expected: "(__type.o11 | undefined)",
|
|
4927
|
+
value: input3.values
|
|
4928
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4929
|
+
path: _path2 + ".values",
|
|
4930
|
+
expected: "(__type.o11 | undefined)",
|
|
4931
|
+
value: input3.values
|
|
4932
|
+
}), "NumTWCont" === input3.type || $report(_exceptionable2, {
|
|
4845
4933
|
path: _path2 + ".type",
|
|
4846
4934
|
expected: '"NumTWCont"',
|
|
4847
4935
|
value: input3.type
|
|
@@ -4857,12 +4945,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4857
4945
|
path: _path2 + ".q",
|
|
4858
4946
|
expected: "ContinuousNumericQ",
|
|
4859
4947
|
value: input3.q
|
|
4860
|
-
})) && $
|
|
4948
|
+
})) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4861
4949
|
path: _path2 + ".q",
|
|
4862
4950
|
expected: "ContinuousNumericQ",
|
|
4863
4951
|
value: input3.q
|
|
4864
4952
|
})].every((flag) => flag);
|
|
4865
|
-
const $
|
|
4953
|
+
const $vo116 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4866
4954
|
path: _path2 + ".id",
|
|
4867
4955
|
expected: "(string | undefined)",
|
|
4868
4956
|
value: input3.id
|
|
@@ -4886,7 +4974,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4886
4974
|
path: _path2 + ".minNumSamples",
|
|
4887
4975
|
expected: "(number | undefined)",
|
|
4888
4976
|
value: input3.minNumSamples
|
|
4889
|
-
}), true, "
|
|
4977
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4978
|
+
path: _path2 + ".values",
|
|
4979
|
+
expected: "(__type.o11 | undefined)",
|
|
4980
|
+
value: input3.values
|
|
4981
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4982
|
+
path: _path2 + ".values",
|
|
4983
|
+
expected: "(__type.o11 | undefined)",
|
|
4984
|
+
value: input3.values
|
|
4985
|
+
}), "NumTWSpline" === input3.type || $report(_exceptionable2, {
|
|
4890
4986
|
path: _path2 + ".type",
|
|
4891
4987
|
expected: '"NumTWSpline"',
|
|
4892
4988
|
value: input3.type
|
|
@@ -4902,12 +4998,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4902
4998
|
path: _path2 + ".q",
|
|
4903
4999
|
expected: "SplineNumericQ",
|
|
4904
5000
|
value: input3.q
|
|
4905
|
-
})) && $
|
|
5001
|
+
})) && $vo87(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4906
5002
|
path: _path2 + ".q",
|
|
4907
5003
|
expected: "SplineNumericQ",
|
|
4908
5004
|
value: input3.q
|
|
4909
5005
|
})].every((flag) => flag);
|
|
4910
|
-
const $
|
|
5006
|
+
const $vo117 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
4911
5007
|
path: _path2 + ".genome",
|
|
4912
5008
|
expected: "string",
|
|
4913
5009
|
value: input3.genome
|
|
@@ -4956,7 +5052,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4956
5052
|
expected: "(string | undefined)",
|
|
4957
5053
|
value: input3.zScoreTransformation
|
|
4958
5054
|
})].every((flag) => flag);
|
|
4959
|
-
const $
|
|
5055
|
+
const $vo118 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4960
5056
|
path: _path2 + ".id",
|
|
4961
5057
|
expected: "(string | undefined)",
|
|
4962
5058
|
value: input3.id
|
|
@@ -4980,7 +5076,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
4980
5076
|
path: _path2 + ".minNumSamples",
|
|
4981
5077
|
expected: "(number | undefined)",
|
|
4982
5078
|
value: input3.minNumSamples
|
|
4983
|
-
}), true, "
|
|
5079
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5080
|
+
path: _path2 + ".values",
|
|
5081
|
+
expected: "(__type.o11 | undefined)",
|
|
5082
|
+
value: input3.values
|
|
5083
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5084
|
+
path: _path2 + ".values",
|
|
5085
|
+
expected: "(__type.o11 | undefined)",
|
|
5086
|
+
value: input3.values
|
|
5087
|
+
}), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
|
|
4984
5088
|
path: _path2 + ".type",
|
|
4985
5089
|
expected: '"NumTWRegularBin"',
|
|
4986
5090
|
value: input3.type
|
|
@@ -5001,12 +5105,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5001
5105
|
expected: "RegularNumericBinConfig",
|
|
5002
5106
|
value: input3.q
|
|
5003
5107
|
})].every((flag) => flag);
|
|
5004
|
-
const $vo118 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5005
5108
|
const $vo119 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5006
5109
|
const $vo120 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5007
5110
|
const $vo121 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5008
5111
|
const $vo122 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5009
|
-
const $vo123 = (input3, _path2, _exceptionable2 = true) =>
|
|
5112
|
+
const $vo123 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5113
|
+
const $vo124 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5010
5114
|
path: _path2 + ".id",
|
|
5011
5115
|
expected: "string",
|
|
5012
5116
|
value: input3.id
|
|
@@ -5095,13 +5199,13 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5095
5199
|
expected: "(PresetNumericBins | undefined)",
|
|
5096
5200
|
value: input3.bins
|
|
5097
5201
|
})].every((flag) => flag);
|
|
5098
|
-
const $vo124 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5099
5202
|
const $vo125 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5100
5203
|
const $vo126 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5101
5204
|
const $vo127 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5102
5205
|
const $vo128 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5103
5206
|
const $vo129 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5104
|
-
const $vo130 = (input3, _path2, _exceptionable2 = true) =>
|
|
5207
|
+
const $vo130 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5208
|
+
const $vo131 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5105
5209
|
path: _path2 + ".id",
|
|
5106
5210
|
expected: "(string | undefined)",
|
|
5107
5211
|
value: input3.id
|
|
@@ -5125,7 +5229,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5125
5229
|
path: _path2 + ".minNumSamples",
|
|
5126
5230
|
expected: "(number | undefined)",
|
|
5127
5231
|
value: input3.minNumSamples
|
|
5128
|
-
}), true, "
|
|
5232
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5233
|
+
path: _path2 + ".values",
|
|
5234
|
+
expected: "(__type.o11 | undefined)",
|
|
5235
|
+
value: input3.values
|
|
5236
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5237
|
+
path: _path2 + ".values",
|
|
5238
|
+
expected: "(__type.o11 | undefined)",
|
|
5239
|
+
value: input3.values
|
|
5240
|
+
}), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
|
|
5129
5241
|
path: _path2 + ".type",
|
|
5130
5242
|
expected: '"NumTWCustomBin"',
|
|
5131
5243
|
value: input3.type
|
|
@@ -5146,7 +5258,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5146
5258
|
expected: "CustomNumericBinConfig",
|
|
5147
5259
|
value: input3.q
|
|
5148
5260
|
})].every((flag) => flag);
|
|
5149
|
-
const $
|
|
5261
|
+
const $vo132 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5150
5262
|
path: _path2 + ".id",
|
|
5151
5263
|
expected: "(string | undefined)",
|
|
5152
5264
|
value: input3.id
|
|
@@ -5170,7 +5282,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5170
5282
|
path: _path2 + ".minNumSamples",
|
|
5171
5283
|
expected: "(number | undefined)",
|
|
5172
5284
|
value: input3.minNumSamples
|
|
5173
|
-
}), true, "
|
|
5285
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5286
|
+
path: _path2 + ".values",
|
|
5287
|
+
expected: "(__type.o11 | undefined)",
|
|
5288
|
+
value: input3.values
|
|
5289
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5290
|
+
path: _path2 + ".values",
|
|
5291
|
+
expected: "(__type.o11 | undefined)",
|
|
5292
|
+
value: input3.values
|
|
5293
|
+
}), "NumTWBinary" === input3.type || $report(_exceptionable2, {
|
|
5174
5294
|
path: _path2 + ".type",
|
|
5175
5295
|
expected: '"NumTWBinary"',
|
|
5176
5296
|
value: input3.type
|
|
@@ -5186,12 +5306,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5186
5306
|
path: _path2 + ".q",
|
|
5187
5307
|
expected: "BinaryNumericQ",
|
|
5188
5308
|
value: input3.q
|
|
5189
|
-
})) && $
|
|
5309
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5190
5310
|
path: _path2 + ".q",
|
|
5191
5311
|
expected: "BinaryNumericQ",
|
|
5192
5312
|
value: input3.q
|
|
5193
5313
|
})].every((flag) => flag);
|
|
5194
|
-
const $
|
|
5314
|
+
const $vo133 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5195
5315
|
path: _path2 + ".id",
|
|
5196
5316
|
expected: "(string | undefined)",
|
|
5197
5317
|
value: input3.id
|
|
@@ -5215,7 +5335,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5215
5335
|
path: _path2 + ".minNumSamples",
|
|
5216
5336
|
expected: "(number | undefined)",
|
|
5217
5337
|
value: input3.minNumSamples
|
|
5218
|
-
}), true, "
|
|
5338
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5339
|
+
path: _path2 + ".values",
|
|
5340
|
+
expected: "(__type.o11 | undefined)",
|
|
5341
|
+
value: input3.values
|
|
5342
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5343
|
+
path: _path2 + ".values",
|
|
5344
|
+
expected: "(__type.o11 | undefined)",
|
|
5345
|
+
value: input3.values
|
|
5346
|
+
}), "NumTWCont" === input3.type || $report(_exceptionable2, {
|
|
5219
5347
|
path: _path2 + ".type",
|
|
5220
5348
|
expected: '"NumTWCont"',
|
|
5221
5349
|
value: input3.type
|
|
@@ -5231,12 +5359,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5231
5359
|
path: _path2 + ".q",
|
|
5232
5360
|
expected: "ContinuousNumericQ",
|
|
5233
5361
|
value: input3.q
|
|
5234
|
-
})) && $
|
|
5362
|
+
})) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5235
5363
|
path: _path2 + ".q",
|
|
5236
5364
|
expected: "ContinuousNumericQ",
|
|
5237
5365
|
value: input3.q
|
|
5238
5366
|
})].every((flag) => flag);
|
|
5239
|
-
const $
|
|
5367
|
+
const $vo134 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5240
5368
|
path: _path2 + ".id",
|
|
5241
5369
|
expected: "(string | undefined)",
|
|
5242
5370
|
value: input3.id
|
|
@@ -5260,7 +5388,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5260
5388
|
path: _path2 + ".minNumSamples",
|
|
5261
5389
|
expected: "(number | undefined)",
|
|
5262
5390
|
value: input3.minNumSamples
|
|
5263
|
-
}), true, "
|
|
5391
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5392
|
+
path: _path2 + ".values",
|
|
5393
|
+
expected: "(__type.o11 | undefined)",
|
|
5394
|
+
value: input3.values
|
|
5395
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5396
|
+
path: _path2 + ".values",
|
|
5397
|
+
expected: "(__type.o11 | undefined)",
|
|
5398
|
+
value: input3.values
|
|
5399
|
+
}), "NumTWSpline" === input3.type || $report(_exceptionable2, {
|
|
5264
5400
|
path: _path2 + ".type",
|
|
5265
5401
|
expected: '"NumTWSpline"',
|
|
5266
5402
|
value: input3.type
|
|
@@ -5276,12 +5412,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5276
5412
|
path: _path2 + ".q",
|
|
5277
5413
|
expected: "SplineNumericQ",
|
|
5278
5414
|
value: input3.q
|
|
5279
|
-
})) && $
|
|
5415
|
+
})) && $vo87(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5280
5416
|
path: _path2 + ".q",
|
|
5281
5417
|
expected: "SplineNumericQ",
|
|
5282
5418
|
value: input3.q
|
|
5283
5419
|
})].every((flag) => flag);
|
|
5284
|
-
const $
|
|
5420
|
+
const $vo135 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
5285
5421
|
path: _path2 + ".genome",
|
|
5286
5422
|
expected: "string",
|
|
5287
5423
|
value: input3.genome
|
|
@@ -5338,7 +5474,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5338
5474
|
expected: "ProteomeDetails",
|
|
5339
5475
|
value: input3.proteomeDetails
|
|
5340
5476
|
})].every((flag) => flag);
|
|
5341
|
-
const $
|
|
5477
|
+
const $vo136 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5342
5478
|
path: _path2 + ".id",
|
|
5343
5479
|
expected: "(string | undefined)",
|
|
5344
5480
|
value: input3.id
|
|
@@ -5362,7 +5498,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5362
5498
|
path: _path2 + ".minNumSamples",
|
|
5363
5499
|
expected: "(number | undefined)",
|
|
5364
5500
|
value: input3.minNumSamples
|
|
5365
|
-
}), true, "
|
|
5501
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5502
|
+
path: _path2 + ".values",
|
|
5503
|
+
expected: "(__type.o11 | undefined)",
|
|
5504
|
+
value: input3.values
|
|
5505
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5506
|
+
path: _path2 + ".values",
|
|
5507
|
+
expected: "(__type.o11 | undefined)",
|
|
5508
|
+
value: input3.values
|
|
5509
|
+
}), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
|
|
5366
5510
|
path: _path2 + ".type",
|
|
5367
5511
|
expected: '"NumTWRegularBin"',
|
|
5368
5512
|
value: input3.type
|
|
@@ -5383,13 +5527,13 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5383
5527
|
expected: "RegularNumericBinConfig",
|
|
5384
5528
|
value: input3.q
|
|
5385
5529
|
})].every((flag) => flag);
|
|
5386
|
-
const $vo136 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5387
5530
|
const $vo137 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5388
5531
|
const $vo138 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5389
5532
|
const $vo139 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5390
5533
|
const $vo140 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5391
5534
|
const $vo141 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5392
|
-
const $vo142 = (input3, _path2, _exceptionable2 = true) =>
|
|
5535
|
+
const $vo142 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5536
|
+
const $vo143 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5393
5537
|
path: _path2 + ".id",
|
|
5394
5538
|
expected: "string",
|
|
5395
5539
|
value: input3.id
|
|
@@ -5486,12 +5630,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5486
5630
|
expected: "ProteomeDetails",
|
|
5487
5631
|
value: input3.proteomeDetails
|
|
5488
5632
|
})].every((flag) => flag);
|
|
5489
|
-
const $vo143 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5490
5633
|
const $vo144 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5491
5634
|
const $vo145 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5492
5635
|
const $vo146 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5493
5636
|
const $vo147 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5494
|
-
const $vo148 = (input3, _path2, _exceptionable2 = true) =>
|
|
5637
|
+
const $vo148 = (input3, _path2, _exceptionable2 = true) => true;
|
|
5638
|
+
const $vo149 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5495
5639
|
path: _path2 + ".id",
|
|
5496
5640
|
expected: "(string | undefined)",
|
|
5497
5641
|
value: input3.id
|
|
@@ -5515,7 +5659,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5515
5659
|
path: _path2 + ".minNumSamples",
|
|
5516
5660
|
expected: "(number | undefined)",
|
|
5517
5661
|
value: input3.minNumSamples
|
|
5518
|
-
}), true, "
|
|
5662
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5663
|
+
path: _path2 + ".values",
|
|
5664
|
+
expected: "(__type.o11 | undefined)",
|
|
5665
|
+
value: input3.values
|
|
5666
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5667
|
+
path: _path2 + ".values",
|
|
5668
|
+
expected: "(__type.o11 | undefined)",
|
|
5669
|
+
value: input3.values
|
|
5670
|
+
}), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
|
|
5519
5671
|
path: _path2 + ".type",
|
|
5520
5672
|
expected: '"NumTWCustomBin"',
|
|
5521
5673
|
value: input3.type
|
|
@@ -5536,7 +5688,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5536
5688
|
expected: "CustomNumericBinConfig",
|
|
5537
5689
|
value: input3.q
|
|
5538
5690
|
})].every((flag) => flag);
|
|
5539
|
-
const $
|
|
5691
|
+
const $vo150 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5540
5692
|
path: _path2 + ".id",
|
|
5541
5693
|
expected: "(string | undefined)",
|
|
5542
5694
|
value: input3.id
|
|
@@ -5560,7 +5712,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5560
5712
|
path: _path2 + ".minNumSamples",
|
|
5561
5713
|
expected: "(number | undefined)",
|
|
5562
5714
|
value: input3.minNumSamples
|
|
5563
|
-
}), true, "
|
|
5715
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5716
|
+
path: _path2 + ".values",
|
|
5717
|
+
expected: "(__type.o11 | undefined)",
|
|
5718
|
+
value: input3.values
|
|
5719
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5720
|
+
path: _path2 + ".values",
|
|
5721
|
+
expected: "(__type.o11 | undefined)",
|
|
5722
|
+
value: input3.values
|
|
5723
|
+
}), "NumTWBinary" === input3.type || $report(_exceptionable2, {
|
|
5564
5724
|
path: _path2 + ".type",
|
|
5565
5725
|
expected: '"NumTWBinary"',
|
|
5566
5726
|
value: input3.type
|
|
@@ -5576,12 +5736,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5576
5736
|
path: _path2 + ".q",
|
|
5577
5737
|
expected: "BinaryNumericQ",
|
|
5578
5738
|
value: input3.q
|
|
5579
|
-
})) && $
|
|
5739
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5580
5740
|
path: _path2 + ".q",
|
|
5581
5741
|
expected: "BinaryNumericQ",
|
|
5582
5742
|
value: input3.q
|
|
5583
5743
|
})].every((flag) => flag);
|
|
5584
|
-
const $
|
|
5744
|
+
const $vo151 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5585
5745
|
path: _path2 + ".id",
|
|
5586
5746
|
expected: "(string | undefined)",
|
|
5587
5747
|
value: input3.id
|
|
@@ -5605,7 +5765,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5605
5765
|
path: _path2 + ".minNumSamples",
|
|
5606
5766
|
expected: "(number | undefined)",
|
|
5607
5767
|
value: input3.minNumSamples
|
|
5608
|
-
}), true, "
|
|
5768
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5769
|
+
path: _path2 + ".values",
|
|
5770
|
+
expected: "(__type.o11 | undefined)",
|
|
5771
|
+
value: input3.values
|
|
5772
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5773
|
+
path: _path2 + ".values",
|
|
5774
|
+
expected: "(__type.o11 | undefined)",
|
|
5775
|
+
value: input3.values
|
|
5776
|
+
}), "NumTWCont" === input3.type || $report(_exceptionable2, {
|
|
5609
5777
|
path: _path2 + ".type",
|
|
5610
5778
|
expected: '"NumTWCont"',
|
|
5611
5779
|
value: input3.type
|
|
@@ -5621,12 +5789,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5621
5789
|
path: _path2 + ".q",
|
|
5622
5790
|
expected: "ContinuousNumericQ",
|
|
5623
5791
|
value: input3.q
|
|
5624
|
-
})) && $
|
|
5792
|
+
})) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5625
5793
|
path: _path2 + ".q",
|
|
5626
5794
|
expected: "ContinuousNumericQ",
|
|
5627
5795
|
value: input3.q
|
|
5628
5796
|
})].every((flag) => flag);
|
|
5629
|
-
const $
|
|
5797
|
+
const $vo152 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5630
5798
|
path: _path2 + ".id",
|
|
5631
5799
|
expected: "(string | undefined)",
|
|
5632
5800
|
value: input3.id
|
|
@@ -5650,7 +5818,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5650
5818
|
path: _path2 + ".minNumSamples",
|
|
5651
5819
|
expected: "(number | undefined)",
|
|
5652
5820
|
value: input3.minNumSamples
|
|
5653
|
-
}), true, "
|
|
5821
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5822
|
+
path: _path2 + ".values",
|
|
5823
|
+
expected: "(__type.o11 | undefined)",
|
|
5824
|
+
value: input3.values
|
|
5825
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5826
|
+
path: _path2 + ".values",
|
|
5827
|
+
expected: "(__type.o11 | undefined)",
|
|
5828
|
+
value: input3.values
|
|
5829
|
+
}), "NumTWSpline" === input3.type || $report(_exceptionable2, {
|
|
5654
5830
|
path: _path2 + ".type",
|
|
5655
5831
|
expected: '"NumTWSpline"',
|
|
5656
5832
|
value: input3.type
|
|
@@ -5666,7 +5842,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5666
5842
|
path: _path2 + ".q",
|
|
5667
5843
|
expected: "SplineNumericQ",
|
|
5668
5844
|
value: input3.q
|
|
5669
|
-
})) && $
|
|
5845
|
+
})) && $vo87(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5670
5846
|
path: _path2 + ".q",
|
|
5671
5847
|
expected: "SplineNumericQ",
|
|
5672
5848
|
value: input3.q
|
|
@@ -5715,13 +5891,13 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5715
5891
|
})();
|
|
5716
5892
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5717
5893
|
if ("NumTWSpline" === input3.type)
|
|
5718
|
-
return $
|
|
5894
|
+
return $vo86(input3, _path2, _exceptionable2);
|
|
5719
5895
|
if ("NumTWCont" === input3.type)
|
|
5720
|
-
return $
|
|
5896
|
+
return $vo84(input3, _path2, _exceptionable2);
|
|
5721
5897
|
if ("NumTWBinary" === input3.type)
|
|
5722
|
-
return $
|
|
5898
|
+
return $vo82(input3, _path2, _exceptionable2);
|
|
5723
5899
|
if ("NumTWCustomBin" === input3.type)
|
|
5724
|
-
return $
|
|
5900
|
+
return $vo81(input3, _path2, _exceptionable2);
|
|
5725
5901
|
if ("NumTWRegularBin" === input3.type)
|
|
5726
5902
|
return $vo56(input3, _path2, _exceptionable2);
|
|
5727
5903
|
return $report(_exceptionable2, {
|
|
@@ -5732,15 +5908,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5732
5908
|
})();
|
|
5733
5909
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5734
5910
|
if ("NumTWSpline" === input3.type)
|
|
5735
|
-
return $
|
|
5911
|
+
return $vo116(input3, _path2, _exceptionable2);
|
|
5736
5912
|
if ("NumTWCont" === input3.type)
|
|
5737
|
-
return $
|
|
5913
|
+
return $vo115(input3, _path2, _exceptionable2);
|
|
5738
5914
|
if ("NumTWBinary" === input3.type)
|
|
5739
|
-
return $
|
|
5915
|
+
return $vo114(input3, _path2, _exceptionable2);
|
|
5740
5916
|
if ("NumTWCustomBin" === input3.type)
|
|
5741
|
-
return $
|
|
5917
|
+
return $vo113(input3, _path2, _exceptionable2);
|
|
5742
5918
|
if ("NumTWRegularBin" === input3.type)
|
|
5743
|
-
return $
|
|
5919
|
+
return $vo90(input3, _path2, _exceptionable2);
|
|
5744
5920
|
return $report(_exceptionable2, {
|
|
5745
5921
|
path: _path2,
|
|
5746
5922
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: IsoformExpressionTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: IsoformExpressionTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: IsoformExpressionTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: IsoformExpressionTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: IsoformExpressionTerm; })',
|
|
@@ -5749,15 +5925,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5749
5925
|
})();
|
|
5750
5926
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5751
5927
|
if ("NumTWSpline" === input3.type)
|
|
5752
|
-
return $
|
|
5928
|
+
return $vo134(input3, _path2, _exceptionable2);
|
|
5753
5929
|
if ("NumTWCont" === input3.type)
|
|
5754
|
-
return $
|
|
5930
|
+
return $vo133(input3, _path2, _exceptionable2);
|
|
5755
5931
|
if ("NumTWBinary" === input3.type)
|
|
5756
|
-
return $
|
|
5932
|
+
return $vo132(input3, _path2, _exceptionable2);
|
|
5757
5933
|
if ("NumTWCustomBin" === input3.type)
|
|
5758
|
-
return $
|
|
5934
|
+
return $vo131(input3, _path2, _exceptionable2);
|
|
5759
5935
|
if ("NumTWRegularBin" === input3.type)
|
|
5760
|
-
return $
|
|
5936
|
+
return $vo118(input3, _path2, _exceptionable2);
|
|
5761
5937
|
return $report(_exceptionable2, {
|
|
5762
5938
|
path: _path2,
|
|
5763
5939
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; })',
|
|
@@ -5766,15 +5942,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5766
5942
|
})();
|
|
5767
5943
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5768
5944
|
if ("NumTWSpline" === input3.type)
|
|
5769
|
-
return $
|
|
5945
|
+
return $vo152(input3, _path2, _exceptionable2);
|
|
5770
5946
|
if ("NumTWCont" === input3.type)
|
|
5771
|
-
return $
|
|
5947
|
+
return $vo151(input3, _path2, _exceptionable2);
|
|
5772
5948
|
if ("NumTWBinary" === input3.type)
|
|
5773
|
-
return $
|
|
5949
|
+
return $vo150(input3, _path2, _exceptionable2);
|
|
5774
5950
|
if ("NumTWCustomBin" === input3.type)
|
|
5775
|
-
return $
|
|
5951
|
+
return $vo149(input3, _path2, _exceptionable2);
|
|
5776
5952
|
if ("NumTWRegularBin" === input3.type)
|
|
5777
|
-
return $
|
|
5953
|
+
return $vo136(input3, _path2, _exceptionable2);
|
|
5778
5954
|
return $report(_exceptionable2, {
|
|
5779
5955
|
path: _path2,
|
|
5780
5956
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: ProteomeAbundanceTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: ProteomeAbundanceTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: ProteomeAbundanceTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: ProteomeAbundanceTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: ProteomeAbundanceTerm; })',
|
|
@@ -5865,27 +6041,27 @@ var validTermdbClusterRequest = (input) => {
|
|
|
5865
6041
|
value: input3
|
|
5866
6042
|
});
|
|
5867
6043
|
})();
|
|
5868
|
-
const $vu16 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo79(input3, _path2, false) || $vo78(input3, _path2, false) || $vo77(input3, _path2, false) || $vo76(input3, _path2, false) || $vo75(input3, _path2, false) || $vo74(input3, _path2, false) || $vo73(input3, _path2, false) || $vo72(input3, _path2, false) || $vo71(input3, _path2, false) || $vo70(input3, _path2, false) || $vo69(input3, _path2, false) || $vo68(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo64(input3, _path2, false) || $vo63(input3, _path2, false) || $
|
|
5869
|
-
const $vu17 = (input3, _path2, _exceptionable2 = true) => $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo111(input3, _path2, false) || $vo110(input3, _path2, false) || $vo109(input3, _path2, false) || $vo108(input3, _path2, false) || $vo107(input3, _path2, false) || $vo106(input3, _path2, false) || $vo105(input3, _path2, false) || $vo104(input3, _path2, false) || $vo103(input3, _path2, false) || $vo102(input3, _path2, false) || $vo101(input3, _path2, false) || $vo100(input3, _path2, false) || $vo99(input3, _path2, false) || $
|
|
6044
|
+
const $vu16 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo80(input3, _path2, false) || $vo79(input3, _path2, false) || $vo78(input3, _path2, false) || $vo77(input3, _path2, false) || $vo76(input3, _path2, false) || $vo75(input3, _path2, false) || $vo74(input3, _path2, false) || $vo73(input3, _path2, false) || $vo72(input3, _path2, false) || $vo71(input3, _path2, false) || $vo70(input3, _path2, false) || $vo69(input3, _path2, false) || $vo68(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo64(input3, _path2, false) || $vo63(input3, _path2, false) || $vo60(input3, _path2, false) || $vo59(input3, _path2, false) || $vo62(input3, _path2, false) || $vo61(input3, _path2, false);
|
|
6045
|
+
const $vu17 = (input3, _path2, _exceptionable2 = true) => $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo112(input3, _path2, false) || $vo111(input3, _path2, false) || $vo110(input3, _path2, false) || $vo109(input3, _path2, false) || $vo108(input3, _path2, false) || $vo107(input3, _path2, false) || $vo106(input3, _path2, false) || $vo105(input3, _path2, false) || $vo104(input3, _path2, false) || $vo103(input3, _path2, false) || $vo102(input3, _path2, false) || $vo101(input3, _path2, false) || $vo100(input3, _path2, false) || $vo99(input3, _path2, false) || $vo96(input3, _path2, false) || $vo95(input3, _path2, false) || $vo94(input3, _path2, false) || $vo93(input3, _path2, false) || $vo92(input3, _path2, false) || $vo91(input3, _path2, false) || $vo98(input3, _path2, false) || $vo97(input3, _path2, false);
|
|
5870
6046
|
const $vu18 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5871
6047
|
if (void 0 !== input3.type)
|
|
5872
|
-
return $
|
|
5873
|
-
return $
|
|
6048
|
+
return $vo124(input3, _path2, _exceptionable2);
|
|
6049
|
+
return $vo130(input3, _path2, false) || $vo129(input3, _path2, false) || $vo128(input3, _path2, false) || $vo127(input3, _path2, false) || $vo126(input3, _path2, false) || $vo125(input3, _path2, false) || $vo123(input3, _path2, false) || $vo122(input3, _path2, false) || $vo121(input3, _path2, false) || $vo120(input3, _path2, false) || $vo119(input3, _path2, false);
|
|
5874
6050
|
})();
|
|
5875
6051
|
const $vu19 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5876
6052
|
if (void 0 !== input3.type)
|
|
5877
|
-
return $
|
|
5878
|
-
return $
|
|
6053
|
+
return $vo143(input3, _path2, _exceptionable2);
|
|
6054
|
+
return $vo148(input3, _path2, false) || $vo147(input3, _path2, false) || $vo146(input3, _path2, false) || $vo145(input3, _path2, false) || $vo144(input3, _path2, false) || $vo142(input3, _path2, false) || $vo141(input3, _path2, false) || $vo140(input3, _path2, false) || $vo139(input3, _path2, false) || $vo138(input3, _path2, false) || $vo137(input3, _path2, false);
|
|
5879
6055
|
})();
|
|
5880
6056
|
const $vu20 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5881
6057
|
if ("metaboliteIntensity" === input3.dataType)
|
|
5882
|
-
return $
|
|
6058
|
+
return $vo117(input3, _path2, _exceptionable2);
|
|
5883
6059
|
if ("isoformExpression" === input3.dataType)
|
|
5884
|
-
return $
|
|
6060
|
+
return $vo89(input3, _path2, _exceptionable2);
|
|
5885
6061
|
if ("geneExpression" === input3.dataType)
|
|
5886
6062
|
return $vo0(input3, _path2, _exceptionable2);
|
|
5887
6063
|
if ("proteomeAbundance" === input3.dataType)
|
|
5888
|
-
return $
|
|
6064
|
+
return $vo135(input3, _path2, _exceptionable2);
|
|
5889
6065
|
return $report(_exceptionable2, {
|
|
5890
6066
|
path: _path2,
|
|
5891
6067
|
expected: "(TermdbClusterRequestMetabolite | TermdbClusterRequestIsoformExpression | TermdbClusterRequestGeneExpression | TermdbClusterRequestProteomeAbundance)",
|