Skip to content

Commit 6085c3c

Browse files
author
Baohong Zhang
committed
Use embedding to be more generic
1 parent 4f75284 commit 6085c3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

interface.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
<button class="tablinks" onclick="selFun(event, 'SGV');defaultTopSel('SGV','SGVsingle')">Violin</button>
539539
<button class="tablinks" onclick="selFun(event, 'PGV')">Stacked Violin</button>
540540
<button class="tablinks" onclick="selFun(event, 'HEAT')">Heatmap</button>
541-
<button class="tablinks" onclick="selFun(event, 'EMBED')">UMAP/tSNE</button>
541+
<button class="tablinks" onclick="selFun(event, 'EMBED')">Embedding Plot</button>
542542
<button class="tablinks" onclick="selFun(event, 'DOT')">Dot Plot</button>
543543
<button class="tablinks" onclick="selFun(event, 'TRAK')">Track Plot</button>
544544
<button class="tablinks" onclick="selFun(event, 'DENS')">Density Plot</button>
@@ -1458,7 +1458,7 @@ <h3>Global setting for VIP <a href="https://interactivereport.github.io/cellxgen
14581458
<input type="radio" name="IMGscanpybranch" value="split_show" onclick="IMGset()" checked>split_show
14591459
</p>
14601460
-->
1461-
<p>Colormap of UMAP/tSNE, Density Scatter (limited to top 4 colormaps):
1461+
<p>Colormap of Embedding Plot (all available), Density Scatter (limited to top 4 colormaps):
14621462
<select id="IMGcolor" onchange="IMGset()">
14631463
<option value='viridis'>viridis</option>
14641464
<option value='plasma'>plasma</option>

0 commit comments

Comments
 (0)