@sjcrh/proteinpaint-types 2.146.4-1 → 2.147.2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aiProjectSelectedWSImages.js +1 -1
- package/dist/aiProjectTrainModel.js +11 -0
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-75OHIZMS.js → chunk-225Q2ZUA.js} +2 -6
- package/dist/{chunk-NBV7HYBA.js → chunk-3SKFYOKV.js} +407 -515
- package/dist/{chunk-G5KSPYQG.js → chunk-4SJC57Y6.js} +403 -511
- package/dist/{chunk-C246BWQE.js → chunk-5MGSKBUU.js} +268 -92
- package/dist/{chunk-4VEXL32Q.js → chunk-75GS5ZG5.js} +381 -489
- package/dist/{chunk-2BHWLFKE.js → chunk-ETMCI34A.js} +2 -6
- package/dist/{chunk-74B7B2CV.js → chunk-KQNLROUN.js} +258 -82
- package/dist/{chunk-7ICZFAGK.js → chunk-KSVIBMFQ.js} +1049 -797
- package/dist/{chunk-5KADNZH2.js → chunk-RA7IEGS4.js} +408 -516
- package/dist/{chunk-4DNCZQOB.js → chunk-TTUU5XQC.js} +258 -82
- package/dist/chunk-UYJA4UM7.js +97 -0
- package/dist/{chunk-GCAZSDCW.js → chunk-WL7ZVGZS.js} +403 -511
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +48 -40
- package/dist/samplewsimages.js +1 -1
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +15 -12
- package/src/index.ts +2 -0
- package/src/routes/aiProjectSelectedWSImages.ts +0 -1
- package/src/routes/aiProjectTrainModel.ts +20 -0
- package/src/routes/brainImaging.ts +3 -3
- package/src/terms/categorical.ts +9 -90
- package/src/terms/date.ts +1 -1
- package/src/terms/geneExpression.ts +3 -1
- package/src/terms/metaboliteIntensity.ts +4 -2
- package/src/terms/numeric.ts +5 -1
- package/src/terms/q.ts +5 -1
- package/src/terms/qualitative.ts +73 -0
- package/src/terms/singleCellCellType.ts +6 -10
- package/src/terms/snp.ts +9 -13
- package/src/terms/ssGSEA.ts +5 -1
- package/src/terms/term.ts +2 -2
- package/src/terms/tw.ts +3 -4
|
@@ -76,7 +76,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
76
76
|
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
77
77
|
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
78
78
|
const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
79
|
-
const $io38 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $
|
|
79
|
+
const $io38 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "QualTWValues" === input3.type;
|
|
80
80
|
const $io39 = (input3) => Object.keys(input3).every((key) => {
|
|
81
81
|
const value = input3[key];
|
|
82
82
|
if (void 0 === value)
|
|
@@ -85,45 +85,41 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
85
85
|
return true;
|
|
86
86
|
return true;
|
|
87
87
|
});
|
|
88
|
-
const $io40 = (input3) =>
|
|
89
|
-
const $io41 = (input3) => (void 0 === input3.
|
|
90
|
-
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "
|
|
91
|
-
const $io43 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $
|
|
92
|
-
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "
|
|
93
|
-
const $io45 = (input3) => Array.isArray(input3.
|
|
94
|
-
const $io46 = (input3) => (void 0 === input3.
|
|
95
|
-
const $io47 = (input3) =>
|
|
96
|
-
const $io48 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
97
|
-
const $io49 = (input3) => (void 0 === input3.
|
|
98
|
-
const $io50 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
99
|
-
const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) &&
|
|
100
|
-
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
101
|
-
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) &&
|
|
102
|
-
const $io54 = (input3) => "number" === typeof input3.
|
|
103
|
-
const $io55 = (input3) => (void 0 === input3.
|
|
104
|
-
const $io56 = (input3) => "
|
|
105
|
-
const $io57 = (input3) =>
|
|
106
|
-
const $io58 = (input3) =>
|
|
107
|
-
const $io59 = (input3) => (void 0 === input3.
|
|
108
|
-
const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "
|
|
109
|
-
const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
110
|
-
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "
|
|
111
|
-
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
112
|
-
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && (
|
|
113
|
-
const $io65 = (input3) => (void 0 === input3.
|
|
114
|
-
const $io66 = (input3) => (void 0 === input3.
|
|
115
|
-
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && "
|
|
116
|
-
const $io68 = (input3) => "string" === typeof input3.
|
|
117
|
-
const $io69 = (input3) =>
|
|
118
|
-
const $io70 = (input3) =>
|
|
119
|
-
const $io71 = (input3) => "string" === typeof input3.
|
|
120
|
-
const $io72 = (input3) => "string" === typeof input3.
|
|
121
|
-
const $io73 = (input3) =>
|
|
122
|
-
const $io74 = (input3) =>
|
|
123
|
-
const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && "filter" === input3.type;
|
|
124
|
-
const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
125
|
-
const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
|
|
126
|
-
const $io78 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
88
|
+
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
89
|
+
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
90
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
91
|
+
const $io43 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
92
|
+
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
93
|
+
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
94
|
+
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
|
|
95
|
+
const $io47 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
|
|
96
|
+
const $io48 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
|
|
97
|
+
const $io49 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
|
|
98
|
+
const $io50 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q));
|
|
99
|
+
const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1]))));
|
|
100
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io53(input3.q));
|
|
101
|
+
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
|
|
102
|
+
const $io54 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q));
|
|
103
|
+
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $io56(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
104
|
+
const $io56 = (input3) => "number" === typeof input3.value;
|
|
105
|
+
const $io57 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
|
|
106
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
107
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
108
|
+
const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
109
|
+
const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
|
|
110
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
111
|
+
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
|
|
112
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
|
|
113
|
+
const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
|
|
114
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
115
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
116
|
+
const $io68 = (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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io71(input3.term));
|
|
117
|
+
const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io70(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
118
|
+
const $io70 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
119
|
+
const $io71 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io72(elem)));
|
|
120
|
+
const $io72 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
|
|
121
|
+
const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
122
|
+
const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
127
123
|
const $iu0 = (input3) => (() => {
|
|
128
124
|
if ("tvslst" === input3.type)
|
|
129
125
|
return $io1(input3);
|
|
@@ -153,33 +149,31 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
153
149
|
return false;
|
|
154
150
|
})();
|
|
155
151
|
const $iu4 = (input3) => (() => {
|
|
156
|
-
if ("SnpTW" === input3.type)
|
|
157
|
-
return $io73(input3);
|
|
158
152
|
if ("SnpsTW" === input3.type)
|
|
159
|
-
return $
|
|
153
|
+
return $io68(input3);
|
|
160
154
|
if ("ConditionTW" === input3.type)
|
|
161
|
-
return $
|
|
155
|
+
return $io65(input3);
|
|
162
156
|
if ("GvCustomGsTW" === input3.type)
|
|
163
|
-
return $
|
|
157
|
+
return $io63(input3);
|
|
164
158
|
if ("GvPredefinedGsTW" === input3.type)
|
|
165
|
-
return $
|
|
159
|
+
return $io61(input3);
|
|
166
160
|
if ("GvValuesTW" === input3.type)
|
|
167
|
-
return $
|
|
161
|
+
return $io57(input3);
|
|
168
162
|
if ("NumTWSpline" === input3.type)
|
|
169
|
-
return $
|
|
163
|
+
return $io54(input3);
|
|
170
164
|
if ("NumTWCont" === input3.type)
|
|
171
|
-
return $
|
|
165
|
+
return $io52(input3);
|
|
172
166
|
if ("NumTWBinary" === input3.type)
|
|
173
|
-
return $
|
|
167
|
+
return $io50(input3);
|
|
174
168
|
if ("NumTWCustomBin" === input3.type)
|
|
175
|
-
return $
|
|
169
|
+
return $io49(input3);
|
|
176
170
|
if ("NumTWRegularBin" === input3.type)
|
|
177
|
-
return $
|
|
178
|
-
if ("
|
|
171
|
+
return $io48(input3);
|
|
172
|
+
if ("QualTWCustomGS" === input3.type)
|
|
173
|
+
return $io45(input3);
|
|
174
|
+
if ("QualTWPredefinedGS" === input3.type)
|
|
179
175
|
return $io43(input3);
|
|
180
|
-
if ("
|
|
181
|
-
return $io41(input3);
|
|
182
|
-
if ("CatTWValues" === input3.type)
|
|
176
|
+
if ("QualTWValues" === input3.type)
|
|
183
177
|
return $io38(input3);
|
|
184
178
|
return false;
|
|
185
179
|
})();
|
|
@@ -242,28 +236,26 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
242
236
|
return false;
|
|
243
237
|
})();
|
|
244
238
|
const $iu11 = (input3) => (() => {
|
|
245
|
-
if ("
|
|
246
|
-
return $
|
|
247
|
-
if ("
|
|
248
|
-
return $
|
|
239
|
+
if ("categorical" === input3.type)
|
|
240
|
+
return $io4(input3);
|
|
241
|
+
if ("snp" === input3.type)
|
|
242
|
+
return $io40(input3);
|
|
243
|
+
if ("singleCellCellType" === input3.type)
|
|
244
|
+
return $io41(input3);
|
|
249
245
|
return false;
|
|
250
246
|
})();
|
|
251
247
|
const $iu12 = (input3) => (() => {
|
|
252
|
-
if ("
|
|
253
|
-
return $
|
|
254
|
-
if ("
|
|
255
|
-
return $
|
|
248
|
+
if ("gene" === input3.kind)
|
|
249
|
+
return $io58(input3);
|
|
250
|
+
if ("coord" === input3.kind)
|
|
251
|
+
return $io59(input3);
|
|
256
252
|
return false;
|
|
257
253
|
})();
|
|
258
254
|
const $iu13 = (input3) => (() => {
|
|
259
|
-
if ("
|
|
260
|
-
return $
|
|
261
|
-
if ("
|
|
262
|
-
return $
|
|
263
|
-
if ("predefined-groupset" === input3.type)
|
|
264
|
-
return $io76(input3);
|
|
265
|
-
if ("custom-groupset" === input3.type)
|
|
266
|
-
return $io77(input3);
|
|
255
|
+
if ("grade" === input3.valueFor)
|
|
256
|
+
return $io66(input3);
|
|
257
|
+
if ("children" === input3.valueFor)
|
|
258
|
+
return $io67(input3);
|
|
267
259
|
return false;
|
|
268
260
|
})();
|
|
269
261
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -290,11 +282,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
290
282
|
value: input3.filter
|
|
291
283
|
}), true, ("object" === typeof input3.featureTw && null !== input3.featureTw || $report(_exceptionable2, {
|
|
292
284
|
path: _path2 + ".featureTw",
|
|
293
|
-
expected: "(
|
|
285
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
294
286
|
value: input3.featureTw
|
|
295
287
|
})) && $vu4(input3.featureTw, _path2 + ".featureTw", _exceptionable2) || $report(_exceptionable2, {
|
|
296
288
|
path: _path2 + ".featureTw",
|
|
297
|
-
expected: "(
|
|
289
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
298
290
|
value: input3.featureTw
|
|
299
291
|
}), (Array.isArray(input3.variableTwLst) || $report(_exceptionable2, {
|
|
300
292
|
path: _path2 + ".variableTwLst",
|
|
@@ -302,11 +294,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
302
294
|
value: input3.variableTwLst
|
|
303
295
|
})) && input3.variableTwLst.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
304
296
|
path: _path2 + ".variableTwLst[" + _index1 + "]",
|
|
305
|
-
expected: "(
|
|
297
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
306
298
|
value: elem
|
|
307
299
|
})) && $vu4(elem, _path2 + ".variableTwLst[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
308
300
|
path: _path2 + ".variableTwLst[" + _index1 + "]",
|
|
309
|
-
expected: "(
|
|
301
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
310
302
|
value: elem
|
|
311
303
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
312
304
|
path: _path2 + ".variableTwLst",
|
|
@@ -2118,23 +2110,23 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2118
2110
|
value: input3.minNumSamples
|
|
2119
2111
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2120
2112
|
path: _path2 + ".term",
|
|
2121
|
-
expected: "CategoricalTerm",
|
|
2113
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2122
2114
|
value: input3.term
|
|
2123
|
-
})) && $
|
|
2115
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2124
2116
|
path: _path2 + ".term",
|
|
2125
|
-
expected: "CategoricalTerm",
|
|
2117
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2126
2118
|
value: input3.term
|
|
2127
2119
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2128
2120
|
path: _path2 + ".q",
|
|
2129
2121
|
expected: "ValuesQ",
|
|
2130
2122
|
value: input3.q
|
|
2131
|
-
})) && $
|
|
2123
|
+
})) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2132
2124
|
path: _path2 + ".q",
|
|
2133
2125
|
expected: "ValuesQ",
|
|
2134
2126
|
value: input3.q
|
|
2135
|
-
}), "
|
|
2127
|
+
}), "QualTWValues" === input3.type || $report(_exceptionable2, {
|
|
2136
2128
|
path: _path2 + ".type",
|
|
2137
|
-
expected: '"
|
|
2129
|
+
expected: '"QualTWValues"',
|
|
2138
2130
|
value: input3.type
|
|
2139
2131
|
})].every((flag) => flag);
|
|
2140
2132
|
const $vo39 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
@@ -2145,7 +2137,173 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2145
2137
|
return true;
|
|
2146
2138
|
return true;
|
|
2147
2139
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2148
|
-
const $vo40 = (input3, _path2, _exceptionable2 = true) => [
|
|
2140
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2141
|
+
path: _path2 + ".id",
|
|
2142
|
+
expected: "string",
|
|
2143
|
+
value: input3.id
|
|
2144
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2145
|
+
path: _path2 + ".name",
|
|
2146
|
+
expected: "string",
|
|
2147
|
+
value: input3.name
|
|
2148
|
+
}), "snp" === input3.type || $report(_exceptionable2, {
|
|
2149
|
+
path: _path2 + ".type",
|
|
2150
|
+
expected: '"snp"',
|
|
2151
|
+
value: input3.type
|
|
2152
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2153
|
+
path: _path2 + ".child_types",
|
|
2154
|
+
expected: "(Array<string> | undefined)",
|
|
2155
|
+
value: input3.child_types
|
|
2156
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2157
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2158
|
+
expected: "string",
|
|
2159
|
+
value: elem
|
|
2160
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2161
|
+
path: _path2 + ".child_types",
|
|
2162
|
+
expected: "(Array<string> | undefined)",
|
|
2163
|
+
value: input3.child_types
|
|
2164
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2165
|
+
path: _path2 + ".hashtmldetail",
|
|
2166
|
+
expected: "(boolean | undefined)",
|
|
2167
|
+
value: input3.hashtmldetail
|
|
2168
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2169
|
+
path: _path2 + ".included_types",
|
|
2170
|
+
expected: "(Array<string> | undefined)",
|
|
2171
|
+
value: input3.included_types
|
|
2172
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2173
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2174
|
+
expected: "string",
|
|
2175
|
+
value: elem
|
|
2176
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2177
|
+
path: _path2 + ".included_types",
|
|
2178
|
+
expected: "(Array<string> | undefined)",
|
|
2179
|
+
value: input3.included_types
|
|
2180
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2181
|
+
path: _path2 + ".isleaf",
|
|
2182
|
+
expected: "(boolean | undefined)",
|
|
2183
|
+
value: input3.isleaf
|
|
2184
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2185
|
+
path: _path2 + ".values",
|
|
2186
|
+
expected: "(TermValues | undefined)",
|
|
2187
|
+
value: input3.values
|
|
2188
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2189
|
+
path: _path2 + ".values",
|
|
2190
|
+
expected: "(TermValues | undefined)",
|
|
2191
|
+
value: input3.values
|
|
2192
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2193
|
+
path: _path2 + ".skipValuesBuild",
|
|
2194
|
+
expected: "(boolean | undefined)",
|
|
2195
|
+
value: input3.skipValuesBuild
|
|
2196
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2197
|
+
path: _path2 + ".chr",
|
|
2198
|
+
expected: "string",
|
|
2199
|
+
value: input3.chr
|
|
2200
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2201
|
+
path: _path2 + ".start",
|
|
2202
|
+
expected: "number",
|
|
2203
|
+
value: input3.start
|
|
2204
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2205
|
+
path: _path2 + ".stop",
|
|
2206
|
+
expected: "number",
|
|
2207
|
+
value: input3.stop
|
|
2208
|
+
}), "string" === typeof input3.ref || $report(_exceptionable2, {
|
|
2209
|
+
path: _path2 + ".ref",
|
|
2210
|
+
expected: "string",
|
|
2211
|
+
value: input3.ref
|
|
2212
|
+
}), (Array.isArray(input3.alt) || $report(_exceptionable2, {
|
|
2213
|
+
path: _path2 + ".alt",
|
|
2214
|
+
expected: "Array<string>",
|
|
2215
|
+
value: input3.alt
|
|
2216
|
+
})) && input3.alt.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2217
|
+
path: _path2 + ".alt[" + _index43 + "]",
|
|
2218
|
+
expected: "string",
|
|
2219
|
+
value: elem
|
|
2220
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2221
|
+
path: _path2 + ".alt",
|
|
2222
|
+
expected: "Array<string>",
|
|
2223
|
+
value: input3.alt
|
|
2224
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2225
|
+
path: _path2 + ".groupsetting",
|
|
2226
|
+
expected: "TermGroupSetting",
|
|
2227
|
+
value: input3.groupsetting
|
|
2228
|
+
})) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2229
|
+
path: _path2 + ".groupsetting",
|
|
2230
|
+
expected: "TermGroupSetting",
|
|
2231
|
+
value: input3.groupsetting
|
|
2232
|
+
})].every((flag) => flag);
|
|
2233
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2234
|
+
path: _path2 + ".id",
|
|
2235
|
+
expected: "string",
|
|
2236
|
+
value: input3.id
|
|
2237
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2238
|
+
path: _path2 + ".name",
|
|
2239
|
+
expected: "string",
|
|
2240
|
+
value: input3.name
|
|
2241
|
+
}), "singleCellCellType" === input3.type || $report(_exceptionable2, {
|
|
2242
|
+
path: _path2 + ".type",
|
|
2243
|
+
expected: '"singleCellCellType"',
|
|
2244
|
+
value: input3.type
|
|
2245
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2246
|
+
path: _path2 + ".child_types",
|
|
2247
|
+
expected: "(Array<string> | undefined)",
|
|
2248
|
+
value: input3.child_types
|
|
2249
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2250
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2251
|
+
expected: "string",
|
|
2252
|
+
value: elem
|
|
2253
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2254
|
+
path: _path2 + ".child_types",
|
|
2255
|
+
expected: "(Array<string> | undefined)",
|
|
2256
|
+
value: input3.child_types
|
|
2257
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2258
|
+
path: _path2 + ".hashtmldetail",
|
|
2259
|
+
expected: "(boolean | undefined)",
|
|
2260
|
+
value: input3.hashtmldetail
|
|
2261
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2262
|
+
path: _path2 + ".included_types",
|
|
2263
|
+
expected: "(Array<string> | undefined)",
|
|
2264
|
+
value: input3.included_types
|
|
2265
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2266
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2267
|
+
expected: "string",
|
|
2268
|
+
value: elem
|
|
2269
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2270
|
+
path: _path2 + ".included_types",
|
|
2271
|
+
expected: "(Array<string> | undefined)",
|
|
2272
|
+
value: input3.included_types
|
|
2273
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2274
|
+
path: _path2 + ".isleaf",
|
|
2275
|
+
expected: "(boolean | undefined)",
|
|
2276
|
+
value: input3.isleaf
|
|
2277
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2278
|
+
path: _path2 + ".values",
|
|
2279
|
+
expected: "(TermValues | undefined)",
|
|
2280
|
+
value: input3.values
|
|
2281
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2282
|
+
path: _path2 + ".values",
|
|
2283
|
+
expected: "(TermValues | undefined)",
|
|
2284
|
+
value: input3.values
|
|
2285
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2286
|
+
path: _path2 + ".skipValuesBuild",
|
|
2287
|
+
expected: "(boolean | undefined)",
|
|
2288
|
+
value: input3.skipValuesBuild
|
|
2289
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
2290
|
+
path: _path2 + ".sample",
|
|
2291
|
+
expected: "string",
|
|
2292
|
+
value: input3.sample
|
|
2293
|
+
}), "string" === typeof input3.plot || $report(_exceptionable2, {
|
|
2294
|
+
path: _path2 + ".plot",
|
|
2295
|
+
expected: "string",
|
|
2296
|
+
value: input3.plot
|
|
2297
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2298
|
+
path: _path2 + ".groupsetting",
|
|
2299
|
+
expected: "TermGroupSetting",
|
|
2300
|
+
value: input3.groupsetting
|
|
2301
|
+
})) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2302
|
+
path: _path2 + ".groupsetting",
|
|
2303
|
+
expected: "TermGroupSetting",
|
|
2304
|
+
value: input3.groupsetting
|
|
2305
|
+
})].every((flag) => flag);
|
|
2306
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2149
2307
|
path: _path2 + ".hiddenValues",
|
|
2150
2308
|
expected: "(HiddenValues | undefined)",
|
|
2151
2309
|
value: input3.hiddenValues
|
|
@@ -2174,7 +2332,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2174
2332
|
expected: '"values"',
|
|
2175
2333
|
value: input3.type
|
|
2176
2334
|
})].every((flag) => flag);
|
|
2177
|
-
const $
|
|
2335
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2178
2336
|
path: _path2 + ".id",
|
|
2179
2337
|
expected: "(string | undefined)",
|
|
2180
2338
|
value: input3.id
|
|
@@ -2200,26 +2358,26 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2200
2358
|
value: input3.minNumSamples
|
|
2201
2359
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2202
2360
|
path: _path2 + ".term",
|
|
2203
|
-
expected: "CategoricalTerm",
|
|
2361
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2204
2362
|
value: input3.term
|
|
2205
|
-
})) && $
|
|
2363
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2206
2364
|
path: _path2 + ".term",
|
|
2207
|
-
expected: "CategoricalTerm",
|
|
2365
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2208
2366
|
value: input3.term
|
|
2209
2367
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2210
2368
|
path: _path2 + ".q",
|
|
2211
2369
|
expected: "PredefinedGroupSettingQ",
|
|
2212
2370
|
value: input3.q
|
|
2213
|
-
})) && $
|
|
2371
|
+
})) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2214
2372
|
path: _path2 + ".q",
|
|
2215
2373
|
expected: "PredefinedGroupSettingQ",
|
|
2216
2374
|
value: input3.q
|
|
2217
|
-
}), "
|
|
2375
|
+
}), "QualTWPredefinedGS" === input3.type || $report(_exceptionable2, {
|
|
2218
2376
|
path: _path2 + ".type",
|
|
2219
|
-
expected: '"
|
|
2377
|
+
expected: '"QualTWPredefinedGS"',
|
|
2220
2378
|
value: input3.type
|
|
2221
2379
|
})].every((flag) => flag);
|
|
2222
|
-
const $
|
|
2380
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2223
2381
|
path: _path2 + ".hiddenValues",
|
|
2224
2382
|
expected: "(HiddenValues | undefined)",
|
|
2225
2383
|
value: input3.hiddenValues
|
|
@@ -2252,7 +2410,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2252
2410
|
expected: "number",
|
|
2253
2411
|
value: input3.predefined_groupset_idx
|
|
2254
2412
|
})].every((flag) => flag);
|
|
2255
|
-
const $
|
|
2413
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2256
2414
|
path: _path2 + ".id",
|
|
2257
2415
|
expected: "(string | undefined)",
|
|
2258
2416
|
value: input3.id
|
|
@@ -2278,26 +2436,26 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2278
2436
|
value: input3.minNumSamples
|
|
2279
2437
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2280
2438
|
path: _path2 + ".term",
|
|
2281
|
-
expected: "CategoricalTerm",
|
|
2439
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2282
2440
|
value: input3.term
|
|
2283
|
-
})) && $
|
|
2441
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2284
2442
|
path: _path2 + ".term",
|
|
2285
|
-
expected: "CategoricalTerm",
|
|
2443
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2286
2444
|
value: input3.term
|
|
2287
2445
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2288
2446
|
path: _path2 + ".q",
|
|
2289
2447
|
expected: "CustomGroupSettingQ",
|
|
2290
2448
|
value: input3.q
|
|
2291
|
-
})) && $
|
|
2449
|
+
})) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2292
2450
|
path: _path2 + ".q",
|
|
2293
2451
|
expected: "CustomGroupSettingQ",
|
|
2294
2452
|
value: input3.q
|
|
2295
|
-
}), "
|
|
2453
|
+
}), "QualTWCustomGS" === input3.type || $report(_exceptionable2, {
|
|
2296
2454
|
path: _path2 + ".type",
|
|
2297
|
-
expected: '"
|
|
2455
|
+
expected: '"QualTWCustomGS"',
|
|
2298
2456
|
value: input3.type
|
|
2299
2457
|
})].every((flag) => flag);
|
|
2300
|
-
const $
|
|
2458
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2301
2459
|
path: _path2 + ".hiddenValues",
|
|
2302
2460
|
expected: "(HiddenValues | undefined)",
|
|
2303
2461
|
value: input3.hiddenValues
|
|
@@ -2329,21 +2487,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2329
2487
|
path: _path2 + ".customset",
|
|
2330
2488
|
expected: "BaseGroupSet",
|
|
2331
2489
|
value: input3.customset
|
|
2332
|
-
})) && $
|
|
2490
|
+
})) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2333
2491
|
path: _path2 + ".customset",
|
|
2334
2492
|
expected: "BaseGroupSet",
|
|
2335
2493
|
value: input3.customset
|
|
2336
2494
|
})].every((flag) => flag);
|
|
2337
|
-
const $
|
|
2495
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2338
2496
|
path: _path2 + ".groups",
|
|
2339
2497
|
expected: "Array<GroupEntry>",
|
|
2340
2498
|
value: input3.groups
|
|
2341
|
-
})) && input3.groups.map((elem,
|
|
2342
|
-
path: _path2 + ".groups[" +
|
|
2499
|
+
})) && input3.groups.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2500
|
+
path: _path2 + ".groups[" + _index46 + "]",
|
|
2343
2501
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2344
2502
|
value: elem
|
|
2345
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
2346
|
-
path: _path2 + ".groups[" +
|
|
2503
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2504
|
+
path: _path2 + ".groups[" + _index46 + "]",
|
|
2347
2505
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2348
2506
|
value: elem
|
|
2349
2507
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2351,7 +2509,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2351
2509
|
expected: "Array<GroupEntry>",
|
|
2352
2510
|
value: input3.groups
|
|
2353
2511
|
})].every((flag) => flag);
|
|
2354
|
-
const $
|
|
2512
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2355
2513
|
path: _path2 + ".id",
|
|
2356
2514
|
expected: "(string | undefined)",
|
|
2357
2515
|
value: input3.id
|
|
@@ -2396,7 +2554,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2396
2554
|
expected: "RegularNumericBinConfig",
|
|
2397
2555
|
value: input3.q
|
|
2398
2556
|
})].every((flag) => flag);
|
|
2399
|
-
const $
|
|
2557
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2400
2558
|
path: _path2 + ".id",
|
|
2401
2559
|
expected: "(string | undefined)",
|
|
2402
2560
|
value: input3.id
|
|
@@ -2441,7 +2599,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2441
2599
|
expected: "CustomNumericBinConfig",
|
|
2442
2600
|
value: input3.q
|
|
2443
2601
|
})].every((flag) => flag);
|
|
2444
|
-
const $
|
|
2602
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2445
2603
|
path: _path2 + ".id",
|
|
2446
2604
|
expected: "(string | undefined)",
|
|
2447
2605
|
value: input3.id
|
|
@@ -2481,12 +2639,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2481
2639
|
path: _path2 + ".q",
|
|
2482
2640
|
expected: "BinaryNumericQ",
|
|
2483
2641
|
value: input3.q
|
|
2484
|
-
})) && $
|
|
2642
|
+
})) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2485
2643
|
path: _path2 + ".q",
|
|
2486
2644
|
expected: "BinaryNumericQ",
|
|
2487
2645
|
value: input3.q
|
|
2488
2646
|
})].every((flag) => flag);
|
|
2489
|
-
const $
|
|
2647
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2490
2648
|
path: _path2 + ".hiddenValues",
|
|
2491
2649
|
expected: "(HiddenValues | undefined)",
|
|
2492
2650
|
value: input3.hiddenValues
|
|
@@ -2546,7 +2704,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2546
2704
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2547
2705
|
value: input3.lst
|
|
2548
2706
|
})].every((flag) => flag);
|
|
2549
|
-
const $
|
|
2707
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2550
2708
|
path: _path2 + ".id",
|
|
2551
2709
|
expected: "(string | undefined)",
|
|
2552
2710
|
value: input3.id
|
|
@@ -2586,12 +2744,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2586
2744
|
path: _path2 + ".q",
|
|
2587
2745
|
expected: "ContinuousNumericQ",
|
|
2588
2746
|
value: input3.q
|
|
2589
|
-
})) && $
|
|
2747
|
+
})) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2590
2748
|
path: _path2 + ".q",
|
|
2591
2749
|
expected: "ContinuousNumericQ",
|
|
2592
2750
|
value: input3.q
|
|
2593
2751
|
})].every((flag) => flag);
|
|
2594
|
-
const $
|
|
2752
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2595
2753
|
path: _path2 + ".hiddenValues",
|
|
2596
2754
|
expected: "(HiddenValues | undefined)",
|
|
2597
2755
|
value: input3.hiddenValues
|
|
@@ -2628,7 +2786,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2628
2786
|
expected: "undefined",
|
|
2629
2787
|
value: input3.type
|
|
2630
2788
|
}))].every((flag) => flag);
|
|
2631
|
-
const $
|
|
2789
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2632
2790
|
path: _path2 + ".id",
|
|
2633
2791
|
expected: "(string | undefined)",
|
|
2634
2792
|
value: input3.id
|
|
@@ -2668,12 +2826,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2668
2826
|
path: _path2 + ".q",
|
|
2669
2827
|
expected: "SplineNumericQ",
|
|
2670
2828
|
value: input3.q
|
|
2671
|
-
})) && $
|
|
2829
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2672
2830
|
path: _path2 + ".q",
|
|
2673
2831
|
expected: "SplineNumericQ",
|
|
2674
2832
|
value: input3.q
|
|
2675
2833
|
})].every((flag) => flag);
|
|
2676
|
-
const $
|
|
2834
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2677
2835
|
path: _path2 + ".hiddenValues",
|
|
2678
2836
|
expected: "(HiddenValues | undefined)",
|
|
2679
2837
|
value: input3.hiddenValues
|
|
@@ -2701,12 +2859,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2701
2859
|
path: _path2 + ".knots",
|
|
2702
2860
|
expected: "Array<__type>.o3",
|
|
2703
2861
|
value: input3.knots
|
|
2704
|
-
})) && input3.knots.map((elem,
|
|
2705
|
-
path: _path2 + ".knots[" +
|
|
2862
|
+
})) && input3.knots.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2863
|
+
path: _path2 + ".knots[" + _index47 + "]",
|
|
2706
2864
|
expected: "__type.o6",
|
|
2707
2865
|
value: elem
|
|
2708
|
-
})) && $
|
|
2709
|
-
path: _path2 + ".knots[" +
|
|
2866
|
+
})) && $vo56(elem, _path2 + ".knots[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2867
|
+
path: _path2 + ".knots[" + _index47 + "]",
|
|
2710
2868
|
expected: "__type.o6",
|
|
2711
2869
|
value: elem
|
|
2712
2870
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2722,12 +2880,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2722
2880
|
expected: "undefined",
|
|
2723
2881
|
value: input3.type
|
|
2724
2882
|
}))].every((flag) => flag);
|
|
2725
|
-
const $
|
|
2883
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2726
2884
|
path: _path2 + ".value",
|
|
2727
2885
|
expected: "number",
|
|
2728
2886
|
value: input3.value
|
|
2729
2887
|
})].every((flag) => flag);
|
|
2730
|
-
const $
|
|
2888
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2731
2889
|
path: _path2 + ".id",
|
|
2732
2890
|
expected: "(string | undefined)",
|
|
2733
2891
|
value: input3.id
|
|
@@ -2759,7 +2917,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2759
2917
|
path: _path2 + ".term",
|
|
2760
2918
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
2761
2919
|
value: input3.term
|
|
2762
|
-
})) && $
|
|
2920
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2763
2921
|
path: _path2 + ".term",
|
|
2764
2922
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
2765
2923
|
value: input3.term
|
|
@@ -2767,12 +2925,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2767
2925
|
path: _path2 + ".q",
|
|
2768
2926
|
expected: "GvValuesQ",
|
|
2769
2927
|
value: input3.q
|
|
2770
|
-
})) && $
|
|
2928
|
+
})) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2771
2929
|
path: _path2 + ".q",
|
|
2772
2930
|
expected: "GvValuesQ",
|
|
2773
2931
|
value: input3.q
|
|
2774
2932
|
})].every((flag) => flag);
|
|
2775
|
-
const $
|
|
2933
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2776
2934
|
path: _path2 + ".id",
|
|
2777
2935
|
expected: "string",
|
|
2778
2936
|
value: input3.id
|
|
@@ -2788,8 +2946,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2788
2946
|
path: _path2 + ".child_types",
|
|
2789
2947
|
expected: "(Array<string> | undefined)",
|
|
2790
2948
|
value: input3.child_types
|
|
2791
|
-
})) && input3.child_types.map((elem,
|
|
2792
|
-
path: _path2 + ".child_types[" +
|
|
2949
|
+
})) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2950
|
+
path: _path2 + ".child_types[" + _index48 + "]",
|
|
2793
2951
|
expected: "string",
|
|
2794
2952
|
value: elem
|
|
2795
2953
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2804,8 +2962,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2804
2962
|
path: _path2 + ".included_types",
|
|
2805
2963
|
expected: "(Array<string> | undefined)",
|
|
2806
2964
|
value: input3.included_types
|
|
2807
|
-
})) && input3.included_types.map((elem,
|
|
2808
|
-
path: _path2 + ".included_types[" +
|
|
2965
|
+
})) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2966
|
+
path: _path2 + ".included_types[" + _index49 + "]",
|
|
2809
2967
|
expected: "string",
|
|
2810
2968
|
value: elem
|
|
2811
2969
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2852,12 +3010,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2852
3010
|
path: _path2 + ".genes",
|
|
2853
3011
|
expected: "Array<GvGeneTerm>",
|
|
2854
3012
|
value: input3.genes
|
|
2855
|
-
})) && input3.genes.map((elem,
|
|
2856
|
-
path: _path2 + ".genes[" +
|
|
3013
|
+
})) && input3.genes.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3014
|
+
path: _path2 + ".genes[" + _index50 + "]",
|
|
2857
3015
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2858
3016
|
value: elem
|
|
2859
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2860
|
-
path: _path2 + ".genes[" +
|
|
3017
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3018
|
+
path: _path2 + ".genes[" + _index50 + "]",
|
|
2861
3019
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2862
3020
|
value: elem
|
|
2863
3021
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2876,12 +3034,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2876
3034
|
path: _path2 + ".childTerms",
|
|
2877
3035
|
expected: "Array<DtTerm>",
|
|
2878
3036
|
value: input3.childTerms
|
|
2879
|
-
})) && input3.childTerms.map((elem,
|
|
2880
|
-
path: _path2 + ".childTerms[" +
|
|
3037
|
+
})) && input3.childTerms.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3038
|
+
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
2881
3039
|
expected: "DtTerm",
|
|
2882
3040
|
value: elem
|
|
2883
|
-
})) && $vo32(elem, _path2 + ".childTerms[" +
|
|
2884
|
-
path: _path2 + ".childTerms[" +
|
|
3041
|
+
})) && $vo32(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3042
|
+
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
2885
3043
|
expected: "DtTerm",
|
|
2886
3044
|
value: elem
|
|
2887
3045
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2889,7 +3047,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2889
3047
|
expected: "Array<DtTerm>",
|
|
2890
3048
|
value: input3.childTerms
|
|
2891
3049
|
})].every((flag) => flag);
|
|
2892
|
-
const $
|
|
3050
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2893
3051
|
path: _path2 + ".id",
|
|
2894
3052
|
expected: "string",
|
|
2895
3053
|
value: input3.id
|
|
@@ -2905,8 +3063,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2905
3063
|
path: _path2 + ".child_types",
|
|
2906
3064
|
expected: "(Array<string> | undefined)",
|
|
2907
3065
|
value: input3.child_types
|
|
2908
|
-
})) && input3.child_types.map((elem,
|
|
2909
|
-
path: _path2 + ".child_types[" +
|
|
3066
|
+
})) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3067
|
+
path: _path2 + ".child_types[" + _index52 + "]",
|
|
2910
3068
|
expected: "string",
|
|
2911
3069
|
value: elem
|
|
2912
3070
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2921,8 +3079,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2921
3079
|
path: _path2 + ".included_types",
|
|
2922
3080
|
expected: "(Array<string> | undefined)",
|
|
2923
3081
|
value: input3.included_types
|
|
2924
|
-
})) && input3.included_types.map((elem,
|
|
2925
|
-
path: _path2 + ".included_types[" +
|
|
3082
|
+
})) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3083
|
+
path: _path2 + ".included_types[" + _index53 + "]",
|
|
2926
3084
|
expected: "string",
|
|
2927
3085
|
value: elem
|
|
2928
3086
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2965,12 +3123,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2965
3123
|
path: _path2 + ".genes",
|
|
2966
3124
|
expected: "Array<GvGeneTerm>",
|
|
2967
3125
|
value: input3.genes
|
|
2968
|
-
})) && input3.genes.map((elem,
|
|
2969
|
-
path: _path2 + ".genes[" +
|
|
3126
|
+
})) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3127
|
+
path: _path2 + ".genes[" + _index54 + "]",
|
|
2970
3128
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2971
3129
|
value: elem
|
|
2972
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2973
|
-
path: _path2 + ".genes[" +
|
|
3130
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3131
|
+
path: _path2 + ".genes[" + _index54 + "]",
|
|
2974
3132
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2975
3133
|
value: elem
|
|
2976
3134
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2989,12 +3147,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2989
3147
|
path: _path2 + ".childTerms",
|
|
2990
3148
|
expected: "Array<DtTerm>",
|
|
2991
3149
|
value: input3.childTerms
|
|
2992
|
-
})) && input3.childTerms.map((elem,
|
|
2993
|
-
path: _path2 + ".childTerms[" +
|
|
3150
|
+
})) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3151
|
+
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
2994
3152
|
expected: "DtTerm",
|
|
2995
3153
|
value: elem
|
|
2996
|
-
})) && $vo32(elem, _path2 + ".childTerms[" +
|
|
2997
|
-
path: _path2 + ".childTerms[" +
|
|
3154
|
+
})) && $vo32(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3155
|
+
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
2998
3156
|
expected: "DtTerm",
|
|
2999
3157
|
value: elem
|
|
3000
3158
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3002,7 +3160,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3002
3160
|
expected: "Array<DtTerm>",
|
|
3003
3161
|
value: input3.childTerms
|
|
3004
3162
|
})].every((flag) => flag);
|
|
3005
|
-
const $
|
|
3163
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3006
3164
|
path: _path2 + ".hiddenValues",
|
|
3007
3165
|
expected: "(HiddenValues | undefined)",
|
|
3008
3166
|
value: input3.hiddenValues
|
|
@@ -3043,7 +3201,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3043
3201
|
expected: '"values"',
|
|
3044
3202
|
value: input3.type
|
|
3045
3203
|
})].every((flag) => flag);
|
|
3046
|
-
const $
|
|
3204
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3047
3205
|
path: _path2 + ".id",
|
|
3048
3206
|
expected: "(string | undefined)",
|
|
3049
3207
|
value: input3.id
|
|
@@ -3075,7 +3233,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3075
3233
|
path: _path2 + ".term",
|
|
3076
3234
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3077
3235
|
value: input3.term
|
|
3078
|
-
})) && $
|
|
3236
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3079
3237
|
path: _path2 + ".term",
|
|
3080
3238
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3081
3239
|
value: input3.term
|
|
@@ -3083,12 +3241,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3083
3241
|
path: _path2 + ".q",
|
|
3084
3242
|
expected: "GvPredefinedGsQ",
|
|
3085
3243
|
value: input3.q
|
|
3086
|
-
})) && $
|
|
3244
|
+
})) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3087
3245
|
path: _path2 + ".q",
|
|
3088
3246
|
expected: "GvPredefinedGsQ",
|
|
3089
3247
|
value: input3.q
|
|
3090
3248
|
})].every((flag) => flag);
|
|
3091
|
-
const $
|
|
3249
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3092
3250
|
path: _path2 + ".hiddenValues",
|
|
3093
3251
|
expected: "(HiddenValues | undefined)",
|
|
3094
3252
|
value: input3.hiddenValues
|
|
@@ -3133,7 +3291,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3133
3291
|
expected: "number",
|
|
3134
3292
|
value: input3.predefined_groupset_idx
|
|
3135
3293
|
})].every((flag) => flag);
|
|
3136
|
-
const $
|
|
3294
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3137
3295
|
path: _path2 + ".id",
|
|
3138
3296
|
expected: "(string | undefined)",
|
|
3139
3297
|
value: input3.id
|
|
@@ -3165,7 +3323,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3165
3323
|
path: _path2 + ".term",
|
|
3166
3324
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3167
3325
|
value: input3.term
|
|
3168
|
-
})) && $
|
|
3326
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3169
3327
|
path: _path2 + ".term",
|
|
3170
3328
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3171
3329
|
value: input3.term
|
|
@@ -3173,12 +3331,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3173
3331
|
path: _path2 + ".q",
|
|
3174
3332
|
expected: "GvCustomGsQ",
|
|
3175
3333
|
value: input3.q
|
|
3176
|
-
})) && $
|
|
3334
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3177
3335
|
path: _path2 + ".q",
|
|
3178
3336
|
expected: "GvCustomGsQ",
|
|
3179
3337
|
value: input3.q
|
|
3180
3338
|
})].every((flag) => flag);
|
|
3181
|
-
const $
|
|
3339
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3182
3340
|
path: _path2 + ".hiddenValues",
|
|
3183
3341
|
expected: "(HiddenValues | undefined)",
|
|
3184
3342
|
value: input3.hiddenValues
|
|
@@ -3222,12 +3380,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3222
3380
|
path: _path2 + ".customset",
|
|
3223
3381
|
expected: "BaseGroupSet",
|
|
3224
3382
|
value: input3.customset
|
|
3225
|
-
})) && $
|
|
3383
|
+
})) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3226
3384
|
path: _path2 + ".customset",
|
|
3227
3385
|
expected: "BaseGroupSet",
|
|
3228
3386
|
value: input3.customset
|
|
3229
3387
|
})].every((flag) => flag);
|
|
3230
|
-
const $
|
|
3388
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3231
3389
|
path: _path2 + ".id",
|
|
3232
3390
|
expected: "(string | undefined)",
|
|
3233
3391
|
value: input3.id
|
|
@@ -3267,12 +3425,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3267
3425
|
path: _path2 + ".q",
|
|
3268
3426
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3269
3427
|
value: input3.q
|
|
3270
|
-
})) && $
|
|
3428
|
+
})) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3271
3429
|
path: _path2 + ".q",
|
|
3272
3430
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3273
3431
|
value: input3.q
|
|
3274
3432
|
})].every((flag) => flag);
|
|
3275
|
-
const $
|
|
3433
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3276
3434
|
path: _path2 + ".hiddenValues",
|
|
3277
3435
|
expected: "(HiddenValues | undefined)",
|
|
3278
3436
|
value: input3.hiddenValues
|
|
@@ -3312,8 +3470,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3312
3470
|
path: _path2 + ".breaks",
|
|
3313
3471
|
expected: "(Array<number> | undefined)",
|
|
3314
3472
|
value: input3.breaks
|
|
3315
|
-
})) && input3.breaks.map((elem,
|
|
3316
|
-
path: _path2 + ".breaks[" +
|
|
3473
|
+
})) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3474
|
+
path: _path2 + ".breaks[" + _index56 + "]",
|
|
3317
3475
|
expected: "number",
|
|
3318
3476
|
value: elem
|
|
3319
3477
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3333,7 +3491,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3333
3491
|
expected: "(boolean | undefined)",
|
|
3334
3492
|
value: input3.value_by_computable_grade
|
|
3335
3493
|
}), true].every((flag) => flag);
|
|
3336
|
-
const $
|
|
3494
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3337
3495
|
path: _path2 + ".hiddenValues",
|
|
3338
3496
|
expected: "(HiddenValues | undefined)",
|
|
3339
3497
|
value: input3.hiddenValues
|
|
@@ -3366,7 +3524,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3366
3524
|
expected: "true",
|
|
3367
3525
|
value: input3.bar_by_children
|
|
3368
3526
|
}), true].every((flag) => flag);
|
|
3369
|
-
const $
|
|
3527
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3370
3528
|
path: _path2 + ".id",
|
|
3371
3529
|
expected: "(string | undefined)",
|
|
3372
3530
|
value: input3.id
|
|
@@ -3398,7 +3556,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3398
3556
|
path: _path2 + ".q",
|
|
3399
3557
|
expected: "SnpsQ",
|
|
3400
3558
|
value: input3.q
|
|
3401
|
-
})) && $
|
|
3559
|
+
})) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3402
3560
|
path: _path2 + ".q",
|
|
3403
3561
|
expected: "SnpsQ",
|
|
3404
3562
|
value: input3.q
|
|
@@ -3406,12 +3564,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3406
3564
|
path: _path2 + ".term",
|
|
3407
3565
|
expected: "SnpsTerm",
|
|
3408
3566
|
value: input3.term
|
|
3409
|
-
})) && $
|
|
3567
|
+
})) && $vo71(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3410
3568
|
path: _path2 + ".term",
|
|
3411
3569
|
expected: "SnpsTerm",
|
|
3412
3570
|
value: input3.term
|
|
3413
3571
|
})].every((flag) => flag);
|
|
3414
|
-
const $
|
|
3572
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3415
3573
|
path: _path2 + ".hiddenValues",
|
|
3416
3574
|
expected: "(HiddenValues | undefined)",
|
|
3417
3575
|
value: input3.hiddenValues
|
|
@@ -3459,7 +3617,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3459
3617
|
path: _path2 + ".restrictAncestry",
|
|
3460
3618
|
expected: "RestrictAncestry",
|
|
3461
3619
|
value: input3.restrictAncestry
|
|
3462
|
-
})) && $
|
|
3620
|
+
})) && $vo70(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3463
3621
|
path: _path2 + ".restrictAncestry",
|
|
3464
3622
|
expected: "RestrictAncestry",
|
|
3465
3623
|
value: input3.restrictAncestry
|
|
@@ -3484,7 +3642,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3484
3642
|
expected: "number",
|
|
3485
3643
|
value: input3.stop
|
|
3486
3644
|
})].every((flag) => flag);
|
|
3487
|
-
const $
|
|
3645
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3488
3646
|
path: _path2 + ".name",
|
|
3489
3647
|
expected: "string",
|
|
3490
3648
|
value: input3.name
|
|
@@ -3497,7 +3655,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3497
3655
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3498
3656
|
value: input3.tvs
|
|
3499
3657
|
})].every((flag) => flag);
|
|
3500
|
-
const $
|
|
3658
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3501
3659
|
path: _path2 + ".id",
|
|
3502
3660
|
expected: "string",
|
|
3503
3661
|
value: input3.id
|
|
@@ -3513,8 +3671,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3513
3671
|
path: _path2 + ".child_types",
|
|
3514
3672
|
expected: "(Array<string> | undefined)",
|
|
3515
3673
|
value: input3.child_types
|
|
3516
|
-
})) && input3.child_types.map((elem,
|
|
3517
|
-
path: _path2 + ".child_types[" +
|
|
3674
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3675
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
3518
3676
|
expected: "string",
|
|
3519
3677
|
value: elem
|
|
3520
3678
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3529,8 +3687,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3529
3687
|
path: _path2 + ".included_types",
|
|
3530
3688
|
expected: "(Array<string> | undefined)",
|
|
3531
3689
|
value: input3.included_types
|
|
3532
|
-
})) && input3.included_types.map((elem,
|
|
3533
|
-
path: _path2 + ".included_types[" +
|
|
3690
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3691
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
3534
3692
|
expected: "string",
|
|
3535
3693
|
value: elem
|
|
3536
3694
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3561,12 +3719,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3561
3719
|
path: _path2 + ".snps",
|
|
3562
3720
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3563
3721
|
value: input3.snps
|
|
3564
|
-
})) && input3.snps.map((elem,
|
|
3565
|
-
path: _path2 + ".snps[" +
|
|
3722
|
+
})) && input3.snps.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3723
|
+
path: _path2 + ".snps[" + _index59 + "]",
|
|
3566
3724
|
expected: "SnpsEntry",
|
|
3567
3725
|
value: elem
|
|
3568
|
-
})) && $
|
|
3569
|
-
path: _path2 + ".snps[" +
|
|
3726
|
+
})) && $vo72(elem, _path2 + ".snps[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3727
|
+
path: _path2 + ".snps[" + _index59 + "]",
|
|
3570
3728
|
expected: "SnpsEntry",
|
|
3571
3729
|
value: elem
|
|
3572
3730
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3574,12 +3732,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3574
3732
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3575
3733
|
value: input3.snps
|
|
3576
3734
|
})].every((flag) => flag);
|
|
3577
|
-
const $
|
|
3735
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3578
3736
|
path: _path2 + ".altAlleles",
|
|
3579
3737
|
expected: "(Array<string> | undefined)",
|
|
3580
3738
|
value: input3.altAlleles
|
|
3581
|
-
})) && input3.altAlleles.map((elem,
|
|
3582
|
-
path: _path2 + ".altAlleles[" +
|
|
3739
|
+
})) && input3.altAlleles.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3740
|
+
path: _path2 + ".altAlleles[" + _index60 + "]",
|
|
3583
3741
|
expected: "string",
|
|
3584
3742
|
value: elem
|
|
3585
3743
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3590,12 +3748,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3590
3748
|
path: _path2 + ".alleles",
|
|
3591
3749
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3592
3750
|
value: input3.alleles
|
|
3593
|
-
})) && input3.alleles.map((elem,
|
|
3594
|
-
path: _path2 + ".alleles[" +
|
|
3751
|
+
})) && input3.alleles.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3752
|
+
path: _path2 + ".alleles[" + _index61 + "]",
|
|
3595
3753
|
expected: "AllelesEntry",
|
|
3596
3754
|
value: elem
|
|
3597
|
-
})) && $
|
|
3598
|
-
path: _path2 + ".alleles[" +
|
|
3755
|
+
})) && $vo73(elem, _path2 + ".alleles[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3756
|
+
path: _path2 + ".alleles[" + _index61 + "]",
|
|
3599
3757
|
expected: "AllelesEntry",
|
|
3600
3758
|
value: elem
|
|
3601
3759
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3610,7 +3768,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3610
3768
|
path: _path2 + ".gt2count",
|
|
3611
3769
|
expected: "(__type.o7 | undefined)",
|
|
3612
3770
|
value: input3.gt2count
|
|
3613
|
-
})) && $
|
|
3771
|
+
})) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3614
3772
|
path: _path2 + ".gt2count",
|
|
3615
3773
|
expected: "(__type.o7 | undefined)",
|
|
3616
3774
|
value: input3.gt2count
|
|
@@ -3639,7 +3797,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3639
3797
|
expected: "(number | undefined)",
|
|
3640
3798
|
value: input3.pos
|
|
3641
3799
|
})].every((flag) => flag);
|
|
3642
|
-
const $
|
|
3800
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3643
3801
|
path: _path2 + ".allele",
|
|
3644
3802
|
expected: "string",
|
|
3645
3803
|
value: input3.allele
|
|
@@ -3652,7 +3810,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3652
3810
|
expected: "boolean",
|
|
3653
3811
|
value: input3.isRef
|
|
3654
3812
|
})].every((flag) => flag);
|
|
3655
|
-
const $
|
|
3813
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3656
3814
|
path: _path2 + ".k",
|
|
3657
3815
|
expected: "string",
|
|
3658
3816
|
value: input3.k
|
|
@@ -3661,268 +3819,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3661
3819
|
expected: "(number | string)",
|
|
3662
3820
|
value: input3.v
|
|
3663
3821
|
})].every((flag) => flag);
|
|
3664
|
-
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3665
|
-
path: _path2 + ".id",
|
|
3666
|
-
expected: "(string | undefined)",
|
|
3667
|
-
value: input3.id
|
|
3668
|
-
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
3669
|
-
path: _path2 + ".$id",
|
|
3670
|
-
expected: "(string | undefined)",
|
|
3671
|
-
value: input3.$id
|
|
3672
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3673
|
-
path: _path2 + ".isAtomic",
|
|
3674
|
-
expected: "(true | undefined)",
|
|
3675
|
-
value: input3.isAtomic
|
|
3676
|
-
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3677
|
-
path: _path2 + ".settings",
|
|
3678
|
-
expected: "(__type.o5 | undefined)",
|
|
3679
|
-
value: input3.settings
|
|
3680
|
-
})) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3681
|
-
path: _path2 + ".settings",
|
|
3682
|
-
expected: "(__type.o5 | undefined)",
|
|
3683
|
-
value: input3.settings
|
|
3684
|
-
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3685
|
-
path: _path2 + ".minNumSamples",
|
|
3686
|
-
expected: "(number | undefined)",
|
|
3687
|
-
value: input3.minNumSamples
|
|
3688
|
-
}), true, "SnpTW" === input3.type || $report(_exceptionable2, {
|
|
3689
|
-
path: _path2 + ".type",
|
|
3690
|
-
expected: '"SnpTW"',
|
|
3691
|
-
value: input3.type
|
|
3692
|
-
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3693
|
-
path: _path2 + ".q",
|
|
3694
|
-
expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
|
|
3695
|
-
value: input3.q
|
|
3696
|
-
})) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3697
|
-
path: _path2 + ".q",
|
|
3698
|
-
expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
|
|
3699
|
-
value: input3.q
|
|
3700
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3701
|
-
path: _path2 + ".term",
|
|
3702
|
-
expected: "SnpTerm",
|
|
3703
|
-
value: input3.term
|
|
3704
|
-
})) && $vo78(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3705
|
-
path: _path2 + ".term",
|
|
3706
|
-
expected: "SnpTerm",
|
|
3707
|
-
value: input3.term
|
|
3708
|
-
})].every((flag) => flag);
|
|
3709
|
-
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3710
|
-
path: _path2 + ".hiddenValues",
|
|
3711
|
-
expected: "(HiddenValues | undefined)",
|
|
3712
|
-
value: input3.hiddenValues
|
|
3713
|
-
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3714
|
-
path: _path2 + ".hiddenValues",
|
|
3715
|
-
expected: "(HiddenValues | undefined)",
|
|
3716
|
-
value: input3.hiddenValues
|
|
3717
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3718
|
-
path: _path2 + ".isAtomic",
|
|
3719
|
-
expected: "(true | undefined)",
|
|
3720
|
-
value: input3.isAtomic
|
|
3721
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3722
|
-
path: _path2 + ".name",
|
|
3723
|
-
expected: "(string | undefined)",
|
|
3724
|
-
value: input3.name
|
|
3725
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3726
|
-
path: _path2 + ".reuseId",
|
|
3727
|
-
expected: "(string | undefined)",
|
|
3728
|
-
value: input3.reuseId
|
|
3729
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3730
|
-
path: _path2 + ".mode",
|
|
3731
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3732
|
-
value: input3.mode
|
|
3733
|
-
}), "values" === input3.type || $report(_exceptionable2, {
|
|
3734
|
-
path: _path2 + ".type",
|
|
3735
|
-
expected: '"values"',
|
|
3736
|
-
value: input3.type
|
|
3737
|
-
})].every((flag) => flag);
|
|
3738
|
-
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3739
|
-
path: _path2 + ".hiddenValues",
|
|
3740
|
-
expected: "(HiddenValues | undefined)",
|
|
3741
|
-
value: input3.hiddenValues
|
|
3742
|
-
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3743
|
-
path: _path2 + ".hiddenValues",
|
|
3744
|
-
expected: "(HiddenValues | undefined)",
|
|
3745
|
-
value: input3.hiddenValues
|
|
3746
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3747
|
-
path: _path2 + ".isAtomic",
|
|
3748
|
-
expected: "(true | undefined)",
|
|
3749
|
-
value: input3.isAtomic
|
|
3750
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3751
|
-
path: _path2 + ".name",
|
|
3752
|
-
expected: "(string | undefined)",
|
|
3753
|
-
value: input3.name
|
|
3754
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3755
|
-
path: _path2 + ".reuseId",
|
|
3756
|
-
expected: "(string | undefined)",
|
|
3757
|
-
value: input3.reuseId
|
|
3758
|
-
}), "filter" === input3.type || $report(_exceptionable2, {
|
|
3759
|
-
path: _path2 + ".type",
|
|
3760
|
-
expected: '"filter"',
|
|
3761
|
-
value: input3.type
|
|
3762
|
-
})].every((flag) => flag);
|
|
3763
|
-
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3764
|
-
path: _path2 + ".hiddenValues",
|
|
3765
|
-
expected: "(HiddenValues | undefined)",
|
|
3766
|
-
value: input3.hiddenValues
|
|
3767
|
-
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3768
|
-
path: _path2 + ".hiddenValues",
|
|
3769
|
-
expected: "(HiddenValues | undefined)",
|
|
3770
|
-
value: input3.hiddenValues
|
|
3771
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3772
|
-
path: _path2 + ".isAtomic",
|
|
3773
|
-
expected: "(true | undefined)",
|
|
3774
|
-
value: input3.isAtomic
|
|
3775
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3776
|
-
path: _path2 + ".name",
|
|
3777
|
-
expected: "(string | undefined)",
|
|
3778
|
-
value: input3.name
|
|
3779
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3780
|
-
path: _path2 + ".reuseId",
|
|
3781
|
-
expected: "(string | undefined)",
|
|
3782
|
-
value: input3.reuseId
|
|
3783
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3784
|
-
path: _path2 + ".mode",
|
|
3785
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3786
|
-
value: input3.mode
|
|
3787
|
-
}), "predefined-groupset" === input3.type || $report(_exceptionable2, {
|
|
3788
|
-
path: _path2 + ".type",
|
|
3789
|
-
expected: '"predefined-groupset"',
|
|
3790
|
-
value: input3.type
|
|
3791
|
-
}), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
|
|
3792
|
-
path: _path2 + ".predefined_groupset_idx",
|
|
3793
|
-
expected: "number",
|
|
3794
|
-
value: input3.predefined_groupset_idx
|
|
3795
|
-
})].every((flag) => flag);
|
|
3796
|
-
const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3797
|
-
path: _path2 + ".hiddenValues",
|
|
3798
|
-
expected: "(HiddenValues | undefined)",
|
|
3799
|
-
value: input3.hiddenValues
|
|
3800
|
-
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3801
|
-
path: _path2 + ".hiddenValues",
|
|
3802
|
-
expected: "(HiddenValues | undefined)",
|
|
3803
|
-
value: input3.hiddenValues
|
|
3804
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3805
|
-
path: _path2 + ".isAtomic",
|
|
3806
|
-
expected: "(true | undefined)",
|
|
3807
|
-
value: input3.isAtomic
|
|
3808
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3809
|
-
path: _path2 + ".name",
|
|
3810
|
-
expected: "(string | undefined)",
|
|
3811
|
-
value: input3.name
|
|
3812
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3813
|
-
path: _path2 + ".reuseId",
|
|
3814
|
-
expected: "(string | undefined)",
|
|
3815
|
-
value: input3.reuseId
|
|
3816
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3817
|
-
path: _path2 + ".mode",
|
|
3818
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3819
|
-
value: input3.mode
|
|
3820
|
-
}), "custom-groupset" === input3.type || $report(_exceptionable2, {
|
|
3821
|
-
path: _path2 + ".type",
|
|
3822
|
-
expected: '"custom-groupset"',
|
|
3823
|
-
value: input3.type
|
|
3824
|
-
}), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
|
|
3825
|
-
path: _path2 + ".customset",
|
|
3826
|
-
expected: "BaseGroupSet",
|
|
3827
|
-
value: input3.customset
|
|
3828
|
-
})) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3829
|
-
path: _path2 + ".customset",
|
|
3830
|
-
expected: "BaseGroupSet",
|
|
3831
|
-
value: input3.customset
|
|
3832
|
-
})].every((flag) => flag);
|
|
3833
|
-
const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3834
|
-
path: _path2 + ".id",
|
|
3835
|
-
expected: "string",
|
|
3836
|
-
value: input3.id
|
|
3837
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3838
|
-
path: _path2 + ".name",
|
|
3839
|
-
expected: "string",
|
|
3840
|
-
value: input3.name
|
|
3841
|
-
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
3842
|
-
path: _path2 + ".type",
|
|
3843
|
-
expected: "string",
|
|
3844
|
-
value: input3.type
|
|
3845
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
3846
|
-
path: _path2 + ".child_types",
|
|
3847
|
-
expected: "(Array<string> | undefined)",
|
|
3848
|
-
value: input3.child_types
|
|
3849
|
-
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3850
|
-
path: _path2 + ".child_types[" + _index57 + "]",
|
|
3851
|
-
expected: "string",
|
|
3852
|
-
value: elem
|
|
3853
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3854
|
-
path: _path2 + ".child_types",
|
|
3855
|
-
expected: "(Array<string> | undefined)",
|
|
3856
|
-
value: input3.child_types
|
|
3857
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
3858
|
-
path: _path2 + ".hashtmldetail",
|
|
3859
|
-
expected: "(boolean | undefined)",
|
|
3860
|
-
value: input3.hashtmldetail
|
|
3861
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
3862
|
-
path: _path2 + ".included_types",
|
|
3863
|
-
expected: "(Array<string> | undefined)",
|
|
3864
|
-
value: input3.included_types
|
|
3865
|
-
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3866
|
-
path: _path2 + ".included_types[" + _index58 + "]",
|
|
3867
|
-
expected: "string",
|
|
3868
|
-
value: elem
|
|
3869
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3870
|
-
path: _path2 + ".included_types",
|
|
3871
|
-
expected: "(Array<string> | undefined)",
|
|
3872
|
-
value: input3.included_types
|
|
3873
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
3874
|
-
path: _path2 + ".isleaf",
|
|
3875
|
-
expected: "(boolean | undefined)",
|
|
3876
|
-
value: input3.isleaf
|
|
3877
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3878
|
-
path: _path2 + ".values",
|
|
3879
|
-
expected: "(TermValues | undefined)",
|
|
3880
|
-
value: input3.values
|
|
3881
|
-
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3882
|
-
path: _path2 + ".values",
|
|
3883
|
-
expected: "(TermValues | undefined)",
|
|
3884
|
-
value: input3.values
|
|
3885
|
-
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
3886
|
-
path: _path2 + ".skipValuesBuild",
|
|
3887
|
-
expected: "(boolean | undefined)",
|
|
3888
|
-
value: input3.skipValuesBuild
|
|
3889
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3890
|
-
path: _path2 + ".chr",
|
|
3891
|
-
expected: "string",
|
|
3892
|
-
value: input3.chr
|
|
3893
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
3894
|
-
path: _path2 + ".start",
|
|
3895
|
-
expected: "number",
|
|
3896
|
-
value: input3.start
|
|
3897
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
3898
|
-
path: _path2 + ".stop",
|
|
3899
|
-
expected: "number",
|
|
3900
|
-
value: input3.stop
|
|
3901
|
-
}), "string" === typeof input3.ref || $report(_exceptionable2, {
|
|
3902
|
-
path: _path2 + ".ref",
|
|
3903
|
-
expected: "string",
|
|
3904
|
-
value: input3.ref
|
|
3905
|
-
}), (Array.isArray(input3.alt) || $report(_exceptionable2, {
|
|
3906
|
-
path: _path2 + ".alt",
|
|
3907
|
-
expected: "Array<string>",
|
|
3908
|
-
value: input3.alt
|
|
3909
|
-
})) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3910
|
-
path: _path2 + ".alt[" + _index59 + "]",
|
|
3911
|
-
expected: "string",
|
|
3912
|
-
value: elem
|
|
3913
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3914
|
-
path: _path2 + ".alt",
|
|
3915
|
-
expected: "Array<string>",
|
|
3916
|
-
value: input3.alt
|
|
3917
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
3918
|
-
path: _path2 + ".groupsetting",
|
|
3919
|
-
expected: "TermGroupSetting",
|
|
3920
|
-
value: input3.groupsetting
|
|
3921
|
-
})) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3922
|
-
path: _path2 + ".groupsetting",
|
|
3923
|
-
expected: "TermGroupSetting",
|
|
3924
|
-
value: input3.groupsetting
|
|
3925
|
-
})].every((flag) => flag);
|
|
3926
3822
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3927
3823
|
if ("tvslst" === input3.type)
|
|
3928
3824
|
return $vo1(input3, _path2, _exceptionable2);
|
|
@@ -3964,37 +3860,35 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3964
3860
|
});
|
|
3965
3861
|
})();
|
|
3966
3862
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3967
|
-
if ("SnpTW" === input3.type)
|
|
3968
|
-
return $vo73(input3, _path2, _exceptionable2);
|
|
3969
3863
|
if ("SnpsTW" === input3.type)
|
|
3970
|
-
return $
|
|
3864
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
3971
3865
|
if ("ConditionTW" === input3.type)
|
|
3972
|
-
return $
|
|
3866
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3973
3867
|
if ("GvCustomGsTW" === input3.type)
|
|
3974
|
-
return $
|
|
3868
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
3975
3869
|
if ("GvPredefinedGsTW" === input3.type)
|
|
3976
|
-
return $
|
|
3870
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
3977
3871
|
if ("GvValuesTW" === input3.type)
|
|
3978
|
-
return $
|
|
3872
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
3979
3873
|
if ("NumTWSpline" === input3.type)
|
|
3980
|
-
return $
|
|
3874
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3981
3875
|
if ("NumTWCont" === input3.type)
|
|
3982
|
-
return $
|
|
3876
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
3983
3877
|
if ("NumTWBinary" === input3.type)
|
|
3984
|
-
return $
|
|
3878
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
3985
3879
|
if ("NumTWCustomBin" === input3.type)
|
|
3986
|
-
return $
|
|
3880
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3987
3881
|
if ("NumTWRegularBin" === input3.type)
|
|
3988
|
-
return $
|
|
3989
|
-
if ("
|
|
3882
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
3883
|
+
if ("QualTWCustomGS" === input3.type)
|
|
3884
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
3885
|
+
if ("QualTWPredefinedGS" === input3.type)
|
|
3990
3886
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3991
|
-
if ("
|
|
3992
|
-
return $vo41(input3, _path2, _exceptionable2);
|
|
3993
|
-
if ("CatTWValues" === input3.type)
|
|
3887
|
+
if ("QualTWValues" === input3.type)
|
|
3994
3888
|
return $vo38(input3, _path2, _exceptionable2);
|
|
3995
3889
|
return $report(_exceptionable2, {
|
|
3996
3890
|
path: _path2,
|
|
3997
|
-
expected: "(
|
|
3891
|
+
expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
3998
3892
|
value: input3
|
|
3999
3893
|
});
|
|
4000
3894
|
})();
|
|
@@ -4059,39 +3953,37 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
4059
3953
|
});
|
|
4060
3954
|
})();
|
|
4061
3955
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4062
|
-
if ("
|
|
4063
|
-
return $
|
|
4064
|
-
if ("
|
|
4065
|
-
return $
|
|
3956
|
+
if ("categorical" === input3.type)
|
|
3957
|
+
return $vo4(input3, _path2, _exceptionable2);
|
|
3958
|
+
if ("snp" === input3.type)
|
|
3959
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
3960
|
+
if ("singleCellCellType" === input3.type)
|
|
3961
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
4066
3962
|
return $report(_exceptionable2, {
|
|
4067
3963
|
path: _path2,
|
|
4068
|
-
expected:
|
|
3964
|
+
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
4069
3965
|
value: input3
|
|
4070
3966
|
});
|
|
4071
3967
|
})();
|
|
4072
3968
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4073
|
-
if ("
|
|
4074
|
-
return $
|
|
4075
|
-
if ("
|
|
4076
|
-
return $
|
|
3969
|
+
if ("gene" === input3.kind)
|
|
3970
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3971
|
+
if ("coord" === input3.kind)
|
|
3972
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
4077
3973
|
return $report(_exceptionable2, {
|
|
4078
3974
|
path: _path2,
|
|
4079
|
-
expected:
|
|
3975
|
+
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
4080
3976
|
value: input3
|
|
4081
3977
|
});
|
|
4082
3978
|
})();
|
|
4083
3979
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4084
|
-
if ("
|
|
4085
|
-
return $
|
|
4086
|
-
if ("
|
|
4087
|
-
return $
|
|
4088
|
-
if ("predefined-groupset" === input3.type)
|
|
4089
|
-
return $vo76(input3, _path2, _exceptionable2);
|
|
4090
|
-
if ("custom-groupset" === input3.type)
|
|
4091
|
-
return $vo77(input3, _path2, _exceptionable2);
|
|
3980
|
+
if ("grade" === input3.valueFor)
|
|
3981
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
3982
|
+
if ("children" === input3.valueFor)
|
|
3983
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
4092
3984
|
return $report(_exceptionable2, {
|
|
4093
3985
|
path: _path2,
|
|
4094
|
-
expected:
|
|
3986
|
+
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|
|
4095
3987
|
value: input3
|
|
4096
3988
|
});
|
|
4097
3989
|
})();
|