Skip to content

Commit

Permalink
Fixing issue where tSNE params would reset after running
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Sep 9, 2024
1 parent b7b9f56 commit a4513fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/js/classes/analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,8 @@ class AnalysisSteptSNE {
this.tsneCalculated = Boolean(computeTsne);
this.umapCalculated = Boolean(computeUmap);
this.genesToColor = document.querySelector(UI.tsneGenesToColorElt).value;
this.nNeighbors = document.querySelector(UI.dimReductionNNeighborsElt).value;
this.nPcs = document.querySelector(UI.tsneNPcsElt).value;
this.plotTsne = plotTsne;
this.plotUmap = plotUmap;
this.updateUIWithResults();
Expand Down

0 comments on commit a4513fb

Please sign in to comment.