@sjcrh/proteinpaint-types 2.145.1-0 → 2.145.2
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.
|
@@ -73,7 +73,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
73
73
|
const errors = [];
|
|
74
74
|
const __is = (input2) => {
|
|
75
75
|
const $join = import_typia.createValidate.join;
|
|
76
|
-
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu6(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true;
|
|
76
|
+
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu6(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers);
|
|
77
77
|
const $io1 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === input3.type;
|
|
78
78
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
79
79
|
const value = input3[key];
|
|
@@ -371,7 +371,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
371
371
|
path: _path2 + ".filter",
|
|
372
372
|
expected: "(Filter | undefined)",
|
|
373
373
|
value: input3.filter
|
|
374
|
-
}), true, true
|
|
374
|
+
}), true, true, void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers || $report(_exceptionable2, {
|
|
375
|
+
path: _path2 + ".removeOutliers",
|
|
376
|
+
expected: "(boolean | undefined)",
|
|
377
|
+
value: input3.removeOutliers
|
|
378
|
+
})].every((flag) => flag);
|
|
375
379
|
const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
376
380
|
path: _path2 + ".id",
|
|
377
381
|
expected: "(string | undefined)",
|
|
@@ -4172,7 +4176,7 @@ var validBoxPlotResponse = (input) => {
|
|
|
4172
4176
|
const errors = [];
|
|
4173
4177
|
const __is = (input2) => {
|
|
4174
4178
|
const $join = import_typia.createValidate.join;
|
|
4175
|
-
const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io1(input3.charts)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io8(elem))) && true;
|
|
4179
|
+
const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io1(input3.charts)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io8(elem))) && true && true;
|
|
4176
4180
|
const $io1 = (input3) => Object.keys(input3).every((key) => {
|
|
4177
4181
|
const value = input3[key];
|
|
4178
4182
|
if (void 0 === value)
|
|
@@ -4226,7 +4230,7 @@ var validBoxPlotResponse = (input) => {
|
|
|
4226
4230
|
path: _path2 + ".uncomputableValues",
|
|
4227
4231
|
expected: "(Array<__type>.o2 | null)",
|
|
4228
4232
|
value: input3.uncomputableValues
|
|
4229
|
-
}), true].every((flag) => flag);
|
|
4233
|
+
}), true, true].every((flag) => flag);
|
|
4230
4234
|
const $vo1 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
4231
4235
|
const value = input3[key];
|
|
4232
4236
|
if (void 0 === value)
|
package/dist/index.js
CHANGED
package/dist/termdb.boxplot.js
CHANGED
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -744,8 +744,6 @@ export type GeneExpressionQueryNative = {
|
|
|
744
744
|
geneExpression2bins?: { [index: string]: any }
|
|
745
745
|
/** gene expression unit (e.g. 'FPKM') */
|
|
746
746
|
unit?: string
|
|
747
|
-
/** temporary h5 file format flag */
|
|
748
|
-
newformat?: boolean
|
|
749
747
|
}
|
|
750
748
|
|
|
751
749
|
export type GeneExpressionQuery = GeneExpressionQueryGdc | GeneExpressionQueryNative
|
|
@@ -20,6 +20,7 @@ export type BoxPlotRequest = {
|
|
|
20
20
|
filter?: Filter
|
|
21
21
|
filter0?: any
|
|
22
22
|
__protected__: any
|
|
23
|
+
removeOutliers?: boolean
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
export type BoxPlotResponse = {
|
|
@@ -34,6 +35,7 @@ export type BoxPlotResponse = {
|
|
|
34
35
|
/** Categories not shown in the final plot */
|
|
35
36
|
uncomputableValues: { label: string; value: number }[] | null
|
|
36
37
|
error?: any
|
|
38
|
+
descrStats: any
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
// chart containing a set of boxplots
|