@sjcrh/proteinpaint-types 2.140.1-0 → 2.140.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aiProjectAdmin.js +1 -1
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-KDHGWAOS.js → chunk-2WLN6PMW.js} +575 -367
- package/dist/{chunk-G5BYLEJC.js → chunk-AADDTYUL.js} +266 -154
- package/dist/{chunk-2QKCLUH3.js → chunk-BWLSDIHM.js} +575 -367
- package/dist/{chunk-P3Z422N2.js → chunk-ECF6WSOD.js} +266 -154
- package/dist/{chunk-NHELOLDH.js → chunk-EWON4FG5.js} +2401 -644
- package/dist/{chunk-ZHCVV36H.js → chunk-FZJ3E7JA.js} +579 -371
- package/dist/{chunk-34LXTZYA.js → chunk-IDP5KXE6.js} +632 -424
- package/dist/{chunk-HJ7XFSJK.js → chunk-KS74VVON.js} +262 -150
- package/dist/{chunk-Y6Z6XAFN.js → chunk-PPFFVFUI.js} +266 -154
- package/dist/chunk-TMQI47YT.js +189 -0
- package/dist/{chunk-5BKOSJEU.js → chunk-WKT3H4P4.js} +731 -409
- package/dist/{chunk-F2ZZ5J3F.js → chunk-XXHHUIEV.js} +575 -367
- package/dist/{chunk-4S36DRJ4.js → chunk-ZA3FDGAD.js} +465 -255
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +42 -50
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +10 -2
- package/src/index.ts +0 -1
- package/src/routes/aiProjectAdmin.ts +15 -6
- package/src/routes/termdb.cluster.ts +6 -6
- package/src/terms/geneExpression.ts +13 -17
- package/src/terms/numeric.ts +7 -18
- package/src/terms/singleCellGeneExpression.ts +3 -4
- package/dist/aiProjectList.js +0 -11
- package/dist/chunk-4KJDCFS4.js +0 -123
- package/dist/chunk-EAHOJPLM.js +0 -96
- package/src/routes/aiProjectList.ts +0 -20
package/dist/chunk-4KJDCFS4.js
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__toESM,
|
|
3
|
-
require_lib
|
|
4
|
-
} from "./chunk-CNSSF43V.js";
|
|
5
|
-
|
|
6
|
-
// dist/aiProjectAdmin.ts
|
|
7
|
-
var import_typia = __toESM(require_lib(), 1);
|
|
8
|
-
|
|
9
|
-
// src/routes/aiProjectAdmin.ts
|
|
10
|
-
var aiProjectAdminPayload = {
|
|
11
|
-
request: {
|
|
12
|
-
typeId: "AIProjectAdminRequest"
|
|
13
|
-
},
|
|
14
|
-
response: {
|
|
15
|
-
typeId: "AIProjectAdminResponse"
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
// dist/aiProjectAdmin.ts
|
|
20
|
-
var validAIProjectAdminRequest = (input) => {
|
|
21
|
-
const errors = [];
|
|
22
|
-
const __is = (input2) => {
|
|
23
|
-
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && ("object" === typeof input3.project && null !== input3.project && $io1(input3.project));
|
|
24
|
-
const $io1 = (input3) => "string" === typeof input3.name && (void 0 === input3.id || "number" === typeof input3.id) && (void 0 === input3.fitler || "string" === typeof input3.fitler) && (void 0 === input3.classes || Array.isArray(input3.classes));
|
|
25
|
-
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
26
|
-
};
|
|
27
|
-
if (false === __is(input)) {
|
|
28
|
-
const $report = import_typia.createValidate.report(errors);
|
|
29
|
-
((input2, _path, _exceptionable = true) => {
|
|
30
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
31
|
-
path: _path2 + ".genome",
|
|
32
|
-
expected: "string",
|
|
33
|
-
value: input3.genome
|
|
34
|
-
}), "string" === typeof input3.dslabel || $report(_exceptionable2, {
|
|
35
|
-
path: _path2 + ".dslabel",
|
|
36
|
-
expected: "string",
|
|
37
|
-
value: input3.dslabel
|
|
38
|
-
}), ("object" === typeof input3.project && null !== input3.project || $report(_exceptionable2, {
|
|
39
|
-
path: _path2 + ".project",
|
|
40
|
-
expected: "__type",
|
|
41
|
-
value: input3.project
|
|
42
|
-
})) && $vo1(input3.project, _path2 + ".project", _exceptionable2) || $report(_exceptionable2, {
|
|
43
|
-
path: _path2 + ".project",
|
|
44
|
-
expected: "__type",
|
|
45
|
-
value: input3.project
|
|
46
|
-
})].every((flag) => flag);
|
|
47
|
-
const $vo1 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
48
|
-
path: _path2 + ".name",
|
|
49
|
-
expected: "string",
|
|
50
|
-
value: input3.name
|
|
51
|
-
}), void 0 === input3.id || "number" === typeof input3.id || $report(_exceptionable2, {
|
|
52
|
-
path: _path2 + ".id",
|
|
53
|
-
expected: "(number | undefined)",
|
|
54
|
-
value: input3.id
|
|
55
|
-
}), void 0 === input3.fitler || "string" === typeof input3.fitler || $report(_exceptionable2, {
|
|
56
|
-
path: _path2 + ".fitler",
|
|
57
|
-
expected: "(string | undefined)",
|
|
58
|
-
value: input3.fitler
|
|
59
|
-
}), void 0 === input3.classes || Array.isArray(input3.classes) || $report(_exceptionable2, {
|
|
60
|
-
path: _path2 + ".classes",
|
|
61
|
-
expected: "(Array<any> | undefined)",
|
|
62
|
-
value: input3.classes
|
|
63
|
-
})].every((flag) => flag);
|
|
64
|
-
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
65
|
-
path: _path + "",
|
|
66
|
-
expected: "AIProjectAdminRequest",
|
|
67
|
-
value: input2
|
|
68
|
-
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
69
|
-
path: _path + "",
|
|
70
|
-
expected: "AIProjectAdminRequest",
|
|
71
|
-
value: input2
|
|
72
|
-
});
|
|
73
|
-
})(input, "$input", true);
|
|
74
|
-
}
|
|
75
|
-
const success = 0 === errors.length;
|
|
76
|
-
return {
|
|
77
|
-
success,
|
|
78
|
-
errors,
|
|
79
|
-
data: success ? input : void 0
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
var validAIProjectAdminResponse = (input) => {
|
|
83
|
-
const errors = [];
|
|
84
|
-
const __is = (input2) => {
|
|
85
|
-
const $io0 = (input3) => ("ok" === input3.status || "error" === input3.status) && (void 0 === input3.error || "string" === typeof input3.error);
|
|
86
|
-
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
87
|
-
};
|
|
88
|
-
if (false === __is(input)) {
|
|
89
|
-
const $report = import_typia.createValidate.report(errors);
|
|
90
|
-
((input2, _path, _exceptionable = true) => {
|
|
91
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["ok" === input3.status || "error" === input3.status || $report(_exceptionable2, {
|
|
92
|
-
path: _path2 + ".status",
|
|
93
|
-
expected: '("error" | "ok")',
|
|
94
|
-
value: input3.status
|
|
95
|
-
}), void 0 === input3.error || "string" === typeof input3.error || $report(_exceptionable2, {
|
|
96
|
-
path: _path2 + ".error",
|
|
97
|
-
expected: "(string | undefined)",
|
|
98
|
-
value: input3.error
|
|
99
|
-
})].every((flag) => flag);
|
|
100
|
-
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
101
|
-
path: _path + "",
|
|
102
|
-
expected: "AIProjectAdminResponse",
|
|
103
|
-
value: input2
|
|
104
|
-
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
105
|
-
path: _path + "",
|
|
106
|
-
expected: "AIProjectAdminResponse",
|
|
107
|
-
value: input2
|
|
108
|
-
});
|
|
109
|
-
})(input, "$input", true);
|
|
110
|
-
}
|
|
111
|
-
const success = 0 === errors.length;
|
|
112
|
-
return {
|
|
113
|
-
success,
|
|
114
|
-
errors,
|
|
115
|
-
data: success ? input : void 0
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export {
|
|
120
|
-
aiProjectAdminPayload,
|
|
121
|
-
validAIProjectAdminRequest,
|
|
122
|
-
validAIProjectAdminResponse
|
|
123
|
-
};
|
package/dist/chunk-EAHOJPLM.js
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__toESM,
|
|
3
|
-
require_lib
|
|
4
|
-
} from "./chunk-CNSSF43V.js";
|
|
5
|
-
|
|
6
|
-
// dist/aiProjectList.ts
|
|
7
|
-
var import_typia = __toESM(require_lib(), 1);
|
|
8
|
-
|
|
9
|
-
// src/routes/aiProjectList.ts
|
|
10
|
-
var aiProjectListPayload = {
|
|
11
|
-
request: {
|
|
12
|
-
typeId: "AIProjectListRequest"
|
|
13
|
-
},
|
|
14
|
-
response: {
|
|
15
|
-
typeId: "AIProjectListResponse"
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
// dist/aiProjectList.ts
|
|
20
|
-
var validAIProjectListRequest = (input) => {
|
|
21
|
-
const errors = [];
|
|
22
|
-
const __is = (input2) => {
|
|
23
|
-
return "object" === typeof input2 && null !== input2 && ("string" === typeof input2.genome && "string" === typeof input2.dslabel);
|
|
24
|
-
};
|
|
25
|
-
if (false === __is(input)) {
|
|
26
|
-
const $report = import_typia.createValidate.report(errors);
|
|
27
|
-
((input2, _path, _exceptionable = true) => {
|
|
28
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
29
|
-
path: _path2 + ".genome",
|
|
30
|
-
expected: "string",
|
|
31
|
-
value: input3.genome
|
|
32
|
-
}), "string" === typeof input3.dslabel || $report(_exceptionable2, {
|
|
33
|
-
path: _path2 + ".dslabel",
|
|
34
|
-
expected: "string",
|
|
35
|
-
value: input3.dslabel
|
|
36
|
-
})].every((flag) => flag);
|
|
37
|
-
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
38
|
-
path: _path + "",
|
|
39
|
-
expected: "AIProjectListRequest",
|
|
40
|
-
value: input2
|
|
41
|
-
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
42
|
-
path: _path + "",
|
|
43
|
-
expected: "AIProjectListRequest",
|
|
44
|
-
value: input2
|
|
45
|
-
});
|
|
46
|
-
})(input, "$input", true);
|
|
47
|
-
}
|
|
48
|
-
const success = 0 === errors.length;
|
|
49
|
-
return {
|
|
50
|
-
success,
|
|
51
|
-
errors,
|
|
52
|
-
data: success ? input : void 0
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
var validAIProjectListResponse = (input) => {
|
|
56
|
-
const errors = [];
|
|
57
|
-
const __is = (input2) => {
|
|
58
|
-
const $io0 = (input3) => ("ok" === input3.status || "error" === input3.status) && (void 0 === input3.error || "string" === typeof input3.error);
|
|
59
|
-
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
60
|
-
};
|
|
61
|
-
if (false === __is(input)) {
|
|
62
|
-
const $report = import_typia.createValidate.report(errors);
|
|
63
|
-
((input2, _path, _exceptionable = true) => {
|
|
64
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["ok" === input3.status || "error" === input3.status || $report(_exceptionable2, {
|
|
65
|
-
path: _path2 + ".status",
|
|
66
|
-
expected: '("error" | "ok")',
|
|
67
|
-
value: input3.status
|
|
68
|
-
}), void 0 === input3.error || "string" === typeof input3.error || $report(_exceptionable2, {
|
|
69
|
-
path: _path2 + ".error",
|
|
70
|
-
expected: "(string | undefined)",
|
|
71
|
-
value: input3.error
|
|
72
|
-
})].every((flag) => flag);
|
|
73
|
-
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
74
|
-
path: _path + "",
|
|
75
|
-
expected: "AIProjectListResponse",
|
|
76
|
-
value: input2
|
|
77
|
-
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
78
|
-
path: _path + "",
|
|
79
|
-
expected: "AIProjectListResponse",
|
|
80
|
-
value: input2
|
|
81
|
-
});
|
|
82
|
-
})(input, "$input", true);
|
|
83
|
-
}
|
|
84
|
-
const success = 0 === errors.length;
|
|
85
|
-
return {
|
|
86
|
-
success,
|
|
87
|
-
errors,
|
|
88
|
-
data: success ? input : void 0
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
export {
|
|
93
|
-
aiProjectListPayload,
|
|
94
|
-
validAIProjectListRequest,
|
|
95
|
-
validAIProjectListResponse
|
|
96
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { RoutePayload } from './routeApi.ts'
|
|
2
|
-
|
|
3
|
-
export type AIProjectListRequest = {
|
|
4
|
-
genome: string
|
|
5
|
-
dslabel: string
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export type AIProjectListResponse = {
|
|
9
|
-
status: 'ok' | 'error'
|
|
10
|
-
error?: string
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export const aiProjectListPayload: RoutePayload = {
|
|
14
|
-
request: {
|
|
15
|
-
typeId: 'AIProjectListRequest'
|
|
16
|
-
},
|
|
17
|
-
response: {
|
|
18
|
-
typeId: 'AIProjectListResponse'
|
|
19
|
-
}
|
|
20
|
-
}
|