@sjcrh/proteinpaint-types 2.134.0 → 2.135.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/brainImaging.js +1 -1
- package/dist/{chunk-2XROHKXU.js → chunk-3E73QFTY.js} +5 -1
- package/dist/{chunk-IJLAEEK7.js → chunk-FD6CMKNN.js} +13 -5
- package/dist/{chunk-HYSQJBXK.js → chunk-GVBBTRW4.js} +5 -1
- package/dist/{chunk-QHN3YO6Q.js → chunk-H22BWCN6.js} +5 -1
- package/dist/{chunk-QXF3NCJ4.js → chunk-HLGKC33X.js} +5 -1
- package/dist/{chunk-7QZTJ7A4.js → chunk-KGAG7LFV.js} +5 -1
- package/dist/{chunk-J7ODYX6N.js → chunk-LE4EWSSO.js} +5 -1
- package/dist/{chunk-UL54XEPY.js → chunk-OWOZVNBC.js} +5 -1
- package/dist/{chunk-7RY7HC24.js → chunk-QDJKDC4P.js} +10 -2
- package/dist/{chunk-ODP5ODIV.js → chunk-R4FOQROL.js} +5 -1
- package/dist/{chunk-MBQT6GOO.js → chunk-R5CPHK6E.js} +10 -2
- package/dist/{chunk-447OFOQM.js → chunk-SLKGLGFE.js} +5 -1
- package/dist/{chunk-UMGJNQ2O.js → chunk-VMZC4IN7.js} +5 -1
- package/dist/{chunk-TCSJGKT3.js → chunk-XH7LJZRQ.js} +286 -29
- package/dist/correlationVolcano.js +1 -1
- package/dist/gdc.grin2.js +1 -1
- package/dist/index.js +14 -14
- package/dist/profileScores.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.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 +22 -16
- package/src/filter.ts +2 -0
- package/src/routes/gdc.grin2.ts +45 -2
- package/src/routes/profileScores.ts +1 -1
|
@@ -456,15 +456,53 @@ var validRunGRIN2Request = (input) => {
|
|
|
456
456
|
var validRunGRIN2Response = (input) => {
|
|
457
457
|
const errors = [];
|
|
458
458
|
const __is = (input2) => {
|
|
459
|
-
const $
|
|
460
|
-
const $
|
|
459
|
+
const $join = import_typia.createValidate.join;
|
|
460
|
+
const $io0 = (input3) => ("success" === input3.status || "error" === input3.status) && (void 0 === input3.error || "string" === typeof input3.error) && (void 0 === input3.pngImg || "string" === typeof input3.pngImg) && true && true && (void 0 === input3.rustResult || "object" === typeof input3.rustResult && null !== input3.rustResult && $io1(input3.rustResult)) && (void 0 === input3.timing || "object" === typeof input3.timing && null !== input3.timing && $io11(input3.timing));
|
|
461
|
+
const $io1 = (input3) => "string" === typeof input3.successful_data && (Array.isArray(input3.failed_files) && input3.failed_files.every((elem) => "object" === typeof elem && null !== elem && $io2(elem))) && ("object" === typeof input3.summary && null !== input3.summary && $io3(input3.summary));
|
|
461
462
|
const $io2 = (input3) => "string" === typeof input3.case_id && "string" === typeof input3.data_type && "string" === typeof input3.error_type && "string" === typeof input3.error_details && "number" === typeof input3.attempts_made;
|
|
462
|
-
const $
|
|
463
|
+
const $io3 = (input3) => "summary" === input3.type && "number" === typeof input3.total_files && "number" === typeof input3.successful_files && "number" === typeof input3.failed_files && (Array.isArray(input3.errors) && input3.errors.every((elem) => "object" === typeof elem && null !== elem && $io2(elem))) && "number" === typeof input3.filtered_records && "number" === typeof input3.filtered_maf_records && "number" === typeof input3.filtered_cnv_records && "number" === typeof input3.included_maf_records && "number" === typeof input3.included_cnv_records && ("object" === typeof input3.filtered_records_by_case && null !== input3.filtered_records_by_case && false === Array.isArray(input3.filtered_records_by_case) && $io4(input3.filtered_records_by_case)) && ("object" === typeof input3.hyper_mutator_records && null !== input3.hyper_mutator_records && false === Array.isArray(input3.hyper_mutator_records) && $io10(input3.hyper_mutator_records)) && ("object" === typeof input3.excluded_by_max_record && null !== input3.excluded_by_max_record && false === Array.isArray(input3.excluded_by_max_record) && $io10(input3.excluded_by_max_record));
|
|
464
|
+
const $io4 = (input3) => Object.keys(input3).every((key) => {
|
|
465
|
+
const value = input3[key];
|
|
466
|
+
if (void 0 === value)
|
|
467
|
+
return true;
|
|
468
|
+
if (RegExp(/(.*)/).test(key))
|
|
469
|
+
return "object" === typeof value && null !== value && $io5(value);
|
|
470
|
+
return true;
|
|
471
|
+
});
|
|
472
|
+
const $io5 = (input3) => "object" === typeof input3.maf && null !== input3.maf && $io6(input3.maf) && ("object" === typeof input3.cnv && null !== input3.cnv && $io9(input3.cnv));
|
|
473
|
+
const $io6 = (input3) => "object" === typeof input3.matched_consequences && null !== input3.matched_consequences && false === Array.isArray(input3.matched_consequences) && $io7(input3.matched_consequences) && ("object" === typeof input3.rejected_consequences && null !== input3.rejected_consequences && false === Array.isArray(input3.rejected_consequences) && $io7(input3.rejected_consequences)) && "number" === typeof input3.t_alt_count && "number" === typeof input3.t_depth && "number" === typeof input3.invalid_rows && "number" === typeof input3.excluded_by_min_depth && "number" === typeof input3.excluded_by_min_alt_count && "number" === typeof input3.excluded_by_consequence_type && "number" === typeof input3.total_processed && "number" === typeof input3.total_included && ("object" === typeof input3.skipped_chromosomes && null !== input3.skipped_chromosomes && false === Array.isArray(input3.skipped_chromosomes) && $io8(input3.skipped_chromosomes));
|
|
474
|
+
const $io7 = (input3) => Object.keys(input3).every((key) => {
|
|
475
|
+
const value = input3[key];
|
|
476
|
+
if (void 0 === value)
|
|
477
|
+
return true;
|
|
478
|
+
if (RegExp(/(.*)/).test(key))
|
|
479
|
+
return true;
|
|
480
|
+
return true;
|
|
481
|
+
});
|
|
482
|
+
const $io8 = (input3) => Object.keys(input3).every((key) => {
|
|
483
|
+
const value = input3[key];
|
|
484
|
+
if (void 0 === value)
|
|
485
|
+
return true;
|
|
486
|
+
if (RegExp(/(.*)/).test(key))
|
|
487
|
+
return "number" === typeof value;
|
|
488
|
+
return true;
|
|
489
|
+
});
|
|
490
|
+
const $io9 = (input3) => "number" === typeof input3.segment_mean && "number" === typeof input3.seg_length && "number" === typeof input3.invalid_rows && "number" === typeof input3.excluded_by_loss_threshold && "number" === typeof input3.excluded_by_gain_threshold && "number" === typeof input3.excluded_by_segment_length && "number" === typeof input3.total_processed && "number" === typeof input3.total_included && ("object" === typeof input3.skipped_chromosomes && null !== input3.skipped_chromosomes && false === Array.isArray(input3.skipped_chromosomes) && $io8(input3.skipped_chromosomes));
|
|
491
|
+
const $io10 = (input3) => Object.keys(input3).every((key) => {
|
|
492
|
+
const value = input3[key];
|
|
493
|
+
if (void 0 === value)
|
|
494
|
+
return true;
|
|
495
|
+
if (RegExp(/(.*)/).test(key))
|
|
496
|
+
return Array.isArray(value) && value.every((elem) => "string" === typeof elem);
|
|
497
|
+
return true;
|
|
498
|
+
});
|
|
499
|
+
const $io11 = (input3) => "number" === typeof input3.rustProcessingTime && "number" === typeof input3.grin2Time && "number" === typeof input3.totalTime;
|
|
463
500
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
464
501
|
};
|
|
465
502
|
if (false === __is(input)) {
|
|
466
503
|
const $report = import_typia.createValidate.report(errors);
|
|
467
504
|
((input2, _path, _exceptionable = true) => {
|
|
505
|
+
const $join = import_typia.createValidate.join;
|
|
468
506
|
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["success" === input3.status || "error" === input3.status || $report(_exceptionable2, {
|
|
469
507
|
path: _path2 + ".status",
|
|
470
508
|
expected: '("error" | "success")',
|
|
@@ -487,43 +525,27 @@ var validRunGRIN2Response = (input) => {
|
|
|
487
525
|
value: input3.rustResult
|
|
488
526
|
}), void 0 === input3.timing || ("object" === typeof input3.timing && null !== input3.timing || $report(_exceptionable2, {
|
|
489
527
|
path: _path2 + ".timing",
|
|
490
|
-
expected: "(__type | undefined)",
|
|
528
|
+
expected: "(__type.o3 | undefined)",
|
|
491
529
|
value: input3.timing
|
|
492
|
-
})) && $
|
|
530
|
+
})) && $vo11(input3.timing, _path2 + ".timing", _exceptionable2) || $report(_exceptionable2, {
|
|
493
531
|
path: _path2 + ".timing",
|
|
494
|
-
expected: "(__type | undefined)",
|
|
532
|
+
expected: "(__type.o3 | undefined)",
|
|
495
533
|
value: input3.timing
|
|
496
534
|
})].every((flag) => flag);
|
|
497
|
-
const $vo1 = (input3, _path2, _exceptionable2 = true) => [
|
|
535
|
+
const $vo1 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.successful_data || $report(_exceptionable2, {
|
|
498
536
|
path: _path2 + ".successful_data",
|
|
499
|
-
expected: "Array<Array<string>>",
|
|
500
|
-
value: input3.successful_data
|
|
501
|
-
})) && input3.successful_data.map((elem, _index1) => (Array.isArray(elem) || $report(_exceptionable2, {
|
|
502
|
-
path: _path2 + ".successful_data[" + _index1 + "]",
|
|
503
|
-
expected: "Array<string>",
|
|
504
|
-
value: elem
|
|
505
|
-
})) && elem.map((elem2, _index2) => "string" === typeof elem2 || $report(_exceptionable2, {
|
|
506
|
-
path: _path2 + ".successful_data[" + _index1 + "][" + _index2 + "]",
|
|
507
537
|
expected: "string",
|
|
508
|
-
value: elem2
|
|
509
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
510
|
-
path: _path2 + ".successful_data[" + _index1 + "]",
|
|
511
|
-
expected: "Array<string>",
|
|
512
|
-
value: elem
|
|
513
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
514
|
-
path: _path2 + ".successful_data",
|
|
515
|
-
expected: "Array<Array<string>>",
|
|
516
538
|
value: input3.successful_data
|
|
517
539
|
}), (Array.isArray(input3.failed_files) || $report(_exceptionable2, {
|
|
518
540
|
path: _path2 + ".failed_files",
|
|
519
541
|
expected: "Array<RustErrorEntry>",
|
|
520
542
|
value: input3.failed_files
|
|
521
|
-
})) && input3.failed_files.map((elem,
|
|
522
|
-
path: _path2 + ".failed_files[" +
|
|
543
|
+
})) && input3.failed_files.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
544
|
+
path: _path2 + ".failed_files[" + _index1 + "]",
|
|
523
545
|
expected: "RustErrorEntry",
|
|
524
546
|
value: elem
|
|
525
|
-
})) && $vo2(elem, _path2 + ".failed_files[" +
|
|
526
|
-
path: _path2 + ".failed_files[" +
|
|
547
|
+
})) && $vo2(elem, _path2 + ".failed_files[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
548
|
+
path: _path2 + ".failed_files[" + _index1 + "]",
|
|
527
549
|
expected: "RustErrorEntry",
|
|
528
550
|
value: elem
|
|
529
551
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -560,7 +582,11 @@ var validRunGRIN2Response = (input) => {
|
|
|
560
582
|
expected: "number",
|
|
561
583
|
value: input3.attempts_made
|
|
562
584
|
})].every((flag) => flag);
|
|
563
|
-
const $vo3 = (input3, _path2, _exceptionable2 = true) => ["
|
|
585
|
+
const $vo3 = (input3, _path2, _exceptionable2 = true) => ["summary" === input3.type || $report(_exceptionable2, {
|
|
586
|
+
path: _path2 + ".type",
|
|
587
|
+
expected: '"summary"',
|
|
588
|
+
value: input3.type
|
|
589
|
+
}), "number" === typeof input3.total_files || $report(_exceptionable2, {
|
|
564
590
|
path: _path2 + ".total_files",
|
|
565
591
|
expected: "number",
|
|
566
592
|
value: input3.total_files
|
|
@@ -572,8 +598,239 @@ var validRunGRIN2Response = (input) => {
|
|
|
572
598
|
path: _path2 + ".failed_files",
|
|
573
599
|
expected: "number",
|
|
574
600
|
value: input3.failed_files
|
|
601
|
+
}), (Array.isArray(input3.errors) || $report(_exceptionable2, {
|
|
602
|
+
path: _path2 + ".errors",
|
|
603
|
+
expected: "Array<RustErrorEntry>",
|
|
604
|
+
value: input3.errors
|
|
605
|
+
})) && input3.errors.map((elem, _index2) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
606
|
+
path: _path2 + ".errors[" + _index2 + "]",
|
|
607
|
+
expected: "RustErrorEntry",
|
|
608
|
+
value: elem
|
|
609
|
+
})) && $vo2(elem, _path2 + ".errors[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
610
|
+
path: _path2 + ".errors[" + _index2 + "]",
|
|
611
|
+
expected: "RustErrorEntry",
|
|
612
|
+
value: elem
|
|
613
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
614
|
+
path: _path2 + ".errors",
|
|
615
|
+
expected: "Array<RustErrorEntry>",
|
|
616
|
+
value: input3.errors
|
|
617
|
+
}), "number" === typeof input3.filtered_records || $report(_exceptionable2, {
|
|
618
|
+
path: _path2 + ".filtered_records",
|
|
619
|
+
expected: "number",
|
|
620
|
+
value: input3.filtered_records
|
|
621
|
+
}), "number" === typeof input3.filtered_maf_records || $report(_exceptionable2, {
|
|
622
|
+
path: _path2 + ".filtered_maf_records",
|
|
623
|
+
expected: "number",
|
|
624
|
+
value: input3.filtered_maf_records
|
|
625
|
+
}), "number" === typeof input3.filtered_cnv_records || $report(_exceptionable2, {
|
|
626
|
+
path: _path2 + ".filtered_cnv_records",
|
|
627
|
+
expected: "number",
|
|
628
|
+
value: input3.filtered_cnv_records
|
|
629
|
+
}), "number" === typeof input3.included_maf_records || $report(_exceptionable2, {
|
|
630
|
+
path: _path2 + ".included_maf_records",
|
|
631
|
+
expected: "number",
|
|
632
|
+
value: input3.included_maf_records
|
|
633
|
+
}), "number" === typeof input3.included_cnv_records || $report(_exceptionable2, {
|
|
634
|
+
path: _path2 + ".included_cnv_records",
|
|
635
|
+
expected: "number",
|
|
636
|
+
value: input3.included_cnv_records
|
|
637
|
+
}), ("object" === typeof input3.filtered_records_by_case && null !== input3.filtered_records_by_case && false === Array.isArray(input3.filtered_records_by_case) || $report(_exceptionable2, {
|
|
638
|
+
path: _path2 + ".filtered_records_by_case",
|
|
639
|
+
expected: "Record<string, __type>",
|
|
640
|
+
value: input3.filtered_records_by_case
|
|
641
|
+
})) && $vo4(input3.filtered_records_by_case, _path2 + ".filtered_records_by_case", _exceptionable2) || $report(_exceptionable2, {
|
|
642
|
+
path: _path2 + ".filtered_records_by_case",
|
|
643
|
+
expected: "Record<string, __type>",
|
|
644
|
+
value: input3.filtered_records_by_case
|
|
645
|
+
}), ("object" === typeof input3.hyper_mutator_records && null !== input3.hyper_mutator_records && false === Array.isArray(input3.hyper_mutator_records) || $report(_exceptionable2, {
|
|
646
|
+
path: _path2 + ".hyper_mutator_records",
|
|
647
|
+
expected: "Record<string, Array<string>>",
|
|
648
|
+
value: input3.hyper_mutator_records
|
|
649
|
+
})) && $vo10(input3.hyper_mutator_records, _path2 + ".hyper_mutator_records", _exceptionable2) || $report(_exceptionable2, {
|
|
650
|
+
path: _path2 + ".hyper_mutator_records",
|
|
651
|
+
expected: "Record<string, Array<string>>",
|
|
652
|
+
value: input3.hyper_mutator_records
|
|
653
|
+
}), ("object" === typeof input3.excluded_by_max_record && null !== input3.excluded_by_max_record && false === Array.isArray(input3.excluded_by_max_record) || $report(_exceptionable2, {
|
|
654
|
+
path: _path2 + ".excluded_by_max_record",
|
|
655
|
+
expected: "Record<string, Array<string>>",
|
|
656
|
+
value: input3.excluded_by_max_record
|
|
657
|
+
})) && $vo10(input3.excluded_by_max_record, _path2 + ".excluded_by_max_record", _exceptionable2) || $report(_exceptionable2, {
|
|
658
|
+
path: _path2 + ".excluded_by_max_record",
|
|
659
|
+
expected: "Record<string, Array<string>>",
|
|
660
|
+
value: input3.excluded_by_max_record
|
|
661
|
+
})].every((flag) => flag);
|
|
662
|
+
const $vo4 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
663
|
+
const value = input3[key];
|
|
664
|
+
if (void 0 === value)
|
|
665
|
+
return true;
|
|
666
|
+
if (RegExp(/(.*)/).test(key))
|
|
667
|
+
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
668
|
+
path: _path2 + $join(key),
|
|
669
|
+
expected: "__type",
|
|
670
|
+
value
|
|
671
|
+
})) && $vo5(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
672
|
+
path: _path2 + $join(key),
|
|
673
|
+
expected: "__type",
|
|
674
|
+
value
|
|
675
|
+
});
|
|
676
|
+
return true;
|
|
677
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
678
|
+
const $vo5 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.maf && null !== input3.maf || $report(_exceptionable2, {
|
|
679
|
+
path: _path2 + ".maf",
|
|
680
|
+
expected: "__type.o1",
|
|
681
|
+
value: input3.maf
|
|
682
|
+
})) && $vo6(input3.maf, _path2 + ".maf", _exceptionable2) || $report(_exceptionable2, {
|
|
683
|
+
path: _path2 + ".maf",
|
|
684
|
+
expected: "__type.o1",
|
|
685
|
+
value: input3.maf
|
|
686
|
+
}), ("object" === typeof input3.cnv && null !== input3.cnv || $report(_exceptionable2, {
|
|
687
|
+
path: _path2 + ".cnv",
|
|
688
|
+
expected: "__type.o2",
|
|
689
|
+
value: input3.cnv
|
|
690
|
+
})) && $vo9(input3.cnv, _path2 + ".cnv", _exceptionable2) || $report(_exceptionable2, {
|
|
691
|
+
path: _path2 + ".cnv",
|
|
692
|
+
expected: "__type.o2",
|
|
693
|
+
value: input3.cnv
|
|
694
|
+
})].every((flag) => flag);
|
|
695
|
+
const $vo6 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.matched_consequences && null !== input3.matched_consequences && false === Array.isArray(input3.matched_consequences) || $report(_exceptionable2, {
|
|
696
|
+
path: _path2 + ".matched_consequences",
|
|
697
|
+
expected: "Record<string, any>",
|
|
698
|
+
value: input3.matched_consequences
|
|
699
|
+
})) && $vo7(input3.matched_consequences, _path2 + ".matched_consequences", _exceptionable2) || $report(_exceptionable2, {
|
|
700
|
+
path: _path2 + ".matched_consequences",
|
|
701
|
+
expected: "Record<string, any>",
|
|
702
|
+
value: input3.matched_consequences
|
|
703
|
+
}), ("object" === typeof input3.rejected_consequences && null !== input3.rejected_consequences && false === Array.isArray(input3.rejected_consequences) || $report(_exceptionable2, {
|
|
704
|
+
path: _path2 + ".rejected_consequences",
|
|
705
|
+
expected: "Record<string, any>",
|
|
706
|
+
value: input3.rejected_consequences
|
|
707
|
+
})) && $vo7(input3.rejected_consequences, _path2 + ".rejected_consequences", _exceptionable2) || $report(_exceptionable2, {
|
|
708
|
+
path: _path2 + ".rejected_consequences",
|
|
709
|
+
expected: "Record<string, any>",
|
|
710
|
+
value: input3.rejected_consequences
|
|
711
|
+
}), "number" === typeof input3.t_alt_count || $report(_exceptionable2, {
|
|
712
|
+
path: _path2 + ".t_alt_count",
|
|
713
|
+
expected: "number",
|
|
714
|
+
value: input3.t_alt_count
|
|
715
|
+
}), "number" === typeof input3.t_depth || $report(_exceptionable2, {
|
|
716
|
+
path: _path2 + ".t_depth",
|
|
717
|
+
expected: "number",
|
|
718
|
+
value: input3.t_depth
|
|
719
|
+
}), "number" === typeof input3.invalid_rows || $report(_exceptionable2, {
|
|
720
|
+
path: _path2 + ".invalid_rows",
|
|
721
|
+
expected: "number",
|
|
722
|
+
value: input3.invalid_rows
|
|
723
|
+
}), "number" === typeof input3.excluded_by_min_depth || $report(_exceptionable2, {
|
|
724
|
+
path: _path2 + ".excluded_by_min_depth",
|
|
725
|
+
expected: "number",
|
|
726
|
+
value: input3.excluded_by_min_depth
|
|
727
|
+
}), "number" === typeof input3.excluded_by_min_alt_count || $report(_exceptionable2, {
|
|
728
|
+
path: _path2 + ".excluded_by_min_alt_count",
|
|
729
|
+
expected: "number",
|
|
730
|
+
value: input3.excluded_by_min_alt_count
|
|
731
|
+
}), "number" === typeof input3.excluded_by_consequence_type || $report(_exceptionable2, {
|
|
732
|
+
path: _path2 + ".excluded_by_consequence_type",
|
|
733
|
+
expected: "number",
|
|
734
|
+
value: input3.excluded_by_consequence_type
|
|
735
|
+
}), "number" === typeof input3.total_processed || $report(_exceptionable2, {
|
|
736
|
+
path: _path2 + ".total_processed",
|
|
737
|
+
expected: "number",
|
|
738
|
+
value: input3.total_processed
|
|
739
|
+
}), "number" === typeof input3.total_included || $report(_exceptionable2, {
|
|
740
|
+
path: _path2 + ".total_included",
|
|
741
|
+
expected: "number",
|
|
742
|
+
value: input3.total_included
|
|
743
|
+
}), ("object" === typeof input3.skipped_chromosomes && null !== input3.skipped_chromosomes && false === Array.isArray(input3.skipped_chromosomes) || $report(_exceptionable2, {
|
|
744
|
+
path: _path2 + ".skipped_chromosomes",
|
|
745
|
+
expected: "Record<string, number>",
|
|
746
|
+
value: input3.skipped_chromosomes
|
|
747
|
+
})) && $vo8(input3.skipped_chromosomes, _path2 + ".skipped_chromosomes", _exceptionable2) || $report(_exceptionable2, {
|
|
748
|
+
path: _path2 + ".skipped_chromosomes",
|
|
749
|
+
expected: "Record<string, number>",
|
|
750
|
+
value: input3.skipped_chromosomes
|
|
751
|
+
})].every((flag) => flag);
|
|
752
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
753
|
+
const value = input3[key];
|
|
754
|
+
if (void 0 === value)
|
|
755
|
+
return true;
|
|
756
|
+
if (RegExp(/(.*)/).test(key))
|
|
757
|
+
return true;
|
|
758
|
+
return true;
|
|
759
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
760
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
761
|
+
const value = input3[key];
|
|
762
|
+
if (void 0 === value)
|
|
763
|
+
return true;
|
|
764
|
+
if (RegExp(/(.*)/).test(key))
|
|
765
|
+
return "number" === typeof value || $report(_exceptionable2, {
|
|
766
|
+
path: _path2 + $join(key),
|
|
767
|
+
expected: "number",
|
|
768
|
+
value
|
|
769
|
+
});
|
|
770
|
+
return true;
|
|
771
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
772
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.segment_mean || $report(_exceptionable2, {
|
|
773
|
+
path: _path2 + ".segment_mean",
|
|
774
|
+
expected: "number",
|
|
775
|
+
value: input3.segment_mean
|
|
776
|
+
}), "number" === typeof input3.seg_length || $report(_exceptionable2, {
|
|
777
|
+
path: _path2 + ".seg_length",
|
|
778
|
+
expected: "number",
|
|
779
|
+
value: input3.seg_length
|
|
780
|
+
}), "number" === typeof input3.invalid_rows || $report(_exceptionable2, {
|
|
781
|
+
path: _path2 + ".invalid_rows",
|
|
782
|
+
expected: "number",
|
|
783
|
+
value: input3.invalid_rows
|
|
784
|
+
}), "number" === typeof input3.excluded_by_loss_threshold || $report(_exceptionable2, {
|
|
785
|
+
path: _path2 + ".excluded_by_loss_threshold",
|
|
786
|
+
expected: "number",
|
|
787
|
+
value: input3.excluded_by_loss_threshold
|
|
788
|
+
}), "number" === typeof input3.excluded_by_gain_threshold || $report(_exceptionable2, {
|
|
789
|
+
path: _path2 + ".excluded_by_gain_threshold",
|
|
790
|
+
expected: "number",
|
|
791
|
+
value: input3.excluded_by_gain_threshold
|
|
792
|
+
}), "number" === typeof input3.excluded_by_segment_length || $report(_exceptionable2, {
|
|
793
|
+
path: _path2 + ".excluded_by_segment_length",
|
|
794
|
+
expected: "number",
|
|
795
|
+
value: input3.excluded_by_segment_length
|
|
796
|
+
}), "number" === typeof input3.total_processed || $report(_exceptionable2, {
|
|
797
|
+
path: _path2 + ".total_processed",
|
|
798
|
+
expected: "number",
|
|
799
|
+
value: input3.total_processed
|
|
800
|
+
}), "number" === typeof input3.total_included || $report(_exceptionable2, {
|
|
801
|
+
path: _path2 + ".total_included",
|
|
802
|
+
expected: "number",
|
|
803
|
+
value: input3.total_included
|
|
804
|
+
}), ("object" === typeof input3.skipped_chromosomes && null !== input3.skipped_chromosomes && false === Array.isArray(input3.skipped_chromosomes) || $report(_exceptionable2, {
|
|
805
|
+
path: _path2 + ".skipped_chromosomes",
|
|
806
|
+
expected: "Record<string, number>",
|
|
807
|
+
value: input3.skipped_chromosomes
|
|
808
|
+
})) && $vo8(input3.skipped_chromosomes, _path2 + ".skipped_chromosomes", _exceptionable2) || $report(_exceptionable2, {
|
|
809
|
+
path: _path2 + ".skipped_chromosomes",
|
|
810
|
+
expected: "Record<string, number>",
|
|
811
|
+
value: input3.skipped_chromosomes
|
|
575
812
|
})].every((flag) => flag);
|
|
576
|
-
const $
|
|
813
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
814
|
+
const value = input3[key];
|
|
815
|
+
if (void 0 === value)
|
|
816
|
+
return true;
|
|
817
|
+
if (RegExp(/(.*)/).test(key))
|
|
818
|
+
return (Array.isArray(value) || $report(_exceptionable2, {
|
|
819
|
+
path: _path2 + $join(key),
|
|
820
|
+
expected: "Array<string>",
|
|
821
|
+
value
|
|
822
|
+
})) && value.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
|
|
823
|
+
path: _path2 + $join(key) + "[" + _index3 + "]",
|
|
824
|
+
expected: "string",
|
|
825
|
+
value: elem
|
|
826
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
827
|
+
path: _path2 + $join(key),
|
|
828
|
+
expected: "Array<string>",
|
|
829
|
+
value
|
|
830
|
+
});
|
|
831
|
+
return true;
|
|
832
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
833
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.rustProcessingTime || $report(_exceptionable2, {
|
|
577
834
|
path: _path2 + ".rustProcessingTime",
|
|
578
835
|
expected: "number",
|
|
579
836
|
value: input3.rustProcessingTime
|
package/dist/gdc.grin2.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
termdbTopTermsByTypePayload,
|
|
3
3
|
validTermdbTopTermsByTypeRequest,
|
|
4
4
|
validTermdbTopTermsByTypeResponse
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QDJKDC4P.js";
|
|
6
6
|
import {
|
|
7
7
|
termdbTopVariablyExpressedGenesPayload,
|
|
8
8
|
validTermdbTopVariablyExpressedGenesRequest,
|
|
9
9
|
validTermdbTopVariablyExpressedGenesResponse
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OWOZVNBC.js";
|
|
11
11
|
import {
|
|
12
12
|
validViolinRequest,
|
|
13
13
|
validViolinResponse,
|
|
14
14
|
violinPayload
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-LE4EWSSO.js";
|
|
16
16
|
import {
|
|
17
17
|
tilePayload,
|
|
18
18
|
validTileRequest,
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
termsByIdsPayload,
|
|
63
63
|
validTermsByIdsRequest,
|
|
64
64
|
validTermsByIdsResponse
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-HLGKC33X.js";
|
|
66
66
|
import {
|
|
67
67
|
topMutatedGenePayload,
|
|
68
68
|
validtopMutatedGeneRequest,
|
|
@@ -72,12 +72,12 @@ import {
|
|
|
72
72
|
termdbCategoriesPayload,
|
|
73
73
|
validCategoriesRequest,
|
|
74
74
|
validCategoriesResponse
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-H22BWCN6.js";
|
|
76
76
|
import {
|
|
77
77
|
termdbClusterPayload,
|
|
78
78
|
validTermdbClusterRequest,
|
|
79
79
|
validTermdbClusterResponse
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-R5CPHK6E.js";
|
|
81
81
|
import {
|
|
82
82
|
termdbCohortSummaryPayload,
|
|
83
83
|
validTermdbCohortSummaryRequest,
|
|
@@ -92,17 +92,17 @@ import {
|
|
|
92
92
|
descrStatsPayload,
|
|
93
93
|
validDescrStatsRequest,
|
|
94
94
|
validDescrStatsResponse
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-SLKGLGFE.js";
|
|
96
96
|
import {
|
|
97
97
|
numericCategoriesPayload,
|
|
98
98
|
validNumericCategoriesRequest,
|
|
99
99
|
validNumericCategoriesResponse
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-3E73QFTY.js";
|
|
101
101
|
import {
|
|
102
102
|
percentilePayload,
|
|
103
103
|
validPercentileRequest,
|
|
104
104
|
validPercentileResponse
|
|
105
|
-
} from "./chunk-
|
|
105
|
+
} from "./chunk-GVBBTRW4.js";
|
|
106
106
|
import {
|
|
107
107
|
rootTermPayload,
|
|
108
108
|
validRootTermRequest,
|
|
@@ -122,7 +122,7 @@ import {
|
|
|
122
122
|
ProfileScoresPayload,
|
|
123
123
|
validProfileScoresRequest,
|
|
124
124
|
validProfileScoresResponse
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-FD6CMKNN.js";
|
|
126
126
|
import {
|
|
127
127
|
sampleWsiAiApiPayload,
|
|
128
128
|
validSampleWSIAiApiRequest,
|
|
@@ -147,7 +147,7 @@ import {
|
|
|
147
147
|
boxplotPayload,
|
|
148
148
|
validBoxPlotRequest,
|
|
149
149
|
validBoxPlotResponse
|
|
150
|
-
} from "./chunk-
|
|
150
|
+
} from "./chunk-VMZC4IN7.js";
|
|
151
151
|
import {
|
|
152
152
|
healthcheckPayload,
|
|
153
153
|
validHealthCheckRequest,
|
|
@@ -200,7 +200,7 @@ import {
|
|
|
200
200
|
validGdcGRIN2listResponse,
|
|
201
201
|
validRunGRIN2Request,
|
|
202
202
|
validRunGRIN2Response
|
|
203
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-XH7LJZRQ.js";
|
|
204
204
|
import {
|
|
205
205
|
gdcMafPayload,
|
|
206
206
|
validGdcMafRequest,
|
|
@@ -230,7 +230,7 @@ import {
|
|
|
230
230
|
brainImagingPayload,
|
|
231
231
|
validBrainImagingRequest,
|
|
232
232
|
validBrainImagingResponse
|
|
233
|
-
} from "./chunk-
|
|
233
|
+
} from "./chunk-KGAG7LFV.js";
|
|
234
234
|
import {
|
|
235
235
|
brainImagingSamplesPayload,
|
|
236
236
|
validBrainImagingSamplesRequest,
|
|
@@ -252,7 +252,7 @@ import {
|
|
|
252
252
|
CorrelationVolcanoPayload,
|
|
253
253
|
validCorrelationVolcanoRequest,
|
|
254
254
|
validCorrelationVolcanoResponse
|
|
255
|
-
} from "./chunk-
|
|
255
|
+
} from "./chunk-R4FOQROL.js";
|
|
256
256
|
import {
|
|
257
257
|
datasetPayload,
|
|
258
258
|
validDatasetRequest,
|
package/dist/profileScores.js
CHANGED
package/dist/termdb.boxplot.js
CHANGED
package/dist/termdb.cluster.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
termdbTopVariablyExpressedGenesPayload,
|
|
3
3
|
validTermdbTopVariablyExpressedGenesRequest,
|
|
4
4
|
validTermdbTopVariablyExpressedGenesResponse
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OWOZVNBC.js";
|
|
6
6
|
import "./chunk-CNSSF43V.js";
|
|
7
7
|
export {
|
|
8
8
|
termdbTopVariablyExpressedGenesPayload,
|
package/dist/termdb.violin.js
CHANGED