various attempts to get things working

This commit is contained in:
Tanushree Tunstall 2022-09-03 14:15:51 +00:00
parent 18d03594d2
commit 1d07c2d5ce
3 changed files with 64 additions and 2 deletions

View file

@ -1,3 +1,8 @@
library(shiny)
library(shinycssloaders)
library(DT)
library(NGLVieweR)
library(hash)
server <- function(input, output) {
observeEvent({
@ -73,4 +78,4 @@ server <- function(input, output) {
# filedata example for combined: 6genes_logo_skf_BT_embb_actual
# 6genes_logo_skf_BT_embb_combined
})
}
}