|
550 | 550 | <button class="tablinks" onclick="selFun(event, 'DEG');defaultTopSel('DEGtop','DEGtopBT1')">DEG</button> |
551 | 551 | <button id="preDEGpanelBT" class="tablinks" onclick="selFun(event, 'preDEGpanel');defaultTopSel('DEG','DEGlinksPlot')" style="display: none;">Pre-Computed DEG</button> |
552 | 552 | <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> |
554 | 554 | <button class="tablinks" onclick="selFun(event, 'SPATIAL');defaultTopSel('SPATIAL','SPATIALimage')">Spatial Transcriptomics</button> |
555 | 555 | <button class="tablinks" onclick="selFun(event, 'CLI')">Command Line Interface</button> |
556 | 556 | <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 |
1363 | 1363 |
|
1364 | 1364 | <div id='BROW' class='tabcontent'> |
1365 | 1365 | <div id="BROWinput"> |
1366 | | - <h3>Browser track plot for ATAC based on bigwig</h3> |
| 1366 | + <h3>Jointly visualizing gene expression and DNA accessibility</h3> |
1367 | 1367 | <fieldset> |
1368 | 1368 | <div id="BROWinfo"></div> |
1369 | 1369 | </fieldset> |
@@ -1429,6 +1429,7 @@ <h3>Global setting for VIP <a href="https://interactivereport.github.io/cellxgen |
1429 | 1429 | </Blockquote> |
1430 | 1430 | </div> |
1431 | 1431 | </div> |
| 1432 | + <p>Width of the central canvas of main window in pixel: <input id=canvasWidth name=canvasWidth size=8> <button onclick="$('.container div')[0].children[1].style.width=$('#canvasWidth').val()+'px';">Apply</button> |
1432 | 1433 | <p>Figure DPI (Dots Per Inch): |
1433 | 1434 | <select id="IMGdpi" onchange="IMGset()"> |
1434 | 1435 | <option value=150>150</option> |
|
0 commit comments