@sjcrh/proteinpaint-types 2.181.0 → 2.182.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-2QTCQFYE.js → chunk-2NINVZOB.js} +47 -11
- package/dist/{chunk-UBAJYDGK.js → chunk-734AZGID.js} +15 -3
- package/dist/{chunk-KNDCWQJD.js → chunk-INIT6CVR.js} +728 -580
- package/dist/{chunk-DDMUMMOL.js → chunk-LDLZU2QY.js} +15 -3
- package/dist/{chunk-URYAC364.js → chunk-LOFBLGRE.js} +311 -163
- package/dist/{chunk-UYKWZWCU.js → chunk-M7WMC7GC.js} +411 -199
- package/dist/{chunk-K6W2WEPW.js → chunk-NO3ZZD3L.js} +15 -3
- package/dist/{chunk-ZRTB7SRA.js → chunk-ONNT3XV7.js} +32 -8
- package/dist/{chunk-VUNM6QTX.js → chunk-QMEKJW2A.js} +15 -3
- package/dist/{chunk-J55IQXT7.js → chunk-TI565XIR.js} +470 -418
- package/dist/{chunk-ZKO7LMCC.js → chunk-TUM3OZ7K.js} +15 -3
- package/dist/{chunk-45VA4Y6L.js → chunk-UWK6LBTQ.js} +877 -778
- package/dist/chunk-W3F3CLYP.js +61 -0
- package/dist/{chunk-C5ECCXOT.js → chunk-WNUWRPXG.js} +733 -585
- package/dist/{chunk-3DA4MJ2U.js → chunk-Y6FNAG22.js} +372 -175
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +31 -23
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +15 -3
- package/dist/termdb.chat2.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.dmr.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.proteome.js +11 -0
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violinBox.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +16 -4
- package/src/index.ts +1 -0
- package/src/routes/termdb.proteome.ts +13 -0
- package/src/terms/dnaMethylation.ts +12 -3
- package/src/terms/termCollection.ts +7 -1
- package/src/terms/tw.ts +1 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__toESM,
|
|
3
|
+
require_lib
|
|
4
|
+
} from "./chunk-YNHC5SXO.js";
|
|
5
|
+
|
|
6
|
+
// dist/termdb.proteome.ts
|
|
7
|
+
var import_typia = __toESM(require_lib(), 1);
|
|
8
|
+
|
|
9
|
+
// src/routes/termdb.proteome.ts
|
|
10
|
+
var termdbProteomePayload = {
|
|
11
|
+
request: {
|
|
12
|
+
typeId: "TermdbProteomeRequest"
|
|
13
|
+
},
|
|
14
|
+
response: {
|
|
15
|
+
typeId: "TermdbProteomeResponse"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
// dist/termdb.proteome.ts
|
|
20
|
+
var validTermdbProteomeRequest = (input) => {
|
|
21
|
+
const errors = [];
|
|
22
|
+
const __is = (input2) => {
|
|
23
|
+
return true;
|
|
24
|
+
};
|
|
25
|
+
if (false === __is(input)) {
|
|
26
|
+
const $report = import_typia.createValidate.report(errors);
|
|
27
|
+
/* @__PURE__ */ ((input2, _path, _exceptionable = true) => {
|
|
28
|
+
return true;
|
|
29
|
+
})(input, "$input", true);
|
|
30
|
+
}
|
|
31
|
+
const success = 0 === errors.length;
|
|
32
|
+
return {
|
|
33
|
+
success,
|
|
34
|
+
errors,
|
|
35
|
+
data: success ? input : void 0
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
var validTermdbProteomeResponse = (input) => {
|
|
39
|
+
const errors = [];
|
|
40
|
+
const __is = (input2) => {
|
|
41
|
+
return true;
|
|
42
|
+
};
|
|
43
|
+
if (false === __is(input)) {
|
|
44
|
+
const $report = import_typia.createValidate.report(errors);
|
|
45
|
+
/* @__PURE__ */ ((input2, _path, _exceptionable = true) => {
|
|
46
|
+
return true;
|
|
47
|
+
})(input, "$input", true);
|
|
48
|
+
}
|
|
49
|
+
const success = 0 === errors.length;
|
|
50
|
+
return {
|
|
51
|
+
success,
|
|
52
|
+
errors,
|
|
53
|
+
data: success ? input : void 0
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export {
|
|
58
|
+
termdbProteomePayload,
|
|
59
|
+
validTermdbProteomeRequest,
|
|
60
|
+
validTermdbProteomeResponse
|
|
61
|
+
};
|