Skip to content

Commit

Permalink
Use embedding to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Baohong Zhang committed Nov 25, 2021
1 parent 4f75284 commit 6085c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
<button class="tablinks" onclick="selFun(event, 'SGV');defaultTopSel('SGV','SGVsingle')">Violin</button>
<button class="tablinks" onclick="selFun(event, 'PGV')">Stacked Violin</button>
<button class="tablinks" onclick="selFun(event, 'HEAT')">Heatmap</button>
<button class="tablinks" onclick="selFun(event, 'EMBED')">UMAP/tSNE</button>
<button class="tablinks" onclick="selFun(event, 'EMBED')">Embedding Plot</button>
<button class="tablinks" onclick="selFun(event, 'DOT')">Dot Plot</button>
<button class="tablinks" onclick="selFun(event, 'TRAK')">Track Plot</button>
<button class="tablinks" onclick="selFun(event, 'DENS')">Density Plot</button>
Expand Down Expand Up @@ -1458,7 +1458,7 @@ <h3>Global setting for VIP <a href="https://interactivereport.github.io/cellxgen
<input type="radio" name="IMGscanpybranch" value="split_show" onclick="IMGset()" checked>split_show
</p>
-->
<p>Colormap of UMAP/tSNE, Density Scatter (limited to top 4 colormaps):
<p>Colormap of Embedding Plot (all available), Density Scatter (limited to top 4 colormaps):
<select id="IMGcolor" onchange="IMGset()">
<option value='viridis'>viridis</option>
<option value='plasma'>plasma</option>
Expand Down

0 comments on commit 6085c3c

Please sign in to comment.