diff --git a/src/app/complex/complex-details/shared/visualisation/gxa-heatmap/gxa-heatmap.component.ts b/src/app/complex/complex-details/shared/visualisation/gxa-heatmap/gxa-heatmap.component.ts index 9eb108ee..c7691a5f 100644 --- a/src/app/complex/complex-details/shared/visualisation/gxa-heatmap/gxa-heatmap.component.ts +++ b/src/app/complex/complex-details/shared/visualisation/gxa-heatmap/gxa-heatmap.component.ts @@ -20,8 +20,8 @@ export class GxaHeatmapComponent implements OnInit { ngOnInit() { switch (this._complexSpecies) { case 'Homo sapiens; 9606': - // this._experimentId = 'E-MTAB-5214'; - this._experimentId = 'E-MTAB-2836'; + this._experimentId = 'E-MTAB-5214'; + // this._experimentId = 'E-MTAB-2836'; break; case 'Mus musculus; 10090': this._experimentId = 'E-MTAB-4644';