react-mutation-mapper 0.8.121 → 0.9.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.
Files changed (73) hide show
  1. package/dist/component/clinvar/ClinvarSummary.d.ts +1 -1
  2. package/dist/component/column/Annotation.d.ts +2 -2
  3. package/dist/component/column/ClinvarInterpretation.d.ts +1 -1
  4. package/dist/component/column/ColumnHeader.d.ts +1 -1
  5. package/dist/component/column/Hgvsc.d.ts +1 -1
  6. package/dist/component/column/Hgvsg.d.ts +1 -1
  7. package/dist/component/column/MutationStatus.d.ts +1 -1
  8. package/dist/component/column/MutationType.d.ts +2 -2
  9. package/dist/component/column/MyVariantInfoHelper.d.ts +1 -1
  10. package/dist/component/column/ProteinChange.d.ts +1 -1
  11. package/dist/component/column/Signal.d.ts +2 -2
  12. package/dist/component/dataTable/ColumnSelector.d.ts +2 -2
  13. package/dist/component/dataTable/DataTable.d.ts +4 -4
  14. package/dist/component/dataTable/DataTableToolbar.d.ts +1 -1
  15. package/dist/component/dbsnp/DbsnpId.d.ts +1 -1
  16. package/dist/component/filter/BadgeLabel.d.ts +1 -1
  17. package/dist/component/filter/BadgeSelector.d.ts +2 -2
  18. package/dist/component/filter/DropdownSelector.d.ts +1 -1
  19. package/dist/component/filter/MutationStatusBadgeSelector.d.ts +1 -1
  20. package/dist/component/filter/ProteinImpactTypeBadgeSelector.d.ts +1 -1
  21. package/dist/component/filter/ProteinImpactTypeDropdownSelector.d.ts +1 -1
  22. package/dist/component/gnomad/GnomadFrequency.d.ts +1 -1
  23. package/dist/component/hotspot/HotspotInfo.d.ts +1 -1
  24. package/dist/component/lollipopMutationPlot/DefaultLollipopPlotLegend.d.ts +1 -1
  25. package/dist/component/lollipopMutationPlot/LollipopMutationPlot.d.ts +1 -1
  26. package/dist/component/lollipopMutationPlot/LollipopMutationPlotControls.d.ts +1 -1
  27. package/dist/component/lollipopPlot/Domain.d.ts +1 -1
  28. package/dist/component/lollipopPlot/Lollipop.d.ts +1 -1
  29. package/dist/component/lollipopPlot/LollipopPlot.d.ts +1 -1
  30. package/dist/component/lollipopPlot/LollipopPlotNoTooltip.d.ts +1 -1
  31. package/dist/component/lollipopPlot/Sequence.d.ts +1 -1
  32. package/dist/component/mutationMapper/DefaultMutationRateSummary.d.ts +2 -2
  33. package/dist/component/mutationMapper/FilterResetPanel.d.ts +1 -1
  34. package/dist/component/mutationMapper/GeneSummary.d.ts +1 -1
  35. package/dist/component/mutationMapper/MutationMapper.d.ts +1 -1
  36. package/dist/component/mutationMapper/TranscriptDropdown.d.ts +1 -1
  37. package/dist/component/mutationTable/DefaultMutationTable.d.ts +2 -2
  38. package/dist/component/ptm/PtmAnnotationTable.d.ts +1 -1
  39. package/dist/component/ptm/PtmReferenceList.d.ts +1 -1
  40. package/dist/component/track/ExonTrack.d.ts +1 -1
  41. package/dist/component/track/HotspotTrack.d.ts +1 -1
  42. package/dist/component/track/OncoKbTrack.d.ts +1 -1
  43. package/dist/component/track/OncoKbTrackTooltip.d.ts +1 -1
  44. package/dist/component/track/PtmTrack.d.ts +1 -1
  45. package/dist/component/track/Track.d.ts +1 -1
  46. package/dist/component/track/TrackCircle.d.ts +2 -2
  47. package/dist/component/track/TrackItem.d.ts +2 -2
  48. package/dist/component/track/TrackPanel.d.ts +1 -1
  49. package/dist/component/track/TrackRect.d.ts +2 -2
  50. package/dist/component/track/TrackSelector.d.ts +3 -3
  51. package/dist/component/track/UniprotTopologyTrack.d.ts +1 -1
  52. package/dist/filter/CancerTypeFilter.d.ts +1 -1
  53. package/dist/filter/CategoricalFilter.d.ts +2 -2
  54. package/dist/filter/HotspotFilter.d.ts +1 -1
  55. package/dist/filter/MutationFilter.d.ts +2 -2
  56. package/dist/filter/MutationStatusFilter.d.ts +1 -1
  57. package/dist/filter/NumericalFilter.d.ts +2 -2
  58. package/dist/filter/OncoKbFilter.d.ts +1 -1
  59. package/dist/filter/PositionFilter.d.ts +1 -1
  60. package/dist/filter/ProteinChangeFilter.d.ts +1 -1
  61. package/dist/filter/ProteinImpactTypeFilter.d.ts +1 -1
  62. package/dist/index.es.js +97 -79
  63. package/dist/index.es.js.map +1 -1
  64. package/dist/index.js +95 -77
  65. package/dist/index.js.map +1 -1
  66. package/dist/model/DataFilter.d.ts +1 -1
  67. package/dist/model/DomainSpec.d.ts +1 -1
  68. package/dist/model/FilterApplier.d.ts +1 -1
  69. package/dist/model/GnomadSummary.d.ts +1 -1
  70. package/dist/model/LollipopSpec.d.ts +2 -2
  71. package/dist/model/SequenceSpec.d.ts +1 -1
  72. package/dist/store/DefaultMutationMapperDataStore.d.ts +1 -1
  73. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -66,12 +66,12 @@ var memoize__default = /*#__PURE__*/_interopDefaultLegacy(memoize);
66
66
  var annotationStyles = {"annotation-item-load":"annotation-module_annotation-item-load__1pDN0","annotation-item-text":"annotation-module_annotation-item-text__Gy_Jv","annotation-item-error":"annotation-module_annotation-item-error__5BhTo","annotation-item":"annotation-module_annotation-item__2EgnB"};
67
67
 
68
68
  function loaderIcon(className) {
69
- return (React__namespace.createElement("span", { className: classNames__default["default"]("" + annotationStyles['annotation-item'], "" + annotationStyles['annotation-item-load'], className) },
69
+ return (React__namespace.createElement("span", { className: classNames__default["default"]("".concat(annotationStyles['annotation-item']), "".concat(annotationStyles['annotation-item-load']), className) },
70
70
  React__namespace.createElement("i", { className: "fa fa-spinner fa-pulse" })));
71
71
  }
72
72
  function errorIcon(errorMessage) {
73
73
  return (React__namespace.createElement(cbioportalFrontendCommons.DefaultTooltip, { overlay: React__namespace.createElement("span", null, errorMessage), placement: "right", trigger: ['hover', 'focus'], destroyTooltipOnHide: true },
74
- React__namespace.createElement("span", { className: "" + annotationStyles['annotation-item-error'] },
74
+ React__namespace.createElement("span", { className: "".concat(annotationStyles['annotation-item-error']) },
75
75
  React__namespace.createElement("i", { className: "fa fa-exclamation-triangle text-danger" }))));
76
76
  }
77
77
 
@@ -106,7 +106,7 @@ var CivicCard = /** @class */ (function (_super) {
106
106
  })
107
107
  .map(function (_a) {
108
108
  var key = _a[0], value = _a[1];
109
- return key.slice(0, -5) + ": " + value;
109
+ return "".concat(key.slice(0, -5), ": ").concat(value);
110
110
  }) // Remove "Count" substring from key
111
111
  .join(', ');
112
112
  list.push(this.variantItem(name_1, variant.url, variant.name, entryTypes, variant.description));
@@ -203,7 +203,7 @@ function download$5(civicEntry) {
203
203
  var values = [];
204
204
  if (variants && variants.length > 0 && variants[0].evidenceCounts) {
205
205
  ___default["default"].forEach(variants[0].evidenceCounts, function (value, key) {
206
- values.push(key + ": " + value);
206
+ values.push("".concat(key, ": ").concat(value));
207
207
  });
208
208
  }
209
209
  // this indicates that we have an entry but the evidence is empty
@@ -231,7 +231,7 @@ var Civic = /** @class */ (function (_super) {
231
231
  configurable: true,
232
232
  writable: true,
233
233
  value: function () {
234
- var civicContent = (React__namespace.createElement("span", { className: "" + annotationStyles['annotation-item'] }));
234
+ var civicContent = (React__namespace.createElement("span", { className: "".concat(annotationStyles['annotation-item']) }));
235
235
  var civicImgWidth = 14;
236
236
  var civicImgHeight = 14;
237
237
  var civicImgSrc = !this.props.hasCivicVariants
@@ -243,7 +243,7 @@ var Civic = /** @class */ (function (_super) {
243
243
  else if (this.props.civicEntry !== undefined) {
244
244
  if (this.props.civicEntry !== null &&
245
245
  this.props.civicStatus == 'complete') {
246
- civicContent = (React__namespace.createElement("span", { className: "" + annotationStyles['annotation-item'] },
246
+ civicContent = (React__namespace.createElement("span", { className: "".concat(annotationStyles['annotation-item']) },
247
247
  React__namespace.createElement("img", { width: civicImgWidth, height: civicImgHeight, src: civicImgSrc, alt: "Civic Variant Entry" })));
248
248
  civicContent = (React__namespace.createElement(cbioportalFrontendCommons.DefaultTooltip, { overlay: this.cardContent.bind(this, this.props.civicEntry), placement: "right", trigger: ['hover', 'focus'], onPopupAlign: hideArrow, destroyTooltipOnHide: false }, civicContent));
249
249
  }
@@ -287,7 +287,7 @@ var ClinvarSummary = function (props) {
287
287
  }
288
288
  else {
289
289
  var clinvarId = props.clinvar.clinvarId;
290
- var clinvarLink = "https://www.ncbi.nlm.nih.gov/clinvar/variation/" + clinvarId + "/";
290
+ var clinvarLink = "https://www.ncbi.nlm.nih.gov/clinvar/variation/".concat(clinvarId, "/");
291
291
  var clinicalSignificance = props.clinvar.clinicalSignificance;
292
292
  var conflictingClinicalSignificance = props.clinvar.conflictingClinicalSignificance;
293
293
  return (React__namespace.createElement(cbioportalFrontendCommons.TruncatedText, { maxLength: 30, text: clinicalSignificance, addTooltip: "always", tooltip: React__namespace.createElement("div", { style: { maxWidth: 300 } },
@@ -406,7 +406,7 @@ var HotspotAnnotation = /** @class */ (function (_super) {
406
406
  writable: true,
407
407
  value: function () {
408
408
  var _a = this.props, isHotspot = _a.isHotspot, is3dHotspot = _a.is3dHotspot;
409
- var hotspotContent = (React__namespace.createElement("span", { className: "" + annotationStyles['annotation-item'] }));
409
+ var hotspotContent = (React__namespace.createElement("span", { className: "".concat(annotationStyles['annotation-item']) }));
410
410
  if (this.props.status === 'pending') {
411
411
  hotspotContent = loaderIcon('pull-left');
412
412
  }
@@ -422,7 +422,7 @@ var HotspotAnnotation = /** @class */ (function (_super) {
422
422
  var arrowContent = React__namespace.createElement("div", { className: "rc-tooltip-arrow-inner" });
423
423
  var tooltipContent = (React__namespace.createElement(HotspotInfo, { isHotspot: isHotspot, is3dHotspot: is3dHotspot }));
424
424
  hotspotContent = (React__namespace.createElement(cbioportalFrontendCommons.DefaultTooltip, { overlay: tooltipContent, placement: "topLeft", trigger: ['hover', 'focus'], arrowContent: arrowContent, onPopupAlign: placeArrow },
425
- React__namespace.createElement("span", { className: annotationStyles['annotation-item'] + " chang_hotspot" },
425
+ React__namespace.createElement("span", { className: "".concat(annotationStyles['annotation-item'], " chang_hotspot") },
426
426
  React__namespace.createElement("img", { width: hotspotsImgWidth, height: hotspotsImgHeight, src: hotspotsImgSrc, alt: "Recurrent Hotspot Symbol" }))));
427
427
  }
428
428
  return hotspotContent;
@@ -465,6 +465,18 @@ var ONCOKB_DEFAULT_INFO = {
465
465
  version: 'v2.0',
466
466
  date: '12/19/2019',
467
467
  },
468
+ genomeNexus: {
469
+ grch37: {
470
+ genomeNexusVepVersion: '',
471
+ genomeNexusVersion: '',
472
+ vepVersion: '',
473
+ },
474
+ grch38: {
475
+ genomeNexusVepVersion: '',
476
+ genomeNexusVersion: '',
477
+ vepVersion: '',
478
+ },
479
+ },
468
480
  levels: [],
469
481
  ncitVersion: '19.03d',
470
482
  oncoTreeVersion: 'oncotree_2019_12_01',
@@ -555,7 +567,7 @@ var RevueTooltipContent = function (props) {
555
567
  "Revised Protein Effect by", " ",
556
568
  React__default["default"].createElement("a", { href: "https://cancerrevue.org", target: "_blank", rel: "noopener noreferrer" }, "reVUE"), " (",
557
569
  props.vue.references.map(function (reference, index) { return (React__default["default"].createElement("span", { key: index },
558
- React__default["default"].createElement("a", { href: "https://pubmed.ncbi.nlm.nih.gov/" + reference.pubmedId + "/", rel: "noopener noreferrer", target: "_blank" }, reference.referenceText),
570
+ React__default["default"].createElement("a", { href: "https://pubmed.ncbi.nlm.nih.gov/".concat(reference.pubmedId, "/"), rel: "noopener noreferrer", target: "_blank" }, reference.referenceText),
559
571
  index < props.vue.references.length - 1 && ';')); }), "): ",
560
572
  React__default["default"].createElement("strong", null, props.vue.revisedProteinEffect))));
561
573
  };
@@ -564,7 +576,7 @@ function sortValue$5(vue) {
564
576
  }
565
577
  var RevueCell = function (props) {
566
578
  return (React__default["default"].createElement(cbioportalFrontendCommons.DefaultTooltip, { placement: "bottom", overlay: React__default["default"].createElement(RevueTooltipContent, { vue: props.vue }) },
567
- React__default["default"].createElement("span", { className: "" + annotationStyles['annotation-item'], style: { display: 'inline-flex' } },
579
+ React__default["default"].createElement("span", { className: "".concat(annotationStyles['annotation-item']), style: { display: 'inline-flex' } },
568
580
  React__default["default"].createElement("img", { src: img, alt: "reVUE logo", width: 14, height: 14 }))));
569
581
  };
570
582
 
@@ -595,7 +607,12 @@ function getAnnotationData(mutation, oncoKbCancerGenes, hotspotData, oncoKbData,
595
607
  var value;
596
608
  if (mutation) {
597
609
  var key = '';
598
- var memoize = (oncoKbCancerGenes === null || oncoKbCancerGenes === void 0 ? void 0 : oncoKbCancerGenes.isComplete) && (hotspotData === null || hotspotData === void 0 ? void 0 : hotspotData.isComplete) && (oncoKbData === null || oncoKbData === void 0 ? void 0 : oncoKbData.isComplete) && (civicGenes === null || civicGenes === void 0 ? void 0 : civicGenes.isComplete) && (civicVariants === null || civicVariants === void 0 ? void 0 : civicVariants.isComplete) && (indexedVariantAnnotations === null || indexedVariantAnnotations === void 0 ? void 0 : indexedVariantAnnotations.isComplete);
610
+ var memoize = (oncoKbCancerGenes === null || oncoKbCancerGenes === void 0 ? void 0 : oncoKbCancerGenes.isComplete) &&
611
+ (hotspotData === null || hotspotData === void 0 ? void 0 : hotspotData.isComplete) &&
612
+ (oncoKbData === null || oncoKbData === void 0 ? void 0 : oncoKbData.isComplete) &&
613
+ (civicGenes === null || civicGenes === void 0 ? void 0 : civicGenes.isComplete) &&
614
+ (civicVariants === null || civicVariants === void 0 ? void 0 : civicVariants.isComplete) &&
615
+ (indexedVariantAnnotations === null || indexedVariantAnnotations === void 0 ? void 0 : indexedVariantAnnotations.isComplete);
599
616
  if (memoize) {
600
617
  key = JSON.stringify(mutation) + !!usingPublicOncoKbInstance;
601
618
  var val = memoized.get(key);
@@ -651,7 +668,8 @@ function getAnnotationData(mutation, oncoKbCancerGenes, hotspotData, oncoKbData,
651
668
  hotspotStatus: hotspotData ? hotspotData.status : 'pending',
652
669
  vue: (indexedVariantAnnotations === null || indexedVariantAnnotations === void 0 ? void 0 : indexedVariantAnnotations.isComplete) &&
653
670
  indexedVariantAnnotations.result
654
- ? (_b = (_a = cbioportalUtils.getVariantAnnotation(mutation, indexedVariantAnnotations.result)) === null || _a === void 0 ? void 0 : _a.annotation_summary) === null || _b === void 0 ? void 0 : _b.vues : undefined,
671
+ ? (_b = (_a = cbioportalUtils.getVariantAnnotation(mutation, indexedVariantAnnotations.result)) === null || _a === void 0 ? void 0 : _a.annotation_summary) === null || _b === void 0 ? void 0 : _b.vues
672
+ : undefined,
655
673
  };
656
674
  // oncoKbData may exist but it might be an instance of Error, in that case we flag the status as error
657
675
  if (oncoKbData && oncoKbData.result instanceof Error) {
@@ -670,10 +688,9 @@ function getAnnotationData(mutation, oncoKbCancerGenes, hotspotData, oncoKbData,
670
688
  !(oncoKbData.result instanceof Error) &&
671
689
  oncoKbData.status === 'complete') {
672
690
  oncoKbIndicator = oncokbFrontendCommons.getIndicatorData(mutation, oncoKbData.result, resolveTumorType, resolveEntrezGeneId);
673
- oncoKbAvailableDataTypes = ___default["default"].uniq(tslib.__spreadArrays(oncoKbAvailableDataTypes, oncokbFrontendCommons.calculateOncoKbAvailableDataType(___default["default"].values(oncoKbData.result.indicatorMap))));
691
+ oncoKbAvailableDataTypes = ___default["default"].uniq(tslib.__spreadArray(tslib.__spreadArray([], oncoKbAvailableDataTypes, true), oncokbFrontendCommons.calculateOncoKbAvailableDataType(___default["default"].values(oncoKbData.result.indicatorMap)), true));
674
692
  }
675
- value = tslib.__assign(tslib.__assign({}, value), { oncoKbStatus: oncoKbData ? oncoKbData.status : 'pending', oncoKbIndicator: oncoKbIndicator,
676
- oncoKbAvailableDataTypes: oncoKbAvailableDataTypes });
693
+ value = tslib.__assign(tslib.__assign({}, value), { oncoKbStatus: oncoKbData ? oncoKbData.status : 'pending', oncoKbIndicator: oncoKbIndicator, oncoKbAvailableDataTypes: oncoKbAvailableDataTypes });
677
694
  }
678
695
  else if (oncoKbData && oncoKbData.isPending) {
679
696
  value = tslib.__assign(tslib.__assign({}, value), { oncoKbStatus: 'pending', oncoKbIndicator: undefined });
@@ -706,7 +723,7 @@ function GenericAnnotation(props) {
706
723
  var annotation = props.annotation, enableCivic = props.enableCivic, enableHotspot = props.enableHotspot, enableOncoKb = props.enableOncoKb, enableRevue = props.enableRevue; props.pubMedCache; var userDisplayName = props.userDisplayName, mergeOncoKbIcons = props.mergeOncoKbIcons, oncoKbContentPadding = props.oncoKbContentPadding, hasMultipleCancerTypes = props.hasMultipleCancerTypes;
707
724
  return (React__namespace.createElement("span", { style: { display: 'flex', minWidth: 100 } },
708
725
  enableOncoKb && (React__namespace.createElement(oncokbFrontendCommons.OncoKB, { usingPublicOncoKbInstance: annotation.usingPublicOncoKbInstance, hugoGeneSymbol: annotation.hugoGeneSymbol, geneNotExist: !annotation.oncoKbGeneExist, isCancerGene: annotation.isOncoKbCancerGene, status: annotation.oncoKbStatus, indicator: annotation.oncoKbIndicator, availableDataTypes: annotation.oncoKbAvailableDataTypes, mergeAnnotationIcons: mergeOncoKbIcons, userDisplayName: userDisplayName, contentPadding: oncoKbContentPadding, hasMultipleCancerTypes: hasMultipleCancerTypes })),
709
- enableRevue ? (annotation.vue ? (React__namespace.createElement(RevueCell, { vue: annotation.vue })) : (React__namespace.createElement("span", { className: "" + annotationStyles['annotation-item'] }))) : (React__namespace.createElement(React__namespace.Fragment, null)),
726
+ enableRevue ? (annotation.vue ? (React__namespace.createElement(RevueCell, { vue: annotation.vue })) : (React__namespace.createElement("span", { className: "".concat(annotationStyles['annotation-item']) }))) : (React__namespace.createElement(React__namespace.Fragment, null)),
710
727
  enableCivic && (React__namespace.createElement(Civic, { civicEntry: annotation.civicEntry, civicStatus: annotation.civicStatus, hasCivicVariants: annotation.hasCivicVariants })),
711
728
  enableHotspot && (React__namespace.createElement(HotspotAnnotation, { isHotspot: annotation.isHotspot, is3dHotspot: annotation.is3dHotspot, status: annotation.hotspotStatus }))));
712
729
  }
@@ -1080,7 +1097,7 @@ function getGnomadData(myVariantInfo) {
1080
1097
  }
1081
1098
  function generateGnomadUrl(chromosome, position, reference, variant) {
1082
1099
  if (chromosome && position && reference && variant) {
1083
- return "https://gnomad.broadinstitute.org/variant/" + chromosome + "-" + position + "-" + reference + "-" + variant;
1100
+ return "https://gnomad.broadinstitute.org/variant/".concat(chromosome, "-").concat(position, "-").concat(reference, "-").concat(variant);
1084
1101
  }
1085
1102
  else {
1086
1103
  return 'https://gnomad.broadinstitute.org/';
@@ -1439,7 +1456,7 @@ var Hgvsg = /** @class */ (function (_super) {
1439
1456
  configurable: true,
1440
1457
  writable: true,
1441
1458
  value: {
1442
- constructLink: function (hgvsg, content, href) { return (React__namespace.createElement("a", { href: href || "https:/www.genomenexus.org/variant/" + hgvsg, target: "_blank", rel: "noopener noreferrer" }, content)); },
1459
+ constructLink: function (hgvsg, content, href) { return (React__namespace.createElement("a", { href: href || "https:/www.genomenexus.org/variant/".concat(hgvsg), target: "_blank", rel: "noopener noreferrer" }, content)); },
1443
1460
  mainContent: function (hgvsg) { return (React__namespace.createElement(React__namespace.Fragment, null,
1444
1461
  hgvsg,
1445
1462
  "\u00A0",
@@ -1616,7 +1633,7 @@ function getSortValue(signalData) {
1616
1633
  }
1617
1634
  function download(signalData, mutationType) {
1618
1635
  return signalData && signalData.germlineFrequency !== null
1619
- ? "" + cbioportalUtils.formatNumberValueInSignificantDigits(signalData.germlineFrequency, 2)
1636
+ ? "".concat(cbioportalUtils.formatNumberValueInSignificantDigits(signalData.germlineFrequency, 2))
1620
1637
  : '';
1621
1638
  }
1622
1639
  // Get germline OR somatic frequency value
@@ -1861,7 +1878,7 @@ var BadgeLabel = /** @class */ (function (_super) {
1861
1878
  ? {}
1862
1879
  : { marginRight: 5 }
1863
1880
  : { marginLeft: 5 } },
1864
- React__namespace.createElement("span", { className: this.props.badgeClassName, "data-test": "badge-" + this.props.value, style: tslib.__assign(tslib.__assign(tslib.__assign({}, DEFAULT_BADGE_STYLE), this.props.badgeStyleOverride), (this.props.isDriverAnnotated
1881
+ React__namespace.createElement("span", { className: this.props.badgeClassName, "data-test": "badge-".concat(this.props.value), style: tslib.__assign(tslib.__assign(tslib.__assign({}, DEFAULT_BADGE_STYLE), this.props.badgeStyleOverride), (this.props.isDriverAnnotated
1865
1882
  ? { marginRight: 0, width: 'auto' }
1866
1883
  : {})) }, this.props.badgeContent)));
1867
1884
  },
@@ -2158,7 +2175,7 @@ function getColorForProteinImpactType(mutations, colors, getMutationCount, isPut
2158
2175
  var counts = {};
2159
2176
  for (var _i = 0, processedMutations_1 = processedMutations; _i < processedMutations_1.length; _i++) {
2160
2177
  var pMut = processedMutations_1[_i];
2161
- var key = pMut.canonicalType + "_" + pMut.isPutativeDriver;
2178
+ var key = "".concat(pMut.canonicalType, "_").concat(pMut.isPutativeDriver);
2162
2179
  counts[key] = counts[key] || {
2163
2180
  count: 0,
2164
2181
  isPutativeDriver: pMut.isPutativeDriver,
@@ -2430,7 +2447,7 @@ var MutationStatusBadgeSelector = /** @class */ (function (_super) {
2430
2447
  get: function () {
2431
2448
  var _this = this;
2432
2449
  return this.props.badgeSelectorOptions.map(function (option) { return (tslib.__assign(tslib.__assign({}, option), { badgeContent: _this.props.rates
2433
- ? cbioportalUtils.formatPercentValue(_this.props.rates[option.value]) + "%"
2450
+ ? "".concat(cbioportalUtils.formatPercentValue(_this.props.rates[option.value]), "%")
2434
2451
  : undefined })); });
2435
2452
  },
2436
2453
  enumerable: false,
@@ -2606,9 +2623,9 @@ function updatePositionSelectionFilters(dataStore, position, isMultiSelect, defa
2606
2623
  var otherFilters = dataStore.selectionFilters.filter(function (f) { return f.type !== exports.DataFilterType.POSITION; });
2607
2624
  // reset filters
2608
2625
  dataStore.clearSelectionFilters();
2609
- dataStore.setSelectionFilters(tslib.__spreadArrays([
2626
+ dataStore.setSelectionFilters(tslib.__spreadArray(tslib.__spreadArray([
2610
2627
  positionFilter
2611
- ], defaultFilters, otherFilters));
2628
+ ], defaultFilters, true), otherFilters, true));
2612
2629
  }
2613
2630
  function updatePositionHighlightFilters(dataStore, positions, defaultFilters) {
2614
2631
  if (defaultFilters === void 0) { defaultFilters = []; }
@@ -2617,7 +2634,7 @@ function updatePositionHighlightFilters(dataStore, positions, defaultFilters) {
2617
2634
  type: exports.DataFilterType.POSITION,
2618
2635
  values: positions,
2619
2636
  };
2620
- dataStore.setHighlightFilters(tslib.__spreadArrays(defaultFilters, [positionFilter]));
2637
+ dataStore.setHighlightFilters(tslib.__spreadArray(tslib.__spreadArray([], defaultFilters, true), [positionFilter], false));
2621
2638
  }
2622
2639
  function updatePositionRangeHighlightFilters(dataStore, startPosition, endPosition, defaultFilters) {
2623
2640
  if (defaultFilters === void 0) { defaultFilters = []; }
@@ -2633,7 +2650,7 @@ function findAllUniquePositions(filters) {
2633
2650
  .filter(function (f) { return f.type === exports.DataFilterType.POSITION; })
2634
2651
  // we need to spread f.values, since it might be an observable mobx array
2635
2652
  // (mobx observable arrays does not play well with some array functions)
2636
- .map(function (f) { return tslib.__spreadArrays(f.values); })));
2653
+ .map(function (f) { return tslib.__spreadArray([], f.values, true); })));
2637
2654
  }
2638
2655
  function indexPositions(filters) {
2639
2656
  return ___default["default"].keyBy(findAllUniquePositions(filters).map(function (p) { return ({ position: p }); }), 'position');
@@ -2720,7 +2737,7 @@ function onFilterOptionSelect(selectedValues, allValuesSelected, dataStore, data
2720
2737
  values: selectedValues,
2721
2738
  };
2722
2739
  // replace the existing data filter wrt the current selection (other filters + new data filter)
2723
- dataStore.setDataFilters(tslib.__spreadArrays(otherFilters, [dataFilter]));
2740
+ dataStore.setDataFilters(tslib.__spreadArray(tslib.__spreadArray([], otherFilters, true), [dataFilter], false));
2724
2741
  }
2725
2742
  }
2726
2743
  function applyDataFiltersOnDatum(datum, dataFilters, applyFilter) {
@@ -2939,7 +2956,7 @@ var DataTable = /** @class */ (function (_super) {
2939
2956
  else {
2940
2957
  return this.props.initialSort.map(function (s) { return ({
2941
2958
  id: s.column,
2942
- desc: s.sortDirection !== exports.ColumnSortDirection.ASC,
2959
+ desc: s.sortDirection !== exports.ColumnSortDirection.ASC, // default: DESC
2943
2960
  }); });
2944
2961
  }
2945
2962
  },
@@ -3570,7 +3587,7 @@ function mergeColumns(defaultColumns, customColumns) {
3570
3587
  overrides.push(colOverride);
3571
3588
  }
3572
3589
  });
3573
- return tslib.__spreadArrays(merged, ___default["default"].difference(customColumns, overrides));
3590
+ return tslib.__spreadArray(tslib.__spreadArray([], merged, true), ___default["default"].difference(customColumns, overrides), true);
3574
3591
  }
3575
3592
 
3576
3593
  var DefaultMutationTableComponent = /** @class */ (function (_super) {
@@ -3807,9 +3824,9 @@ var DefaultMutationTable = /** @class */ (function (_super) {
3807
3824
  values: dataFilterValues,
3808
3825
  };
3809
3826
  // replace current text input filter with the new one
3810
- this.props.dataStore.setDataFilters(tslib.__spreadArrays(otherFilters, [
3827
+ this.props.dataStore.setDataFilters(tslib.__spreadArray(tslib.__spreadArray([], otherFilters, true), [
3811
3828
  textInputFilter,
3812
- ]));
3829
+ ], false));
3813
3830
  }
3814
3831
  else {
3815
3832
  // if no text input remove text input filter (set data filters to all other filters except input)
@@ -4201,14 +4218,14 @@ function lollipopLabelText(mutationsAtPosition, size) {
4201
4218
  // construct label (sorted by protein change count, not alphabetically)
4202
4219
  var label = startStr + proteinChangesTrimmed.join('/');
4203
4220
  if (proteinChanges.length < mutationCountsByProteinChange.length) {
4204
- label = label + " and " + (mutationCountsByProteinChange.length -
4205
- proteinChanges.length) + " more";
4221
+ label = "".concat(label, " and ").concat(mutationCountsByProteinChange.length -
4222
+ proteinChanges.length, " more");
4206
4223
  }
4207
4224
  return label;
4208
4225
  }
4209
4226
  function lollipopLabelTextAnchor(labelText, codon, fontFamily, fontSize, geneWidth, proteinLength) {
4210
4227
  var anchor = 'middle';
4211
- var approxLabelWidth = cbioportalFrontendCommons.getTextWidth(labelText, fontFamily, fontSize + "px");
4228
+ var approxLabelWidth = cbioportalFrontendCommons.getTextWidth(labelText, fontFamily, "".concat(fontSize, "px"));
4212
4229
  var lollipopDistanceToOrigin = codon * (geneWidth / proteinLength);
4213
4230
  var lollipopDistanceToXMax = geneWidth - lollipopDistanceToOrigin;
4214
4231
  // if lollipop is too close to the origin, in order to prevent label overlap set anchor to "start"
@@ -5262,7 +5279,7 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5262
5279
  var segments = ___default["default"].map(this.props.domains, function (domain) {
5263
5280
  var segment = {
5264
5281
  start: start,
5265
- end: _this.codonToX(domain.startCodon),
5282
+ end: _this.codonToX(domain.startCodon), // segment ends at the start of the current domain
5266
5283
  };
5267
5284
  // next segment starts at the end of the current domain
5268
5285
  start = _this.codonToX(domain.endCodon);
@@ -5310,7 +5327,7 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5310
5327
  ? -_this.countToHeight(lollipop.count, _this.bottomYMax, _this.zeroHeight)
5311
5328
  : _this.countToHeight(lollipop.count, _this.yMax, _this.zeroHeight);
5312
5329
  var stickBaseY = _this.calcStickBaseY(lollipop.placement);
5313
- return (React__namespace.createElement(Lollipop, { key: lollipop.codon + "_" + (lollipop.placement === LollipopPlacement.BOTTOM
5330
+ return (React__namespace.createElement(Lollipop, { key: "".concat(lollipop.codon, "_").concat(lollipop.placement === LollipopPlacement.BOTTOM
5314
5331
  ? 'bottom'
5315
5332
  : 'top'), ref: function (lollipopComponent) {
5316
5333
  if (lollipopComponent !== null) {
@@ -5361,12 +5378,12 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5361
5378
  }
5362
5379
  else {
5363
5380
  label = groupName
5364
- ? symbol + " " + (this.props.hugoGeneSymbol ||
5365
- '') + " " + groupName + " Mutations"
5366
- : symbol + " " + (this.props.hugoGeneSymbol || '') + " Mutations";
5381
+ ? "".concat(symbol, " ").concat(this.props.hugoGeneSymbol ||
5382
+ '', " ").concat(groupName, " Mutations")
5383
+ : "".concat(symbol, " ").concat(this.props.hugoGeneSymbol || '', " Mutations");
5367
5384
  }
5368
5385
  var placeOnBottom = placement === LollipopPlacement.BOTTOM;
5369
- return (React__namespace.createElement(cbioportalFrontendCommons.SVGAxis, { key: "lollipopPlotYAxis_" + (placeOnBottom ? 'bottom' : 'top'), x: this.geneX - this.yAxisPadding, y: y, length: this.yAxisHeight, tickLength: 7, rangeLower: 0, rangeUpper: yMax, ticks: ticks, vertical: true, verticalLabelPadding: this.props.yAxisLabelPadding, reverse: placeOnBottom, label: label }));
5386
+ return (React__namespace.createElement(cbioportalFrontendCommons.SVGAxis, { key: "lollipopPlotYAxis_".concat(placeOnBottom ? 'bottom' : 'top'), x: this.geneX - this.yAxisPadding, y: y, length: this.yAxisHeight, tickLength: 7, rangeLower: 0, rangeUpper: yMax, ticks: ticks, vertical: true, verticalLabelPadding: this.props.yAxisLabelPadding, reverse: placeOnBottom, label: label }));
5370
5387
  }
5371
5388
  });
5372
5389
  Object.defineProperty(LollipopPlotNoTooltip.prototype, "xAxis", {
@@ -5375,7 +5392,7 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5375
5392
  writable: true,
5376
5393
  value: function (y, placement) {
5377
5394
  var placeOnTop = placement === LollipopPlacement.TOP;
5378
- return (React__namespace.createElement(cbioportalFrontendCommons.SVGAxis, { key: "lollipopPlotXAxis_" + (placeOnTop ? 'top' : 'bottom'), x: this.geneX, y: y + (placeOnTop ? this.xAxisHeight : 0), length: this.props.vizWidth, tickLength: 7, rangeLower: 0, rangeUpper: this.props.xMax, ticks: this.xTicks, invertTicks: placeOnTop }));
5395
+ return (React__namespace.createElement(cbioportalFrontendCommons.SVGAxis, { key: "lollipopPlotXAxis_".concat(placeOnTop ? 'top' : 'bottom'), x: this.geneX, y: y + (placeOnTop ? this.xAxisHeight : 0), length: this.props.vizWidth, tickLength: 7, rangeLower: 0, rangeUpper: this.props.xMax, ticks: this.xTicks, invertTicks: placeOnTop }));
5379
5396
  }
5380
5397
  });
5381
5398
  Object.defineProperty(LollipopPlotNoTooltip.prototype, "axisTicks", {
@@ -5436,7 +5453,7 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5436
5453
  configurable: true,
5437
5454
  writable: true,
5438
5455
  value: function (index) {
5439
- return "" + DOMAIN_ID_CLASS_PREFIX + index;
5456
+ return "".concat(DOMAIN_ID_CLASS_PREFIX).concat(index);
5440
5457
  }
5441
5458
  });
5442
5459
  Object.defineProperty(LollipopPlotNoTooltip.prototype, "makeLollipopIndexClass", {
@@ -5444,7 +5461,7 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5444
5461
  configurable: true,
5445
5462
  writable: true,
5446
5463
  value: function (index) {
5447
- return "" + LOLLIPOP_ID_CLASS_PREFIX + index;
5464
+ return "".concat(LOLLIPOP_ID_CLASS_PREFIX).concat(index);
5448
5465
  }
5449
5466
  });
5450
5467
  Object.defineProperty(LollipopPlotNoTooltip.prototype, "makeSequenceIndexClass", {
@@ -5452,7 +5469,7 @@ var LollipopPlotNoTooltip = /** @class */ (function (_super) {
5452
5469
  configurable: true,
5453
5470
  writable: true,
5454
5471
  value: function (index) {
5455
- return "" + SEQUENCE_ID_CLASS_PREFIX + index;
5472
+ return "".concat(SEQUENCE_ID_CLASS_PREFIX).concat(index);
5456
5473
  }
5457
5474
  });
5458
5475
  Object.defineProperty(LollipopPlotNoTooltip.prototype, "getDomainIndex", {
@@ -5856,7 +5873,7 @@ var AxisScaleSwitch = /** @class */ (function (_super) {
5856
5873
  return (React__namespace.createElement("button", { className: classNames__default["default"]({
5857
5874
  'btn-secondary': this.props.selectedScale === scale,
5858
5875
  'btn-outline-secondary': this.props.selectedScale !== scale,
5859
- }, 'btn', 'btn-sm', 'btn-axis-switch'), "data-test": "AxisScaleSwitch" + scale, style: {
5876
+ }, 'btn', 'btn-sm', 'btn-axis-switch'), "data-test": "AxisScaleSwitch".concat(scale), style: {
5860
5877
  lineHeight: 1,
5861
5878
  cursor: this.props.selectedScale === scale
5862
5879
  ? 'default'
@@ -6035,7 +6052,7 @@ var LollipopMutationPlotControls = /** @class */ (function (_super) {
6035
6052
  });
6036
6053
  Object.defineProperty(LollipopMutationPlotControls.prototype, "downloadControls", {
6037
6054
  get: function () {
6038
- return (React__namespace.createElement(cbioportalFrontendCommons.DownloadControls, { getSvg: this.props.getSVG, filename: this.props.hugoGeneSymbol + "_lollipop", dontFade: true, type: "button" }));
6055
+ return (React__namespace.createElement(cbioportalFrontendCommons.DownloadControls, { getSvg: this.props.getSVG, filename: "".concat(this.props.hugoGeneSymbol, "_lollipop"), dontFade: true, type: "button" }));
6039
6056
  },
6040
6057
  enumerable: false,
6041
6058
  configurable: true
@@ -6592,7 +6609,7 @@ var Track = /** @class */ (function (_super) {
6592
6609
  if (item !== null) {
6593
6610
  _this.shapes[index] = item;
6594
6611
  }
6595
- }, key: spec.startCodon, hitZoneClassName: "" + _this.props.idClassPrefix + index, hitZoneXOffset: _this.props.xOffset, x: (spec.startCodon / _this.props.proteinLength) *
6612
+ }, key: spec.startCodon, hitZoneClassName: "".concat(_this.props.idClassPrefix).concat(index), hitZoneXOffset: _this.props.xOffset, x: (spec.startCodon / _this.props.proteinLength) *
6596
6613
  _this.props.width, y: y, dim1: dim1, dim2: dim2, spec: specFeats }));
6597
6614
  });
6598
6615
  },
@@ -6669,7 +6686,7 @@ var Track = /** @class */ (function (_super) {
6669
6686
  position: 'relative',
6670
6687
  display: 'flex',
6671
6688
  } },
6672
- React__namespace.createElement("span", { className: classNames__default["default"](styles$4.trackTitle, 'small', (this.props.isSubTrack ? 'subtrack-' : '') + "trackTitle") }, this.props.trackTitle),
6689
+ React__namespace.createElement("span", { className: classNames__default["default"](styles$4.trackTitle, 'small', "".concat(this.props.isSubTrack ? 'subtrack-' : '', "trackTitle")) }, this.props.trackTitle),
6673
6690
  React__namespace.createElement("span", null,
6674
6691
  React__namespace.createElement(cbioportalFrontendCommons.DefaultTooltip, tslib.__assign({ placement: this.getOverlayPlacement(), overlay: this.getOverlay, onVisibleChange: this.onTooltipVisibleChange, destroyTooltipOnHide: true }, this.tooltipVisibleProps), this.hitZone),
6675
6692
  React__namespace.createElement("span", { style: { marginLeft: this.props.xOffset }, onMouseOver: this.onMouseOver },
@@ -6750,7 +6767,7 @@ function hotspotTooltip(mutations, hotspotIndex, hotspots) {
6750
6767
  }).length;
6751
6768
  // generate custom info
6752
6769
  var residues = ___default["default"].uniq(hotspots.map(function (hotspot) { return hotspot.residue; }));
6753
- var residuesText = React__namespace.createElement("b", null, "" + residues.join(', '));
6770
+ var residuesText = React__namespace.createElement("b", null, "".concat(residues.join(', ')));
6754
6771
  var pluralSuffix = residues.length > 1 ? 's' : undefined;
6755
6772
  var residueInfo = (React__namespace.createElement("span", null,
6756
6773
  "on residue",
@@ -7025,11 +7042,11 @@ var ExonTrack = /** @class */ (function (_super) {
7025
7042
  var exonEndLocation = cbioportalUtils.formatExonLocation(endCodon);
7026
7043
  var exonLength = cbioportalUtils.formatExonLength(exon.length);
7027
7044
  var link = _this.chromosome
7028
- ? "https://igv.org/app/?locus=chr" + _this.chromosome + ":" + exon.genomicLocationStart + "-" + exon.genomicLocationEnd + "&genome=" + _this.genomeBuild
7045
+ ? "https://igv.org/app/?locus=chr".concat(_this.chromosome, ":").concat(exon.genomicLocationStart, "-").concat(exon.genomicLocationEnd, "&genome=").concat(_this.genomeBuild)
7029
7046
  : 'https://igv.org';
7030
7047
  var linkText = _this.chromosome
7031
- ? _this.genomeBuild + ":chr" + _this.chromosome + ":" + exon.genomicLocationStart + " - " + exon.genomicLocationEnd
7032
- : exon.genomicLocationStart + " - " + exon.genomicLocationEnd;
7048
+ ? "".concat(_this.genomeBuild, ":chr").concat(_this.chromosome, ":").concat(exon.genomicLocationStart, " - ").concat(exon.genomicLocationEnd)
7049
+ : "".concat(exon.genomicLocationStart, " - ").concat(exon.genomicLocationEnd);
7033
7050
  return {
7034
7051
  color: altColors[index % 2],
7035
7052
  startCodon: startCodon,
@@ -7198,7 +7215,7 @@ var PTM_ANNOTATION_DEFAULT_COLUMNS = (_a = {},
7198
7215
  _a);
7199
7216
  function getResidue(ptm) {
7200
7217
  if (ptm.residue.end && ptm.residue.end > ptm.residue.start) {
7201
- return ptm.residue.start + "-" + ptm.residue.end;
7218
+ return "".concat(ptm.residue.start, "-").concat(ptm.residue.end);
7202
7219
  }
7203
7220
  else {
7204
7221
  return ptm.residue.start.toString();
@@ -7437,7 +7454,7 @@ var PtmTrack = /** @class */ (function (_super) {
7437
7454
  "PTM",
7438
7455
  ' ',
7439
7456
  this.props.dataSource
7440
- ? "(" + this.props.dataSource + ")"
7457
+ ? "(".concat(this.props.dataSource, ")")
7441
7458
  : 'Sites',
7442
7459
  ' ',
7443
7460
  React__namespace.createElement("i", { className: "fa fa-info-circle" })))));
@@ -7489,7 +7506,7 @@ var PtmTrack = /** @class */ (function (_super) {
7489
7506
  overflow: 'hidden',
7490
7507
  whiteSpace: 'nowrap',
7491
7508
  textOverflow: 'ellipsis',
7492
- } })), width: _this.props.width, proteinLength: _this.props.proteinLength, trackItems: item.specs, idClassPrefix: "ptm-" + index + "-", isSubTrack: true })); })
7509
+ } })), width: _this.props.width, proteinLength: _this.props.proteinLength, trackItems: item.specs, idClassPrefix: "ptm-".concat(index, "-"), isSubTrack: true })); })
7493
7510
  : null;
7494
7511
  },
7495
7512
  enumerable: false,
@@ -7600,7 +7617,7 @@ var UniprotTopologyTrackDescriptionTooltip = function (props) {
7600
7617
  var dataSourceDiv = props.uniprotId ? (React__namespace.createElement("div", null,
7601
7618
  "Data Source:",
7602
7619
  ' ',
7603
- React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/" + props.uniprotId, target: "_blank" }, "UniProt"))) : (React__namespace.createElement("div", null,
7620
+ React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/".concat(props.uniprotId), target: "_blank" }, "UniProt"))) : (React__namespace.createElement("div", null,
7604
7621
  "Data Source:",
7605
7622
  ' ',
7606
7623
  React__namespace.createElement("a", { href: 'https://www.uniprot.org/', target: "_blank" }, "UniProt")));
@@ -7749,7 +7766,7 @@ var UniprotTopologyTrack = /** @class */ (function (_super) {
7749
7766
  overflow: 'hidden',
7750
7767
  whiteSpace: 'nowrap',
7751
7768
  textOverflow: 'ellipsis',
7752
- } })), width: _this.props.width, proteinLength: _this.props.proteinLength, trackItems: item.specs, idClassPrefix: "uniprot-topology-" + index + "-", isSubTrack: true })); })
7769
+ } })), width: _this.props.width, proteinLength: _this.props.proteinLength, trackItems: item.specs, idClassPrefix: "uniprot-topology-".concat(index, "-"), isSubTrack: true })); })
7753
7770
  : null;
7754
7771
  },
7755
7772
  enumerable: false,
@@ -7947,7 +7964,7 @@ var DomainTooltip = function (props) {
7947
7964
  var pfamAccession = domain ? domain.pfamAccession : pfamDomainId;
7948
7965
  // if no domain info, then just display the accession
7949
7966
  var domainInfo = domain
7950
- ? domain.name + ": " + domain.description
7967
+ ? "".concat(domain.name, ": ").concat(domain.description)
7951
7968
  : pfamAccession;
7952
7969
  return (React__namespace.createElement("div", { style: { maxWidth: 200 } },
7953
7970
  React__namespace.createElement("div", null,
@@ -7958,7 +7975,7 @@ var DomainTooltip = function (props) {
7958
7975
  range.pfamDomainEnd,
7959
7976
  ")"),
7960
7977
  React__namespace.createElement("div", null,
7961
- React__namespace.createElement("a", { style: { marginRight: '5px' }, href: "http://pfam.xfam.org/family/" + pfamAccession, target: "_blank" }, "PFAM"),
7978
+ React__namespace.createElement("a", { style: { marginRight: '5px' }, href: "http://pfam.xfam.org/family/".concat(pfamAccession), target: "_blank" }, "PFAM"),
7962
7979
  React__namespace.createElement(MutationAlignerLink, { mutationAlignerCache: props.mutationAlignerCache, pfamAccession: pfamAccession }))));
7963
7980
  };
7964
7981
 
@@ -8091,9 +8108,9 @@ var LollipopMutationPlot = /** @class */ (function (_super) {
8091
8108
  var count = countsByPosition[codon];
8092
8109
  var countInfo = this.props.lollipopTooltipCountInfo ? (this.props.lollipopTooltipCountInfo(count, mutationsAtPosition, this.props.axisMode, group)) : (React__namespace.createElement("strong", null,
8093
8110
  count,
8094
- " mutation", "" + (count !== 1 ? 's' : '')));
8111
+ " mutation", "".concat(count !== 1 ? 's' : '')));
8095
8112
  var label = lollipopLabelText(mutationsAtPosition);
8096
- return (React__namespace.createElement("div", { "data-test": "tooltip-" + codon + (group ? "-" + group : '') },
8113
+ return (React__namespace.createElement("div", { "data-test": "tooltip-".concat(codon).concat(group ? "-".concat(group) : '') },
8097
8114
  countInfo,
8098
8115
  React__namespace.createElement("br", null),
8099
8116
  React__namespace.createElement("span", null,
@@ -8396,7 +8413,7 @@ var LollipopMutationPlot = /** @class */ (function (_super) {
8396
8413
  writable: true,
8397
8414
  value: function () {
8398
8415
  return (React__namespace.createElement("div", { style: { maxWidth: 200 } },
8399
- React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/" + this.props.store.uniprotId.result, target: "_blank" }, this.props.store.uniprotId.result)));
8416
+ React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/".concat(this.props.store.uniprotId.result), target: "_blank" }, this.props.store.uniprotId.result)));
8400
8417
  }
8401
8418
  });
8402
8419
  Object.defineProperty(LollipopMutationPlot.prototype, "sequence", {
@@ -8429,15 +8446,15 @@ var LollipopMutationPlot = /** @class */ (function (_super) {
8429
8446
  //Add svg to the dom so getBBox can calculate dimensions
8430
8447
  document.body.appendChild(outerSvg);
8431
8448
  // Group the tracks and translate below the lollipop chart
8432
- var allTracksG = createGroupTag("translate(0, " + LollipopPlot.defaultProps.vizHeight + ")");
8449
+ var allTracksG = createGroupTag("translate(0, ".concat(LollipopPlot.defaultProps.vizHeight, ")"));
8433
8450
  outerSvg.append(allTracksG);
8434
8451
  var trackSvgList = $__default["default"](this.divContainer).find('.track-svgnode');
8435
8452
  var trackTitles = $__default["default"](this.divContainer).find('span[class*=trackTitle]');
8436
8453
  var trackYShift = 0;
8437
8454
  trackSvgList.each(function (idx, track) {
8438
- var trackSvgGroup = createGroupTag("translate(" + _this.geneXOffset + "," + trackYShift + ")");
8455
+ var trackSvgGroup = createGroupTag("translate(".concat(_this.geneXOffset, ",").concat(trackYShift, ")"));
8439
8456
  trackSvgGroup.appendChild(track.cloneNode(true));
8440
- var trackNameGroup = createGroupTag("translate(0," + (trackYShift + 8) + ")");
8457
+ var trackNameGroup = createGroupTag("translate(0,".concat(trackYShift + 8, ")"));
8441
8458
  var isSubTrack = trackTitles[idx].className.includes('subtrack-');
8442
8459
  var trackName = createTextTag(document.createTextNode(trackTitles[idx].innerText), TEXT_STYLE, isSubTrack ? SUBTRACK_INDENT : TRACK_INDENT, 0);
8443
8460
  trackNameGroup.append(trackName);
@@ -8685,7 +8702,7 @@ var LollipopTooltipCountInfo = function (_a) {
8685
8702
  cbioportalUtils.formatPercentValue(count, fractionDigits),
8686
8703
  "% mutation rate")) : (React__namespace.createElement("strong", null,
8687
8704
  count,
8688
- " mutation", "" + (count !== 1 ? 's' : '')));
8705
+ " mutation", "".concat(count !== 1 ? 's' : '')));
8689
8706
  };
8690
8707
 
8691
8708
  var DefaultStringQueryCache = /** @class */ (function () {
@@ -8808,7 +8825,7 @@ var MutationAlignerCache = /** @class */ (function (_super) {
8808
8825
  // )
8809
8826
  // )
8810
8827
  // .catch(e => Promise.reject(e));
8811
- return Promise.resolve("http://mutationaligner.org/domains/" + pfamAccession);
8828
+ return Promise.resolve("http://mutationaligner.org/domains/".concat(pfamAccession));
8812
8829
  }
8813
8830
  });
8814
8831
  return MutationAlignerCache;
@@ -9335,7 +9352,7 @@ var DefaultMutationMapperDataFetcher = /** @class */ (function () {
9335
9352
  switch (_a.label) {
9336
9353
  case 0:
9337
9354
  if (!swissProtId) return [3 /*break*/, 2];
9338
- return [4 /*yield*/, request__default["default"].get(getUrl("https://www.ebi.ac.uk/proteins/api/features/<%= uniprotAccession %>?categories=" + category.join(','), { uniprotAccession: swissProtId }))];
9355
+ return [4 /*yield*/, request__default["default"].get(getUrl("https://www.ebi.ac.uk/proteins/api/features/<%= uniprotAccession %>?categories=".concat(category.join(',')), { uniprotAccession: swissProtId }))];
9339
9356
  case 1:
9340
9357
  uniprotData = _a.sent();
9341
9358
  featureList = JSON.parse(uniprotData.text);
@@ -10338,8 +10355,8 @@ var DefaultMutationMapperStore = /** @class */ (function () {
10338
10355
  var ensemblTranscriptLookUpLink;
10339
10356
  return tslib.__generator(this, function (_a) {
10340
10357
  ensemblTranscriptLookUpLink = this.genomeBuild === 'hg19'
10341
- ? "https://grch37.rest.ensembl.org/lookup/id/" + this.activeTranscript.result + "?content-type=application/json"
10342
- : "https://rest.ensembl.org/lookup/id/" + this.activeTranscript.result + "?content-type=application/json";
10358
+ ? "https://grch37.rest.ensembl.org/lookup/id/".concat(this.activeTranscript.result, "?content-type=application/json")
10359
+ : "https://rest.ensembl.org/lookup/id/".concat(this.activeTranscript.result, "?content-type=application/json");
10343
10360
  return [2 /*return*/, this.activeTranscript.result
10344
10361
  ? request.get(ensemblTranscriptLookUpLink)
10345
10362
  : undefined];
@@ -10738,6 +10755,7 @@ var DefaultMutationMapperStore = /** @class */ (function () {
10738
10755
  ], DefaultMutationMapperStore.prototype, "getDefaultEntrezGeneId", null);
10739
10756
  tslib.__decorate([
10740
10757
  mobx.computed
10758
+ // Get genome build for exon track
10741
10759
  ], DefaultMutationMapperStore.prototype, "genomeBuild", null);
10742
10760
  return DefaultMutationMapperStore;
10743
10761
  }());
@@ -10848,9 +10866,9 @@ var TranscriptDropdown = /** @class */ (function (_super) {
10848
10866
  var nrOfMutations = mutationsByTranscriptId &&
10849
10867
  mutationsByTranscriptId[t] &&
10850
10868
  mutationsByTranscriptId[t].length;
10851
- var label = "" + (refseqMrnaId ? refseqMrnaId + " / " : '') + t + " " + (ccdsId ? "(" + ccdsId + ")" : '') + " " + (length ? "(" + length + " amino acids)" : '') + " " + (nrOfMutations
10852
- ? "(" + nrOfMutations + " mutations)"
10853
- : '') + " " + (t === canonicalTranscript ? ' (default)' : '');
10869
+ var label = "".concat(refseqMrnaId ? "".concat(refseqMrnaId, " / ") : '').concat(t, " ").concat(ccdsId ? "(".concat(ccdsId, ")") : '', " ").concat(length ? "(".concat(length, " amino acids)") : '', " ").concat(nrOfMutations
10870
+ ? "(".concat(nrOfMutations, " mutations)")
10871
+ : '', " ").concat(t === canonicalTranscript ? ' (default)' : '');
10854
10872
  return { label: label, value: t };
10855
10873
  }), onChange: function (option) {
10856
10874
  if (option.value) {
@@ -10910,7 +10928,7 @@ var GeneSummaryInfo = function (_a) {
10910
10928
  : transcriptsByTranscriptId[activeTranscript];
10911
10929
  var refseqMrnaId = transcript && transcript.refseqMrnaId;
10912
10930
  var ccdsId = transcript && transcript.ccdsId;
10913
- var refSeq = refseqMrnaId ? (React__namespace.createElement("a", { href: cbioportalFrontendCommons.getNCBIlink("/nuccore/" + refseqMrnaId), target: "_blank" }, refseqMrnaId)) : ('-');
10931
+ var refSeq = refseqMrnaId ? (React__namespace.createElement("a", { href: cbioportalFrontendCommons.getNCBIlink("/nuccore/".concat(refseqMrnaId)), target: "_blank" }, refseqMrnaId)) : ('-');
10914
10932
  var ensembl = showDropDown
10915
10933
  ? activeTranscript && (React__namespace.createElement("a", { href: getUrl(transcriptSummaryUrlTemplate, {
10916
10934
  transcriptId: activeTranscript,
@@ -10927,7 +10945,7 @@ var GeneSummaryInfo = function (_a) {
10927
10945
  DATA: ccdsId,
10928
10946
  },
10929
10947
  }), target: "_blank" }, ccdsId)) : ('-');
10930
- var uniprot = uniprotId ? (React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/" + uniprotId, target: "_blank" }, uniprotId)) : ('-');
10948
+ var uniprot = uniprotId ? (React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/".concat(uniprotId), target: "_blank" }, uniprotId)) : ('-');
10931
10949
  var compactGeneSummaryInfo = (React__namespace.createElement("div", null,
10932
10950
  React__namespace.createElement("span", { "data-test": "compactGeneSummaryRefSeq" }, refSeq), " | ",
10933
10951
  ensembl,
@@ -11283,7 +11301,7 @@ var MutationMapper = /** @class */ (function (_super) {
11283
11301
  ? dataStore.sortedFilteredSelectedData
11284
11302
  : dataStore.sortedFilteredData;
11285
11303
  var allData = dataStore.allData;
11286
- return (React__namespace.createElement(FilterResetPanel, { filterInfo: "Showing " + tableData.length + " of " + allData.length + " mutations.", resetFilters: this.resetFilters }));
11304
+ return (React__namespace.createElement(FilterResetPanel, { filterInfo: "Showing ".concat(tableData.length, " of ").concat(allData.length, " mutations."), resetFilters: this.resetFilters }));
11287
11305
  },
11288
11306
  enumerable: false,
11289
11307
  configurable: true