@sjcrh/proteinpaint-types 2.124.0 → 2.126.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/brainImaging.js +1 -1
- package/dist/{chunk-NCFUZ5VV.js → chunk-2S4T3WUF.js} +790 -386
- package/dist/{chunk-XPOHYEAY.js → chunk-537XOM43.js} +584 -382
- package/dist/{chunk-LBGUOJR3.js → chunk-5O422YU6.js} +343 -141
- package/dist/{chunk-SQBZAOWB.js → chunk-7IRM7OKB.js} +343 -141
- package/dist/{chunk-XZAH6P4D.js → chunk-A3XJW6BZ.js} +5 -1
- package/dist/{chunk-3ZT4UCFM.js → chunk-BXPSDGWG.js} +343 -141
- package/dist/{chunk-QMWUUGEK.js → chunk-CJC7ZHSZ.js} +376 -174
- package/dist/{chunk-F64WJMRL.js → chunk-DJCPG2RT.js} +817 -413
- package/dist/{chunk-ZMOSABYP.js → chunk-GZCIY2WK.js} +584 -382
- package/dist/{chunk-K7P6C6KU.js → chunk-LVXO4MLR.js} +586 -384
- package/dist/chunk-NWEXA2YB.js +308 -0
- package/dist/{chunk-AGSW7G4T.js → chunk-O4RAE6UJ.js} +582 -380
- package/dist/chunk-RPX4TVMD.js +14 -0
- package/dist/{chunk-KRYTJ2SL.js → chunk-RWMZSRX7.js} +2 -2
- package/dist/chunk-SMS3Y2XZ.js +75 -0
- package/dist/{chunk-RX5EB2HL.js → chunk-VSNV3MLV.js} +343 -141
- package/dist/{chunk-5HL5BPE5.js → chunk-W6NLM363.js} +2 -2
- package/dist/{chunk-WQGLAGSY.js → chunk-YGX6BZZY.js} +4 -4
- package/dist/{chunk-5XRJ5ATE.js → chunk-YOS2YTCE.js} +584 -382
- package/dist/clearwsisession.js +3 -13
- package/dist/clearwsisessions.js +13 -0
- package/dist/correlationVolcano.js +1 -1
- package/dist/gdc.grin2.js +17 -0
- package/dist/genesetEnrichment.js +1 -1
- package/dist/healthcheck.js +1 -1
- package/dist/index.js +89 -65
- 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.topMutatedGenes.js +5 -5
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/dist/wsisamples.js +3 -3
- package/package.json +1 -1
- package/src/dataset.ts +6 -0
- package/src/index.ts +1 -0
- package/src/routes/gdc.grin2.ts +101 -0
- package/src/routes/genesetEnrichment.ts +2 -0
- package/src/terms/geneVariant.ts +1 -0
|
@@ -52,7 +52,7 @@ var validWSISamplesRequest = (input) => {
|
|
|
52
52
|
data: success ? input : void 0
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
|
-
var
|
|
55
|
+
var validWSISamplesResponse = (input) => {
|
|
56
56
|
const errors = [];
|
|
57
57
|
const __is = (input2) => {
|
|
58
58
|
const $io0 = (input3) => Array.isArray(input3.samples) && input3.samples.every((elem) => "object" === typeof elem && null !== elem && $io1(elem)) && (void 0 === input3.error || "string" === typeof input3.error);
|
|
@@ -122,5 +122,5 @@ var validWSSamplesResponse = (input) => {
|
|
|
122
122
|
export {
|
|
123
123
|
wsiSamplesPayload,
|
|
124
124
|
validWSISamplesRequest,
|
|
125
|
-
|
|
125
|
+
validWSISamplesResponse
|
|
126
126
|
};
|
|
@@ -18,7 +18,7 @@ var topMutatedGenePayload = {
|
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
// dist/termdb.topMutatedGenes.ts
|
|
21
|
-
var
|
|
21
|
+
var validtopMutatedGeneRequest = (input) => {
|
|
22
22
|
const errors = [];
|
|
23
23
|
const __is = (input2) => {
|
|
24
24
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.geneFilter || "CGC" === input3.geneFilter) && (void 0 === input3.maxGenes || "number" === typeof input3.maxGenes) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && false === Array.isArray(input3.filter) && $io1(input3.filter)) && (void 0 === input3.filter0 || "object" === typeof input3.filter0 && null !== input3.filter0 && false === Array.isArray(input3.filter0) && $io1(input3.filter0)) && (void 0 === input3.snv_mfndi || "number" === typeof input3.snv_mfndi) && (void 0 === input3.snv_splice || "number" === typeof input3.snv_splice) && (void 0 === input3.snv_utr || "number" === typeof input3.snv_utr) && (void 0 === input3.snv_s || "number" === typeof input3.snv_s) && (void 0 === input3.sv || "number" === typeof input3.sv) && (void 0 === input3.fusion || "number" === typeof input3.fusion) && (void 0 === input3.cnv || "number" === typeof input3.cnv) && (void 0 === input3.cnv_ms || "object" === typeof input3.cnv_ms && null !== input3.cnv_ms && $io2(input3.cnv_ms)) && (void 0 === input3.cnv_logratio || "object" === typeof input3.cnv_logratio && null !== input3.cnv_logratio && $io3(input3.cnv_logratio));
|
|
@@ -152,7 +152,7 @@ var validTopMutatedGeneRequest = (input) => {
|
|
|
152
152
|
data: success ? input : void 0
|
|
153
153
|
};
|
|
154
154
|
};
|
|
155
|
-
var
|
|
155
|
+
var validtopMutatedGeneResponse = (input) => {
|
|
156
156
|
const errors = [];
|
|
157
157
|
const __is = (input2) => {
|
|
158
158
|
const $io0 = (input3) => Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $io1(elem));
|
|
@@ -235,6 +235,6 @@ var validTopMutatedGeneResponse = (input) => {
|
|
|
235
235
|
|
|
236
236
|
export {
|
|
237
237
|
topMutatedGenePayload,
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
validtopMutatedGeneRequest,
|
|
239
|
+
validtopMutatedGeneResponse
|
|
240
240
|
};
|