Skip to content

Commit 9384305

Browse files
author
Baohong Zhang
committed
Change wording for multiome;Can set canvas width now
1 parent d104683 commit 9384305

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

interface.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
<button class="tablinks" onclick="selFun(event, 'DEG');defaultTopSel('DEGtop','DEGtopBT1')">DEG</button>
551551
<button id="preDEGpanelBT" class="tablinks" onclick="selFun(event, 'preDEGpanel');defaultTopSel('DEG','DEGlinksPlot')" style="display: none;">Pre-Computed DEG</button>
552552
<button class="tablinks" onclick="selFun(event, 'MARK')">Marker Genes</button>
553-
<button id="browserBT" class="tablinks" onclick="selFun(event, 'BROW')" style="display: none;">Browser Tracks</button>
553+
<button id="browserBT" class="tablinks" onclick="selFun(event, 'BROW')" style="display: none;">Multiome</button>
554554
<button class="tablinks" onclick="selFun(event, 'SPATIAL');defaultTopSel('SPATIAL','SPATIALimage')">Spatial Transcriptomics</button>
555555
<button class="tablinks" onclick="selFun(event, 'CLI')">Command Line Interface</button>
556556
<button id="metaCellBT" class="tablinks colorButton" onclick="metaSel()" style="display: none;">Show MetaCell</button>
@@ -1363,7 +1363,7 @@ <h3>Interactive stacked barplot of cell distribution of selected cells over two
13631363

13641364
<div id='BROW' class='tabcontent'>
13651365
<div id="BROWinput">
1366-
<h3>Browser track plot for ATAC based on bigwig</h3>
1366+
<h3>Jointly visualizing gene expression and DNA accessibility</h3>
13671367
<fieldset>
13681368
<div id="BROWinfo"></div>
13691369
</fieldset>
@@ -1429,6 +1429,7 @@ <h3>Global setting for VIP <a href="https://interactivereport.github.io/cellxgen
14291429
</Blockquote>
14301430
</div>
14311431
</div>
1432+
<p>Width of the central canvas of main window in pixel: <input id=canvasWidth name=canvasWidth size=8>&nbsp;&nbsp;<button onclick="$('.container div')[0].children[1].style.width=$('#canvasWidth').val()+'px';">Apply</button>
14321433
<p>Figure DPI (Dots Per Inch):
14331434
<select id="IMGdpi" onchange="IMGset()">
14341435
<option value=150>150</option>

0 commit comments

Comments
 (0)