various attempts to get things working
This commit is contained in:
parent
18d03594d2
commit
1d07c2d5ce
3 changed files with 64 additions and 2 deletions
|
@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue